.elementor-10069 .elementor-element.elementor-element-841cf7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-10069 .elementor-element.elementor-element-841cf7f{--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-50f8e68 */.floating-widget {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 40;
            display: flex;
            flex-direction: column-reverse;
            align-items: flex-end;
            gap: 15px;
        }

        .widget-button {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)!important;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .widget-button svg {
            width: 56px;
            height: 56px;
        }

        .widget-button:hover {
            transform: scale(1.1);
        }

        .messenger-options {
            display: none;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 15px;
            transform-origin: bottom center;
            animation: fadeIn 0.3s ease;
        }

        .messenger-options.active {
            display: flex;
        }

        .messenger-option {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
        }

        .messenger-option:hover {
            transform: scale(1.1);
        }

        .messenger-toggle {
            position: relative;
        }

        .messenger-icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: all 0.6s ease;
        }

        .messenger-icon.active {
            opacity: 1;
            transform: rotateY(0deg);
        }

        .messenger-icon.inactive {
            opacity: 0;
            transform: rotateY(90deg);
            pointer-events: none;
        }

        .close-icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
            display: flex;
            justify-content: center;
            align-items: center;
            background: white;
        }

        .close-icon svg {
            width: 24px;
            height: 24px;
            fill: #C8B477;
        }

        .close-icon.active {
            opacity: 1;
            pointer-events: auto;
        }

        .call-icon {
            display: none;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 767px) {
            .call-icon {
                display: block;
            }
            
            
            .floating-widget {
                bottom: 16px;
                right: 16px;
                gap: 10px;
            }
            
            .widget-button {
                width: 50px;
                height: 50px;
            }
            
            .widget-button svg {
                width: 50px;
                height: 50px;
            }
            
            .close-icon svg {
                width: 24px;
                height: 24px;
            }
            
            .award-container {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .award-container iframe {
                width: 150px;
            }
                        
        }/* End custom CSS */
/* Start custom CSS */.pa_footer {
            background-color: #1D2A3F;
            color: rgba(255,255,255,0.5);
            padding: 60px 0 30px;
        }

        .pa_footer_container {
            max-width: 1312px;
            margin: 0 auto;
            padding: 0 3%;
        }

        .pa_footer_logo {
            text-align: center;
            margin-bottom: 40px;
        }

        .pa_footer_logo svg {
            margin-bottom: 15px;
        }

        .pa_footer_logo p {
            color: #C8B478;
            font-size: 16px;
            font-weight: 400;
        }


        .pa_footer_content {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            margin-bottom: 0;
        }

        .pa_footer_column {
            border-top: 1px solid #C8B478;
            padding-top: 24px;
        }

        .pa_footer_column h3 {
            color: #C8B478;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .pa_footer_column ul {
            list-style: none;
            padding: 0;
        }

        .pa_footer_column li {
            margin-bottom: 12px;
        }

        .pa_footer_column a {
            color: rgba(255,255,255,0.5);
            font-weight: 400;;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s ease;
        }

        .pa_footer_column a:hover {
            color: #ffffff;
        }

        .pa_footer_contacts_address,
        .pa_footer_contacts_phone,
        .pa_footer_contacts_email {
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 12px;
            line-height: 1.4;
        }
        
        .pa_footer_contacts_phone a,
        .pa_footer_contacts_email a {
            color: #ffffff;
        }

        .pa_footer_social {
            display: flex;
            gap: 2px;
            margin: 20px 0;
        }

        .pa_footer_social_icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }


        .pa_footer_social_icon svg {
            width: 32px;
            height: 32px;
            fill: #C8B478;
        }

        .pa_footer_social_icon:hover svg {
            fill: #1D2A3F;
        }

        .pa_footer_rating {
            margin-top: 20px;
        }

        .pa_footer_bottom {
            padding-top: 32px;
            text-align: center;
        }

        .pa_footer_bottom_links {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 10px;
        }

        .pa_footer_bottom_links a {
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
            transition: color 0.3s ease;
        }

        .pa_footer_bottom_links a:hover {
            color: #ffffff;
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            
            .pa_footer_logo {
                margin-bottom: 20px;
            }
            
            .pa_footer_logo svg {
                max-width: 180px;    
            }
            
            .pa_footer_content {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .pa_footer_column h3 {
                font-size: 20px;
            }
            
            .pa_footer_contacts_address,
            .pa_footer_contacts_phone,
            .pa_footer_contacts_email,
            .pa_footer_column a {
                font-size: 16px;
            }
            
            .pa_footer_bottom_links a, .pa_footer_bottom_links {
                font-size: 14px;
            }
            
            .pa_footer_column li {
                margin-bottom: 10px;
            }

            .pa_footer {
                padding: 40px 0 20px;
            }

            .pa_footer_bottom_links {
                flex-direction: column;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .pa_footer_container {
                padding: 0 4%;
            }

            .pa_footer_bottom_links {
                text-align: left;
            }
        }/* End custom CSS */