.header {
    height: 86px;
    /* background-color: #006fdf; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

@media (min-width: 1550px) {
    .header {
        padding: 0 190px;
    }
}

.support-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: color 0.3s ease;
    background-color: #000000;
    padding: 8px 16px 8px 24px;
    border-radius: 36px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.support-link:hover {
    text-decoration: underline;
}

.telegram-logo-transparent-small {
    width: 36px;
    height: 36px;
    margin-left: 8px;
    background-image: url('/static/library/images/telegram_logo_4black.svg');
    background-size: cover;
    background-position: center;
}