.header-phone {
            height: auto !important;
            /*max-height: 800px;*/
            min-height: auto;
        }
        @media (max-width: 768px) {
            .header-phone {
                max-height: none;
                height: auto !important;
            }
        }
        .form-wrapper {
            margin-bottom: 20px;
        }
        .callback-result-form1, .callback-result-form2, .callback-result-form3,
        .callback-result-form4, .callback-result-form5, .callback-result-form6,
        .callback-result-form7 {
            display: none;
            padding: 20px;
            background: #e8f5e9;
            border-radius: 10px;
            text-align: center;
            font-size: 18px;
            color: #2e7d32;
        }
        .form-wrapper .callback-result {
            display: none;
            padding: 20px;
            background: #e8f5e9;
            border-radius: 10px;
            text-align: center;
            font-size: 18px;
            color: #2e7d32;
        }
        .section1.adaptive-frame {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .section1 .adaptive-frame .row {
            margin: 0 -15px;
        }
        .section1 .adaptive-frame .col-lg-3 {
            padding: 0 15px;
        }
        .footer-full {
            width: 100%;
            background: #1a1a2e;
            padding: 40px 0;
            color: #fff;
            margin-top: 40px;
        }
        .footer-full a {
            color: #aaa;
            text-decoration: none;
        }
        .footer-full a:hover {
            color: #fff;
        }
        .footer-full .footer__phone {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }
        @media (max-width: 768px) {
            .footer-full .text-lg-start {
                text-align: center !important;
            }
            .footer-full .mb-3 {
                margin-bottom: 15px !important;
            }
        }
        .pw_new-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;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .pw_new-overlay.active {
            visibility: visible;
            opacity: 1;
        }
        .pw_new-modal {
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            max-width: 700px;
            width: 90%;
            min-height: 555px;
            position: relative;
            display: flex;
            flex-direction: column;
            margin: 20px;
        }
        .pw_new-close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 30px;
            font-weight: bold;
            color: #888;
            cursor: pointer;
            z-index: 1002;
            line-height: 1;
            transition: color 0.2s;
        }
        .pw_new-close:hover {
            color: #333;
        }
        .pw_new-grid {
            display: flex;
            flex-wrap: wrap;
            flex: 1;
            min-height: 550px;
        }
        .pw_new-left {
            flex: 1 1 200px;
            background-color:#f9f9f9;
            color: #333333;
            padding: 40px 30px;
            border-radius: 12px 0 0 12px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-sizing: border-box;
        }
        .pw_new-left h2 {
            font-size: 28px;
            margin-top: 0;
            margin-bottom: 20px;
            font-weight: 700;
            color: #333333;
        }
        .pw_new-left p {
            font-size: 19px;
            line-height: 1.5;
            color: #333333;
            opacity: 0.9;
        }
        .pw_new-right {
            flex: 1 1 250px;
            padding: 70px 20px 10px 20px;
            background-color: #ffffff;
            border-radius: 0 12px 12px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
        }
        .pw_new-timer-container {
            text-align: center;
        }
        .pw_new-timer-label {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #333333;
            text-align: center;
        }
        .pw_new-timer {
            display: flex;
            gap: 15px;
            align-items: center;
            justify-content: center;
        }
        .pw_new-timer-unit {
            text-align: center;
        }
        .pw_new-timer-number {
            background-color: #F1361D;
            color: white;
            font-size: 32px;
            font-weight: bold;
            padding: 10px 15px;
            border-radius: 8px;
            min-width: 70px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-sizing: border-box;
            display: inline-block;
        }
        .pw_new-timer-label-small {
            margin-top: 5px;
            font-size: 14px;
            color: #666666;
            text-transform: lowercase;
        }
        @media (max-width: 768px) {
            .pw_new-grid {
                flex-direction: column;
                min-height: auto;
            }
            .pw_new-left {
                display: none;
            }
            .pw_new-right {
                border-radius: 12px;
                min-height: 550px;
            }
            .pw_new-modal {
                min-height: 550px;
            }
        }
        @media (max-width: 480px) {
            .pw_new-right {
                padding: 10px;
                min-height: 530px;
            }
        }
        .pw_new-form-container {
            width: 100%;
            padding: 0 10px;
        }
        .pw_new-form-container .form-control {
            width: 100%;
            margin-bottom: 12px;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
        }
        .pw_new-form-container .btn-trud2 {
            width: 100%;
            padding: 12px;
            background: #F1361D;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        } 
        .pw_new-form-container .btn-trud2:hover {
            background: #d42d18;
        }
        .pw_new-form-container .form-check {
            margin-top: 10px;
        }
        .pw_new-form-container .form-check-label {
            font-size: 11px;
            color: #999;
        }
        .pw_new-form-container .form-check-input {
            margin-right: 5px;
        }
        .callback-result-form3 {
            display: none;
            padding: 20px;
            background: #e8f5e9;
            border-radius: 10px;
            text-align: center;
            font-size: 16px;
            color: #2e7d32;
        }
        .btn-trud2 {
            background: #2172E2;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }
        .btn-trud2:hover {
            background: #2172E2;
            color: white;
        }