/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.28.1754176287
Updated: 2025-08-03 02:11:27

*/

       
        .social-widget {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 10000;
        }
        
        .social-widget-toggle {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
			font-size: 34px;
        }
        
        .social-widget-toggle:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
        }
        
        .social-icon-main {
            width: 32px;
            height: 32px;
            filter: brightness(0) invert(1);
        }
        
        .social-widget-panel {
            position: absolute;
            bottom: 75px;
            right: 0;
            background: white;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            width: 320px;
        }
        
        .social-widget-panel.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .widget-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .widget-title {
            font-size: 18px;
            font-weight: 600;
            color: #2d3748;
        }
        
        .close-btn {
            background: none;
            border: none;
            font-size: 22px;
            cursor: pointer;
            color: #718096;
            transition: color 0.2s;
        }
        
        .close-btn:hover {
            color: #e53e3e;
        }
        
        .contact-item {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            text-align: left;
        }
        
        .contact-phone {
            font-size: 18px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 5px;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .contact-phone:hover {
            color: #4299e1;
        }
        
        .contact-info {
            font-size: 14px;
            color: #718096;
            line-height: 1.5;
        }
        
        .socials-section {
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #e2e8f0;
        }
        
        .socials-title {
            font-size: 16px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .social-widget .social-buttons {
            display: flex;
            justify-content: left;
			margin-top: 10px;
        }
        
        .social-widget .social-button-widget {
            display: flex;
            flex-direction: column;
            align-items: left;
            text-decoration: none;
            padding: 0;
            border-radius: 10px;
            transition: all 0.2s ease;
            width: 70px;
        }
        
        .social-widget .social-button-widget:hover {
            background-color: #f5f7fb;
            transform: translateY(-3px);
        }
        
       .social-widget .social-icon {
            width: 32px;
            height: 32px;
            margin-bottom: 8px;
            object-fit: contain;
        }
        
        
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 117, 252, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(37, 117, 252, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 117, 252, 0);
            }
        }
        
        @media (max-width: 768px) {
            .social-widget {
                bottom: 15px;
                right: 15px;
            }
            
            .social-widget-toggle {
                width: 58px;
                height: 58px;
            }
            
            .social-icon-main {
                width: 28px;
                height: 28px;
            }
            
            .social-widget-panel {
                bottom: 65px;
                width: 300px;
                right: 10px;
            }
        }




        .container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .open-calculator-btn {
            background: linear-gradient(135deg, #0056b3 0%, #0081ff 100%);
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 18px;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0 auto;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .open-calculator-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }
        
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .calculator-modal {
            background-color: white;
            border-radius: 12px;
            width: 90%;
            max-width: 800px;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transform: translateY(-30px);
            transition: transform 0.4s ease;
        }
        
        .modal-overlay.active .calculator-modal {
            transform: translateY(0);
        }
        
        .modal-header {
            background: linear-gradient(135deg, #0056b3 0%, #0081ff 100%);
            color: white;
            padding: 20px;
            border-radius: 12px 12px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .modal-header h2 {
            font-size: 24px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 28px;
            cursor: pointer;
            transition: transform 0.2s ease;
        }
        
        .close-btn:hover {
            transform: scale(1.2);
        }
        
        .modal-content {
            padding: 25px;
        }
        
        .calculator-form {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .form-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .form-group label {
            font-weight: 600;
            font-size: 16px;
            color: #444;
        }
        
        .form-group input, .form-group select {
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .form-group input:focus, .form-group select:focus {
            border-color: #0056b3;
            outline: none;
            box-shadow: 0 0 0 2px rgba(0, 86, 179, 0.2);
        }
        
        .room-type-options {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .room-type-option {
            flex: 1;
            min-width: 200px;
        }
        
        .room-type-option input {
            display: none;
        }
        
        .room-type-label {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 15px;
            border: 2px solid #ddd;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .room-type-label:hover {
            border-color: #0056b3;
            background-color: #f8faff;
        }
        
        .room-type-option input:checked + .room-type-label {
            border-color: #0056b3;
            background-color: #e6f0ff;
        }
        
        .room-type-icon {
            font-size: 36px;
            margin-bottom: 10px;
            color: #0056b3;
        }
        
        .input-with-unit {
            position: relative;
            display: flex;
            align-items: center;
        }
        
        .input-with-unit input {
            flex: 1;
            padding-right: 50px;
        }
        
        .unit {
            position: absolute;
            right: 15px;
            color: #666;
            font-weight: 500;
        }
        
        .calculate-btn {
            background: linear-gradient(135deg, #0056b3 0%, #0081ff 100%);
            color: white;
            border: none;
            padding: 16px;
            font-size: 18px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        
        .calculate-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }
        
        .result-container {
            margin-top: 25px;
            padding: 20px;
            background-color: #f8faff;
            border-radius: 8px;
            border-left: 4px solid #0056b3;
            display: none;
        }
        
        .result-container.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        .result-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #0056b3;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .result-details {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-bottom: 20px;
        }
        
        .result-item {
            background-color: white;
            padding: 15px;
            border-radius: 6px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .result-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 5px;
        }
        
        .result-value {
            font-size: 20px;
            font-weight: 700;
            color: #0056b3;
        }
        
        .recommended-model {
            margin-top: 20px;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            border: 2px solid #e6f0ff;
        }
        
        .model-title {
            font-size: 20px;
            font-weight: 700;
            color: #0056b3;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .model-specs {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin: 15px 0;
        }
        
        .spec-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 12px;
            background-color: #f8faff;
            border-radius: 6px;
        }
        
        .spec-value {
            font-size: 18px;
            font-weight: 700;
            color: #0056b3;
        }
        
        .spec-label {
            font-size: 13px;
            color: #666;
            text-align: center;
            margin-top: 5px;
        }
        
        .order-section {
            margin-top: 20px;
            text-align: center;
        }
        
        .order-btn {
            background: linear-gradient(135deg, #ff5722 0%, #ff8a65 100%);
            color: white;
            border: none;
            padding: 16px 30px;
            font-size: 18px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
        }
        
        .order-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }
        
        .all-models-section {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        
        .all-models-title {
            font-size: 18px;
            font-weight: 700;
            color: #444;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .models-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
        }
        
        .model-card {
            background-color: white;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            border: 1px solid #eee;
            transition: transform 0.3s ease;
        }
        
        .model-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        }
        
        .model-card-title {
            font-size: 16px;
            font-weight: 700;
            color: #0056b3;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .model-card-specs {
            font-size: 13px;
            color: #666;
        }
        
        .model-card-specs div {
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
        }
        
        .model-card-specs .spec-name {
            color: #888;
        }
        
        .note {
            font-size: 14px;
            color: #777;
            margin-top: 20px;
            padding: 10px;
            background-color: #f9f9f9;
            border-radius: 6px;
            border-left: 3px solid #ff9800;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @media (max-width: 768px) {
            .room-type-options {
                flex-direction: column;
            }
            
            .modal-content {
                padding: 20px;
            }
            
            .modal-header h2 {
                font-size: 20px;
            }
            
            .models-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .open-calculator-btn {
                padding: 12px 20px;
                font-size: 16px;
            }
            
            .modal-header {
                padding: 15px;
            }
            
            .result-details {
                grid-template-columns: 1fr;
            }
            
            .models-grid {
                grid-template-columns: 1fr;
            }
            
            .model-specs {
                grid-template-columns: repeat(2, 1fr);
            }
        }

/* Обновите существующий блок .model-specs */
.model-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin: 15px 0;
}

/* Добавьте эти медиа-запросы в конец CSS */
@media (max-width: 768px) {
    .model-specs {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .spec-item {
        padding: 10px;
        text-align: center;
    }
    
    .spec-value {
        font-size: 16px;
    }
    
    .spec-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .model-specs {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .spec-item {
        padding: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    
    .spec-value {
        font-size: 14px;
        text-align: right;
        min-width: 120px;
    }
    
    .spec-label {
        font-size: 12px;
        text-align: left;
    }
}

/* Альтернативный вариант для очень маленьких экранов */
@media (max-width: 360px) {
    .model-specs {
        grid-template-columns: 1fr;
    }
    
    .spec-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .spec-value {
        text-align: left;
        min-width: auto;
        margin-bottom: 4px;
    }
    
    .spec-label {
        text-align: left;
    }
}