.no-scroll {
    overflow: hidden;
}

/* Ширина всей полосы прокрутки */
::-webkit-scrollbar {
    width: 8px;
}

/* Фон дорожки, по которой едет ползунок */
::-webkit-scrollbar-track {
    background: #121212;
    /* Цвет под фон твоего сайта */
}

/* Сам ползунок */
::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    /* Темный серый, чтобы не бросался в глаза */
    border-radius: 10px;
    border: 2px solid #121212;
    /* Создает отступ вокруг ползунка */
}

/* Цвет при наведении */
::-webkit-scrollbar-thumb:hover {
    background: #A4E400;
    /* Твой фирменный лаймовый при активном скролле */
}

/* Для Firefox (у него меньше возможностей кастомизации) */
* {
    scrollbar-width: thin;
    scrollbar-color: #2a2a2a #121212;
}

/* Основные цвета */

:root {
    --background: #131415;
    --red: #ff0000;
    --select: #fff2a8;
    --black: #131415;
    --white: #fff;
    --yell: #ffd760;
    --blue: #006bff;
    --mblue: #2d7fef;
    --green: #00bb3c;
    --brand1: #b7ff00;
    --brand2: #2A2D34;
    --brand3: #cbff00;
    --maxwidth: 1300px;
    --ff: 'Onest', sans-serif;
    --input: #adcfe9;
    --inp: #f0f8ff;
    --sizew: 1vw;
    --sizeh: 1vh;
    --otstup: calc(2 * var(--sizew));
    --otstup2: calc(3 * var(--sizew));
    --shadow: 0 4px 44px #e1dad3;
    --shadow1: 0 0 44px 5px rgba(203, 255, 0, 0.5);
}

/* Основное  */

::selection {
    background: var(--brand1);
    color: var(--black);
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--brand1);
}

span,
div,
h1,
h2,
h3,
h4,
p,
p b,
p a,
p strong {
    word-wrap: break-word;
    word-break: break-word;
}

p {
    margin: 0;
}

video,
svg,
svg g,
img {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    max-width: 100%;
}

a,
img,
input,
button,
.plavn {
    transition: all 0.5s;
}

ul[id*="uStarRating"] a {
    transition: all 0s;
}

* {
    outline: none
}

textarea,
input {
    outline: none;
    resize: none;
    box-sizing: border-box
}

img,
a img {
    border: none;
    outline: none
}

select:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff);
    font-weight: 900;
}


html,
body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

html {
    font-size: 14px;
}

body {
    font-size: 1rem;
    line-height: 1rem;
}

body {
background-color: var(--background);
    color: var(--white);
    font-weight: 400;
    font-family: var(--ff);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(/file/svg/gridbgp.svg), url(/file/svg/gridbgno.svg);
    background-position: top center, center;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
}

@media only screen and (max-width: 1023px) {
    body {
        background-size: auto;
    }
}

h1,
h2,
h3,
h4 {
    line-height: initial;
    margin-top: 0px;
}

body {
    top: 0px !important;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

table td,
table th {
    padding: 0px;
    margin: 0px;
    border: none;
}


@media only screen and (max-width: 1023px) {
    table {
        display: block;
        overflow: scroll;
        width: auto !important;
    }
}

/* Инпут и кнопки */

label {
    line-height: 30px;
    display: inline;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
input[type="checkbox"]:focus {
    border: none;
}
input[type="checkbox"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0px;
    position: relative;
    box-sizing: border-box;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    overflow: hidden;
}

input[type="checkbox"]:hover {
    border: none;
}

input[type="checkbox"]::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-image: url(/file/imgcss/tire.webp);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
        transition: all 0.5s;
}

input[type="checkbox"]::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    background-color: var(--input);
    z-index: 1;
        transition: all 0.5s;
}

input[type="checkbox"i]:disabled::after {
    background-color: var(--background);
}

input[type="checkbox"i]:hover:disabled::before,
input[type="checkbox"i]:disabled::before {
    background-image: none;
}

input[type="checkbox"]:hover::before {
    background-image: url(/file/imgcss/okb.webp);
}

input[type="checkbox"i]:checked:disabled::before,
input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: var(--green);
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/file/imgcss/ok.webp);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

input[type="checkbox"]:checked::after {
    background-color: var(--green);
}

textarea,
input {
    outline: none;
    resize: none;
    box-sizing: border-box;
    color: var(--black);
    font-family: var(--ff);
    transition: all 0.5s;
    font-size: 1rem;
}

button {
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-family: var(--ff);
    transition: all 0.5s;
}

textarea {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    box-sizing: border-box;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--white);
    font-weight: 400;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--white);
    font-weight: 400;
}

select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--white);
    font-weight: 400;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    color: #fff;
    border-radius: 8px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1);
    height: 50px;
    padding: 0 20px;
    font-weight: 500;
    max-width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 16px;
    letter-spacing: 0.2px;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

textarea,
input {
    max-width: 100%;
}

textarea:hover,
input:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

textarea:focus,
input:focus {
        border-color: var(--brand1);
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    outline: none;
    background: none;
    border: none;
    color: var(--black);
    cursor: pointer;
    background-color: #A4E400;
}

@media only screen and (min-width: 1179px) {

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover {
        color: var(--black);
        background-color: var(--brand1);
        box-shadow: 0 0 24px 0px rgba(203, 255, 0, 0.5);
    }
}

textarea:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    color: var(--white);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0px;
    /* <-- Apparently some margin are still there even though it's hidden */
}

 /* Стиль селектора ролей */
                        select.role-change-select:focus,
select {
    color: #fff;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0.05);
    height: 40px;
    padding: 0px 40px 0px 20px;
    font-weight: 500;

    /* Скрываем стандартную стрелку */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Вставляем SVG шеврон (аналог FontAwesome) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 12px; /* Размер иконки */
    
        border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1);
}

                        select:focus,
                        select:hover {
                            color: var(--black);
                                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
                            background-color: var(--brand1);
                            box-shadow: 0 0 24px 0px rgba(203, 255, 0, 0.5);
                        }

                        select option {
                            background-color: #141516;
                            color: #fff;
                        }


select::-ms-expand {
    display: none;
}

/* Иконка Email (User) */
input[name="full_name"],
input[name="password_repeat"],
input[name="password"],
input[name="current_password"],
input[name="new_password"],
input[name="confirm_password"],
input[name="email"],
input[name="tel"],
input[name="phone"] {
    padding: 0 20px 0 41px !important;
}

input[name="full_name"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
}

/* Иконка Пароля (Lock) */
input[name="current_password"],
input[name="new_password"],
input[name="confirm_password"],
input[name="password_repeat"],
input[name="password"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
}

/* Иконка Email (Envelope) */
input[name="email"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Иконка Телефона (Phone) */
input[name="tel"],
input[name="phone"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
}

/* Main style */

.alert-error {
    color: #ff4d4d;
    font-size: 15px;
    background: rgba(255, 77, 77, 0.1);
    padding: 12px 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 77, 77, 0.2);
    text-align: center;
    width: 100%;
    letter-spacing: 0.2px;
}

.alert-success {
    color: #61ff4d;
    font-size: 15px;
    background: rgb(77 255 81 / 10%);
    padding: 12px 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid rgb(83 255 77 / 20%);
    text-align: center;
    width: 100%;
    letter-spacing: 0.2px;
}

.alert-info {
    color: #ffe24d;
    font-size: 15px;
    background: rgb(252 255 77 / 10%);
    padding: 12px 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid rgb(255 247 77 / 20%);
    text-align: center;
    width: 100%;
    letter-spacing: 0.2px;
}

#full {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: calc(4 * var(--sizew));
    padding-top: calc(calc(2 * var(--sizew)) * 2 + calc(2 * var(--sizew)));
    padding-bottom: 0;
}

.fixedtop {
    flex-flow: row;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: calc(1.5 * var(--sizew)) calc(3 * var(--sizew));
    justify-content: start;
    position: fixed;
    width: calc(100% - (calc(8 * var(--sizew))));
    z-index: 9999;
    top: calc(2 * var(--sizew));
    left: 0px;
    padding: calc(1 * var(--sizew)) calc(4 * var(--sizew));
    background-color: transparent;
    transition: all 0.5s;
}

.fixedtop.top {
    top: 0;
    box-shadow: var(--shadow1);
    padding: calc(1* var(--sizew)) calc(4* var(--sizew));
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(240, 240, 240, 0.0) 50%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.8);
}

.logo-container {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--sizew);
    align-items: center;
}

.logo-container a {
    line-height: 0;
}

a.brand-text svg {
    width: auto;
    height: calc(2.6 * var(--sizew));
}

a.brand-text > div {
    font-size: calc(1.4 * var(--sizew));
    line-height: calc(1.4 * var(--sizew));
    font-weight: 900;
    letter-spacing: calc(0.05 * var(--sizew));
    margin-bottom: calc(var(--sizew) / 4);
}

a.brand-text > span {
    display: block;
    font-size: calc(1.2 * var(--sizew));
    line-height: calc(1.2 * var(--sizew));
    width: 100%;
}

.ft-left,
.ft-right {
    display: flex;
    gap: calc(2 * var(--sizew));
    justify-content: end;
    align-items: center;
}

.ft-right {
    margin-left: auto;
    z-index: 9999;
}

.ftr-content {
    display: flex;
    flex-wrap: wrap;
    gap: calc(2* var(--sizew));
}

nav.menu {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(2 * var(--sizew));
    align-items: center;
    font-size: calc(1.2 * var(--sizew));
}

nav.menu a {
    position: relative;
    color: var(--white);
    opacity: 0.7;
    text-decoration: none;
    display: inline-block;
    padding: calc(0.5 * var(--sizew)) 0;
}

nav.menu a:hover {
    opacity: 1;
    color: var(--white);
}

nav.menu a.active {
    color: var(--white);
    opacity: 1;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--brand1);
    color: var(--black);
    border: none;
    border-radius: calc(0.8 * var(--sizew));
    font-size: calc(1.2 * var(--sizew));
    font-weight: 700;
    padding: 0 calc(1.4 * var(--sizew));
    height: 100%;
    cursor: pointer;
    line-height: calc(3.4 * var(--sizew));
    gap: 10px;
    animation: pulse-shadow 2s infinite;
    background: linear-gradient(0deg, rgb(138 173 0) 0%, rgb(203 255 0) 100%);
    margin-left: auto;
}

@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 34px 10px rgba(203, 255, 0, 0.3);
        /* Цвет вашей переменной --brand1 */
    }

    50% {
        box-shadow: 0 0 44px 10px rgba(203, 255, 0, 0.5);
        /* Тень расплывается и исчезает */
    }

    100% {
        box-shadow: 0 0 34px 10px rgba(203, 255, 0, 0.3);
    }
}

.contact-button:focus {
    outline: none;
}

.contact-button i {
    font-size: calc(1.8* var(--sizew));
}

.contact-button:hover {
    background: var(--brand1);
    background: linear-gradient(0deg, rgb(138 173 0) 0%, rgb(203 255 0) 100%);
    color: var(--black);
    transform: translateY(-5px);
}

.contact-button span {}

.text-icon {
    font-size: inherit;
    vertical-align: middle;
    align-items: center;
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0px;
    }
}

.flash {
    animation-name: flash;
}

.autoflash {
    position: relative;
    overflow: hidden;
}

.flash {
    content: "";
    background-color: rgba(255, 255, 255, 0.31);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0px;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}

.flash2 {
    content: "";
    background-color: rgb(203 255 0 / 20%);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0px;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    filter: blur(20px);
}

.lighting {
    webkit-animation: moving 5s ease-in-out infinite;
    -moz-animation: moving 5s ease-in-out infinite;
    -ms-animation: moving 5s ease-in-out infinite;
    -o-animation: moving 5s ease-in-out infinite;
    animation: moving 5s ease-in-out infinite;
}

.lighting2 {
    webkit-animation: moving 3.5s ease-in-out infinite;
    -moz-animation: moving 3.5s ease-in-out infinite;
    -ms-animation: moving 3.5s ease-in-out infinite;
    -o-animation: moving 3.5s ease-in-out infinite;
    animation: moving 3.5s ease-in-out infinite;
}

@keyframes moving {
    30% {
        webkit-transform: skewX(-45deg) translateX(53.5em);
        transform: skewX(-45deg) translateX(53.5em);

    }

    100% {
        webkit-transform: skewX(-45deg) translateX(53.5em);
        transform: skewX(-45deg) translateX(53.5em);

    }
}

.login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    color: var(--white);
    border: none;
    border: 2px solid #414243;
    border-radius: calc(0.8 * var(--sizew));
    font-size: calc(1.2 * var(--sizew));
    font-weight: 700;
    padding: 0 calc(1.4 * var(--sizew));
    height: 100%;
    cursor: pointer;
    line-height: calc(3.4 * var(--sizew) - 4px);
    gap: 10px;
    font-weight: 500;
}

.login-button:hover {
    border: 2px solid var(--brand1);
    color: var(--brand1);
    background: transparent;
    transform: translateY(-5px);
}

/* lang */

.lang-container {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lang-container span {
    display: inline-block;
    margin-top: 1.7px;
}

.lang-active {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0px;
    cursor: pointer;
    color: var(--white);
    font-size: 14px;
    background: transparent;
    line-height: 0;
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #1c1c1e;
    border-radius: 12px;
    padding: 6px;
    list-style: none;
    margin: 0;
    margin-left: -46px;
    min-width: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.5s;
}

/* Эффект при наведении */
.lang-container:hover .lang-dropdown {
    display: block;
}

.lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
}

.lang-dropdown li a:hover {
    background: #2c2c2e;
}

.lang-active img,
.lang-dropdown img {
    height: 14px;
    border-radius: 2px;
}

/* Анимация стрелки */
.lang-container:hover .arrow {
    transform: rotate(180deg);
}

.arrow {
    transition: 0.2s;
}

/* */

/* Content */

.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.hiblock {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(2 * var(--sizew));
    align-items: center;
    justify-content: space-between;
    font-size: calc(1.2 * var(--sizew));
    padding: calc(4 * var(--sizew)) 0 calc(3 * var(--sizew)) 0;
    padding-bottom: calc(2 * var(--sizew));
}

#keybl {
    padding-top: calc(2 * var(--sizew));
}

.hiblock .txt {
    width: calc(58% - calc(2 * var(--sizew)));
}

.hiblock .txt h1 {
    font-size: calc(3.8 * var(--sizew));
    font-weight: 800;
    line-height: calc(4.4 * var(--sizew));
    padding: 0;
    margin: 0;
    margin-bottom: calc(1 * var(--sizew));
}

.hiblock .txt h1 span {
    background-color: var(--brand1);
    color: var(--black);
    border-radius: calc(0.8 * var(--sizew));
    padding: 0 calc(0.8 * var(--sizew));
}

.hiblock .txt p {
    font-size: calc(1.48 * var(--sizew));
    font-weight: 400;
    line-height: calc(2.4 * var(--sizew));
    padding: 0;
    margin: 0;
    margin-bottom: calc(2 * var(--sizew));
    opacity: 0.7;
}

.hiblock .txt p:last-child {
    margin-bottom: 0;
    margin-top: calc(0.5 * var(--sizew));
    font-size: calc(1 * var(--sizew));
    line-height: calc(2 * var(--sizew));
}

.hiblock .grafik {
    width: 42%;
    line-height: 0;
}

.hiblock .grafik svg {
    width: 100%;
}

button.scroll-button {
    position: relative;
    background-color: var(--brand1);
    height: calc(4.8 * var(--sizew));
    border-radius: calc(0.8 * var(--sizew));
    font-size: calc(2.2 * var(--sizew));
    color: var(--brand2);
    font-weight: 700;
    padding: 0 calc(2.4 * var(--sizew));
    z-index: 2;
    background: linear-gradient(0deg, rgb(138 173 0) 0%, rgb(203 255 0) 100%);
    animation: pulse-shadow 2s infinite;
}

button.scroll-button i {
    margin-right: 10px;
    font-size: calc(1.8 * var(--sizew));
    margin-top: calc(0px - calc(0.2 * var(--sizew)));
}

.inpulse {
    position: relative;
    display: inline-block;
    line-height: 0px;
    transition: all 0.3s;
}

.h1bl .inpulse {
    margin-top: calc(var(--otstup) / 2);
}

.inpulse::befores,
.inpulse::afters {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: calc(0.8 * var(--sizew));
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #cbff00;
    opacity: 0;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.inpulse::before {
    animation-name: pulseBefore;
}

.inpulse::after {
    animation-name: pulseAfter;
    animation-delay: 1.25s;
    background: #91b60061;
}

@keyframes pulseBefore {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes pulseAfter {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

/* */

.paskad-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--brand1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid rgb(188 237 0 / 0%);
    border-radius: calc(0.8 * var(--sizew));
    padding: 1px;
}

.startplatform {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(240, 240, 240, 0.0) 50%,
            rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(2.2 * var(--sizew));
    font-weight: 700;
    padding: 4px;
    line-height: calc(5 * var(--sizew));
    padding: 0 calc(3 * var(--sizew));
    border-radius: calc(0.6 * var(--sizew));
}

/* Сам импульс (бегающая линия) */
.paskad-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent,
            transparent,
            transparent,
            #a3ff00
            /* Твой кислотно-зеленый цвет */
        );
    animation: rotate-pulse 3s linear infinite;
    z-index: -1;
}

/* Внутренняя маска, чтобы линия была только на границе */
.paskad-btn::after {
    content: '';
    position: absolute;
    inset: 1px;
    /* Толщина борта */
    background: #0f0f0f;
    /* Цвет фона твоего сайта */
    border-radius: 11px;
    z-index: -1;
    animation: pulse-shadow 2s infinite;
}

.btn-text {
    letter-spacing: 0.5px;
}

/* Анимация вращения импульса */
@keyframes rotate-pulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1179px) {

    /* Эффекты при наведении */
    .paskad-btn:hover {
        transform: translateY(-5px);
    }
}

@media only screen and (min-width: 1180px) {
    .ft-right {
        display: none;
    }
}

@media only screen and (max-width: 1179px) {
    .hiblock {
        flex-wrap: wrap;
    }

    .hiblock .txt {
        width: calc(100% - calc(0 * var(--sizew)));
        text-align: center;
    }

    .hiblock .grafik {
        width: 100%;
        line-height: 0;
    }

    .fixedtop .login-button,
    .fixedtop .contact-button,
    .fixedtop nav.menu {
        display: none;
    }

    .lang-container {
        margin-left: auto;
    }

    .hiblock .grafik svg {
        width: 100%;
        right: -2.5%;
        position: relative;
    }

}

@media only screen and (max-width: 699px) {
    .hiblock .txt h1 {
        font-size: calc(2 * var(--sizew));
        font-weight: 500;
        line-height: calc(3.2 * var(--sizew));
    }

    .hiblock .txt p {
        font-size: calc(1.2 * var(--sizew));
        font-weight: 400;
        line-height: calc(2.2 * var(--sizew));
    }

    .hiblock .txt p br {
        display: none;
    }

    .startplatform {
        font-size: calc(1.6 * var(--sizew));
        font-weight: 500;
        line-height: calc(4 * var(--sizew));
        padding: 0 calc(2 * var(--sizew));
        border-radius: calc(0.6 * var(--sizew));
    }

}

/* Ключ */

.keybl h2 {
    font-size: calc(1.4 * var(--sizew));
    font-weight: 800;
    line-height: calc(1.4 * var(--sizew));
}

.keybl ul {
    display: grid;
    flex-wrap: wrap;
    gap: 2px;
    padding: 0;
    list-style: none;
    border: 2px solid #414243;
    background-color: #414243;
    border-radius: calc(0.8 * var(--sizew));
    overflow: hidden;
    grid-template-columns: repeat(4, 1fr);
}

.keybl ul li {
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: calc(1.2 * var(--sizew));
    font-weight: 600;
    line-height: calc(1.6 * var(--sizew));
    gap: calc(1.5 * var(--sizew));
    padding: calc(1.5 * var(--sizew)) 0;
    padding-left: calc(2 * var(--sizew));
    letter-spacing: 0.2px;
}

.keybl .icon {
    height: calc(3.2 * var(--sizew));
    width: calc(3.2 * var(--sizew));
    background-color: var(--brand2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(240, 240, 240, 0.0) 50%, rgba(255, 255, 255, 0.15) 100%);
    border: 2px solid rgba(255, 255, 255, .1);
    border: 2px solid #414243;
    background: var(--brand2);
    border-radius: calc(0.6 * var(--sizew));
    padding: calc(0.4 * var(--sizew));
    display: flex;
    justify-content: center;
    align-items: center;
}

.keybl .icon svgs {
    display: none !important;
}

.keybl .icon i {
    display: none !important;
    color: #A4E400;
    filter: drop-shadow(0 0 8px var(--brand1));
    font-size: calc(1.6 * var(--sizew));
}

/* Адаптация: когда экран становится меньше (например, планшеты) */
@media (max-width: 1179px) {
    .keybl ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Опционально: для совсем маленьких экранов (телефоны) */
@media (max-width: 599px) {
    .keybl ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Форма заказа */

.formzakazb {
    display: none;
    z-index: 99999999;
    background-color: var(--background);
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
}

.formzakaz {
    display: flex;
    z-index: 1;
    background-color: var(--background);
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
}

.fz-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: calc(2* var(--sizew));
    width: calc(100% - calc(4* var(--sizew)));
    gap: calc(2* var(--sizew));
}

.fz-content .formclose {
    width: 100%;
    display: block;
    text-align: center;
}

button.fz-close {
    position: relative;
    height: calc(4* var(--sizew));
    border-radius: calc(2* var(--sizew));
    font-size: calc(1.4* var(--sizew));
    font-weight: 700;
    padding: 0;
    z-index: 2;
    background-color: var(--black);
}

button.fz-close i {
    margin-right: 5px;
    font-size: calc(1.4* var(--sizew));
}

.fzc-info {
    display: flex;
    flex-wrap: wrap;
    width: calc(var(--otstup)* 8.5 * 3 + calc(2* var(--sizew)));
    padding: calc(2* var(--sizew));
    gap: calc(1* var(--sizew));
    border-radius: calc(2* var(--sizew));
    justify-content: center;
    background-color: var(--minilighttone);
}

.formzakaz .title h2 {
    font-size: calc(var(--otstup2) * 0.8);
    line-height: calc(var(--otstup2) * 0.7);
    margin: 0px;
    color: var(--black);
    display: block;
    text-align: center;
    width: 100%;
}

.formzakaz .title h2 b {
    font-size: calc(var(--otstup2) * 0.7);
    line-height: calc(var(--otstup2) * 0.7);
    color: var(--orange);
    font-weight: 900;
}

.formzakaz p {
    font-size: calc(1.4* var(--sizew));
    line-height: calc(2* var(--sizew));
    margin: 0px;
    margin-top: calc(var(--otstup) / 2);
    letter-spacing: calc(0.05* var(--sizew));
    font-weight: 500;
    text-align: center;
}

.formzakaz button {
    width: calc(var(--otstup)* 8.5);
    max-width: 100%;
}

button.fz-phone,
button.fz-phone:hover,
button.fz-viber,
button.fz-viber:hover,
button.fz-whatsapp,
button.fz-whatsapp:hover,
button.fz-telegram,
button.fz-telegram:hover,
button.fz-tiktok,
button.fz-tiktok:hover,
button.fz-insta,
button.fz-insta:hover {
    background-image: url(/buket/img/insta.svg), linear-gradient(166deg, #8f39ce, #d53692);
    background-size: var(--otstup), auto;
    background-position: center left calc(var(--otstup) / 1.5), center;
    background-repeat: no-repeat;
    color: var(--white);
    padding-left: calc(var(--otstup)* 1);
}

button.fz-tiktok,
button.fz-tiktok:hover {
    background-image: url(/buket/img/tiktok.svg), linear-gradient(166deg, #514f4f, #000000);
}

button.fz-telegram,
button.fz-telegram:hover {
    background-image: url(/buket/img/tg.webp), linear-gradient(166deg, #55acff, #007be5);
}

button.fz-whatsapp,
button.fz-whatsapp:hover {
    background-image: url(/buket/img/whatsapp.svg), linear-gradient(166deg, #33e676, #0fb34c);
}

button.fz-viber,
button.fz-viber:hover {
    background-image: url(/buket/img/viber.svg), linear-gradient(166deg, #6f54db, #382978);
}

button.fz-phone,
button.fz-phone:hover {
    background-image: url(/buket/img/vodafone.svg), linear-gradient(166deg, #f6dbbc, #f6d6b0);
    color: var(--black);
    width: calc(var(--otstup)* 11.5);
}

.fs-pidpys {
    display: block;
    width: 100%;
    position: relative;
}

.fs-pidpys::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    height: 2px;
    background-color: var(--lighttone);
    width: 100%;
}

.fs-pidpys p {
    display: table;
    margin: 0 auto;
    padding: 0 calc(2* var(--sizew));
    background-color: var(--minilighttone);
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 699px) {

    .formzakaz button {
        width: 100%;
    }

    .formzakaz button.fz-close {
        width: calc(var(--otstup)* 8.5);
    }
}

/* Футер */

footer#cb-footer {
    margin-top: calc(4 * var(--sizew));
    display: flex;
    flex-wrap: wrap;
    gap: calc(4 * var(--sizew));
}

@media only screen and (max-width: 1239px) {
    footer#cb-footer {
        margin-top: calc(2 * var(--sizew));
        display: flex;
        flex-wrap: wrap;
        gap: calc(2 * var(--sizew));
    }
}

.seo {
    display: flex;
    gap: calc(1 * var(--sizew)) calc(2 * var(--sizew));
}

.seo > * {
    flex: 1;
}

.seo-text h2 {
    font-size: calc(var(--otstup2)* 0.5);
    line-height: calc(var(--otstup2)* 0.8);
    margin: 0px;
    margin-bottom: calc(var(--otstup) / 3);
}

.seo-text p {
    font-size: calc(1.0 * var(--sizew));
    line-height: calc(1.4* var(--sizew));
    margin: calc(var(--otstup) / 5) 0;
    font-weight: 200;
}

.fbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--otstup) / 1);
    margin-bottom: calc(2 * var(--sizew));
    flex-wrap: wrap;
    font-size: calc(1.3* var(--sizew));
    line-height: calc(1.8* var(--sizew));
    width: 100%;
}

.fbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--otstup) / 1);
    margin-bottom: calc(2 * var(--sizew));
    flex-wrap: wrap;
    font-size: calc(1.3* var(--sizew));
    line-height: calc(1.8* var(--sizew));
    width: 100%;
}

.poloman {
    font-weight: 700;

}

.poloman a {
    color: var(--white);
    font-weight: 500;
}

.poloman a:hover {
    color: var(--brand1);
}

.poloman a:last-child {
    font-weight: 900;
    color: var(--brand1);
}

.zakon {
    display: block;
    text-align: center;
    border: 2px solid var(--brand1);
    border-radius: calc(1* var(--sizew));
    padding: calc(var(--otstup) / 1);
    padding-bottom: calc(var(--otstup) / 1.2);
    margin-bottom: calc(var(--otstup) / 1);
    width: 100%;
}

@media only screen and (max-width: 1599px) {
    .seo-text h2 {
        margin-bottom: calc(var(--otstup) / 2.5);
    }

    .seo-text p {
        font-size: calc(1.2 * var(--sizew));
        line-height: calc(1.8* var(--sizew));
        margin: calc(var(--otstup) / 5) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .seo {
        flex-wrap: wrap;
    }

    .seo > * {
        flex: auto;
    }
}

@media only screen and (max-width: 699px) {
    .seo-text p {
        margin: calc(var(--otstup) / 2) 0;
    }

    .seo-text h2,
    .seo-text p {
        text-align: center;
    }

    .fbottom {
        justify-content: center;
        gap: calc(var(--otstup) / 5);
    }

    .zakon {
        text-align: justify;
    }

    .zakon br {
        display: none;
    }
}

/* */

#toggleButton {
    display: none;
    border-radius: var(--otstup);
    background: var(--brand1);
    color: var(--black);
    position: relative;
    padding-left: 54px;
    font-weight: 500;
    font-size: calc(1.4 * var(--sizew));
    height: 44px;
    padding-right: 30px;
}

#toggleButton.active {
    background-color: var(--brand2);
    color: var(--white);
}

#toggleButton span {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 14px;
    left: 30px;
    height: 2px;
    border-radius: 4px;
    transition: all 0.5s;
}

#toggleButton b {
    font-weight: 500;
}

#toggleButton span::before,
#toggleButton span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 80%;
    height: 2px;
    content: "";
    border-radius: 4px;
}

#toggleButton span,
#toggleButton span::before,
#toggleButton span::after {
    background-color: var(--black);
}

#toggleButton.active span,
#toggleButton.active span::before,
#toggleButton.active span::after {
    background-color: var(--black);
}

#toggleButton span::before {
    top: -6px;
}

#toggleButton span::after {
    bottom: -6px;
}

#toggleButton span {
    transition: background 0s 0.0s;
}

#toggleButton span::before,
#toggleButton span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

#toggleButton span::before {
    transition-property: top, transform;
}

#toggleButton span::after {
    transition-property: bottom, transform;
}

#toggleButton.active span {
    background: none;
}

#toggleButton.active span::before {
    top: 0;
    transform: rotate(45deg);
    width: 100%;
}

#toggleButton.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    width: 100%;
}

#toggleButton.active span::before,
#toggleButton.active span::after {
    transition-delay: 0s, 0.3s;
    background-color: var(--white);
}

/* */

@media only screen and (max-width: 1239px) {

    .h1bl {
        background-position: left 130% top 10%;
        background-size: 46%;
    }

    :root {
        --sizew: 12px;
        --otstup: calc(2 * var(--sizew));
        --otstup2: calc(3 * var(--sizew));
    }

    .quest p {
        font-size: calc(1.3 * var(--sizew));
        line-height: calc(2 * var(--sizew));
    }

}

@media only screen and (max-width: 1179px) {

    :root {
        --sizew: 12px;
        --otstup: calc(2 * var(--sizew));
        --otstup2: calc(3 * var(--sizew));
    }

}

@media only screen and (max-width: 1179px) {

    #toggleButton {
        display: block;
    }

    .fixedtop.active {
        top: 0;
        background-color: var(--background);
    }

    .ft-right {
        overflow-y: scroll;
        display: block;
        height: calc(100% - 68px);
        position: fixed;
        top: 68px;
        background-color: #1c1c1e;
        left: 100%;
        padding: calc(2* var(--sizew)) calc(2* var(--sizew));
        width: calc(100% - (calc(2* var(--sizew)) * 2));
        transition: all 0.5s;
    }

    .ft-right .fzc-info {
        width: 100%;
    }

    .ft-right.open {
        left: 0px;
    }

    .ft-right {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    nav.menu {
        display: flex;
    }

    .contact-button {
        height: auto;
    }

    nav.menu a {
        display: table;
    }

    nav.menu {
        flex-wrap: wrap;
        gap: calc(1* var(--sizew));
        text-align: center;
        width: 100%;
    }

    nav.menu a::before,
    nav.menu a:hover::before,
    nav.menu a.active::before {
        display: none;
    }

    nav.menu a {
        width: calc(33.333% - calc(calc(1.5* var(--sizew)) / 2));
        background: var(--inp);
        border-radius: calc(1.4* var(--sizew));
    }

    nav.menu a.active {
        color: var(--black);
        opacity: 1;
        background: var(--lighttone);
    }

    .ft-right .contact-button {
        width: calc(var(--otstup)* 8.5);
    }

    .grid-container {
        flex-wrap: wrap;
        display: flex;
    }

}


@media only screen and (max-width: 1023px) {

    .fixedtop {
        padding: calc(1* var(--sizew)) calc(2* var(--sizew));
        width: calc(100% - (calc(4* var(--sizew))));
    }

    .fixedtop.top {
        padding: calc(1* var(--sizew)) calc(2* var(--sizew));
    }

    #full {
        padding: calc(2 * var(--sizew));
        padding-top: calc(calc(2 * var(--sizew)) * 2 + calc(2 * var(--sizew)));
        padding-bottom: 0;
    }

    button.scroll-button i {
        margin-top: calc(0px - calc(0.15* var(--sizew)));
    }
}

@media only screen and (max-width: 799px) {

    .ft-right {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 699px) {

    nav.menu a {
        width: calc(50% - calc(calc(1* var(--sizew)) / 2));
    }

    .ft-right .contact-button {
        width: 100%;
    }

    .social {
        flex-wrap: wrap;
    }

    .social-item {
        flex: calc(100% - calc(var(--otstup) / 1));
        border-radius: calc(var(--otstup) / 1) !important;
    }

    .social {
        gap: calc(var(--otstup) / 4);
        padding: calc(var(--otstup) / 2);
    }

}

@media only screen and (max-width: 369px) {
    :root {
        --otstup2: calc(2.8* var(--sizew));
    }
}

@media only screen and (max-width: 499px) {
    #toggleButton b {
        display: none;
    }

    #toggleButton {
        padding: 0px;
        width: 54px;
        border-radius: calc(var(--otstup) / 2);
    }

    #toggleButton span {
        left: 20px;
    }

    .fixedtop {
        gap: 10px;
    }
}