
    /* Стили из шаблона №2 */
    .order-block.buy_services .counter_wrapp .button_block:not(.to-cart) svg {
        display: none;
    }
    .order-block.buy_services .counter_wrapp .counter_block {
        background: #ffffff;
    }
    .order-block.buy_services .counter_wrapp .counter_block .text {
        margin-top: 0;
    }
    .order-block.buy_services .btns-col {
        padding-left: 7px;
        padding-top: 10px;
    }
    .order-block.buy_services .counter_wrapp {
        padding-top: 0;
        white-space: normal;
        max-width: 100%;
    }
    .order-block.buy_services .counter_block_inner {
        vertical-align: top;
        min-width: 114px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 10px;
    }
    .order-block.buy_services .button_block {
        min-width: 120px;
        margin-bottom: 10px;
    }
    .btn.btn-sm.btn-accent {
        background: #ff6f61;
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .btn.btn-sm.btn-accent:hover {
        background: #e65a4d;
        transform: translateY(-2px);
    }

    /* Стили для одной колонки */
    .company-block .text-block {
        width: 100%;
    }
    .scg-home-page {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background: #fff;
    }
    .scg-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .scg-section-title {
        color: #257de3;
        font-size: 32px;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
        font-weight: 700;
    }
    .scg-section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: #257de3;
    }
    .scg-section-subtitle {
        text-align: center;
        font-size: 18px;
        color: #666;
        margin-bottom: 40px;
    }
    .scg-hero {
        position: relative;
        padding: 120px 0;
        text-align: center;
        overflow: hidden;
        margin: 20px 0;
        border-radius: 30px;
    }
    .scg-video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .scg-video-bg video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.5);
    }
    .scg-hero-content {
        position: relative;
        z-index: 1;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 300px;
        justify-content: space-between;
    }
    .scg-page-title {
        font-size: 48px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .scg-hero-text {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 30px;
    }
    .scg-advantages {
        padding: 80px 0;
        background: #f9fafc;
    }
    .scg-advantages-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }
    .scg-advantage-card {
        text-align: center;
        padding: 30px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
    }
    .scg-advantage-card:hover {
        transform: translateY(-10px);
    }
    .scg-advantage-icon {
        margin-bottom: 20px;
    }
    .scg-advantage-card h3 {
        color: #257de3;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .scg-services {
        padding: 80px 0;
    }
    .scg-services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }
    .scg-service-card {
        padding: 30px;
        background: #f9fafc;
        border-radius: 12px;
        text-align: center;
        transition: all 0.3s ease;
    }
    .scg-service-card:hover {
        background: #257de3;
        color: white;
    }
    .scg-service-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #257de3;
        transition: color 0.3s ease;
    }
    .scg-service-card:hover h3 {
        color: white;
    }
    .scg-cases {
        padding: 80px 0;
        background: #f9fafc;
    }
    .scg-cases-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }
    .scg-case-card {
        padding: 30px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        text-align: center;
    }
    .scg-case-card h3 {
        color: #257de3;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .scg-stats {
        padding: 60px 0;
        background: #257de3;
        color: white;
    }
    .scg-stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        text-align: center;
    }
    .scg-stat-item h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .scg-cta {
        padding: 80px 0;
        background: linear-gradient(135deg, #257de3 0%, #1a4b8c 100%);
        color: white;
        border-radius: 30px;
        margin: 20px 0;
    }
    .scg-cta-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 250px;
        justify-content: space-between;
    }
    .scg-button {
        display: inline-block;
        padding: 16px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }
    .scg-button-accent {
        background: #ff6f61;
        color: white;
    }
    .scg-button-accent:hover {
        background: #e65a4d;
        transform: translateY(-2px);
    }
    @media (max-width: 768px) {
        .scg-hero {
            padding: 80px 0;
        }
        .scg-page-title {
            font-size: 36px;
        }
        .scg-section-title {
            font-size: 28px;
        }
        .scg-advantages-grid,
        .scg-services-grid,
        .scg-cases-grid,
        .scg-stats-grid {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 480px) {
        .scg-page-title {
            font-size: 28px;
        }
        .scg-hero-text {
            font-size: 16px;
        }
        .scg-section-title {
            font-size: 24px;
        }
    }
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .scg-hero,
    .scg-advantages,
    .scg-services,
    .scg-cases,
    .scg-stats,
    .scg-cta {
        animation: fadeIn 0.6s ease-out forwards;
    }
