.dzm-text {
    font-family: Moskvich;
    color: white;
    height: 28px;
    font-size: 1rem;
    line-height: 100%;
    text-transform: uppercase;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 4px;
    display: flex;
    align-items: center;
}

.t-for-mobile {
    display: none;
}

.block-title {
    font-size: 2rem;
    font-weight: 800;
    text-align: left;
    color: var(--main-blue-dark__80);
}

.italic {
    font-style: italic;
}

.panel-title {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: left;
    color: var(--main-blue-dark__80);
}

.dark {
    color: var(--main-blue-secondary-dark);
}


.secondary {
    color: var(--main-blue-secondary) !important;
}

.subtitle-1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    color: var(--main-blue-dark__80);
    margin-bottom: 24px;
}

.subtitle-2 {
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
    color: var(--main-blue-dark__80);
    margin-top: 0px;
}

.subtitle-3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--main-blue-dark__80);
}

.expert-neo-position-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--main-blue-dark__80);
}

.subtitle-4 {
    font-size: 0.75rem;
    font-weight: 700;
    text-align: left;
    color: var(--main-blue-dark__50);
}

.text {
    font-size: 1.115rem;
    line-height: 1.4;
    font-weight: 400;
    color: var(--main-blue-dark);
}

.small-text {
    font-size: 1rem;
    font-weight: 400;
    color: var(--main-blue-dark__80);
    overflow-wrap: break-word;
    word-break: break-word;
}


.title-big {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--main-blue-dark);
}


.text-center {
    text-align: center;
}

.mobile-menu__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}

.mobile-menu__subtitle {
    font-size: 1rem;
    font-weight: 800;
    color: white;
}

.pagination__list li {
    padding: 8px 16px;
}

.pagination__list .btn {
    width: 100%;
    padding-inline: 20px;
}

.pagination__list {
    gap: 20px;
}

.blue {
    color: var(--main-blue);
}

/* ---------- TV / большие экраны ---------- */

@media (min-width: 1920px) {
    .block-title {
        font-size: 2.25rem;
    }

    .title-big {
        font-size: 2.75rem;
    }

    .panel-title,
    .subtitle-1 {
        font-size: 1.5rem;
    }

    .subtitle-2 {
        font-size: 1.25rem;
    }

    .text {
        font-size: 1rem;
    }

    .subtitle-4 {
        font-size: 1.25rem;
    }
}

/* ТОЛЬКО ПЛАНШЕТЫ (769–1200) */

@media (min-width: 769px) and (max-width: 1200px) {
    .block-title {
        font-size: 1.75rem;
    }

    .title-big {
        font-size: 2.25rem;
    }

    .panel-title,
    .subtitle-1 {
        font-size: 1.55rem;
    }

    .subtitle-2,
    .text {
        font-size: 1rem;
    }

    .subtitle-3,
    .subtitle-4 {
        font-size: 1rem;
    }

    .subtitle-1 {
        margin-bottom: 18px;
    }
}

.t-nowrap-mobile {
    text-wrap-mode: nowrap;
}

/* ТОЛЬКО ТЕЛЕФОНЫ*/

@media (max-width: 768px) {
    .mob-text-center {
        text-align: center;
    }

    .t-for-mobile {
        display: flex;
    }

    .t-nowrap-mobile {
        text-wrap-mode: wrap;
    }
}

.t-nowrap {
    text-wrap-mode: nowrap;
}

.neo-content blockquote {
    position: relative;
    margin: 16px 0;
    padding: 12px 16px 12px 24px;
    border-radius: 0 12px 12px 0;
    background: var(--main-blue-secondary__20);
}

.neo-content blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--main-blue);
}


.neo-content ul,
.neo-content ol {
    list-style: none !important;
    padding-left: 0;
}

.neo-content li {
    position: relative;
    padding-left: 1.2em;
}

/* Синий кружок для ul */
.neo-content ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--main-blue);
}

/* Оранжевая цифра для ol */
.neo-content ol {
    counter-reset: neo-ol;
}

.neo-content ol>li {
    counter-increment: neo-ol;
}

.neo-content ol>li::before {
    content: counter(neo-ol) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main-orange);
    font-weight: 600;
}

.orange {
    color: var(--main-orange);
}

/* Вложенный ul — кружок */
.neo-content ul ul>li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--main-blue);
}

.lh-100pr {
    line-height: 100%;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-40 {
    font-size: 2.5rem;
}

.blue {
    color: var(--main-blue);
}

.blue-secondary-dark {
    color: var(--main-blue-secondary-dark);
}

.blue-secondary {
    color: var(--main-blue-secondary);
}

.blue-dark__80 {
    color: var(--main-blue-dark__80);
}

.blue-dark {
    color: var(--main-blue-dark);
}

.ta-end {
    text-align: end;
}

.ta-start {
    text-align: left;
}

.fw-extralight {
    font-weight: 200;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.btn_text {
    color: var(--bg-light);
    display: flex;
    font-size: 0.875rem;
    margin-right: 5px;
    font-weight: 900;
}