.vek21-dropdown {
    position: fixed;
    z-index: 999999;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
    min-width: 240px;
    padding: 8px 0;
    animation: vek21FadeIn .15s ease;
}
.vek21-dropdown-item {
    display: flex;
    align-items: center;
    padding: 9px 16px;
    cursor: pointer;
    transition: background .1s;
}
.vek21-dropdown-item:hover {
    background: #f5f5f5;
}
.vek21-dropdown-item a {
    flex: 1;
}
.vek21-dropdown-divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}
@keyframes vek21FadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
#cityList li:hover {
    background: #f8f0ff;
}
#cityList li.selected {
    color: #e52e6b;
}
.vek21-dropdown-item span svg path {
    fill: #666 !important;
}
#stickyHeader {
    position: relative !important;
    top: auto !important;
    z-index: 1000;
}
.styles_headerReactLineThird__9oy7_ {
    position: relative;
    z-index: 999;
}
.vek21-tg-fab {
    position: fixed;
    bottom: 100px;
    right: 24px;
    z-index: 99998;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2AABEE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(42,171,238,.3);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.vek21-tg-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(42,171,238,.4);
}
