

/* Start:/local/css/kontur/o_sys.css?177569523923552*/
/* ======================================================
   o_sys.css — О системе Контур Диадок
   Префикс: o_sys_
   ====================================================== */

.o_sys_hero, .o_sys_about, .o_sys_roles,
.o_sys_features, .o_sys_integrations, .o_sys_tariffs {
    --accent:         #00bea2;
    --accent-hover:   #00a88e;
    --accent-light:   rgba(0, 190, 162, 0.1);
    --bg-dark:        #013f54;
    --bg-light:       #f8f9fa;
    --text-main:      #1a1a2e;
    --text-secondary: #64748b;
    --white:          #ffffff;
    --border:         #e8ecf0;
}

.o_sys_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.o_sys_section-title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.o_sys_section-title span { color: var(--accent); }

.o_sys_section-sub {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 680px;
    margin-bottom: 52px;
}

/* === КНОПКИ === */
.o_sys_btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--accent);
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.o_sys_btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,190,162,0.3);
}

.o_sys_btn-primary svg { width: 18px; height: 18px; transition: transform 0.3s ease; }
.o_sys_btn-primary:hover svg { transform: translateX(4px); }

.o_sys_btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: transparent;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.o_sys_btn-outline:hover {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.08);
}

.o_sys_btn-outline svg { width: 18px; height: 18px; }

/* ======================== */
/* === HERO ===             */
/* ======================== */
.o_sys_hero {
    position: relative;
    padding: 100px 0 120px;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.o_sys_hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.o_sys_hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--bg-dark) 0%, #025270 50%, #013f54 100%);
}

.o_sys_hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.o_sys_hero-glow--1 {
    top: -20%; right: 10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,190,162,0.18) 0%, transparent 70%);
}

.o_sys_hero-glow--2 {
    bottom: -30%; left: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(0,80,120,0.25) 0%, transparent 70%);
}

.o_sys_hero-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 60px;
    align-items: center;
}

.o_sys_hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(0,190,162,0.15);
    border: 1px solid rgba(0,190,162,0.35);
    border-radius: 100px;
    color: #7eeee0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}

.o_sys_hero-badge-dot {
    width: 8px; height: 8px;
    background: var(--accent);
    border-radius: 50%;
    animation: o_sys_pulse 2s ease-in-out infinite;
}

@keyframes o_sys_pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(0.8); }
}

.o_sys_hero-title {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.o_sys_hero-title-accent { color: var(--accent); }

.o_sys_hero-desc {
    font-size: 17px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 520px;
}

.o_sys_hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 36px;
}

.o_sys_hero-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
}

.o_sys_hero-benefit svg {
    width: 18px; height: 18px;
    color: var(--accent);
    flex-shrink: 0;
}

.o_sys_hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* === АНИМИРОВАННАЯ ПРАВАЯ ЧАСТЬ HERO === */
.o_sys_hero-anim {
    position: relative;
    height: 380px;
    animation: o_sys_fadeLeft 0.7s cubic-bezier(0.16,1,0.3,1) 0.3s both;
}

@keyframes o_sys_fadeLeft {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* Центральный узел */
.o_sys_anim-center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; height: 100px;
    border-radius: 24px;
    background: rgba(0,190,162,0.15);
    border: 2px solid rgba(0,190,162,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    z-index: 5;
    backdrop-filter: blur(8px);
}

.o_sys_anim-center svg { width: 48px; height: 48px; }

/* Пульсирующие кольца */
.o_sys_anim-ring {
    position: absolute;
    top: 50%; left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0,190,162,0.2);
    transform: translate(-50%, -50%) scale(0);
    animation: o_sys_ring 3s ease-out infinite;
}

.o_sys_anim-ring--1 { width: 160px; height: 160px; animation-delay: 0s; }
.o_sys_anim-ring--2 { width: 240px; height: 240px; animation-delay: 0.8s; }
.o_sys_anim-ring--3 { width: 320px; height: 320px; animation-delay: 1.6s; }

@keyframes o_sys_ring {
    0%   { transform: translate(-50%, -50%) scale(0.3); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

/* Узлы-документы вокруг центра */
.o_sys_anim-node {
    position: absolute;
    width: 64px; height: 64px;
    border-radius: 14px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: rgba(255,255,255,0.7);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.o_sys_anim-node svg { width: 22px; height: 22px; }

/* Позиции узлов по кругу */
.o_sys_anim-node--1  { top: 10px;  left: 50%; transform: translateX(-50%); animation: o_sys_float 4s ease-in-out 0s infinite; }
.o_sys_anim-node--2  { top: 50%;   right: 10px; transform: translateY(-50%); animation: o_sys_float 4s ease-in-out 0.7s infinite; }
.o_sys_anim-node--3  { bottom: 10px; left: 50%; transform: translateX(-50%); animation: o_sys_float 4s ease-in-out 1.4s infinite; }
.o_sys_anim-node--4  { top: 50%;   left: 10px; transform: translateY(-50%); animation: o_sys_float 4s ease-in-out 2.1s infinite; }

@keyframes o_sys_float {
    0%, 100% { filter: brightness(1); }
    50%       { filter: brightness(1.3); box-shadow: 0 0 20px rgba(0,190,162,0.25); }
}

/* Линии от узлов к центру */
.o_sys_anim-line {
    position: absolute;
    background: linear-gradient(to center, rgba(0,190,162,0.4), transparent);
    transform-origin: 0 50%;
    z-index: 2;
}

/* Бегущая точка по линии */
.o_sys_anim-dot {
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px rgba(0,190,162,0.8);
    z-index: 4;
}

.o_sys_anim-dot--1 { animation: o_sys_dot1 2.5s linear 0s infinite; }
.o_sys_anim-dot--2 { animation: o_sys_dot2 2.5s linear 0.6s infinite; }
.o_sys_anim-dot--3 { animation: o_sys_dot3 2.5s linear 1.2s infinite; }
.o_sys_anim-dot--4 { animation: o_sys_dot4 2.5s linear 1.8s infinite; }

/* Узел 1 — сверху к центру */
@keyframes o_sys_dot1 {
    0%   { top: 42px;  left: calc(50% - 4px); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { top: calc(50% - 4px); left: calc(50% - 4px); opacity: 0; }
}
/* Узел 2 — справа к центру */
@keyframes o_sys_dot2 {
    0%   { top: calc(50% - 4px); right: 42px; left: auto; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { top: calc(50% - 4px); right: calc(50% - 4px); left: auto; opacity: 0; }
}
/* Узел 3 — снизу к центру */
@keyframes o_sys_dot3 {
    0%   { bottom: 42px; top: auto; left: calc(50% - 4px); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { bottom: calc(50% - 4px); top: auto; left: calc(50% - 4px); opacity: 0; }
}
/* Узел 4 — слева к центру */
@keyframes o_sys_dot4 {
    0%   { top: calc(50% - 4px); left: 42px; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { top: calc(50% - 4px); left: calc(50% - 4px); opacity: 0; }
}

/* Счётчик компаний */
.o_sys_anim-counter {
    position: absolute;
    bottom: 0; right: 0;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 14px 18px;
    text-align: center;
}

.o_sys_anim-counter-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 4px;
}

.o_sys_anim-counter-label {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}

/* ======================== */
/* === О СИСТЕМЕ ===        */
/* ======================== */
.o_sys_about {
    padding: 80px 0;
    background: var(--bg-light);
}

.o_sys_about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.o_sys_about-card {
    background: var(--white);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid var(--border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.o_sys_about-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover));
    opacity: 0;
    transition: opacity 0.3s;
}

.o_sys_about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
    border-color: var(--accent);
}

.o_sys_about-card:hover::before { opacity: 1; }

.o_sys_about-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: var(--accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--accent);
}

.o_sys_about-icon svg { width: 24px; height: 24px; }

.o_sys_about-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
}

.o_sys_about-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

/* ======================== */
/* === РОЛИ ===             */
/* ======================== */
.o_sys_roles {
    padding: 80px 0;
    background: var(--white);
}

.o_sys_roles-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--border);
}

.o_sys_roles-tab {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-secondary);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease;
    border-radius: 8px 8px 0 0;
}

.o_sys_roles-tab:hover { color: var(--text-main); background: var(--bg-light); }

.o_sys_roles-tab.active {
    color: var(--text-main);
    border-bottom-color: var(--accent);
}

.o_sys_roles-panel { display: none; }

.o_sys_roles-panel.active {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 52px;
    align-items: center;
}

.o_sys_roles-panel h3 {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 24px;
    line-height: 1.25;
}

.o_sys_roles-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.o_sys_roles-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: var(--text-main);
    line-height: 1.55;
}

.o_sys_roles-list li svg {
    width: 18px; height: 18px;
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.o_sys_roles-visual {
    background: var(--bg-dark);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o_sys_roles-visual::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,190,162,0.2) 0%, transparent 70%);
    pointer-events: none;
}

.o_sys_roles-visual-icon {
    width: 80px; height: 80px;
    border-radius: 20px;
    background: rgba(0,190,162,0.15);
    border: 1px solid rgba(0,190,162,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    position: relative;
    z-index: 1;
}

.o_sys_roles-visual-icon svg { width: 40px; height: 40px; }

/* ======================== */
/* === ФУНКЦИИ ===          */
/* ======================== */
.o_sys_features {
    padding: 80px 0;
    background: var(--bg-light);
}

.o_sys_features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.o_sys_feature-card {
    background: var(--white);
    border-radius: 16px;
    padding: 26px;
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.o_sys_feature-card:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0,190,162,0.1);
}

.o_sys_feature-icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    background: var(--accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--accent);
}

.o_sys_feature-icon svg { width: 22px; height: 22px; }

.o_sys_feature-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 8px;
    line-height: 1.3;
}

.o_sys_feature-card p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

/* ======================== */
/* === ИНТЕГРАЦИИ ===       */
/* ======================== */
.o_sys_integrations {
    padding: 80px 0;
    background: var(--white);
}

.o_sys_int-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.o_sys_int-card {
    background: var(--bg-light);
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid var(--border);
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.o_sys_int-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,190,162,0.1);
    background: var(--white);
}

.o_sys_int-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    background: var(--accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    transition: background 0.3s;
}

.o_sys_int-card:hover .o_sys_int-icon {
    background: rgba(0,190,162,0.18);
}

.o_sys_int-icon svg { width: 28px; height: 28px; }

.o_sys_int-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
}

.o_sys_int-card p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.o_sys_int-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    transition: gap 0.2s;
    margin-top: auto;
}

.o_sys_int-link svg { width: 14px; height: 14px; transition: transform 0.2s; }
.o_sys_int-link:hover svg { transform: translateX(3px); }

/* ======================== */
/* === ТАРИФЫ ===           */
/* ======================== */
.o_sys_tariffs {
    padding: 80px 0;
    background: var(--bg-light);
}

.o_sys_tariff-note {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 36px;
}

.o_sys_tariff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.o_sys_tariff-card {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 18px;
    padding: 28px 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.o_sys_tariff-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover));
    opacity: 0;
    transition: opacity 0.3s;
}

.o_sys_tariff-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,190,162,0.12);
}

.o_sys_tariff-card:hover::before { opacity: 1; }

.o_sys_tariff-card--popular {
    border-color: var(--accent);
    box-shadow: 0 8px 32px rgba(0,190,162,0.12);
}

.o_sys_tariff-card--popular::before { opacity: 1; }

.o_sys_tariff-badge {
    position: absolute;
    top: 14px; right: 14px;
    padding: 4px 12px;
    background: var(--accent);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.o_sys_tariff-docs-num {
    font-size: 34px;
    font-weight: 800;
    color: var(--text-main);
    line-height: 1;
    margin-bottom: 4px;
}

.o_sys_tariff-docs-label {
    font-size: 12px;
    color: var(--text-secondary);
    margin-bottom: 18px;
}

.o_sys_tariff-price-amount {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-main);
    display: block;
    margin-bottom: 4px;
}

.o_sys_tariff-price-per {
    font-size: 12px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    display: block;
}

.o_sys_tariff-btn {
    width: 100%;
    padding: 11px 20px;
    background: var(--accent-light);
    color: var(--accent);
    border: 1px solid rgba(0,190,162,0.3);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.o_sys_tariff-btn:hover,
.o_sys_tariff-card--popular .o_sys_tariff-btn {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}

/* Строка ЭП */
.o_sys_tariff-ep {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 32px;
    background: var(--bg-dark);
    border-radius: 18px;
    margin-top: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}

.o_sys_tariff-ep::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,190,162,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.o_sys_tariff-ep-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(0,190,162,0.15);
    border: 1px solid rgba(0,190,162,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.o_sys_tariff-ep-icon svg { width: 24px; height: 24px; }

.o_sys_tariff-ep-text {
    flex: 1;
    min-width: 200px;
    position: relative;
    z-index: 1;
}

.o_sys_tariff-ep-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
}

.o_sys_tariff-ep-text span {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}

.o_sys_tariff-ep-price {
    font-size: 28px;
    font-weight: 800;
    color: var(--accent);
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.o_sys_tariff-ep .o_sys_btn-primary {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

/* Hint */
.o_sys_tariff-hint {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(0,190,162,0.05);
    border: 1px solid rgba(0,190,162,0.2);
    border-radius: 12px;
    margin-top: 16px;
}

.o_sys_tariff-hint svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
.o_sys_tariff-hint p { font-size: 14px; color: var(--text-secondary); margin: 0; }

.o_sys_tariff-hint-btn {
    background: none;
    border: none;
    color: var(--accent);
    font-weight: 600;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
    text-decoration: underline dotted;
}

/* ======================== */
/* === RESPONSIVE ===       */
/* ======================== */
@media (max-width: 1100px) {
    .o_sys_tariff-grid { grid-template-columns: repeat(2, 1fr); }
    .o_sys_int-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
    .o_sys_hero-wrapper { grid-template-columns: 1fr; }
    .o_sys_hero-anim { display: none; }
    .o_sys_about-grid { grid-template-columns: repeat(2, 1fr); }
    .o_sys_roles-panel.active { grid-template-columns: 1fr; }
    .o_sys_roles-visual { display: none; }
    .o_sys_features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .o_sys_about-grid { grid-template-columns: 1fr; }
    .o_sys_features-grid { grid-template-columns: 1fr; }
    .o_sys_tariff-grid { grid-template-columns: 1fr; }
    .o_sys_int-grid { grid-template-columns: 1fr; }
    .o_sys_tariff-ep { flex-direction: column; align-items: flex-start; }
    .o_sys_roles-tabs { overflow-x: auto; }
}
/* End */
/* /local/css/kontur/o_sys.css?177569523923552 */
