﻿.help-btn {
    background: linear-gradient(320deg, #15D5C9 0%, #995DE6 120%);
    position: fixed;
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    height: 80px;
    padding: 23px 15px 23px 90px;
    bottom: 60px;
    right: -145px;
    border-radius: 50px;
    z-index: 25;
    color: white;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    transition:  0.6s ease-in-out;
}




.help-menu.active .help-btn {
    right: 0;
    border-radius: 50px 0 0 50px;
}




    .help_link {
        cursor: pointer;
        color: white;
        display: block;
    }





        .help_link:hover, .help_link:visited {
            cursor: pointer;
            color: white;
        }


    .help-btn:hover {
        cursor: pointer;
        color: white;
    }

    .help_icon {
        position: absolute;
        width: 70px;
        top: 5px;
        left: 5px;
        height: 70px;
    }

@media screen and (max-width: 767px) {
    .help-btn {
        background: linear-gradient(320deg, #15D5C9 0%, #995DE6 120%);
        position: fixed;
        font-family: 'Montserrat';
        font-style: normal;
        line-height: 1.2;
        font-weight: 700;
        height: 60px;
        padding: 13px 15px 12px 65px;
        bottom: 20px;
        right: -140px;
        border-radius: 50px;
        z-index: 25;
        color: white;
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: 0.6s ease-in-out;
    }




    .help-menu.active .help-btn {
        right: 0;
        border-radius: 50px 0 0 50px;
    }


    .help_icon {
        position: absolute;
        width: 50px;
        top: 5px;
        left: 5px;
        height: 50px;
    }
}