        body {
            font-family: 'Gotham', Arial, sans-serif;
        }

        .slider-container {
            position: relative;
            max-width: 527px;
            overflow: hidden;
            touch-action: pan-y;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            font-family: 'Gotham';
        }

        .slide {
            min-width: 50%;
            max-width: 250px;
            padding: 20px 25px;
            box-sizing: border-box;
            background: #ffffff;
            text-align: center;
            flex-shrink: 0;
            height:280px;
        }

        .slide h2 {
            color: #ff6914;
            line-height: 50px;
        }
        
        .slide p {
            font-size: 14px;
        }

        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #ff8562;
            color: white;
            border: none;
            padding: 24px 7px;
            cursor: pointer;
            font-size: 18px;
            transition: opacity 0.3s;
        }

        .nav-btn:disabled {
            opacity: 0.4;
            cursor: not-allowed;
            color: #ff8562;
        }

        .prev-btn {
            left: 0;
            border-radius: 0 5px 5px 0;
        }

        .next-btn {
            right: 0;
            border-radius: 5px 0 0 5px;
        }

        .nav-btn:hover:not(:disabled) {
            background: rgba(0,0,0,0.8);
        }
        
        .slide a.btn_cor {
            background-color: #000;
            color: white !important;!i;!;
            width: 30%;
            text-align: center;
            margin: 20px 0;
            padding: 10px;
            border-radius: 5px;
            text-transform: uppercase;
            position: absolute;
            bottom: 10px;
            justify-content: center;
            align-content: flex-end;
        }
       .slide .wrap_btn {
            display: flex;
            justify-content: center;
        }
        
         /* Стили аккордеона */
        .accordion {
            margin: 20px 0;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            max-width: 90%;
        }
        
        .accordion-item {
            border-bottom: 1px solid #e0e0e0;
        }
        
        .accordion-header {
            background-color: #f8f9fa;
            padding: 15px 20px;
            cursor: pointer;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.5s;
        }
        
        .accordion-header:hover {
            background-color: #e9ecef;
        }
        
        .accordion-header::after {
            content: '+';
            font-size: 20px;
            transition: transform 0.5s;
        }
        
        .accordion-item.active .accordion-header::after {
            content: '-';
        }
        
        .accordion-content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s linear, padding 0.5s linear;
        }
        
        .accordion-item.active .accordion-content {
            padding: 20px;
            max-height: 1000px;
            line-height: 1.4;
        }
        
        /* Стили для таблицы сравнения */
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }
        
        .comparison-table th, .comparison-table td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: left;
        }
        
        .comparison-table th {
            background-color: #f2f2f2;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        /* Иконки для особенностей */
        .feature-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .feature-list li {
            padding: 8px 0;
            position: relative;
            padding-left: 30px;
        }
        
        .feature-list li::before {
            content: '✓';
            color: #27ae60;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        ul.t758__list {
            margin: 0 15px;
                }
        
        /* Адаптивность */
        @media (max-width: 768px) {
            .comparison-table {
                display: block;
                overflow-x: auto;
            }
        }
        
        @media (max-width: 430px) {
            .accordion {
                max-width: 74%;
            }
        }
        
        
        @media screen and (max-width: 479px) {
            #rec944503371 div[data-elem-id="1742315793287"] .slider-container {
                width: 300px;
                margin: 0;
            }
            
            #rec944503371 div[data-elem-id="1742315793287"] .slider-container .slide {
                padding: 20px 8px;
                box-shadow: 0px 1px 9px -5px black;
                margin: 0;
                height: 230px;
            }
            
            #rec944503371 div[data-elem-id="1742315793287"] .slider-container .slide a.btn_cor {
                bottom: inherit;
                width: auto;
            }
            
            #rec944503371 div[data-elem-id="1742315793287"] .slider-container .nav-btn {
                top: 7%;
                padding: 5px 7px;
            }
        }