#lk-modern-root {
    position: relative;
    z-index: 2;
}

body header {
    padding-left: 50px;
    padding-right: 68px;
}

body .header {
    margin: 0 auto;
    max-width: 1530px;
}

body .header .logo {
    height: 96px;
}

body .header .logo img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

body.lk-modern-en .header .logo img {
    height: 88px;
}

body .header-left-navigation {
    gap: 12px;
}

body .navigation-buttons-header {
    gap: 20px;
}

body .contacts-container {
    gap: 28px;
    align-items: center;
}

body .contacts {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

body .footer-nav nav div p {
    font-weight: 700;
}

body .contacts .header-max-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    transform: translateY(-2px);
}

body .contacts .header-max-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .search-header {
    max-width: 360px;
    flex: 0 1 360px;
}

body .search-header input {
    padding: 5px 10px 5px 16px;
    font-size: 1.05rem;
    font-weight: 400;
}

body .search-header input::placeholder {
    color: #636363;
    font-weight: 400;
    opacity: 1;
}

body .search-header button {
    padding: 4px 13px 5px 7px;
}

body .search-header.search-line,
body .search-header.search-line form {
    border-radius: 8px !important;
}

body .search-header.search-line input,
body .search-header.search-line input[type="text"] {
    border-radius: 8px 0 0 8px !important;
}

body .search-header.search-line .search-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body .search-header.search-line button,
body .search-header.search-line button[type="submit"] {
    border-radius: 0 8px 8px 0 !important;
}

body .lang {
    width: 74px;
    min-width: 74px;
    overflow: visible;
}

body .user-actions-header {
    gap: 24px;
}

body .user-actions-header a {
    font-size: 0.85rem;
    padding: 10px 20px;
}

body .user-actions-header a img {
    height: 18px;
}

body .burger-menu-panel {
    width: min(360px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px);
    background: linear-gradient(180deg, #032b6b 0%, #0d3796 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(3, 43, 107, 0.32);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body .burger-menu-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body .step4-mobile-menu__entry {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

body .step4-mobile-menu__sublist {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

body .burger-menu-panel {
    width: min(280px, calc(100vw - 24px)) !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 10px 12px 8px !important;
}

body .step4-mobile-menu__entry {
    font-size: 0.9rem;
}

body .step4-mobile-menu__row {
    align-items: center;
    gap: 8px;
    min-height: 0;
}

body .step4-mobile-menu__link {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 8px 0;
}

body .step4-mobile-menu__toggle {
    min-height: 28px;
    min-width: 28px;
}

body .step4-mobile-menu__sublist {
    padding: 4px 0 6px 10px;
}

body .step4-mobile-menu__sublist .step4-mobile-menu__link {
    font-size: 0.82rem;
    line-height: 1.2;
    padding: 6px 0;
}

#lk-modern-root,
#lk-modern-root * {
    box-sizing: border-box;
}

.lk-modern {
    color: #111827;
    margin: 0 auto;
    max-width: 1300px;
    padding: 45px 50px 130px;
    width: 100%;
}

.lk-modern__breadcrumbs {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
}

.lk-modern__breadcrumbs a,
.lk-modern__breadcrumbs span {
    color: #636363;
    font-size: 0.9rem;
}

.lk-modern__breadcrumbs a {
    text-decoration: none;
}

.lk-modern__title {
    color: #111827;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.18;
    margin: 0 !important;
    width: fit-content;
}

.lk-modern__title::after {
    background: #113b78;
    content: "";
    display: block;
    height: 1px;
    margin-top: 10px;
    width: 70%;
}

.lk-modern__nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 28px;
}

.lk-modern__nav button {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #113b78;
    cursor: pointer;
    font-size: 0.95rem;
    min-height: 34px;
    padding: 2px 10px;
    transition: 0.2s ease;
    width: 230px;
}

.lk-modern__nav button.is-active,
.lk-modern__nav button:hover {
    background: #113b78;
    border-color: #113b78;
    color: #fff;
}

.lk-modern__panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    box-shadow: none;
    margin: 60px auto 0;
    max-width: 950px;
    padding: 30px 65px;
    width: 100%;
}

.lk-modern__panel + .lk-modern__panel {
    margin-top: 24px;
}

.lk-modern__panel-head {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.lk-modern__eyebrow {
    color: #113b78;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.lk-modern__panel h2 {
    color: #111827;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.lk-modern__muted {
    color: #636363;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 8px 0 0;
}

.lk-modern__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.lk-modern__logo-card {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    min-height: 0;
    padding: 0;
}

.lk-modern__logo-card img {
    display: block;
    height: auto;
    margin-bottom: 20px;
    max-height: none;
    max-width: 450px;
    object-fit: contain;
}

.lk-modern__facts {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
}

.lk-modern__fact {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.lk-modern__fact span {
    color: #111827;
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 6px;
    padding-left: 10px;
}

.lk-modern__fact strong,
.lk-modern__fact a {
    color: #111827;
    align-items: center;
    background: #fff;
    border: 1px solid #113b78;
    border-radius: 100px;
    display: flex;
    font-size: 0.95rem;
    font-weight: 400;
    min-height: 42px;
    padding: 8px 15px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.lk-modern__fact a {
    text-decoration: underline;
    text-decoration-color: rgba(17, 59, 120, 0.35);
    text-underline-offset: 3px;
}

.lk-modern__content {
    color: #111827;
    font-size: 1rem;
    line-height: 1.65;
    margin: 30px auto 0;
    max-width: 850px;
}

.lk-modern__content p {
    margin: 0 0 14px;
}

.lk-modern__about-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 38px;
}

.lk-modern__about-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}

.lk-modern__input-blocks-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 920px !important;
    padding-top: 48px;
    width: 100%;
}

.lk-modern__input-blocks-container:first-child {
    padding-top: 0;
}

.lk-modern__input-blocks {
    display: flex;
    flex-direction: row;
    gap: 20px !important;
    justify-content: space-between;
    width: 100%;
}

.lk-modern__logo-row {
    gap: 40px;
}

.lk-modern__logo-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lk-modern__logo-container p {
    color: #000;
    font-size: 1rem;
    margin: 0 0 16px;
    text-align: center;
}

.lk-modern__logo-container img,
.lk-modern__logo-placeholder {
    height: auto;
    margin-bottom: 18px;
    max-height: 90px;
    max-width: 90px;
    object-fit: contain;
    width: 100%;
}

.lk-modern__logo-placeholder {
    background: #d9d9d9;
    height: 90px;
}

.lk-modern__logo-container input[type="file"],
.lk-modern__input-photo input[type="file"] {
    display: none;
}

.lk-modern__logo-container label,
.lk-modern__input-photo label {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #113b78;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: none;
    padding: 4px 14px;
    text-decoration: underline;
    width: fit-content;
}

.lk-modern__input-block {
    display: flex;
    flex: 1 1 calc(50% - 10px);
    flex-direction: column;
    max-width: none !important;
    position: relative;
    width: 100%;
}

.lk-modern__input-block label {
    color: #111827;
    font-size: 0.75rem;
    margin-bottom: 4px;
}

.lk-modern__input-block input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    color: #111827;
    font-size: 0.95rem;
    min-height: 32px;
    padding: 4px 15px;
}

.lk-modern__input-block button {
    align-items: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    bottom: 5px;
    color: #113b78;
    display: flex;
    font-size: 1rem;
    height: 23px;
    justify-content: center;
    position: absolute;
    right: -30px;
    width: 23px;
}

.lk-modern__input-block button.is-danger {
    border-color: rgba(217, 48, 37, 0.28);
    color: #d93025;
}

.lk-modern__photo-container {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    margin: 36px auto 0;
    max-width: 176px;
    width: 176px;
}

.lk-modern__panel .lk-modern__photo-container > img,
.lk-modern__panel .lk-modern__photo-placeholder {
    background: #d9d9d9;
    border-radius: 12px;
    display: block;
    flex: 0 0 auto;
    height: 88px !important;
    margin: 0 auto;
    max-height: 88px !important;
    max-width: 88px !important;
    min-height: 88px;
    min-width: 88px;
    object-fit: cover;
    overflow: hidden;
    width: 88px !important;
}

.lk-modern__input-photo {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.lk-modern__input-photo label {
    min-width: 120px;
    white-space: nowrap;
}

.lk-modern__input-photo p {
    color: #000;
    font-size: 0.75rem;
    margin: 0 0 6px;
    text-align: center;
}

.lk-modern__textarea-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 auto;
    max-width: 920px !important;
    padding-top: 44px;
    width: 100%;
}

.lk-modern__description-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lk-modern__description-block p {
    color: #000;
    font-size: 1.125rem;
    margin: 0 0 10px;
    text-align: center;
}

.lk-modern__description-block textarea {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    color: #111827;
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.5;
    min-height: 350px !important;
    padding: 20px;
    width: 100%;
}

.lk-modern__about-actions {
    display: flex;
    justify-content: center;
    margin: 28px auto 0;
    max-width: 920px !important;
    width: 100%;
}

.lk-modern__about-save {
    align-items: center;
    background: #113b78;
    border: 1px solid #113b78;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    min-height: 42px;
    padding: 8px 28px;
    transition: 0.2s ease;
}

.lk-modern__about-save:hover {
    background: #113b78;
    border-color: #113b78;
}

.lk-modern__about-save:disabled {
    cursor: wait;
    opacity: 0.72;
}

.lk-modern__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 30px auto 0;
    max-width: 850px;
}

.lk-modern__pill-link {
    align-items: center;
    background: #113b78;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.92rem;
    min-height: 38px;
    padding: 0 18px;
    text-decoration: none;
}

.lk-modern__button,
.lk-modern__button-secondary,
.lk-modern__icon-button {
    align-items: center;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    justify-content: center;
    min-height: 36px;
    transition: 0.2s ease;
}

.lk-modern__button {
    background: #113b78;
    border: 1px solid #113b78;
    color: #fff;
    padding: 3px 24px;
}

.lk-modern__button-secondary {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #113b78;
    padding: 3px 24px;
}

.lk-modern__button:hover,
.lk-modern__button-secondary:hover {
    background: #113b78;
    border-color: #113b78;
    color: #fff;
}

.lk-modern__notice {
    border-radius: 18px;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.lk-modern__notice.is-error {
    background: rgba(165, 0, 100, 0.08);
    color: #a50064;
}

.lk-modern__notice.is-success {
    background: rgba(17, 59, 120, 0.08);
    color: #113b78;
}

.lk-modern__auth-shell {
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
    max-width: 520px;
}

.lk-modern__auth-popup {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.1);
    padding: 30px;
    width: 100%;
}

.lk-modern__auth-title {
    color: #111827;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
}

.lk-modern__auth-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.lk-modern__auth-error {
    color: #a50064;
    font-size: 0.95rem;
    text-align: center;
}

.lk-modern__auth-line {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lk-modern__auth-label {
    color: #111827;
    font-size: 0.875rem;
    font-weight: 600;
    padding-left: 10px;
}

.lk-modern__auth-input {
    background: #fff;
    border: 1px solid #113b78;
    border-radius: 100px;
    color: #111827;
    font-size: 1rem;
    min-height: 44px;
    outline: none;
    padding: 0 16px;
}

.lk-modern__auth-password {
    position: relative;
}

.lk-modern__auth-password .lk-modern__auth-input {
    padding-right: 62px;
    width: 100%;
}

.lk-modern__password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.lk-modern__password-toggle::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin: auto;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5c5.2 0 8.5 4.2 9.7 6.1.35.55.35 1.24 0 1.79C20.5 14.8 17.2 19 12 19s-8.5-4.2-9.7-6.1a1.68 1.68 0 0 1 0-1.79C3.5 9.2 6.8 5 12 5Zm0 2C7.75 7 4.98 10.38 4.05 12 4.98 13.62 7.75 17 12 17s7.02-3.38 7.95-5C19.02 10.38 16.25 7 12 7Zm0 2.25A2.75 2.75 0 1 1 12 14.75 2.75 2.75 0 0 1 12 9.25Zm0 2A.75.75 0 1 0 12 12.75.75.75 0 0 0 12 11.25Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5c5.2 0 8.5 4.2 9.7 6.1.35.55.35 1.24 0 1.79C20.5 14.8 17.2 19 12 19s-8.5-4.2-9.7-6.1a1.68 1.68 0 0 1 0-1.79C3.5 9.2 6.8 5 12 5Zm0 2C7.75 7 4.98 10.38 4.05 12 4.98 13.62 7.75 17 12 17s7.02-3.38 7.95-5C19.02 10.38 16.25 7 12 7Zm0 2.25A2.75 2.75 0 1 1 12 14.75 2.75 2.75 0 0 1 12 9.25Zm0 2A.75.75 0 1 0 12 12.75.75.75 0 0 0 12 11.25Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lk-modern__password-toggle.is-visible::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 4l16 16' stroke='black' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 4l16 16' stroke='black' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.lk-modern__password-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.lk-modern__password-toggle:hover,
.lk-modern__password-toggle:focus-visible {
    background: rgba(17, 59, 120, 0.08);
    color: #113b78;
    outline: none;
}

.lk-modern__auth-bottom {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 24px;
}

.lk-modern__auth-button {
    align-items: center;
    background: #113b78;
    border: 1px solid #113b78;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.95rem;
    justify-content: center;
    min-height: 38px;
    min-width: 150px;
    padding: 4px 24px;
    text-decoration: none;
}

.lk-modern__auth-button:hover {
    background: #113b78;
    border-color: #113b78;
    color: #fff;
}

.lk-modern__table-wrap {
    margin: 20px auto 0;
    max-width: 850px;
    overflow-x: auto;
    border: 1px solid rgba(17, 59, 120, 0.14);
    border-radius: 22px;
    background: #fff;
    width: 100%;
}

.lk-modern__table-container {
    margin: 44px auto 0;
    max-width: 850px;
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.lk-modern__table {
    min-width: 620px;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-radius: 0;
    overflow: visible;
    table-layout: fixed;
    width: 100%;
}

.lk-modern__table-container .lk-modern__table {
    margin-bottom: 0;
}

.lk-modern__table th {
    background: #f7fbff;
    border: 0;
    border-bottom: 1px solid rgba(17, 59, 120, 0.1);
    color: #113b78;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.lk-modern__table tbody tr:last-child td {
    border-bottom: 0;
}

.lk-modern__table td {
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(17, 59, 120, 0.1);
    color: #061a40;
    font-size: 0.95rem;
    font-weight: 400;
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.lk-modern__table a {
    color: #2471a3;
    font-weight: 600;
    text-decoration: none;
}

.lk-modern__table a:hover {
    text-decoration: underline;
}

.lk-modern__actions {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.lk-modern__add-worker {
    background: transparent;
    border: 0;
    color: #113b78;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    margin-left: auto;
    text-decoration: underline;
}

.lk-modern__icon-button {
    background: #fff;
    border: 1px solid rgba(17, 59, 120, 0.25);
    color: #113b78;
    height: 34px;
    min-height: 34px;
    padding: 0;
    width: 34px;
}

.lk-modern__icon-button.is-danger {
    border-color: rgba(165, 0, 100, 0.25);
    color: #a50064;
}

.lk-modern__form {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 22px auto 0;
    max-width: 850px;
    padding: 30px 65px;
    width: 100%;
}

.lk-modern__worker-form {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    grid-template-columns: 1fr;
    margin: 0 auto 24px;
    max-width: 420px;
    padding: 20px 20px 40px;
}

.lk-modern__worker-form h3 {
    font-size: 0.875rem;
    margin-bottom: 4px;
    text-align: center;
}

.lk-modern__worker-form .lk-modern__field {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
}

.lk-modern__worker-form .lk-modern__field span {
    font-size: 0.75rem;
    font-weight: 600;
    padding-left: 10px;
}

.lk-modern__worker-form .lk-modern__field input {
    border: 1px solid #113b78;
    font-size: 0.875rem;
}

.lk-modern__form h3 {
    color: #111827;
    font-size: 1.3rem;
    font-weight: 600;
    grid-column: 1 / -1;
    margin: 0;
}

.lk-modern__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lk-modern__field span {
    color: #111827;
    font-size: 0.75rem;
    font-weight: 600;
    padding-left: 10px;
}

.lk-modern__field input,
.lk-modern__field select,
.lk-modern__field textarea,
.lk-modern__filter-field select {
    background: #fff;
    border: 1px solid #113b78;
    border-radius: 8px;
    color: #111827;
    font-size: 0.95rem;
    min-height: 0;
    outline: none;
    padding: 10px 15px;
}

.lk-modern__field textarea {
    min-height: 110px;
    padding: 14px;
    resize: none;
    overflow-y: hidden;
    line-height: 1.5;
}

.lk-modern__field select,
.lk-modern__filter-field select {
    cursor: pointer;
}

.lk-modern__field input:focus,
.lk-modern__field select:focus,
.lk-modern__field textarea:focus,
.lk-modern__filter-field select:focus {
    border-color: #113b78;
}

.lk-modern__field.is-wide {
    grid-column: 1 / -1;
}

.lk-modern__form-actions {
    display: grid;
    gap: 12px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lk-modern__form-actions button {
    width: 100%;
}

.lk-modern__login {
    margin: 0 auto;
    max-width: 520px;
}

.lk-modern__login .lk-modern__form {
    padding: 30px 40px;
}

.lk-modern__placeholder {
    color: #636363;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.lk-modern__filters {
    align-items: center;
    background: #fff;
    border: 0 !important;
    border-radius: 36px;
    box-shadow: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin: 0 auto 34px;
    max-width: 920px;
    padding: 16px 22px;
    width: 100%;
    box-sizing: border-box;
}

.lk-modern__brand-filter-selects,
.lk-modern__brand-filter-checks,
.lk-modern__brand-filter-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.lk-modern__brand-filter-checks {
    gap: 18px;
}

.lk-modern__brand-filter-actions {
    margin-left: 0;
}

.lk-modern__filter-field {
    display: block;
    min-width: 190px;
    width: 190px;
}

.lk-modern__sr-only {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.lk-modern__create-event-btn {
    height: 42px;
    min-height: 42px;
    min-width: 178px;
}

.lk-modern__filters .lk-modern__button,
.lk-modern__filters .lk-modern__button-secondary,
.lk-modern__filters .lk-modern__filter-field select,
.lk-modern__filters .lk-modern__brand-filter-check {
    box-sizing: border-box;
    font-size: 0.95rem;
    height: 42px;
    line-height: 1;
    min-height: 42px;
}

.lk-modern__filters .lk-modern__button,
.lk-modern__filters .lk-modern__button-secondary,
.lk-modern__filters .lk-modern__brand-filter-check {
    align-items: center;
    display: inline-flex;
}

.lk-modern__filters .lk-modern__filter-field select {
    appearance: none;
    -webkit-appearance: none;
    min-width: 190px;
    padding: 0 38px 0 18px;
    border: 1px solid rgba(17, 59, 120, 0.2) !important;
    border-radius: 100px;
    background-color: #f7fbff !important;
    background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='13'%20viewBox='0%200%2017%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0778%2012.0342C9.279%2013.1296%207.64483%2013.1296%206.84599%2012.0342L0.387619%203.17847C-0.576239%201.85682%200.367764%200%202.00354%200L14.9203%200C16.5561%200%2017.5001%201.85682%2016.5362%203.17847L10.0778%2012.0342Z'%20fill='%23113B78'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    color: #061a40 !important;
    font-weight: 400;
}

.lk-modern__filters .lk-modern__brand-filter-check {
    gap: 8px;
    padding: 0 14px;
    border-radius: 100px;
    background: #f7fbff !important;
    border: 1px solid rgba(17, 59, 120, 0.12) !important;
    color: #061a40 !important;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.lk-modern__filters .lk-modern__brand-filter-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #113b78;
}

.lk-modern__filters .lk-modern__button-secondary {
    border: 0 !important;
    background: transparent !important;
    color: #2471a3 !important;
    font-size: 0.95rem;
    font-weight: 600;
    min-height: auto;
    height: auto;
    padding: 4px 0;
}

.lk-modern__filters .lk-modern__button-secondary:hover {
    background: transparent;
    border-color: transparent;
    color: #2471a3;
    text-decoration: underline;
}

.lk-modern__filters .lk-modern__button:not(.lk-modern__button-secondary) {
    min-height: 42px;
    padding: 0 18px;
}

.lk-modern__filters .lk-modern__filter-field select:focus {
    outline: none;
    border-color: #113b78 !important;
}

.lk-modern__brand-table th,
.lk-modern__brand-table td {
    font-size: 0.78rem;
    line-height: 1.3;
    padding: 10px 6px;
    vertical-align: middle;
}

.lk-modern__brand-table th:nth-child(n+3):nth-child(-n+6),
.lk-modern__brand-table td:nth-child(n+3):nth-child(-n+6) {
    width: 62px;
}

.lk-modern__brand-arrow-head,
.lk-modern__brand-arrow-cell {
    width: 28px;
}

.lk-modern__brand-arrow-head {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.lk-modern__brand-year-head {
    min-width: 72px;
    text-align: center;
}

.lk-modern__brand-year-label {
    display: inline-block;
    min-width: 40px;
    padding: 0;
}

.lk-modern__brand-years-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: #113b78;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    height: 18px;
    justify-content: center;
    padding: 0;
    position: static;
    transform: none;
    width: 18px;
}

.lk-modern__brand-years-arrow[disabled] {
    color: #b7c2db;
    cursor: default;
}

.lk-modern__brand-table th:nth-child(8),
.lk-modern__brand-table td:nth-child(8) {
    width: 115px;
}

.lk-modern__brand-table th:nth-child(9),
.lk-modern__brand-table td:nth-child(9) {
    width: 130px;
}

.lk-modern__brand-table th:last-child,
.lk-modern__brand-table td:last-child {
    width: 150px;
}

.lk-modern__brand-table .lk-modern__actions {
    gap: 6px;
    min-width: 132px;
}

.lk-modern__brand-table .lk-modern__icon-button {
    height: 30px;
    min-height: 30px;
    width: 30px;
}

.lk-modern__brand-year {
    background: transparent;
    border: 0;
    color: #113b78;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lk-modern__brand-year-icons {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 4px;
}

.lk-modern__brand-year-icons span {
    align-items: center;
    background: #113b78;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.62rem;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.lk-modern__brand-logo img {
    margin: 0 auto;
    display: block;
    max-height: 54px;
    max-width: 92px;
    object-fit: contain;
}

.lk-modern__link-button {
    background: transparent;
    border: 0;
    color: #113b78;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    padding: 0;
    text-align: left;
}

.lk-modern__expocenters-panel {
    max-width: 760px;
    overflow: visible;
}

.lk-modern__expocenters-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    padding: 0 3px 3px;
    width: 100%;
}

.lk-modern__expocenters-table {
    border-collapse: separate;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 0 auto;
    overflow: visible;
    table-layout: fixed;
    width: calc(100% - 6px);
}

.lk-modern__expocenters-table thead th {
    background: #fff;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 0 0;
    color: #113b78;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 18px;
    text-align: left;
}

.lk-modern__expocenters-table tbody td {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.lk-modern__expocenters-table tbody tr:last-child td {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 24px 24px;
}

.lk-modern__expocenters-table tbody tr + tr .lk-modern__expocenter-link {
    border-top: 2px solid #113b78;
}

.lk-modern__expocenter-link {
    background: #fff;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
    text-align: left;
    width: 100%;
}

.lk-modern__expocenter-link-title {
    color: #113b78;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.lk-modern__expocenter-link-meta {
    color: #636363;
    font-size: 0.8rem;
    line-height: 1.5;
}

.lk-modern__expocenter-link.is-active .lk-modern__expocenter-link-title {
    text-decoration: underline;
}

.lk-modern__expocenter-modal {
    inset: 0;
    position: fixed;
    z-index: 70;
}

.lk-modern__expocenter-modal-backdrop {
    background: rgba(0, 0, 0, 0.35);
    border: 0;
    inset: 0;
    position: absolute;
    width: 100%;
}

.lk-modern__expocenter-modal-dialog {
    background: #fff;
    border-radius: 20px;
    left: 50%;
    max-height: calc(100vh - 60px);
    max-width: 860px;
    overflow: auto;
    padding: 24px 24px 28px;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
}

.lk-modern__expocenter-modal-head {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.lk-modern__expocenter-modal-actions {
    display: flex;
    gap: 10px;
}

.lk-modern__expocenter-modal-head h3 {
    font-size: 1.5rem;
    margin: 0;
}

.lk-modern__expocenter-form .lk-modern__form-grid {
    margin-top: 16px;
}

.lk-modern__form-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lk-modern__center-file {
    align-items: flex-start;
}

.lk-modern__center-file-preview {
    background: #f4f7ff;
    border: 1px solid rgba(17, 59, 120, 0.12);
    border-radius: 14px;
    display: block;
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.lk-modern__center-file-empty {
    align-items: center;
    background: #f8faff;
    border: 1px dashed rgba(17, 59, 120, 0.24);
    border-radius: 14px;
    color: #7a85a0;
    display: flex;
    font-size: 0.82rem;
    height: 120px;
    justify-content: center;
    width: 100%;
}

.lk-modern__center-gallery {
    display: grid;
    gap: 16px;
}

.lk-modern__center-gallery-head,
.lk-modern__center-array-head,
.lk-modern__center-array-item-head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.lk-modern__center-gallery-head h4,
.lk-modern__center-array-item-title {
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.lk-modern__center-gallery-upload input[type="file"] {
    padding: 9px 15px;
}

.lk-modern__center-gallery-upload small {
    display: block;
    padding-left: 10px;
}

.lk-modern__center-gallery-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lk-modern__center-gallery-item,
.lk-modern__center-array-item {
    background: #fff;
    border: 1px solid rgba(17, 59, 120, 0.14);
    border-radius: 20px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.lk-modern__center-gallery-item img,
.lk-modern__center-gallery-empty {
    background: #f8faff;
    border: 1px solid rgba(17, 59, 120, 0.12);
    border-radius: 14px;
    display: block;
    height: 138px;
    object-fit: cover;
    width: 100%;
}

.lk-modern__center-gallery-empty {
    border-style: dashed;
}

.lk-modern__center-gallery-name {
    color: #111827;
    font-size: 0.86rem;
    line-height: 1.4;
}

.lk-modern__center-array {
    display: grid;
    gap: 16px;
}

.lk-modern__center-array-item-title {
    line-height: 1.35;
}

.lk-modern__checkbox input {
    accent-color: #113b78;
    flex: 0 0 auto;
}

.lk-modern__checkbox span {
    font-size: 0.9rem;
    line-height: 1.35;
}

.lk-modern__expocenter-field {
    border-top: 1px solid rgba(17, 59, 120, 0.14);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 12px 0;
}

.lk-modern__expocenter-field span {
    color: #636363;
    font-size: 0.85rem;
}

.lk-modern__expocenter-field strong {
    color: #101010;
    font-size: 0.95rem;
    font-weight: 500;
    max-width: 60%;
    text-align: right;
}

.lk-modern__expocenter-description {
    border-top: 1px solid rgba(17, 59, 120, 0.14);
    color: #202020;
    line-height: 1.65;
    margin-top: 10px;
    padding-top: 14px;
    white-space: pre-wrap;
}

.lk-modern__link-button:hover {
    color: #113b78;
}

.lk-modern__status-dot {
    background: #113b78;
    border-radius: 999px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.lk-modern__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}

.lk-modern__pagination button {
    background: #fff;
    border: 1px solid rgba(17, 59, 120, 0.25);
    border-radius: 999px;
    color: #113b78;
    cursor: pointer;
    height: 38px;
    min-width: 38px;
}

.lk-modern__pagination button.is-active,
.lk-modern__pagination button:hover {
    background: #113b78;
    color: #fff;
}

.lk-modern__brand-form {
    display: grid;
    gap: 24px;
}

.lk-modern__brand-panel {
    max-width: 1180px;
}

.lk-modern__brand-layout {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
}

.lk-modern__brand-main,
.lk-modern__brand-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lk-modern__form-section {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: grid;
    gap: 18px;
    padding: 30px 65px;
}

.lk-modern__form-section h3,
.lk-modern__section-head h3,
.lk-modern__section-head h4 {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.lk-modern__form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lk-modern__checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lk-modern__checkbox {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(17, 59, 120, 0.18);
    border-radius: 14px;
    color: #111827;
    display: inline-flex;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
}

.lk-modern__section-head {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.lk-modern__contact-card {
    background: #fff;
    border: 1px solid rgba(17, 59, 120, 0.12);
    border-radius: 20px;
    display: grid;
    gap: 16px;
    padding: 18px;
}

.lk-modern__brand-form .lk-modern__form-section {
    max-width: none;
}

.lk-modern__multi-select {
    background: #fff;
    border: 1px solid #113b78;
    border-radius: 24px;
    display: grid;
    gap: 10px;
    max-height: 240px;
    overflow: auto;
    padding: 16px;
}

.lk-modern__multi-option {
    align-items: center;
    color: #111827;
    display: flex;
    gap: 10px;
    font-size: 0.875rem;
    line-height: 1.35;
}

.lk-modern__multi-option input {
    accent-color: #113b78;
    flex: 0 0 auto;
}

body.lk-modern-active #app > main:not(#lk-modern-root) {
    display: none !important;
}

@media (max-width: 1400px) {
    body .header .logo {
        width: 230px;
        height: auto;
    }

    body .navigation-buttons-header {
        gap: 10px;
    }

    body .search-header {
        max-width: 320px;
        flex-basis: 320px;
    }
}

@media (max-width: 1023px) {
    body header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .lk-modern {
        padding: 35px 25px 60px;
    }

    .lk-modern__grid,
    .lk-modern__facts,
    .lk-modern__form,
    .lk-modern__form-actions,
    .lk-modern__form-grid,
    .lk-modern__brand-layout,
    .lk-modern__form-grid--three,
    .lk-modern__center-gallery-list {
        grid-template-columns: 1fr;
    }

    .lk-modern__input-blocks,
    .lk-modern__textarea-container,
    .lk-modern__center-gallery-head,
    .lk-modern__center-array-head,
    .lk-modern__center-array-item-head {
        flex-direction: column;
    }

    .lk-modern__input-block,
    .lk-modern__logo-container {
        max-width: none;
    }

    .lk-modern__input-block button {
        right: 10px;
    }

    .lk-modern__panel-head {
        flex-direction: column;
    }

    .lk-modern__expocenter-modal-dialog {
        max-width: calc(100% - 24px);
        padding: 18px;
        top: 12px;
    }
}

@media (max-width: 767px) {
    body header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lk-modern {
        padding: 28px 16px 50px;
    }

    .lk-modern__title {
        font-size: 1.8rem;
    }

    .lk-modern__panel {
        border-radius: 20px;
        padding: 20px;
    }

    .lk-modern__auth-bottom {
        flex-direction: column;
    }

    .lk-modern__auth-button {
        width: 100%;
    }

    .lk-modern__input-blocks-container,
    .lk-modern__textarea-container {
        padding-top: 48px;
    }

    .lk-modern__filters {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px;
        border-radius: 24px;
        margin-bottom: 24px;
    }

    .lk-modern__brand-filter-selects,
    .lk-modern__brand-filter-checks,
    .lk-modern__brand-filter-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .lk-modern__filter-field,
    .lk-modern__filters .lk-modern__filter-field select,
    .lk-modern__filters .lk-modern__brand-filter-check,
    .lk-modern__filters .lk-modern__button {
        width: 100%;
        min-width: 0;
    }

    .lk-modern__filters .lk-modern__button-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

#lk-modern-root button,
#lk-modern-root select,
#lk-modern-root input[type="button"],
#lk-modern-root input[type="submit"],
#lk-modern-root input[type="reset"],
#lk-modern-root .lk-modern__button,
#lk-modern-root .lk-modern__button-secondary,
#lk-modern-root .lk-modern__link-button,
#lk-modern-root .lk-modern__auth-button,
#lk-modern-root .lk-modern__icon-button,
#lk-modern-root .lk-modern__brand-year,
#lk-modern-root .lk-modern__expocenter-link,
#lk-modern-root .lk-modern__brand-years-arrow,
#lk-modern-root .lk-modern__multi-select,
#lk-modern-root .lk-modern__contact-card,
#lk-modern-root .lk-modern__field select,
#lk-modern-root .lk-modern__filter-field select {
    border-radius: 8px !important;
}

#lk-modern-root textarea,
.lk-modern__description-block textarea,
.lk-modern__field textarea {
    border-radius: 20px !important;
}

#lk-modern-root .lk-modern__brand-form input[type="file"],
#lk-modern-root .lk-modern__expocenter-form input[type="file"] {
    box-sizing: border-box;
    height: 44px;
    line-height: 1.2;
    min-height: 44px;
    padding-bottom: 8px;
    padding-top: 8px;
}

#lk-modern-root .lk-modern__brand-form input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
#lk-modern-root .lk-modern__brand-form select,
#lk-modern-root .lk-modern__expocenter-form input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
#lk-modern-root .lk-modern__expocenter-form select {
    box-sizing: border-box;
    height: 44px;
    min-height: 44px;
}

#lk-modern-root .lk-modern__brand-form input[type="file"]::file-selector-button,
#lk-modern-root .lk-modern__expocenter-form input[type="file"]::file-selector-button {
    height: 28px;
    margin-right: 12px;
    vertical-align: middle;
}

#lk-modern-root .lk-modern__brand-form input[type="file"]::-webkit-file-upload-button,
#lk-modern-root .lk-modern__expocenter-form input[type="file"]::-webkit-file-upload-button {
    height: 28px;
    margin-right: 12px;
    vertical-align: middle;
}

#lk-modern-root input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.search-input) {
    border-radius: 8px !important;
}

#lk-modern-root .lk-modern__table-container,
#lk-modern-root .lk-modern__table-wrap,
#lk-modern-root .lk-modern__expocenters-table-wrap {
    overflow-x: auto !important;
}

#lk-modern-root .lk-modern__table-container {
    padding: 0 !important;
}

#lk-modern-root .lk-modern__table,
#lk-modern-root .lk-modern__expocenters-table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-radius: 0 !important;
    min-width: 620px !important;
    table-layout: fixed !important;
    width: 100% !important;
}

#lk-modern-root .lk-modern__brand-table th,
#lk-modern-root .lk-modern__brand-table td,
#lk-modern-root .lk-modern__expocenters-table th,
#lk-modern-root .lk-modern__expocenters-table td,
#lk-modern-root .lk-modern__table-container .lk-modern__table th,
#lk-modern-root .lk-modern__table-container .lk-modern__table td {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    padding: 14px 16px !important;
    vertical-align: top !important;
}

#lk-modern-root .lk-modern__brand-table th,
#lk-modern-root .lk-modern__expocenters-table th,
#lk-modern-root .lk-modern__table-container .lk-modern__table th {
    background: #f7fbff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 59, 120, 0.1) !important;
    color: #113b78 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

#lk-modern-root .lk-modern__brand-table td,
#lk-modern-root .lk-modern__expocenters-table td,
#lk-modern-root .lk-modern__table-container .lk-modern__table td {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 59, 120, 0.1) !important;
    color: #061a40 !important;
    text-align: left !important;
}

#lk-modern-root .lk-modern__brand-table .lk-modern__link-button,
#lk-modern-root .lk-modern__brand-table .lk-modern__brand-year,
#lk-modern-root .lk-modern__brand-table td:nth-child(8),
#lk-modern-root .lk-modern__brand-table td:nth-child(9),
#lk-modern-root .lk-modern__table-container .lk-modern__table td,
#lk-modern-root .lk-modern__table-container .lk-modern__table td *:not(button) {
    font-weight: 400 !important;
}

#lk-modern-root .lk-modern__brand-table tbody tr:last-child td,
#lk-modern-root .lk-modern__expocenters-table tbody tr:last-child td,
#lk-modern-root .lk-modern__table-container .lk-modern__table tbody tr:last-child td {
    border-bottom: 0 !important;
}

#lk-modern-root .lk-modern__brand-table th:first-child,
#lk-modern-root .lk-modern__brand-table td:first-child {
    width: 34% !important;
}

#lk-modern-root .lk-modern__brand-table th:nth-child(8),
#lk-modern-root .lk-modern__brand-table td:nth-child(8) {
    width: 22% !important;
}

#lk-modern-root .lk-modern__brand-table th:nth-child(9),
#lk-modern-root .lk-modern__brand-table td:nth-child(9) {
    width: 14% !important;
}

#lk-modern-root .lk-modern__brand-table th:last-child,
#lk-modern-root .lk-modern__brand-table td:last-child {
    width: 92px !important;
}

#lk-modern-root .lk-modern__brand-table .lk-modern__actions {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: repeat(2, 30px) !important;
    justify-content: center !important;
    min-width: 66px !important;
}

#lk-modern-root .lk-modern__expocenters-table {
    width: 100% !important;
}

#lk-modern-root .lk-modern__expocenters-table thead th,
#lk-modern-root .lk-modern__expocenters-table tbody td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

#lk-modern-root .lk-modern__expocenters-table tbody tr + tr .lk-modern__expocenter-link {
    border-top: 0 !important;
}

#lk-modern-root .lk-modern__expocenter-link {
    align-items: flex-start !important;
    background: transparent !important;
    gap: 4px !important;
    padding: 0 !important;
}

#lk-modern-root .lk-modern__expocenter-link-title {
    color: #2471a3 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

#lk-modern-root .lk-modern__expocenter-link-meta {
    color: #061a40 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
}
