
#wordButton {
    font-size: 25px;

}

#col_for_timer {
    font-size: 20px;
    text-align: center;
    padding-top: 6px;

}

#time-down-counter-2 {

    color: black;
    font-size: 30px;
    text-align: center;


}

main > .container {
    padding: 20px 15px 20px;
}

body {
    background-color: #F0F0F0;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.bg-dark-blue {
    background-color: #0a2f53;
}
.bg-dark-green {
    background: darkgreen;
}
.brand-label {
    /*font-size: 9px;*/
    font-weight: bold;
    text-shadow: 0 0 15px #FFFFFF;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*authorization*/
.auth_label {
    font-size: 18px;
    font-weight: 500;
}



/*listener*/
.listener-name-main {
    font-size: 35px;
    font-weight: 500;
}
.listener-index-labels {
    font-size: 25px;
    font-weight: 600;
}

.navbar {
    position: relative;
}

.upload-form-hr {
    background: #065195;
}
.group-inputs-label {
    font-size: 25px;
    font-weight: 600
}
.btn-lk-common {
    box-shadow: 3px 3px 3px gray;
    background: #125290;
    border: #125290;
}
.btn-lk-common:hover {
    background: #0a2f53;
}
.btn-lk-browse {
    background: rgba(24, 107, 187, 0.85) !important;
    border: rgba(24, 107, 187, 0.85)!important;
}
.empty-doc-warn {
    font-size: 14px;
    color: darkred;
    margin: auto 0;
    font-weight: 600;
}

/*Администратор*/
.user-created-label {
    font-size: 20px;
}
.text-red {
    color: darkred;
}


.send-user-item {
    margin: 15px 0;
}
.btn-send-user {
    background: #005ff9;
    border: #005ff9;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
}
.btn-default {
    box-shadow: 3px 3px 3px gray;
}

/* ========== НОВАЯ ВЕРСИЯ АВТОРИЗАЦИИ (auth-v2) ========== */
.auth-v2-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    background: #ffffff;
    background-color: #ffffff;
    background-image: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

/* Фоновое изображение - одно изображение растянутое на весь экран */
.auth-bg-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    pointer-events: none;
    z-index: 0;
    margin: 0;
    padding: 0;
    background-image: url('/images/new-bg/auth-bg-v2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.auth-v2-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-v2-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.auth-v2-title {
    font-size: 28px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
    text-align: center;
}

.auth-v2-subtitle {
    font-size: 16px;
    color: #333;
    margin-bottom: 35px;
    text-align: center;
}

.auth-v2-form {
    width: 100%;
}

.auth-v2-field {
    margin-bottom: 25px;
}

.auth-v2-field-wrapper {
    margin-bottom: 0;
}

.auth-v2-label {
    display: block;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.auth-v2-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.auth-v2-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.auth-v2-input.has-error,
.auth-v2-field-wrapper.has-error .auth-v2-input,
.auth-v2-field-wrapper.is-invalid .auth-v2-input,
.auth-v2-field-wrapper.has-danger .auth-v2-input {
    background-color: #ffebeb;
    border-color: #dc3545;
}

.auth-v2-field-wrapper.has-error .auth-v2-input:focus,
.auth-v2-field-wrapper.is-invalid .auth-v2-input:focus,
.auth-v2-field-wrapper.has-danger .auth-v2-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.auth-v2-field-wrapper .help-block {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.auth-v2-remember-wrapper {
    margin-bottom: 20px;
    position: relative;
}

/* Кастомный чекбокс */
.auth-v2-custom-checkbox {
    display: flex;
    align-items: center;
}

/* Скрываем оригинальный чекбокс Yii2 */
.auth-v2-remember-field {
    display: none !important;
}

.auth-v2-checkbox-hidden {
    display: none !important;
}

/* Скрываем визуальный чекбокс (он используется только для синхронизации) */
.auth-v2-checkbox-visual {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

/* Label для кастомного чекбокса */
.auth-v2-custom-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin: 0;
    padding: 0;
}

/* Визуальный элемент чекбокса */
.auth-v2-custom-checkbox-box {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border: 2px solid #007bff;
    border-radius: 3px;
    background-color: #ffffff;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Состояние отмеченного чекбокса */
.auth-v2-custom-checkbox-box.checked {
    background-color: #007bff;
    border-color: #007bff;
}

.auth-v2-custom-checkbox-box.checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
    display: block;
}

/* Hover состояние */
.auth-v2-custom-checkbox-label:hover .auth-v2-custom-checkbox-box {
    border-color: #0056b3;
}

.auth-v2-custom-checkbox-label:hover .auth-v2-custom-checkbox-box.checked {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* Focus состояние */
.auth-v2-checkbox-hidden:focus + .auth-v2-custom-checkbox-label .auth-v2-custom-checkbox-box {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Текст label */
.auth-v2-remember-label {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    user-select: none;
    margin: 0;
    padding: 0;
}

.auth-v2-submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.auth-v2-submit-btn:hover {
    background-color: #0056b3;
}

.auth-v2-submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

.auth-v2-links {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.auth-v2-link-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.auth-v2-link-text {
    font-size: 15px;
    color: #666;
}

.auth-v2-link {
    font-size: 15px;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-v2-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.auth-v2-footer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 650px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.auth-v2-footer-left {
    flex: 1;
}

.auth-v2-footer-right {
    flex: 1;
    text-align: right;
}

.auth-v2-footer-link {
    color: #007bff;
    text-decoration: none;
}

.auth-v2-footer-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .auth-v2-card {
        padding: 30px 20px;
    }
    
    .auth-v2-title {
        font-size: 20px;
    }
    
    .auth-bg-v2 {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
    }
    
    .auth-v2-links {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .auth-v2-footer {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .auth-v2-footer-right {
        text-align: center;
    }
}
/* ========== КОНЕЦ НОВОЙ ВЕРСИИ АВТОРИЗАЦИИ ========== */

/* Скрытие footer на странице авторизации */
.auth-v2-wrapper ~ footer,
body:has(.auth-v2-wrapper) footer,
.footer:has(~ .auth-v2-wrapper),
main:has(.auth-v2-wrapper) ~ footer {
    display: none !important;
}

/* Альтернативный способ - скрытие footer если на странице есть auth-v2-wrapper */
body .auth-v2-wrapper {
    position: relative;
}

/* Если footer находится в том же контейнере, что и auth-v2-wrapper */
.auth-v2-wrapper {
    position: relative;
}

/* Скрытие footer через родительский контейнер */
body:has(.auth-v2-wrapper) .footer,
body:has(.auth-v2-wrapper) footer {
    display: none !important;
}

/* Скрытие верхней синей шапки на страницах личного кабинета (lk-v2),
   при этом новая верстка (lk-v2-mobile-header и т.п.) не затрагивается */
body:has(.lk-v2-wrapper) .navbar.navbar-expand-md.navbar-dark.bg-dark-blue.fixed-top.navbar {
    display: none !important;
}

/* Скрытие footer на странице личного кабинета (lk-v2) */
body:has(.lk-v2-wrapper) .footer {
    display: none !important;
}

/* Скрытие навигации на странице авторизации */
body:has(.auth-v2-wrapper) .navbar,
body:has(.auth-v2-wrapper) nav,
body:has(.auth-v2-wrapper) .nav,
body:has(.auth-v2-wrapper) header,
body:has(.auth-v2-wrapper) .header,
body:has(.auth-v2-wrapper) .navbar-nav,
body:has(.auth-v2-wrapper) .navbar-collapse,
body:has(.auth-v2-wrapper) .navbar-brand,
body:has(.auth-v2-wrapper) .navbar-toggler {
    display: none !important;
}

/* ========== НОВАЯ ВЕРСИЯ ВОССТАНОВЛЕНИЯ ПАРОЛЯ (auth-v2-reset) ========== */
.auth-v2-reset-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    background: #ffffff;
    background-color: #ffffff;
    background-image: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

/* Фоновое изображение для страницы восстановления пароля */
.auth-bg-v2-reset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    pointer-events: none;
    z-index: 0;
    margin: 0;
    padding: 0;
    background-image: url('/images/new-bg/auth-bg-v2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.auth-v2-reset-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-v2-reset-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.auth-v2-reset-title {
    font-size: 32px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
    text-align: center;
}

.auth-v2-reset-subtitle {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.auth-v2-reset-instruction {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.auth-v2-reset-form {
    width: 100%;
}

.auth-v2-reset-field {
    margin-bottom: 25px;
}

.auth-v2-reset-field-wrapper {
    margin-bottom: 0;
}

.auth-v2-reset-label {
    display: block;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.auth-v2-reset-input,
.auth-v2-reset-field-wrapper input[type="text"],
.auth-v2-reset-field-wrapper input {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.auth-v2-reset-input:focus,
.auth-v2-reset-field-wrapper input[type="text"]:focus,
.auth-v2-reset-field-wrapper input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.auth-v2-reset-input.has-error,
.auth-v2-reset-field-wrapper.has-error .auth-v2-reset-input,
.auth-v2-reset-field-wrapper.is-invalid .auth-v2-reset-input,
.auth-v2-reset-field-wrapper.has-danger .auth-v2-reset-input,
.auth-v2-reset-field-wrapper.has-error input[type="text"],
.auth-v2-reset-field-wrapper.has-error input,
.auth-v2-reset-field-wrapper.is-invalid input[type="text"],
.auth-v2-reset-field-wrapper.is-invalid input,
.auth-v2-reset-field-wrapper.has-danger input[type="text"],
.auth-v2-reset-field-wrapper.has-danger input {
    background-color: #ffebeb;
    border-color: #dc3545;
}

.auth-v2-reset-field-wrapper.has-error .auth-v2-reset-input:focus,
.auth-v2-reset-field-wrapper.is-invalid .auth-v2-reset-input:focus,
.auth-v2-reset-field-wrapper.has-danger .auth-v2-reset-input:focus,
.auth-v2-reset-field-wrapper.has-error input[type="text"]:focus,
.auth-v2-reset-field-wrapper.has-error input:focus,
.auth-v2-reset-field-wrapper.is-invalid input[type="text"]:focus,
.auth-v2-reset-field-wrapper.is-invalid input:focus,
.auth-v2-reset-field-wrapper.has-danger input[type="text"]:focus,
.auth-v2-reset-field-wrapper.has-danger input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.auth-v2-reset-field-wrapper .help-block {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.auth-v2-reset-submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.auth-v2-reset-submit-btn:hover {
    background-color: #0056b3;
}

.auth-v2-reset-submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

.auth-v2-reset-back-link {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
}

.auth-v2-reset-back-link:hover {
    color: #333;
    background-color: #e9e9e9;
    text-decoration: none;
}

.auth-v2-reset-footer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 650px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.auth-v2-reset-footer-left {
    flex: 1;
}

.auth-v2-reset-footer-right {
    flex: 1;
    text-align: right;
}

.auth-v2-reset-footer-link {
    color: #007bff;
    text-decoration: none;
}

.auth-v2-reset-footer-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .auth-v2-reset-card {
        padding: 30px 20px;
    }
    
    .auth-v2-reset-title {
        font-size: 20px;
    }
    
    .auth-bg-v2-reset {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
    }
    
    .auth-v2-reset-footer {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .auth-v2-reset-footer-right {
        text-align: center;
    }
}
/* ========== КОНЕЦ НОВОЙ ВЕРСИИ ВОССТАНОВЛЕНИЯ ПАРОЛЯ ========== */

/* Скрытие навигации на странице восстановления пароля */
body:has(.auth-v2-reset-wrapper) .navbar,
body:has(.auth-v2-reset-wrapper) nav,
body:has(.auth-v2-reset-wrapper) .nav,
body:has(.auth-v2-reset-wrapper) header,
body:has(.auth-v2-reset-wrapper) .header,
body:has(.auth-v2-reset-wrapper) .navbar-nav,
body:has(.auth-v2-reset-wrapper) .navbar-collapse,
body:has(.auth-v2-reset-wrapper) .navbar-brand,
body:has(.auth-v2-reset-wrapper) .navbar-toggler {
    display: none !important;
}

/* ========== НОВАЯ ВЕРСИЯ ЛИЧНОГО КАБИНЕТА (lk-v2) ========== */
.lk-v2-wrapper {
    display: flex;
    min-height: 100vh;
    /* background-color: #f3f4f6; */
    margin: 0;
    padding: 20px 0;
    justify-content: flex-start;
}

.lk-v2-sidebar {
    width: 320px;
    min-width: 320px;
    background-color: #ffffff;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 35, 52, 0.12);
    height: 1000px;
    max-height: 1000px;
    overflow-y: auto;
}



.lk-v2-user-name {
    font-size: 24px;
    font-weight: 700;
    color: #282828;
    margin: 0 0 4px 0;
}

.lk-v2-user-email {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    margin: 0;
    margin-bottom: 30px;
}

.lk-v2-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.lk-v2-nav-btn-primary {
    display: block;
    padding: 18px 32px;
    min-height: 56px;
    background-color: #007bff;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.lk-v2-nav-btn-primary:hover {
    background-color: #0063d6;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 99, 214, 0.3);
}

.lk-v2-nav-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lk-v2-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 12px;
    background-color: #F0F0F0;
    color: #333;
    text-decoration: none;
    border-radius: 12px;
    font-size: 14px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    gap: 16px;
    min-height: 60px;
    padding-left: 20px;
}

.lk-v2-nav-links .lk-v2-nav-link:nth-child(2) {
    min-height: 76px;
}

.lk-v2-nav-link:hover {
    background-color: #ececec;
    color: #333;
    text-decoration: none;
}

.lk-v2-nav-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.lk-v2-nav-icon img {
    display: block;
    width: 20px;
    height: 20px;
}

.lk-v2-nav-link span {
    flex: initial;
}

.lk-v2-nav-exit {
    margin-top: auto;
    padding-top: 40px;
}

.lk-v2-logout-form {
    margin: 0;
    padding: 0;
}

.lk-v2-nav-exit-btn {
    width: 100%;
    padding: 12px 16px;
    background-color: #F0F0F0;
    color: #999;
    border: none;
    border-radius: 12px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 18px rgba(15, 35, 52, 0.04);
}

.lk-v2-nav-exit-btn:hover {
    background-color: #ebebeb;
}

.lk-v2-nav-exit-text {
    flex: 0;
    text-align: center;
    font-size: 14px;
}

.lk-v2-nav-exit-icon {
    width: 18px;
    height: 18px;
}

.lk-v2-main {
    flex: 1;
    padding: 0px 40px 30px 40px;
    overflow-y: auto;
}

.lk-v2-content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lk-v2-menu-toggle {
    display: none;
}

.lk-v2-mobile-header {
    display: none;
    margin-bottom: 16px;
}

.lk-v2-burger-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

.lk-v2-burger-btn img {
    display: block;
    width: 25px;
    height: 25px;
}

.lk-v2-sidebar-header {
    display: none;
}

.lk-v2-sidebar-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lk-v2-sidebar-close img {
    display: block;
    width: 20px;
    height: 20px;
}

.lk-v2-mobile-user {
    display: flex;
    flex-direction: column;
}

.lk-v2-mobile-name {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
}

.lk-v2-mobile-email {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
}

.lk-v2-section {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 24px 28px;
    box-shadow: 0 18px 45px rgba(15, 35, 52, 0.08);
}

.lk-v2-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.lk-v2-section-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.lk-v2-section-subtitle {
    font-size: 12px;
    color: #999999;
}

.lk-v2-section-programs .lk-v2-section-header {
    margin-bottom: 16px;
}

.lk-v2-section-tutor .lk-v2-section-header {
    margin-bottom: 16px;
}

.lk-v2-tutor-card {
    background-color: #F7F7F7;
    border-radius: 12px;
    padding: 16px 20px;
}

.lk-v2-tutor-name {
    font-size: 16px;
    font-weight: 700;
    color: #0055CC;
    margin-bottom: 8px;
}

.lk-v2-tutor-row {
    font-size: 13px;
    color: #282828;
    margin-bottom: 4px;
}

.lk-v2-tutor-label {
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
    color: #282828;
}

.lk-v2-tutor-value a {
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

/* Ошибки под блоком тьютора */
.lk-v2-section-errors .lk-v2-errors {
    border-radius: 12px;
    overflow: hidden;
    font-size: 14px;
}

.lk-v2-errors-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #D72525;
    color: #ffffff;
    padding: 12px 20px;
    cursor: pointer;
}

.lk-v2-errors-header::-webkit-details-marker {
    display: none;
}

.lk-v2-errors-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lk-v2-errors-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.lk-v2-errors-title {
    font-size: 14px;
    font-weight: 600;
}

.lk-v2-errors-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.lk-v2-errors-toggle-icon img {
    width: 16px;
    height: 16px;
    display: block;
    transition: transform 0.2s ease;
}

.lk-v2-errors[open] .lk-v2-errors-toggle-icon img {
    transform: rotate(180deg);
}

.lk-v2-errors-body {
    background-color: #ffffff;
    padding: 12px 20px 16px 20px;
}

.lk-v2-error-row {
    display: flex;
    margin-bottom: 6px;
    font-size: 14px;
    color: #282828;
}

.lk-v2-error-label {
    font-weight: 600;
    font-size: 14px;
    color: #D72525;
    margin-right: 6px;
}

.lk-v2-error-text {
    font-weight: 400;
}

.lk-v2-program-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 24px;
    border-radius: 16px;
    background-color: #F0F0F0;
}

.lk-v2-program-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lk-v2-program-title {
    font-size: 14px;
    font-weight: 600;
    color: #0055cc;
    text-decoration: none;
}

.lk-v2-program-title:hover {
    text-decoration: underline;
}

.lk-v2-program-meta {
    font-size: 12px;
    color: #555555;
}

.lk-v2-program-meta-line {
    margin-bottom: 4px;
}

.lk-v2-program-badge {
    align-self: center;
    padding: 8px 16px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #0055cc;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(15, 35, 52, 0.12);
}

.lk-v2-section-docs .lk-v2-section-header {
    margin-bottom: 24px;
}

.lk-v2-docs-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background-color: #F0F0F0;
    font-size: 16px;
    color: #555555;
    text-decoration: none;
}

.lk-v2-docs-edit:hover {
    background-color: #F5F5F5;
}

.lk-v2-docs-grid {
    display: flex;
    gap: 40px;
}

.lk-v2-docs-column {
    flex: 1;
}

.lk-v2-docs-group-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #282828;
}

.lk-v2-docs-row {
    display: flex;
    margin-bottom: 8px;
    font-size: 13px;
}

.lk-v2-docs-label {
    flex: 0 0 48%;
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #282828;
}

.lk-v2-docs-value {
    flex: 1;
    color: #222222;
}

.lk-v2-section-docs-footer {
    font-size: 14px;
    color: #7A7A7A;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .lk-v2-content {
        padding: 0 10px;
    }

    .lk-v2-docs-grid {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .lk-v2-wrapper {
        flex-direction: column;
    }
    
    .lk-v2-sidebar {
        width: 100%;
        min-width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 300px;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }
    
    .lk-v2-main {
        padding: 20px;
    }

    .lk-v2-mobile-header {
        display: flex;
        align-items: center;
        margin: 10px auto 24px;
        max-width: 630px;
        background-color: #FFFFFF;
        border-radius: 24px;
        padding: 16px 20px;
    }

    .lk-v2-menu-toggle:checked ~ .lk-v2-sidebar {
        transform: translateX(0);
    }

    .lk-v2-sidebar-header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 16px;
    }
}


/* --------- Labor Protection Landing --------- */
.labor-protection-page {
    background-color: #FFFFFF;
}

.labor-protection-page .parallax-bg {
    display: none !important;
}

.labor-protection-hero {
    padding: 80px 0 60px;
    text-align: center;
    font-family: "Montserrat", "Roboto", "Arial", sans-serif;
}

.labor-protection-hero__inner {
    max-width: 960px;
    margin: 0 auto;
}

.labor-protection-hero__title {
    margin: 0 0 20px;
    color: #E95522;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.labor-protection-hero__subtitle {
    margin: 0 auto 48px;
    max-width: 840px;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 1.5;
}

.labor-protection-hero__actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.labor-protection-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 64px;
    background-color: #00B12C;
    border-radius: 16px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.labor-protection-hero__btn:hover,
.labor-protection-hero__btn:focus {
    background-color: #019925;
    color: #FFFFFF;
    text-decoration: none;
}

.labor-protection-hero__icon {
    width: 16px;
    height: 16px;
}

@media (max-width: 991px) {
    .labor-protection-hero {
        padding: 60px 0 40px;
    }

    .labor-protection-hero__title {
        font-size: 34px;
    }

    .labor-protection-hero__subtitle {
        font-size: 16px;
    }

    .labor-protection-hero__btn {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .labor-protection-hero__title {
        font-size: 26px;
    }

    .labor-protection-hero__subtitle {
        font-size: 14px;
    }

    .labor-protection-hero__actions {
        gap: 16px;
    }

    .labor-protection-hero__btn {
        padding: 14px 32px;
    }
}

.labor-protection-services {
    padding: 80px 0;
}

.labor-protection-services__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

.labor-protection-services__title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1C1C1C;
    margin: 0;
}

.labor-protection-services__divider {
    flex: 1;
    max-width: 535px;
    height: 2px;
    opacity: 0.5;
    background-color: #4A4A4A;
}

.labor-protection-services__benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.labor-protection-services__benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    color: #4A4A4A;
}

.labor-protection-services__benefit p {
    margin: 0;
}

.labor-protection-services__benefit img {
    width: 36px;
    height: 36px;
}

.labor-protection-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.labor-protection-service-card {
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 32px;
    min-height: 381px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.labor-protection-service-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #4A4A4A;
    text-transform: uppercase;
    line-height: 1.4;
}

.labor-protection-service-card ul {
    margin: 0;
    padding-left: 18px;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

.labor-protection-service-card li + li {
    margin-top: 6px;
}

.labor-protection-service-card__btn {
    align-self: stretch;
    border: none;
    background-color: #E95522;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 15px;
    padding: 18px 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.labor-protection-service-card__btn:hover {
    background-color: #d24a19;
}

@media (max-width: 991px) {
    .labor-protection-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .labor-protection-services__benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .labor-protection-services {
        padding: 60px 0;
    }

    .labor-protection-services__head {
        flex-direction: column;
        gap: 16px;
    }

    .labor-protection-services__title {
        font-size: 28px;
    }

    .labor-protection-services__grid {
        grid-template-columns: 1fr;
    }

    .labor-protection-services__benefits {
        grid-template-columns: 1fr;
    }

    .labor-protection-service-card {
        padding: 24px;
    }
}

.labor-protection-education {
    padding: 60px 0 80px;
}

.labor-protection-education__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
}

.labor-protection-education__title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #4A4A4A;
    text-transform: uppercase;
}

.labor-protection-education__divider {
    flex: 1;
    max-width: 535px;
    height: 2px;
    opacity: 0.5;
    background-color: #4A4A4A;
}

.labor-protection-education__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.labor-protection-education__item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #4A4A4A;
}

.labor-protection-education__item img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.labor-protection-education__item p {
    margin: 0;
    line-height: 1.5;
    max-width: 220px;
}

@media (max-width: 991px) {
    .labor-protection-education__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .labor-protection-education__head {
        flex-direction: column;
        gap: 16px;
    }

    .labor-protection-education__title {
        font-size: 26px;
    }

    .labor-protection-education__list {
        grid-template-columns: 1fr;
    }
}

.labor-protection-programs {
    padding: 40px 0 100px;
}

.labor-protection-programs__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.labor-protection-program-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
    border-radius: 20px;
    background-color: #F7F7F7;
}

.labor-protection-program-card__content h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #3C3C3C;
    text-transform: uppercase;
}

.labor-protection-program-card__content p {
    margin: 0;
    font-size: 14px;
    color: #6A6A6A;
}

.labor-protection-program-card__btn {
    border: none;
    padding: 16px 36px;
    background-color: #00B12C;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.labor-protection-program-card__btn:hover {
    background-color: #019026;
}

@media (max-width: 768px) {
    .labor-protection-program-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .labor-protection-program-card__btn {
        width: 100%;
        text-align: center;
    }
}