.cake-sql-log{
    display: none;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Arial, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    background: #020617;
    color: #E5E7EB;
    line-height: 1.6;
}

.container {
    max-width: 1352px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.page-wrapper {
    background: linear-gradient(180deg, #020617 0%, #020617 40%, #020617 100%);
}

.effect-ellipse{
    position: fixed;
    width: 1517.8px;
    height: 1599.63px;
    left: 761px;
    top: -972px;
    background: radial-gradient(61.44% 44.54% at 22.48% 69.52%, #FEFFFF 0%, #FCFEFF 12.05%, #F7FCFF 21.29%, #F0F8FF 28.17%, #E7F3FF 33.13%, #DCEEFE 36.59%, #D0E8FE 39.02%, #C3E1FE 40.84%, #B6DAFE 42.5%, #A8D3FE 44.44%, #9ACCFD 47.09%, #8DC6FD 50.9%, #80C0FD 56.31%, #75BAFD 63.76%, #6CB5FD 73.69%, #64B1FD 86.54%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    opacity: 0.57;
    filter: blur(288.75px);
    transform: rotate(-20.77deg);
    z-index: 0;
}

/* ========================================
			Стили для флэшки
======================================== */
#flashMessage {
    display: none;
    color: #555;
    background: url(/img/ok.png) 5px center no-repeat #E0FFD0;
    border: 1px solid #57D757;
    padding: 6px 6px 6px 35px;
    font-size: 1.2em;
    margin: 15px auto;
    width: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#flashMessage .flashError {
    background: url(/img/alert.png) 5px center no-repeat #FFD4C0;
    border:1px solid #E68F6B;
}
.error-message {
    font-size: 9pt;
    color: red;
}

#publicFlashMessageWrapper {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 200;
}
#publicFlashMessageWrapper .publicFlash {
    display: table;
    margin: 0px auto;
}
#publicFlashMessageWrapper .messageWrapper div {
    display: block;
    line-height: 20px;
    float: left;
}
#publicFlashMessageWrapper .left {
    background: url('/img/m4/flash_ok_left.png') top left no-repeat transparent;
}
#publicFlashMessageWrapper .right {
    background: url('/img/m4/flash_ok_right.png') top left no-repeat transparent;
}
#publicFlashMessageWrapper .message {
    position: relative;
    min-width: 250px;
    width: auto !important;
    font-size: 14px;
    color: #fff;
    padding: 12px 50px 8px 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url('/img/m4/flash_ok_left.svg') no-repeat 12px center, linear-gradient(180deg, #6b8e68 2px, #8cc688 6px);
    background-size: 24px;
    box-shadow: 1px 1px 3px 1px rgba(63, 91, 61, 0.5);
}
#publicFlashMessageWrapper .message #flash_close {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('/img/m4/flash_close.svg') no-repeat center, transparent;
    background-size: 24px;
    cursor: pointer;
}
#publicFlashMessageWrapper .message a,
#publicFlashMessageWrapper .message a:visited {
    color: #fff;
    text-decoration: underline;
}
#publicFlashMessageWrapper .message a:hover {
    text-decoration: none;
}
#publicFlashMessageWrapper #publicErrorFlash .left {
    background-image: url('/img/m4/flash_error_left.png') !important;
}
#publicFlashMessageWrapper #publicErrorFlash .message {
    background: url('/img/m4/flash_error_left.svg') no-repeat 12px center, linear-gradient(180deg, #c1756a 2px, #f78b6e 6px);
    box-shadow: 1px 1px 3px 1px rgba(130, 71, 64, 0.5);
}
#publicFlashMessageWrapper #publicErrorFlash .right {
    background-image: url('/img/m4/flash_error_right.png') !important;
}
#publicFlashMessageWrapper #close {
    display: block;
    width: 12px;
    height: 12px;
    margin: 10px 0 0 21px;
    cursor: pointer;
}

/* Auth popup modal */
.auth-popup-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: translateZ(0);
}

.auth-popup-overlay.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.auth-popup {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 48px 32px 32px;
    border-radius: 8px;
    box-sizing: border-box;
    transform: translateZ(0);
}

.auth-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
}

.auth-popup__close:hover {
    color: #1e293b;
}

.auth-popup__title {
    margin: 0 0 4px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #333333;
}

.auth-popup__subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #949494;
    margin-bottom: 32px;
}

.auth-popup__form {
    display: block;
}

.auth-popup__form-error {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #b91c1c;
    background: #fef2f2;
    border-radius: 6px;
}

.auth-popup__form-error[hidden] {
    display: none;
}

.auth-popup__form-error a {
    color: #b91c1c;
    text-decoration: underline;
}

.auth-popup__field {
    margin-bottom: 18px;
}

.auth-popup__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin-bottom: 4px;
    display: block;
}

.auth-popup__input {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 1.4;
    color: #1e293b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.auth-popup__input::placeholder {
    color: #94a3b8;
}

.auth-popup__input:focus {
    outline: none;
    border-color: #3b82f6;
}

.auth-popup__password-wrap {
    position: relative;
}

.auth-popup__password-wrap .auth-popup__input {
    padding-right: 44px;
}

.auth-popup__password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.auth-popup__password-toggle:hover {
    color: #1e293b;
}

.auth-popup__eye {
    flex-shrink: 0;
}

.auth-popup__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.auth-popup__remember {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
}

.auth-popup__toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.auth-popup__toggle {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 44px;
    height: 24px;
    background: #cbd5e1;
    border-radius: 12px;
    transition: background 0.2s;
}

.auth-popup__toggle::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.auth-popup__toggle-input:checked + .auth-popup__toggle {
    background: #3b82f6;
}

.auth-popup__toggle-input:checked + .auth-popup__toggle::after {
    transform: translateX(20px);
}

.auth-popup__toggle-input:focus + .auth-popup__toggle {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.auth-popup__remember-text {
    user-select: none;
}

.auth-popup__forgot {
    font-size: 14px;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

.auth-popup__forgot:hover {
    color: #1a56db;
}

.auth-popup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-family: inherit;
}

.auth-popup__btn--primary {
    margin-bottom: 12px;
    background: #3F7FDE;
    color: #fff;
}

.auth-popup__btn--primary:hover {
    background: #3367d6;
}

.auth-popup__btn--google {
    background: #fff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
}

.auth-popup__btn--google:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.auth-popup__google-icon {
    flex-shrink: 0;
}

.auth-popup__btn--secondary {
    margin-bottom: 12px;
    background: #fff;
    color: #1a56db;
    border: 1px solid #3b82f6;
}

.auth-popup__btn--secondary:hover {
    background: #eff6ff;
}

.auth-popup__btn--secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-popup__sms-message {
    margin: 0 0 14px;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.4;
}

.auth-popup__sms-actions {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.auth-popup__sms-actions .auth-popup__btn--secondary {
    margin-bottom: 12px;
}

.auth-popup__sms-resend-wrap .auth-popup__btn--secondary {
    margin-top: 8px;
}

.auth-popup__sms-resend-timer {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #64748b;
}

.auth-popup__sms-back {
    margin: 16px 0 0;
    font-size: 14px;
    text-align: center;
}

.auth-popup__sms-back a {
    color: #64748b;
    text-decoration: none;
}

.auth-popup__sms-back a:hover {
    color: #1a56db;
    text-decoration: underline;
}

.auth-popup__register {
    margin: 32px 0 0;
    font-size: 14px;
    color: #64748b;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-popup__register a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1C1C1C;
    text-decoration: none;
}

/* Forgot password popup modal */
.forgot-popup-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: translateZ(0);
}

.forgot-popup-overlay.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.forgot-popup {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 48px 32px 32px;
    border-radius: 8px;
    box-sizing: border-box;
    transform: translateZ(0);
}

.forgot-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
}

.forgot-popup__close:hover {
    color: #1e293b;
}

.forgot-popup__title {
    margin: 0 0 4px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #333333;
}

.forgot-popup__subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #949494;
    margin-bottom: 32px;
}

.forgot-popup__form-error {
    margin-bottom: 14px;
    font-size: 14px;
    color: #b91c1c;
}

.forgot-popup__form-error[hidden] {
    display: none;
}

.forgot-popup__form-error--success {
    color: #15803d;
}

.forgot-popup__field {
    margin-bottom: 18px;
}

.forgot-popup__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin-bottom: 4px;
    display: block;
}

.forgot-popup__input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    color: #1e293b;
    background: #fff;
    box-sizing: border-box;
}

.forgot-popup__input:focus {
    outline: none;
    border-color: #3b82f6;
}

.forgot-popup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 6px;
}

.forgot-popup__btn--primary {
    background: #3F7FDE;
    color: #fff;
    margin-bottom: 12px;
}

.forgot-popup__btn--primary:hover {
    background: #3367d6;
}

.forgot-popup__btn--secondary {
    background: #fff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.forgot-popup__btn--secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* Registration popup modal */
.reg-popup-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: translateZ(0);
}

.reg-popup-overlay.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.reg-popup {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 48px 32px 32px;
    border-radius: 8px;
    box-sizing: border-box;
    transform: translateZ(0);
}

.reg-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
}

.reg-popup__close:hover {
    color: #1e293b;
}

.reg-popup__title {
    margin: 0 0 4px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #333333;
}

.reg-popup__subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #949494;
    margin-bottom: 32px;
}

.reg-popup__form {
    display: block;
}

.reg-popup__form-error {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #b91c1c;
    background: #fef2f2;
    border-radius: 6px;
}

.reg-popup__form-error[hidden] {
    display: none;
}

.reg-popup__form-error a {
    color: #b91c1c;
    text-decoration: underline;
}

.reg-popup__field {
    margin-bottom: 18px;
}

.reg-popup__field-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #b91c1c;
    line-height: 1.3;
}

.reg-popup__field-error:empty {
    display: none;
}

.reg-popup__field--checkbox {
    margin-bottom: 20px;
}

.reg-popup__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin-bottom: 4px;
    display: block;
}

.reg-popup__input {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 1.4;
    color: #1e293b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border-color 0.2s;
    font-family: inherit;
}

.reg-popup__input::placeholder {
    color: #94a3b8;
}

.reg-popup__input:focus {
    outline: none;
    border-color: #3b82f6;
}

.reg-popup__password-wrap {
    position: relative;
}

.reg-popup__password-wrap .reg-popup__input {
    padding-right: 44px;
}

.reg-popup__password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.reg-popup__password-toggle:hover {
    color: #1e293b;
}

.reg-popup__eye {
    flex-shrink: 0;
}

.reg-popup__tip {
    margin: 8px 0 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

.reg-popup__checkbox {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.reg-popup__checkbox-label {
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    vertical-align: middle;
}

.reg-popup__link {
    color: #1a56db;
    text-decoration: underline;
}

.reg-popup__link:hover {
    text-decoration: none;
}

.reg-popup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 6px;
}

.reg-popup__btn--primary {
    background: #3F7FDE;
    color: #fff;
    margin-bottom: 12px;
}

.reg-popup__btn--primary:hover {
    background: #3367d6;
}

.reg-popup__login {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    text-align: center;
    margin-top: 32px;
}

.reg-popup__login a {
    margin-top: 8px;
    display: block;
    color: #1e293b;
    text-decoration: none;
}

.reg-popup__login a:hover {
    text-decoration: underline;
}

/* Header */
.header {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    box-sizing: border-box;
    padding: 24px 64px;
    background: rgba(15, 23, 42, 0.92);
    border-bottom: 1px solid #1f2937;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(25px);
    border-radius: 0;
    justify-content: space-between;
}

.header-logo {
    width: 139px;
    margin-top: -4px;
    margin-right: 28px;
    z-index: 110;
}

.header-burger {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 110;
    background-color: #E5E7EB;
    background-image: url('/img/public2026/burger-menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 9999px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.6);
}

.header-burger.is-open {
    background-color: #E5E7EB;
    background-image: url('/img/public2026/close.svg');
}

.header-nav-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-nav {
    display: flex;
    gap: 24px;
    list-style: none;
    flex-wrap: wrap;
}

.header-nav a {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #E5E7EB;
    text-decoration: none;
    transition: color 0.2s;
}

.header-nav a:hover {
    color: #3b82f6;
}

.header-buttons {
    justify-content: flex-end;
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
}

.header-buttons--mobile {
    display: none;
}

.btn-login {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 48px;
    background: transparent;
    border: 1.5px solid #4B5563;
    border-radius: 6px;
    font-size: 16px;
    color: #E5E7EB;
    text-decoration: none;

    transition: all 0.2s;
}

.btn-login:hover {
    background: #111827;
}

.btn-register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 149px;
    height: 48px;
    background: #3F7FDE;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-register:hover {
    background: #2563eb;
}

.header-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99;
    cursor: pointer;
}

/* Footer */
.footer {
    background: #020617;
    border-top: 1px solid #1f2937;
    padding: 48px 0;
}

.footer-content {
    display: flex;
    gap: 114px;
    flex-wrap: wrap;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-left {
    flex: 1;
}

.footer-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
}

.footer-column {
    flex: 1;
    min-width: 225px;
}

.footer-column h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #3F7FDE;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #9CA3AF;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 64px;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-legal a {
    color: #9CA3AF;
    text-decoration: none;
    font-size: 12px;
}

.footer-copyright {
    font-size: 12px;
    color: #6B7280;
    text-align: right;
}


.body-menu-open {
    overflow: hidden;
}

@media (min-width: 830px) and (max-width: 1309px) {
    .header{
        flex-wrap: wrap;
    }
    .header-logo{
        order: 1;
    }
    .header-buttons{
        order: 2;
    }
    .header-nav-wrap{
        order: 3;
    }
}

@media (max-width: 910px) {
    .footer-right{
        gap: 60px;
    }
}

@media (max-width: 830px) {
    .effect-ellipse{
        position: fixed;
        width: 1517.8px;
        height: 1599.63px;
        left: 320px;
        top: -972px;
        background: radial-gradient(61.44% 44.54% at 22.48% 69.52%, #FEFFFF 0%, #FCFEFF 12.05%, #F7FCFF 21.29%, #F0F8FF 28.17%, #E7F3FF 33.13%, #DCEEFE 36.59%, #D0E8FE 39.02%, #C3E1FE 40.84%, #B6DAFE 42.5%, #A8D3FE 44.44%, #9ACCFD 47.09%, #8DC6FD 50.9%, #80C0FD 56.31%, #75BAFD 63.76%, #6CB5FD 73.69%, #64B1FD 86.54%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        opacity: 0.57;
        filter: blur(288.75px);
        transform: rotate(-20.77deg);
    }

    .header {
        padding: 24px;
        backdrop-filter: unset;
        position: relative;
        z-index: 101;
    }

    .header-burger {
        display: block;
    }

    .header-nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(180deg, #E0F0FF 0%, #E9F8FF 30%, #F5FBFF 60%, #FFFFFF 100%);
        flex-direction: column;
        align-items: stretch;
        padding: 80px 24px 32px;
        gap: 0;
        z-index: 100;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;

        background: rgba(233, 248, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0px 5px 10px rgba(230, 230, 230, 0.2);
        backdrop-filter: blur(25px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 0px 0px 16px 16px;
    }

    .header-nav-wrap.is-open {
        transform: translateY(0);
    }

    .header-nav-wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0, 0, 0, 0.08);
    }

    .header-nav {
        flex-direction: column;
        gap: 0;
        margin-bottom: 32px;
        padding-top: 22px;
        border-top: 1px solid #A7C5F2;
    }

    .header-nav li {
        border-bottom: none;
    }

    .header-nav a {
        display: block;
        padding: 12px 0;
        color: #4A4A4A;
        font-size: 20px;
        line-height: 23px;
    }

    .header-buttons--desktop {
        display: none;
    }

    .header-buttons--mobile {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        margin-top: auto;
    }

    .header-buttons--mobile .btn-login,
    .header-buttons--mobile .btn-register {
        width: 100%;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .header-buttons--mobile .btn-register {
        background: #3F7FDE;
        color: #FFFFFF;
        border: none;
    }

    .header-buttons--mobile .btn-login {
        background: #FFFFFF;
        border: 1.5px solid #D7D7D7;
        color: #3F7FDE;
    }

    .header-overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        pointer-events: none;
    }

    .header-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .footer-left{
        flex: unset;
        width: 290px;
    }
    .footer-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 64px;
    }
    .footer-links li {
        margin-bottom: 4px;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .footer-copyright{
        text-align: left;
        color: #949494;
    }
}

@media (max-width: 440px) {
    .footer-content{
        gap: 64px;
    }
}