.topbar {
    background: #8B39D4;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    display: none!important;
}
.lp7.topbar,
.lp2.topbar{
    background: linear-gradient(90deg, #2A0335 20.06%, #78099D 66.05%);
}
.lp3.topbar,
.lp4.topbar,
.lp5.topbar,
.lp6.topbar{
    background: linear-gradient(90deg, #9300BD 20.06%, var(--color-blue) 66.05%);
}
.topbar__link{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 19;
}
.topbar__container {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 8px 0 0;
    overflow: hidden;
    position: relative;
    height: 44px;
}

.topbar__image {
    height: 44px;
    position: absolute;
    top: 0;
    left: -54px;
}

.topbar__text {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.topbar__btn {
    white-space: nowrap;
    margin-left: 8px;
}

.topbar__btn span {
    display: none;
}

.topbar__btn svg {

}

@media screen and (min-width:420px){.topbar__container {
        margin: 0;
        justify-content: center;
    }

    .topbar__text {
        font-size: 15px;
        margin-left: 32px;
    }}

@media screen and (min-width:768px){.topbar__container {
        max-width: 678px;
        justify-content: space-between;
        height: 56px;
        margin: auto;
    }

    .topbar__image {
        height: 56px;
        position: relative;
        left: auto;
        top: auto;
    }

    .topbar__text {
        margin-left: 0;
    }

    .topbar__btn {
        margin: 0;
        color: #8B39D4;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 36px;
        text-transform: uppercase;
        border-radius: 50px;
        background: #FFF;
        text-decoration: none;
        padding: 0 25px;
        margin-left: 12px;
    }

    .topbar__btn span {
        display: block;
    }

    .topbar__btn svg {
        display: none;
    }}

@media screen and (min-width:1024px){.topbar__container {
        max-width: 940px;
    }

    .topbar__text {
        font-size: 23px;
    }}