
.nav-bg {
    background-color: rgba(19, 54, 103, 0.95);
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.viber-link {
    height: 25px;}


.text-logo {
    font-style: normal;
    font-size: 27px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    padding-left: 55px;
    margin-top:-2px;
}
.text-logo-footer {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    padding-left: 30px;

}
.footer_copyright {

}
.desc-text-logo {
    color: white;
    font-size: 15px;
    font-weight: 300 !important;
    text-align: center !important;
}
.navbar-brand {
    position: relative;
}
.logocandy {
     display: inline-block;
     top: -14px;
     height: 64px;
     position: absolute;
 }
.logocandy_footer {
    display: inline-block;
    top: -14px;
    position: absolute;
}
.menu-text{
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.05em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    text-transform:uppercase;
}
.menu-text:hover, .menu-text:active, .menu-text.active  {
    border-bottom: 2px solid #FFDC81;
}
.social_icon_mob {
    display: none;
}
.social_icon {
    display: flex;
}
.social_icon_mob_footer {
    display: none;
}
.flex-telegram {
    width: 65px;
    height: 60px;
    display: inline-block;
    margin-top: 25px;
    position: fixed;
    right: 20px;
    bottom: 130px;
    z-index: 999;
}
.flex-viber{
    width: 65px;
    height: 60px;
    display: inline-block;
    margin-top: 45px;
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 999;
}
.telegram-img {
    position: absolute;
    top: 17px;
    left: 17px;
}
.viber-img {
    position: absolute;
    top: 25px;
    left: 17px;
}

@media (max-width: 1024px) {
    .social_icon_mob_footer {
        display: flex !important;
        padding-top: 15px;
    }
    .social_icon_mob {
        display: flex !important;

    }
    .social_icon {
        display: none !important;
    }
    .footer_copyright {
        padding-top: 15px;
        padding-left: 20px;

    }
    .logocandy_footer {
        display: inline-block;
        top: -6px;
        height: 40px;
        position: absolute;
        left:0;
    }
    .connect_mob, .connect_viber_mob, .connect_telegram_mob{
        display: inline-block !important;
    }
    .connect, .connect_viber, .connect_telegram {
        display: none;
    }
    .flex-phone-mob {
        width: 45px;
        height:45px;
        background: #508217;
        border-radius: 213px;
        -webkit-box-shadow: 0px 0px 4px 4px rgb(80 130 23 / 31%);
        box-shadow: 0px 0px 4px 4px rgb(80 130 23 / 31%);
        display: inline-block;
        margin-top: 25px;
        position: fixed;
        right: 20px;
        bottom: 120px;

        z-index: 999;
    }
    .telephone-img-mob {
        position: absolute;
        top:10px;
        left: 10px;
        color: white;
    }
    .flex-viber-mob{
        width: 45px;
        height: 45px;
        display: inline-block;
        position: fixed;
        right: 20px;
        bottom: 90px;
        z-index: 999;
    }
    .viber-img-mob {
        position: absolute;
        top: 25px;
        width: 45px;
    }
    .flex-telegram-mob {
        width: 45px;
        height: 45px;
        display: inline-block;
        position: fixed;
        right: 20px;
        bottom: 35px;
        z-index: 999;
    }
    .telegram-img-mob {
        position: absolute;
        top: 25px;
        width: 45px;
    }
}
