body {transition: opacity ease-in 0.2s; } 
body[unresolved] {opacity: 0; display: block; overflow: hidden; position: relative; } 


 .css-vubbuv {
            user-select: none;
            width: 40px;
            height: 40px;
            display: inline-block;
            fill: currentcolor;
            flex-shrink: 0;
            transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            font-size: 1.5rem;
        }
        .nox {
    width: 80px;
    height: 50px;
    right: 12px;
    bottom: 230px;
    /*background: #10b418;*/
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}
        




        .loader {
            position: fixed;
            width: 100vw;
            height: 100vh;
            background: #00000055;
            display: none;
            z-index: 99999999;
        }

        .loader::after {
            content: "";
            position: fixed;
            width: 150px;
            height: 150px;
            box-sizing: border-box;
            border: 10px solid transparent;
            top: calc(50% - 75px);
            left: calc(50% - 75px);
            border-top-color: #20c104;
            border-bottom-color: #20c104;
            border-radius: 100%;
            animation: rotate360 1s infinite;
        }

        @keyframes rotate360 {
            100% {
                transform: rotate(360deg);
            }
        }

        @keyframes pulse {
            100% {
                transform: scale(1.05);
            }
        }

        .phone {
            display: block;
            position: fixed;
            bottom: 70px;
            width: 300px;
            left: calc(50% - 150px);
            margin: 0;
            padding: 0;
            font-size: 30px;
            background: lawngreen;
            text-align: center;
            height: 50px;
            line-height: 50px;
            color: #fff;
            text-decoration: none;
            animation: pulse 0.7s infinite;
            z-index: 99999999;
            border-radius: 10px;
            text-shadow: 1px 1px 1px #000, 1px 1px 1px #000, 1px 1px 1px #000;
            box-shadow: 0 5px 10px #000;
        }

        .offer-img {
            position: absolute;
            top: 240px;
            left: 5px;
            width: 110px;
        }

        @media (min-width: 992px) {
            .offer-img {
                top: 350px;
                left: 5px;
                width: 150px;
            }
        }
    

@font-face{font-family:FigtreeVF;src:url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2 supports variations"),url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2-variations");font-weight:100 1000;font-display:swap}