        .footer {
            width: 100%;
            padding: 0px;
            background: #F2EAD8;
            font-family: Montserrat;
        }

        .footer__container {
            position: relative;
            width: 100%;
            max-width: 1440px;
            height: auto;
            margin: 0 auto;
            padding: 80px 100px 40px 100px;
        }

        @media (max-width: 600px) {
            .footer__container {
                padding: 0;
            }
        }

        .footer__main {
            display: flex;
            justify-content: space-between;
            gap: 60px;
            margin-bottom: 50px;
        }

        .footer__brand {
            flex: 0 0 300px;
        }

        .footer__logo {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .footer__logo-icon {
            width: 60px;
            height: 60px;
            background: #c9a961;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
        }

        .footer__logo-text {
            font-size: 32px;
            font-weight: bold;
            color: #c9a961;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .footer__description {
            font-family: Montserrat;
            font-weight: 500;
            font-size: 14px;
            line-height: 148%;
            letter-spacing: 0%;
            color: #5D554D;
            margin: 20px 0 30px 0;
        }

        @media (max-width: 600px) {
            .footer__description {
                font-size: 13px;
            }
        }

        .footer__social {
            display: flex;
            gap: 15px;
        }

        .footer__social-link {
            width: 40px;
            height: 40px;
        }

        .footer__social-link:hover {
            transform: scale(1.1);
        }

        .footer__social-link--instagram {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            color: white;
        }

        .footer__social-link--tiktok {
            background: #000;
            color: white;
        }

        .footer__social-link--facebook {
            background: #1877f2;
            color: white;
        }

        .footer__social-link--youtube {
            background: #ff0000;
            color: white;
        }

        .footer__columns {
            display: flex;
            gap: 80px;
            flex: 1;
        }

        .footer__column {
            flex: 1;
        }

        @media (max-width: 600px) {
            .footer__column {
                position: relative;
                border-top: 1px solid #3F342A;
            }

            .footer__column:last-child {
                border-top: 1px solid #3F342A;
                border-bottom: 1px solid #3F342A;
            }
        }

        .footer__column-title {
            font-family: Montserrat;
            font-weight: 500;
            font-size: 13px;
            line-height: 148%;
            letter-spacing: 4%;
            text-transform: uppercase;
            color: #98928D;
        }

        .footer__column-title .footer__column-title-icon {
            display: none;
        }

        @media (max-width: 600px) {
            .footer__column-title .footer__column-title-icon {
                display: flex;
                position: absolute;
                top: 9px;
                right: 0;
            }
        }

        .footer__links {
            list-style: none;
            padding-left: 0;
        }

        .footer__links.open {
            list-style: none;
            padding-left: 0;
        }

        @media (max-width: 600px) {
            .footer__links {
                list-style: none;
                padding-left: 0;
                max-height: 0px;
                overflow: hidden;
                height: auto;
                transition: all ease 0.5s;
                margin: 0;
            }            

            .footer__links.open {
                max-height: 600px;
            }
        }



        .footer__link-item {
            margin-bottom: 12px;
        }

        .footer__link {
            color: #3F342A;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
            display: inline-block;
            font-family: Montserrat;
            font-weight: 500;
            font-size: 16px;
            line-height: 148%;
            letter-spacing: 0%;
            vertical-align: middle;
        }

        .footer__link:hover {
            color: #c9a961;
        }

        .footer__contact {
            flex: 0 0 320px;
        }

        .footer__contact-white-block {
            width: 100%;
            gap: 20px;
            border-radius: 20px;
            padding: 20px;
            background: #F8F4ED;
        }

        .footer__contact-title {
            color: #8b7355;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .footer__buy-button {
            width: 100%;
            height: 60px;
            border-radius: 30px;
            display: flex;
            gap: 8px;
            justify-content: center;
            align-items: center;
            background: #D7B46A;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 18px;
            line-height: 148%;
            letter-spacing: 0%;
            color: #FFFFFF;
            margin-bottom: 25px;
        }

        @media (max-width: 600px) {
            .footer__buy-button {
                font-size: 16px;
            }
        }

        .footer__buy-button span {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer__contact-white-block .info-block {
            font-family: Montserrat;
            margin: 20px 0px 0px 0px;
        }

        .footer__contact-white-block .info-block .name {
            font-weight: 500;
            font-size: 14px;
            line-height: 148%;
            letter-spacing: 0%;
            color: #3F342A;
        }

        @media (max-width: 600px) {
            .footer__contact-white-block .info-block .name {
                font-size: 13px;
            }
        }

        .footer__contact-white-block .info-block .value {
            font-weight: 600;
            font-size: 18px;
            line-height: 148%;
            letter-spacing: 0%;
            display: flex;
            align-items: center;
            margin-top: 5px;
        }

        .footer__contact-white-block .info-block .value a {
            text-decoration: none;
            color: #3F342A;
        }

        .footer__contact-white-block .info-block .value .icon {
            padding-top: 5px;
            width: 34px;
            height: 39px;
        }

        .footer__contact-white-block .info-block .value .phone {
            font-weight: 700;
            font-size: 20px;
            line-height: 148%;
            letter-spacing: 0%;
        }


        .footer__contact-section {
            margin-bottom: 25px;
        }

        .footer__contact-label {
            color: #8b7355;
            font-size: 13px;
            margin-bottom: 8px;
        }

        .footer__phone {
            color: #3d3326;
            font-size: 20px;
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .footer__messenger-icons {
            display: flex;
            gap: 10px;
            margin-top: 8px;
        }

        .footer__messenger-icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .footer__messenger-icon--telegram {
            background: #0088cc;
            color: white;
        }

        .footer__messenger-icon--viber {
            background: #7360f2;
            color: white;
        }

        .footer__email {
            color: #3d3326;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
        }

        .footer__bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 30px;
            border-top: 1px solid #d4c4ad;
        }

        .footer__copyright {
            color: #8b7355;
            font-size: 14px;
            flex: 1;
        }

        .footer__sitemap {
            color: #6b5d4f;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
            flex: 1;
            text-align: center;
        }

        .footer__sitemap:hover {
            color: #c9a961;
        }

        .footer__empty {
            flex: 1;
        }

        @media (max-width: 1024px) {
            .footer__main {
                flex-wrap: wrap;
            }

            .footer__columns {
                gap: 40px;
            }

            .footer__contact {
                flex: 0 0 100%;
            }
        }

        @media (max-width: 600px) {
            .footer {
                padding: 40px 20px 20px;
            }

            .footer__main {
                flex-direction: column;
                gap: 40px;
            }

            .footer__brand {
                flex: 1;
            }

            .footer__columns {
                flex-direction: column;
                gap: 0px;
            }

            .footer__bottom {
                flex-direction: column;
                gap: 15px;
                text-align: center;
                align-items: start;
            }
        }