/* wcity-footer-center-temp-css */
.wcity-site .wcity-footer-center {
                position: relative !important;
                margin-top: 56px !important;
                overflow: hidden !important;
                background: var(--wcity-footer-bg) !important;
                border-top: 1px solid rgba(255, 255, 255, .08) !important;
                color: rgba(255, 255, 255, .72) !important;
            }

            .wcity-site .wcity-footer-center::before {
                content: "" !important;
                position: absolute !important;
                inset: 0 !important;
                pointer-events: none !important;
                background:
                    linear-gradient(90deg, transparent, rgba(255, 255, 255, .035), transparent),
                    repeating-linear-gradient(90deg, rgba(255, 255, 255, .018) 0, rgba(255, 255, 255, .018) 1px, transparent 1px, transparent 80px) !important;
                opacity: .55 !important;
            }

            .wcity-site .wcity-footer-center__inner {
                position: relative !important;
                z-index: 1 !important;
                width: min(980px, calc(100% - 32px)) !important;
                margin: 0 auto !important;
                padding: 44px 0 24px !important;
                text-align: center !important;
            }

            .wcity-site .wcity-footer-center__logo {
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                margin: 0 auto 20px !important;
                padding: 14px 22px !important;
                border-radius: 28px !important;
                background: rgba(255, 255, 255, .035) !important;
                border: 1px solid rgba(255, 255, 255, .08) !important;
                box-shadow: 0 20px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
                text-decoration: none !important;
            }

            .wcity-site .wcity-footer-center__logo img {
                display: block !important;
                width: auto !important;
                max-width: 260px !important;
                max-height: 92px !important;
                object-fit: contain !important;
            }

            .wcity-site .wcity-footer-center__text-logo {
                display: inline-flex !important;
                align-items: center !important;
                color: #fff !important;
                font-size: 34px !important;
                font-weight: 950 !important;
                line-height: 1 !important;
                text-decoration: none !important;
                letter-spacing: -.5px !important;
            }

            .wcity-site .wcity-footer-center__text-logo span { color: #e50914 !important; }

            .wcity-site .wcity-footer-center__desc {
                max-width: 820px !important;
                margin: 0 auto !important;
                color: rgba(255, 255, 255, .72) !important;
                font-size: 14px !important;
                font-weight: 700 !important;
                line-height: 2.25 !important;
            }

            .wcity-site .wcity-footer-center__quote {
                position: relative !important;
                max-width: 760px !important;
                margin: 24px auto 0 !important;
                padding: 17px 22px !important;
                border-radius: 22px !important;
                color: #fff !important;
                background: linear-gradient(135deg, rgba(229, 9, 20, .18), rgba(255, 193, 7, .10)), rgba(255, 255, 255, .035) !important;
                border: 1px solid rgba(255, 255, 255, .10) !important;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
                font-size: 15px !important;
                font-weight: 950 !important;
                line-height: 2 !important;
            }

            .wcity-site .wcity-footer-center__social-box {
                max-width: 560px !important;
                margin: 26px auto 0 !important;
                padding: 20px !important;
                border-radius: 26px !important;
                background: rgba(255, 255, 255, .035) !important;
                border: 1px solid rgba(255, 255, 255, .09) !important;
                box-shadow: 0 18px 58px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .055) !important;
            }

            .wcity-site .wcity-footer-center__social-title {
                margin: 0 0 16px !important;
                color: #fff !important;
                font-size: 14px !important;
                font-weight: 950 !important;
                line-height: 1.8 !important;
            }

            .wcity-site .wcity-footer-center__socials {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                flex-wrap: wrap !important;
                gap: 12px !important;
            }

            .wcity-site .wcity-footer-center__social {
                width: 52px !important;
                height: 52px !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                border-radius: 18px !important;
                color: #fff !important;
                text-decoration: none !important;
                border: 1px solid rgba(255, 255, 255, .12) !important;
                transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
                background: linear-gradient(135deg, rgba(147,51,234,.72), rgba(229,9,20,.56)) !important;
            }

            .wcity-site .wcity-footer-center__social svg {
                width: 25px !important;
                height: 25px !important;
                display: block !important;
                fill: currentColor !important;
            }

            .wcity-site .wcity-footer-center__social--instagram {
                background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 10%, #fd5949 38%, #d6249f 62%, #285AEB 100%) !important;
                box-shadow: 0 12px 34px rgba(214, 36, 159, .22) !important;
            }

            .wcity-site .wcity-footer-center__social--telegram {
                background: linear-gradient(135deg, #2aabee, #168acd) !important;
                box-shadow: 0 12px 34px rgba(42, 171, 238, .20) !important;
            }

            .wcity-site .wcity-footer-center__social:hover {
                transform: translateY(-4px) scale(1.03) !important;
                border-color: rgba(255, 255, 255, .28) !important;
            }

            .wcity-site .wcity-footer-center__bottom {
                margin-top: 26px !important;
                padding-top: 18px !important;
                border-top: 1px solid rgba(255, 255, 255, .07) !important;
                color: rgba(255, 255, 255, .42) !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 2 !important;
            }

            @media (max-width: 640px) {
                .wcity-site .wcity-footer-center { margin-top: 40px !important; }
                .wcity-site .wcity-footer-center__inner { width: min(100% - 22px, 980px) !important; padding: 34px 0 20px !important; }
                .wcity-site .wcity-footer-center__logo img { max-width: 220px !important; max-height: 80px !important; }
                .wcity-site .wcity-footer-center__desc { font-size: 13px !important; line-height: 2.15 !important; }
                .wcity-site .wcity-footer-center__quote { padding: 15px 16px !important; font-size: 13.5px !important; }
                .wcity-site .wcity-footer-center__social-box { padding: 17px !important; border-radius: 22px !important; }
                .wcity-site .wcity-footer-center__social { width: 50px !important; height: 50px !important; border-radius: 17px !important; }
            }
