        footer {
            position: fixed;
            bottom: 0;
            right: 0;
            width: 100%;
            z-index: 1000;
        }
        
        .P_Float {
            position: fixed;
            bottom: 64px;
            z-index: 99;
        }
        
        .float {
            list-style: none;
            padding: 0;
        }
        
        footer .P_Float::after {
            content: url(../assets/image/smallArrow.svg);
            width: 10px;
            height: 10px;
            display: inline-block;
            top: -10px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%)rotate(180deg);
        }
        
        footer .icon {
            width: var(--footericon);
            height: var(--footericon);
        }
        
        footer .icon img,
        footer .icon svg {
            width: 100%;
        }
        
        .P_Float#PTrustUs {
            right: var(--menuPaddingHoriz);
        }
        
        #PContactUsWays {
            left: var(--menuPaddingHoriz);
        }
        /*  .float#ContactUsWays  */
        
        .float#ContactUsWays li a {
            color: #fff;
            text-decoration: none;
        }
        
        .float#ContactUsWays {
            direction: ltr;
        }
        /* copyWrite */
        
        #CopyWrit {
            text-align: center;
            width: 100%;
            background-color: #585858;
        }
        
        #CopyWrit a {
            color: #fff;
        }
        
        #CopyWrit p {
            margin: 0;
            font-size: 12px;
            color: #fff;
        }
        
        #CopyWrit p:nth-child(1) {
            background-color: #343434;
        }
        
        @media (min-width:980px) {
            /* hide opener */
            .P_Float #ContactUsWays li:first-child {
                display: none;
            }
            /* FLOATS */
            .float {
                display: grid;
                max-height: var(--footericon);
                overflow: hidden;
                transition: .3s;
                gap: 16px;
            }
            .P_Float:hover .float {
                max-height: 300px;
            }
            footer .P_Float::after {
                left: calc(var(--footericon) / 2);
            }
            /* ContactUsWays */
            /*  */
            .P_Float:hover li {
                order: 1;
            }
            .P_Float:hover li:nth-of-type(1) {
                order: 3 !important;
            }
            .float#ContactUsWays li {
                background: var(--menuItmeBlueMid);
                border-radius: 50%;
                width: var(--footericon);
                height: var(--footericon);
                overflow: hidden;
                display: grid;
                grid-template-columns: 64px;
                align-items: center;
                transition: width .3s;
            }
            .float#ContactUsWays li:hover {
                width: 250px;
                grid-template-columns: 64px 1fr;
                border-radius: 50px;
            }
            /* PTrustUs */
            /*  */
            .P_Float:hover::after {
                transform: translateX(-50%);
            }
        }
        
        @media(max-width:980px) {
            footer.open {
                z-index: 99;
            }
            #CopyWrit {
                display: none;
            }
            .P_Float {
                bottom: 74px;
                z-index: 1;
                right: unset;
                left: unset;
                cursor: none;
                transition: none;
            }
            .P_Float.open {
                width: 100%;
                height: 100vh;
                padding-bottom: 74px;
                bottom: 0;
                background: #3333 !important;
                z-index: 2;
            }
            .P_Float#PTrustUs.open {
                right: 0 !important;
            }
            .P_Float#PContactUsWays.open {
                left: 0 !important;
            }
            .P_Float.open .float {
                margin: 0 !important;
                gap: 8px;
                height: unset;
                width: calc(100% - var(--menuPaddingHoriz)*1.5);
                border-radius: 8px;
                padding: 16px;
                overflow: unset;
                transition: .3s;
                bottom: 74px;
            }
            .P_Float#PContactUsWays.open .float {
                background-color: var(--menuItmeBlueMid) !important;
                border: 2px solid var(--blueBorder);
                box-shadow: 0 0 16px #00f6, inset 0 0 16px #00f6;
                transform-origin: left;
                position: absolute;
                left: 16px;
            }
            .P_Float#PTrustUs.open .float {
                box-shadow: 0 0 18px #0004, inset 0 0 16px #0003;
                background-color: #fff;
                position: absolute;
                right: 16px;
            }
            .P_Float.open .float li {
                display: grid;
                align-items: center;
                border-radius: 4px;
                box-shadow: 0 0 6px #00f9;
                margin-bottom: 8px;
                padding: 4px;
                font-size: 12px;
                text-align: center;
                gap: 0;
            }
            .P_Float#PContactUsWays.open #ContactUsWays li {
                grid-template-columns: var(--footericon) 1fr;
                padding-right: var(--footericon);
                background-color: var(--menuItmeBlueMid);
            }
            .P_Float#PTrustUs.open #TrustUs li {
                box-shadow: 0 0 12px #0003;
                justify-content: center;
                padding: 8px;
                grid-template-columns: 32px !important;
            }
            .P_Float.open li:last-child {
                margin-bottom: 0 !important;
            }
            .P_Float.open li:last-child {
                margin-bottom: 0 !important;
            }
            .float {
                height: var(--footericon);
                width: var(--footericon);
                overflow: hidden;
            }
            .P_Float::after {
                display: none !important;
            }
            .P_Float#PTrustUs:not(.open) #TrustUs li:first-child .icon {
                background-color: #fff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .P_Float#PTrustUs.open #TrustUs li:first-child {
                box-shadow: none;
            }
            .P_Float.open #ContactUsWays li:first-child {
                display: none;
            }
        }
        
        @media (max-height:800px) and (min-width:980px) {
            .P_Float {
                bottom: 52px
            }
            footer .P_Float::after {
                top: 10px
            }
        }