
        /* === ИЗОЛИРОВАННЫЕ КЛАССИЧЕСКИЕ СТИЛИ (только внутри #metro-template) === */
       #metro-template {
            width: 82%;
        margin: 4% auto;
        background: #fff;
        padding: 4%;
        box-shadow: 0px 0px 12px 5px #b9a67e;
        } 
 #metro-template img { 
        border-radius: 0px;
        max-width: 90%;
        margin: 20px 0px;
        height: auto; 
        }
 
        #metro-template,
        #metro-template * {
            box-sizing: border-box;
        }

       
        #metro-template section {
           width: 100% !important;
        padding-left: 0%!important;
        padding-right: 0%!important;
            
        }

        /* === ВЫДЕЛЕННЫЕ РАЗМЕРЫ ЗАГОЛОВКОВ === */
        #metro-template h1 {
           font-size: 1.8rem;
        color: #2c3e50;
        margin-bottom: 20px;
        font-weight: bold;
        }

        #metro-template h2 {
           font-size: 1.4rem;
        color: #2c3e50;
         margin: 20px 0;
        font-weight: bold;
        }

        #metro-template p {
            font-size: 1rem;
    margin-bottom: 5px;
        }
        
         #metro-template h3 {
            font-size: 1.2rem;
        color: #2c3e50;
         margin: 10px 0;
        font-weight: bold;
        }
 #metro-template h4 {
         font-size: 1.2rem;
        color: #2c3e50;
         margin: 10px 0;
        font-weight: bold;
        }



        #metro-template table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.9rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    background: #fff;
        }

        #metro-template table,
        #metro-template th,
        #metro-template td {
            border: 1px solid #ddd;
        }

        #metro-template th,
        #metro-template td {
            padding: 12px;
            text-align: left;
        }

        #metro-template th {
            background-color: #3498db;
            color: white;
        }

        #metro-template tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #metro-template .contact-box {
            background-color: #e8f4fd;
            border-left: 5px solid #3498db;
            padding: 15px;
            font-weight: bold;
        }

        #metro-template .qa-section {
            background-color: #fff;
        }

        #metro-template .qa-item {
            margin-bottom: 15px;
            border-bottom: 1px dotted #ccc;
            padding-bottom: 10px;
        }

        #metro-template .qa-question {
            font-weight: bold;
            color: #2c3e50;
            cursor: pointer;
            user-select: none;
            position: relative;
            padding-right: 25px;
            font-size: 1.1rem;
        }

        #metro-template .qa-question::after {
            content: '▼';
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.9em;
            color: #7f8c8d;
            transition: transform 0.2s ease;
        }

        #metro-template .qa-item.active .qa-question::after {
            transform: rotate(180deg);
        }

        #metro-template .qa-answer {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, opacity 0.2s ease, margin 0.2s ease;
            margin-top: 0;
            color: #555;
        }

        #metro-template .qa-item.active .qa-answer {
            max-height: 200px;
            opacity: 1;
            margin-top: 10px;
        }

        #metro-template .seo-info {
            font-size: 0.9em;
            color: #7f8c8d;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }

        #metro-template .cta-link {
            display: inline-block;
            background: #27ae60;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin: 10px 0;
        }

        #metro-template .cta-link:hover {
            background: #2ecc71;
        }

        #metro-template ul, ol {
            font-size: 1rem;
        margin-bottom: 0px;
        padding-left: 4%;
        }

        #metro-template li {
            margin-bottom: 8px;
        }
 @media (max-width: 768px) {
#metro-template {
    width: 99%;
    margin: 4% auto;
    background: #fff;
    padding: 2%;
    box-shadow: 0px 0px 12px 5px #b9a67e;
}
 }

