        .top_banner
        {
            /*display: none;*/
            position: relative;
            background: #27B972;
            width: 100%;
            min-height: 60px;
        }
        .top_banner_fix
        {
            position: fixed;
            top: 0px;
            left: 0px;
            background: #27B972;
            width: 100%;
            min-height: 60px;
            text-align: center;
            z-index: 9995;
            cursor: pointer;
        }
        .top_banner_fix_text
        {
            position: relative;
            text-align: center;
            font-family: "Manrope", sans-serif;
            font-weight: 500;
            font-size: 24px;
            line-height: 1;
            color: #fff;
            margin-top: 18px;
            display: inline-block;
        }
        .top_banner_fix_text b
        {
            font-weight: 600;
        }        
        .top_banner_fix_promo
        {
            position: relative;
            display: inline-block;
            border-radius: 50px;
            width: 188px;
            height: 46px;
            box-shadow: inset 0 0 2px 0 #fff;
            background: #0E2F31;
            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, #popup_promo_bg
{
    display: none;
}
.popup_promo_bg
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.left_banner
{
    position: fixed;
    top: 270px;
    left: 50px;
    border-radius: 34px;
    width: 380px;
    height: auto;
    min-height: 150px;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    background: #27b972;
    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: 500;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}
.left_banner_title b
{
    font-weight: 600;
}
.left_banner_promo
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
    color: #0e2f31;
    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, #cdff70 0%, #9bff6c 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: #0f393b;
    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: 132px;
            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: 1320px) {
    .gk_header{
        top: 40px;
    }

    .gk_header_mob
    {
        top: 170px;
    }

    .go_header_stepper_main {
        top: 105px;
    }    

}
@media only screen and (max-width: 1100px) {
    .gk_steps_header_out{
        top: 95px;
    }
    .gk_header_mob
    {
        top: 170px;
    }
}


@media only screen and (max-width: 1000px) {
        .top_banner
        {
            min-height: 40px;
        }
        .top_banner_fix
        {
            min-height: 40px;
        }

        .top_banner_fix_promo
        {
            width: 132px;
            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: 102px;
            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;
        }
    
        .left_banner
        {
            position: fixed;
            top: 50%;
            left: 50%;            
            margin: -250px 0 0 -190px;
        }
}
@media only screen and (max-width: 500px) {
    .left_banner
    {
        position: fixed;
        top: 50%;
        left: 50%;  
        border-radius: 24px;
        width: 272px;
        height: 380px;
        min-height: 150px;
        box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
        background: #27b972;
        z-index: 9995;
        margin: -190px 0 0 -136px;
    }

    .left_banner_title {
        position: relative;
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        font-size: 19px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        margin-top: 47px;
    }
    .left_banner_promo {
        position: relative;
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
        color: #0e2f31;
        margin: 28px auto 0 auto;
        width: 286px;
    }
    .left_banner_button {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
        color: #fff;
        border-radius: 15px;
        width: 210px;
        height: 48px;
        background: #0f393b;
        margin: 28px auto 60px auto;
        padding-top: 13px;
        cursor: pointer;
    }
    .left_banner_text {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 1.6;
        text-align: center;
        color: #fff;
        margin-top: 38px;
    }    
}