        .top_banner
        {
            display: none;
            position: relative;
            background: rgba(4, 33, 35, 0.8);
            width: 100%;
            min-height: 60px;
        }
        .top_banner_fix
        {
            position: fixed;
            top: 0px;
            left: 0px;
            background: rgba(4, 33, 35, 0.8);
            width: 100%;
            min-height: 60px;
            text-align: center;
            z-index: 9999;
            cursor: pointer;
        }
        .top_banner_fix_text
        {
            position: relative;
            text-align: center;
            font-family: "Manrope", sans-serif;
            font-weight: 600;
            font-size: 24px;
            line-height: 1;
            color: #fff;
            margin-top: 18px;
            display: inline-block;
        }
        .top_banner_fix_promo
        {
            position: relative;
            display: inline-block;
            border-radius: 50px;
            width: 161px;
            height: 46px;
            box-shadow: inset 0 0 2px 0 #fff;
            background: #27b972;
            opacity: 1;
            font-family: "Manrope", sans-serif;
            font-weight: 600;
            font-size: 28px;
            line-height: 1.2;
            text-align: center;
            color: #fff;
            padding-top: 7px;
            margin-left: 10px;

        }
        .top_banner_fix_promo_bg{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 161px;
            height: 46px;
            filter: blur(20px);
            background: linear-gradient(322deg, #45faef 0%, #64ff1b 100%);
            opacity: 0.5;
            z-index: -1;
        }

#left_banner
{
    display: none;
}
.left_banner
{
    position: fixed;
    bottom: 50px;
    left: 50px;
    border-radius: 34px;
    width: 380px;
    height: auto;
    min-height: 150px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.45);
    background: #0f393b;
    z-index: 9995;
}
.left_banner_close
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(../img/gk_steps/x.svg) no-repeat;
    width: 28px;
    height: 28px;
}
.left_banner_title
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}
.left_banner_promo
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin: 38px auto 0 auto;
    width: 286px;
}

.left_banner_promo_bg
{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 22px;
    width: 286px;
    height: 72px;
    filter: blur(31.30434799194336px);
    background: linear-gradient(322deg, #45faef 0%, #64ff1b 100%);
    transform: rotate(-180deg);
    opacity: 0.5;
    z-index: -1;
}
.left_banner_text
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    margin-top: 38px;
}
.left_banner_button
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    width: 286px;
    height: 68px;
    background: #27b972;
    margin: 38px auto 60px auto;
    padding-top: 19px;
    cursor: pointer;
}

        
@media only screen and (max-width: 1440px) {
        .top_banner
        {
            min-height: 40px;
        }
        .top_banner_fix
        {
            min-height: 40px;
        }

        .top_banner_fix_promo
        {
            width: 112px;
            height: 36px;
            font-size: 20px;
            padding-top: 7px;
            margin-left: 10px;
        }
        .top_banner_fix_text
        {
            font-size: 20px;
            margin-top: 10px;
        }
        .top_banner_fix_promo_bg{
            width: 112px;
            height: 36px;
            filter: blur(20px);
            background: linear-gradient(322deg, #45faef 0%, #64ff1b 100%);
            opacity: 0.5;
            z-index: -1;
        }        
}
@media only screen and (max-width: 1000px) {
        .top_banner
        {
            min-height: 40px;
        }
        .top_banner_fix
        {
            min-height: 40px;
        }

        .top_banner_fix_promo
        {
            width: 112px;
            height: 36px;
            font-size: 20px;
            padding-top: 7px;
            margin-left: 10px;
        }
        .top_banner_fix_text
        {
            font-size: 16px;
            margin-top: 10px;
        }
        .top_banner_fix_promo_bg{
            width: 112px;
            height: 36px;
            filter: blur(20px);
            background: linear-gradient(322deg, #45faef 0%, #64ff1b 100%);
            opacity: 0.5;
            z-index: -1;
        }        
}
@media only screen and (max-width: 768px) {
        .top_banner
        {
            min-height: 40px;
        }
        .top_banner_fix
        {
            min-height: 40px;
        }

        .top_banner_fix_promo
        {
            width: 82px;
            height: 30px;
            font-size: 15px;
            padding-top: 7px;
            margin-left: 10px;
            margin-top: 0px;
        }
        .top_banner_fix_text
        {
            font-size: 10px;
            margin-top: 7px;
            max-width: 250px;
        }
        .top_banner_fix_promo_bg{
            width: 82px;
            height: 30px;
            filter: blur(20px);
            background: linear-gradient(322deg, #45faef 0%, #64ff1b 100%);
            opacity: 0.5;
            z-index: -1;
        }        
}