h2 {

    width: 100%;
    max-width: 1200px;
    position: relative;
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
}

.footer_ {
    color: #fff;
    background-color: #0d0d0d;
}

.footer_list .footer_link {
    color: rgba(255, 255, 255, 0.6);
}

.footer_brand-mark {
    filter: brightness(0) invert(1);
}

.footer_ .footer_top {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer_ .footer_support-btn {
    height: 48px;
    position: relative;
    border-radius: 99px;
    background-color: #0a7cff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    gap: 8px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footer_ .footer_support-hours,
.header_ .header_btn--ghost,
.header_burger {
    color: white;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.header_ {
    background: transparent !important;
    position: relative;
    z-index: 50;
}

.header_ .header_nav-link,
.header_ .header_logo-text {
    color: white;
}



.db_607_page {
    background: #0d0d0d;
    color: #fff;
    font-family: Inter, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 80px;
    background: #0d0d0d;
    color: #fff;
    font-family: Inter, sans-serif;

}

/* ===== Первый экран ===== */
.db_607_concept {
    position: relative;
    height: 820px;
    background-color: #0d0d0d;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.db_607_background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.db_607_background-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}

.db_607_rectangle {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(4, 10, 24, 0.45) 0%, rgba(4, 10, 24, 0.58) 100%); */
}

.db_607_background-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    /* background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%); */
}

.db_607_frame-group {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 306px 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    text-align: center;
    box-sizing: border-box;
}

.db_607_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.db_607_title {
    width: 100%;
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.db_607_subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.db_607_chat {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.db_607_chat2 {
    width: 100%;
    border-radius: 99999px;
    background:
        rgba(255, 255, 255, 0.12) padding-box,
        #0d0d0d padding-box,
        linear-gradient(92.97deg, rgba(190, 217, 255, 0.5), rgba(190, 217, 255, 0.5)) border-box;
    border: 1.5px solid transparent;
    display: flex;
    align-items: center;
    /* padding: 6px; */
    gap: 10px;
    box-sizing: border-box;
    height: 60px;
}

.db_607_chatinput {
    flex: 1;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.06);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
    box-sizing: border-box;
}

.db_607_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db_607_textfieldchat {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
}

.db_607_placeholder {
    width: 100%;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
}

.db_607_button5 {
    height: 48px;
    border-radius: 99px;
    background:
        radial-gradient(58.5% 50.06% at 50% 50%, #096fe4 64.23%, #0a7cff) padding-box,
        linear-gradient(92.97deg, #bed9ff, #bed9ff) border-box;
    border: 1.2px solid transparent;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    gap: 8px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
    white-space: nowrap;
}

.db_607_button5:hover {
    transform: translateY(-1px);
}

.db_607_icon-start {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.db_607_label3 {
    line-height: 140%;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ===== Хедер поверх первого экрана ===== */
.db_607_page header,
.db_607_page .header_ {
    position: relative;
    z-index: 20;
}

.db_607_page .header_ {
    background: transparent;
}

.db_607_page .header_container {
    background: transparent;
}

.db_607_page .header_logo-text,
.db_607_page .header_nav-link,
.db_607_page .header_btn--ghost {
    color: #fff;
}

.db_607_page .header_nav-link {
    opacity: 0.9;
}

.db_607_page .header_nav-link:hover,
.db_607_page .header_btn--ghost:hover {
    opacity: 1;
}

.db_607_page .header_btn--ghost {
    border-color: rgba(255, 255, 255, 0.18);
    background: transparent;
}

.db_607_page .header_btn--primary {
    background: #0a7cff;
    border-color: #0a7cff;
    color: #fff;
}

.db_607_page .header_logo-mark,
.header_logo-mark {
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .db_607_concept {
        min-height: 760px;
    }

    .db_607_frame-group {
        padding-top: 220px;
        gap: 28px;
    }

    .db_607_title {
        font-size: 36px;
    }

    .db_607_subtitle {
        font-size: 18px;
    }

    .db_607_chat2 {
        border-radius: 28px;
        flex-direction: column;
        align-items: stretch;
    }

    .db_607_button5 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .db_607_concept {
        min-height: 700px;
    }

    .db_607_frame-group {
        padding-top: 170px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .db_607_title {
        font-size: 30px;
    }

    .db_607_subtitle {
        font-size: 16px;
    }

    .db_607_chat {
        font-size: 15px;
    }

    .db_607_chatinput {
        padding: 10px 12px;
    }

    h2 {
        font-size: 20px;
    }
}







.db_607_ai {
    width: 100%;
    padding: 0 120px 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Inter, sans-serif;
}

.db_607_ai__title {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
}

.db_607_ai__container {
    width: 100%;
    max-width: 820px;
    margin: 48px auto 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.db_607_ai__cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.db_607_ai__side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.db_607_ai__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.db_607_ai__media {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.db_607_ai__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.db_607_ai__media--large {
    height: 460px;
}

.db_607_ai__media--small {
    height: 224px;
}

.db_607_ai__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.db_607_ai__card-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;
}

.db_607_ai__card-text {
    font-size: 14px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
}

.db_607_ai__divider-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.db_607_ai__divider {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.db_607_ai__divider-text {
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

.db_607_ai__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.db_607_ai__chip {
    min-height: 40px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    box-sizing: border-box;
    background: transparent;
}

.db_607_ai__chip-icon {
    font-size: 14px;
    line-height: 1;
    color: #5aa0ff;
    flex-shrink: 0;
}

.db_607_ai__chip-text {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.db_607_ai__paywall {
    width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 8px;
    border-radius: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    background: rgb(32 32 32);
    box-sizing: border-box;
}

.db_607_ai__plan {
    position: relative;
    overflow: hidden;
    border-radius: 16px;

    padding: 32px;
    min-height: 292px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-image: url("/wp-content/uploads/2026/03/paywall-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    isolation: isolate;
}

.db_607_ai__plan-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(100px);
    pointer-events: none;
}

.db_607_ai__plan-glow--1 {
    width: 280px;
    height: 260px;
    right: -30px;
    bottom: -40px;
    background: rgba(26, 127, 255, 0.45);
    z-index: 0;
}

.db_607_ai__plan-glow--2 {
    width: 220px;
    height: 200px;
    left: -60px;
    top: -40px;
    background: rgba(255, 255, 255, 0.16);
    z-index: 0;
}

.db_607_ai__plan-top,
.db_607_ai__plan-btn {
    position: relative;
    z-index: 2;
}

.db_607_ai__plan-top {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.db_607_ai__plan-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.db_607_ai__plan-name,
.db_607_ai__plan-tokens {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;
}

.db_607_ai__plan-sep {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.22);
}

.db_607_ai__plan-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.db_607_ai__plan-price-num {
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
    color: #fff;
}

.db_607_ai__plan-price-unit {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    color: #fff;
}

.db_607_ai__plan-btn {
    min-height: 56px;
    border-radius: 99px;
    background: #fff;
    color: #0d0d0d;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
}

.db_607_ai__benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 8px 20px 0;
}

.db_607_ai__benefit {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.db_607_ai__benefit-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    margin-top: 2px;
}

.db_607_ai__benefit-text {
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
}

/* tablet */
@media (max-width: 991px) {
    .db_607_ai {
        padding: 48px 24px 0;
    }

    .db_607_ai__title {
        font-size: 34px;
    }

    .db_607_ai__cards {
        grid-template-columns: 1fr;
    }

    .db_607_ai__media--large {
        height: 380px;
    }

    .db_607_ai__paywall {
        grid-template-columns: 1fr;
    }

    .db_607_ai__plan {
        min-height: auto;
        gap: 32px;
    }

    .db_607_ai__benefits {
        padding: 8px 8px 20px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .db_607_ai {
        padding: 40px 16px 0;
    }

    .db_607_ai__title {
        font-size: 28px;
    }

    .db_607_ai__container {
        margin-top: 28px;
        gap: 28px;
    }

    .db_607_ai__cards {
        gap: 20px;
    }

    .db_607_ai__side {
        gap: 20px;
    }

    .db_607_ai__media--large {
        height: 300px;
    }

    .db_607_ai__media--small {
        height: 190px;
    }

    .db_607_ai__card-title {
        font-size: 18px;
    }

    .db_607_ai__divider-row {
        gap: 16px;
    }

    .db_607_ai__chips {
        justify-content: flex-start;
    }

    .db_607_ai__chip {
        width: 100%;
        justify-content: flex-start;
    }

    .db_607_ai__plan {
        padding: 24px;
    }

    .db_607_ai__plan-name,
    .db_607_ai__plan-tokens {
        font-size: 20px;
    }

    .db_607_ai__plan-price-num {
        font-size: 36px;
    }

    .db_607_ai__plan-price-unit {
        font-size: 18px;
    }

    .db_607_ai__benefit-text {
        font-size: 15px;
    }
}

.db_607_ai__plan {
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
    box-sizing: border-box;
    isolation: isolate;
    gap: 80px;
    text-align: left;
    font-size: 24px;
    color: #fff;
    font-family: Inter, sans-serif;
    min-height: 292px;
}

.db_607_ai__plan-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(100px);
    pointer-events: none;
    flex-shrink: 0;
}

.db_607_ai__plan-glow--1 {
    width: 372.2px;
    height: 343.4px;
    top: 76.5px;
    left: 61.65px;
    opacity: 0.8;
    background: linear-gradient(180deg, #1e4f88 0%, #2aa7b3 100%);
    z-index: 0;
}

.db_607_ai__plan-glow--2 {
    width: 683.1px;
    height: 431.5px;
    top: -74.24px;
    left: -292.57px;
    background: rgba(255, 255, 255, 0.16);
    z-index: 1;
}

.db_607_ai__plan-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    z-index: 2;
    flex-shrink: 0;
    position: relative;
}

.db_607_ai__plan-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.db_607_ai__plan-name {
    position: relative;
    line-height: 120%;
    font-weight: 600;
    font-size: 24px;
}

.db_607_ai__plan-sep {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    flex-shrink: 0;
}

.db_607_ai__plan-tokens {
    position: relative;
    line-height: 120%;
    font-weight: 600;
    font-size: 24px;
    color: #4aa8ff;
}

.db_607_ai__plan-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 44px;
}

.db_607_ai__plan-price-num {
    position: relative;
    line-height: 110%;
    font-weight: 600;
    font-size: 56px;
    color: #fff;
}

.db_607_ai__plan-price-unit {
    position: relative;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    color: #fff;
}

.db_607_ai__plan-btn {
    align-self: stretch;
    min-height: 56px;
    border-radius: 99px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
    z-index: 3;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    color: #0d0d0d;
    text-decoration: none;
    font-weight: 500;
    line-height: 130%;
    position: relative;
}

.db_607_faq {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 120px 0;
    box-sizing: border-box;
    gap: 48px;
    text-align: center;
    color: #fff;
    font-family: Inter, sans-serif;
}

.db_607_faq__title {
    width: 100%;
    max-width: 1200px;
    position: relative;
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
}

.db_607_faq__list {
    width: 820px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

.db_607_faq__item {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    transition: background-color .2s ease, border-color .2s ease;
}

.db_607_faq__item-main {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 28px;
    box-sizing: border-box;
}

.db_607_faq__item--active .db_607_faq__item-main {
    align-items: flex-start;
    gap: 48px;
}

.db_607_faq__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.db_607_faq__question {
    flex: 1;
    font-size: 22px;
    line-height: 140%;
    font-weight: 600;
    color: #fff;
}

.db_607_faq__answer {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.db_607_faq__toggle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border: 0;
    padding: 12px;
    border-radius: 116.67px;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    filter: drop-shadow(0 1px 10px rgba(74, 80, 94, 0.05)) drop-shadow(0 1px 4px rgba(60, 83, 135, 0.09));
}

.db_607_faq__toggle-icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
}

.db_607_faq__toggle-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10' fill='none'><path d='M1 9L9 1L17 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.db_607_faq__item:not(.db_607_faq__item--active) .db_607_faq__toggle-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* hover */
.db_607_faq__item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* tablet */
@media (max-width: 991px) {
    .db_607_faq {
        padding: 56px 24px 0;
        gap: 36px;
    }

    .db_607_faq__title {
        font-size: 34px;
    }

    .db_607_faq__item-main {
        padding: 24px;
    }

    .db_607_faq__item--active .db_607_faq__item-main {
        gap: 24px;
    }

    .db_607_faq__question {
        font-size: 20px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .db_607_faq {
        padding: 48px 16px 0;
        gap: 28px;
    }

    .db_607_faq__title {
        font-size: 28px;
    }

    .db_607_faq__item-main {
        padding: 20px;
    }

    .db_607_faq__item--active .db_607_faq__item-main,
    .db_607_faq__item-main {
        gap: 16px;
    }

    .db_607_faq__question {
        font-size: 18px;
    }

    .db_607_faq__answer {
        font-size: 15px;
    }

    .db_607_faq__toggle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        padding: 8px;
    }

    .db_607_faq__item--active .db_607_faq__item-main {
        align-items: flex-start;
    }
}

.db_607_faq__answer {
    display: none;
}

.db_607_faq__item--active .db_607_faq__answer {
    display: block;
}


.db_607_content-block {
    width: 100%;
    position: relative;
    background-color: #0d0d0d;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 88px 0 0;
    box-sizing: border-box;
    gap: 56px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: Inter, sans-serif;
}

.db_607_content-block__head {
    width: 820px;
    max-width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db_607_content-block__title {
    width: 100%;
    position: relative;
    font-size: 36px;
    line-height: 110%;
    font-weight: 600;
    color: #fff;
}

.db_607_content-block__section {
    width: 820px;
    max-width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.db_607_content-block__subtitle {
    width: 100%;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    color: #fff;
}

.db_607_content-block__text {
    width: 100%;
    line-height: 140%;
    color: #fff;
}

.db_607_content-block__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.db_607_content-block__list--numbers {
    color: #0a7cff;
}

.db_607_content-block__list-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.db_607_content-block__list-mark-wrap {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.db_607_content-block__list-mark {
    width: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.db_607_content-block__list-mark--number {
    border-radius: 100px;
    color: #0a7cff;
    font-weight: 500;
    line-height: 140%;
}

.db_607_content-block__list-mark--dot {
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 22px;
}

.db_607_content-block__list-mark--dot::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0a7cff;
}

.db_607_content-block__list-text {
    flex: 1;
    line-height: 140%;
    color: #fff;
}

.db_607_content-block__note {
    width: 100%;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
}

/* tablet */
@media (max-width: 991px) {
    .db_607_content-block {
        padding-top: 64px;
        gap: 44px;
    }

    .db_607_content-block__title {
        font-size: 32px;
    }

    .db_607_content-block__subtitle {
        font-size: 24px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .db_607_content-block {
        padding-top: 48px;
        gap: 36px;
        font-size: 15px;
    }

    .db_607_content-block__head,
    .db_607_content-block__section {
        max-width: calc(100% - 24px);
    }

    .db_607_content-block__title {
        font-size: 28px;
    }

    .db_607_content-block__subtitle {
        font-size: 22px;
    }

    .db_607_content-block__section {
        gap: 16px;
    }

    .db_607_content-block__list {
        gap: 14px;
    }
}

.db_607_ai__top {
    display: none;
}

.db_607_ai__top_dy_n {
    display: none;
}

.h2_text_sec {
    display: block !important;
}

.db_607_ai__slider {
    width: 100%;
}

.db_607_ai__slider-badge {
    display: none;
}

@media (max-width: 424px) {
    .db_607_ai {
        padding: 40px 12px 0;
    }

    .db_607_ai__title {
        display: none;
    }

    .db_607_ai__container {
        margin-top: 0;
        gap: 24px;
        max-width: 100%;
    }

    .db_607_ai__top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .db_607_ai__top_dy_n {
        display: flex;
    }

    .db_607_ai__title-wrap {
        flex: 1;
        min-width: 0;
    }

    .db_607_ai__top .db_607_ai__title {
        display: block;
        font-size: 28px;
        line-height: 110%;
        font-weight: 600;
        text-align: left;
        color: #fff;
    }

    .db_607_ai__nav {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
    }

    .db_607_ai__nav-btn {
        width: 32px;
        height: 32px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
    }

    .db_607_ai__slider {
        overflow: hidden;
        width: 100%;
    }

    .db_607_ai__cards {
        position: relative;
        display: flex;
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .db_607_ai__cards::-webkit-scrollbar {
        display: none;
    }

    .db_607_ai__card {
        min-width: 100%;
        width: 100%;
        scroll-snap-align: start;
        gap: 10px;
    }

    .db_607_ai__side {
        display: contents;
    }

    .db_607_ai__media {
        border-radius: 18px;
        overflow: hidden;
    }

    .db_607_ai__media--large,
    .db_607_ai__media--small {
        height: 184px;
    }

    .db_607_ai__info {
        gap: 6px;
    }

    .db_607_ai__card-title {
        font-size: 16px;
        line-height: 120%;
        font-weight: 600;
    }

    .db_607_ai__card-text {
        font-size: 14px;
        line-height: 140%;
        color: rgba(255, 255, 255, 0.6);
    }

    .db_607_ai__slider-badge {
        display: block;
        position: absolute;
        top: 56px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        pointer-events: none;
    }

    .db_607_ai__slider-badge svg {
        width: 82px;
        height: 82px;
        display: block;
    }

    .db_607_ai__divider-row,
    .db_607_ai__chips,
    .db_607_ai__paywall {
        margin-top: 0;
    }
}




@media (max-width: 425px) {
    .db_607_concept {
        min-height: 577px;
        height: auto;
    }

    .db_607_page {
        gap: 48px;
    }

    .db_607_ai {
        padding-top: 0;
    }

    .db_607_ai__chip {
        margin: auto;
        width: auto;
    }

    .db_607_faq {
        padding-top: 0;
    }
}




.db_607_tg-screen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}

.db_607_tg-screen[hidden] {
    display: none;
}

.db_607_tg-screen__inner {
    width: 100%;
    max-width: 402px;
}

.db_607_tg-modal {
    width: 100%;
    position: relative;
    border-radius: 28px;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 24px;
    color: #fff;
    font-family: Inter, sans-serif;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.db_607_tg-modal__close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 14px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.db_607_tg-modal__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.db_607_tg-modal__heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 40px;
}

.db_607_tg-modal__line,
.db_607_tg-modal__line-row {
    font-size: 24px;
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

.db_607_tg-modal__line-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.db_607_tg-modal__channel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.db_607_tg-modal__channel img {
    width: 24px;
    height: 29px;
    display: block;
}

.db_607_tg-modal__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.db_607_tg-modal__group-title {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 4px;
}

.db_607_tg-modal__card {
    width: 100%;
    min-height: 52px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    padding: 12px 14px;
    box-sizing: border-box;
}

.db_607_tg-modal__card-main {
    width: 100%;
}

.db_607_tg-modal__card-top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.db_607_tg-modal__card-icon-wrap {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.db_607_tg-modal__card-svg {
    width: 18px;
    height: 18px;
    display: block;
}

.db_607_tg-modal__card-title {
    flex: 1;
    font-size: 15px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
}

.db_607_tg-modal__button {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    background: linear-gradient(180deg, #4c94ff 0%, #2f7df6 100%);
    border: 1px solid rgba(190, 217, 255, 0.8);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 18px;
    box-shadow: 0 8px 24px rgba(10, 124, 255, 0.2) inset;
}

.db_607_tg-modal__button-label {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .db_607_tg-screen {
        padding: 12px;
    }

    .db_607_tg-modal {
        border-radius: 24px;
        padding: 18px;
    }

    .db_607_tg-modal__line,
    .db_607_tg-modal__line-row {
        font-size: 22px;
    }
}

.db_607_generation-screen[hidden] {
    display: none !important;
}

.db_607_generation-screen {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background:
        linear-gradient(rgba(13, 13, 13, 0.78), rgba(13, 13, 13, 0.78)),
        url('/wp-content/uploads/2026/03/studyai-img-fon-2.png') center center / cover no-repeat;
    overflow: hidden;
}

.db_607_generation-screen__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 28px 28px;
    box-sizing: border-box;
}

.db_607_generation-screen__thumbs {
    width: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    margin-top: 110px;
}

.db_607_generation-screen__thumb {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.db_607_generation-screen__thumb.is-active {
    border-color: #0A7CFF;
    box-shadow: 0 0 0 2px rgba(10, 124, 255, 0.25);
}

.db_607_generation-screen__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.db_607_generation-screen__content {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 808px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.db_607_generation-screen__close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.db_607_generation-screen__result-row {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.db_607_generation-card {
    position: relative;
    width: 420px;
    height: 420px;
    border-radius: 21px;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
}

.db_607_generation-card__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(10, 124, 255, 0.88) 38%, rgba(13, 13, 13, 0.88) 100%);
}

.db_607_generation-card__center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.db_607_generation-card__status {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 8px;
    color: #fff;
    font: 500 16px/1.4 Inter, sans-serif;
}

.db_607_generation-card__spinner {
    animation: db607Spin 1s linear infinite;
}

@keyframes db607Spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.db_607_generation-info {
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    gap: 18px;
    color: #fff;
    font-family: Inter, sans-serif;
}

.db_607_generation-info__top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.db_607_generation-info__title {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
}

.db_607_generation-info__text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.db_607_generation-info__actions {
    display: flex;
    gap: 12px;
}

.db_607_generation-info__btn {
    height: 48px;
    flex: 1;
    border-radius: 99px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    box-sizing: border-box;
    font: 500 16px/1.4 Inter, sans-serif;
    cursor: pointer;
}

.db_607_generation-info__btn--muted {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.18);
}

.db_607_generation-bottom {
    /* display: flex; */
    justify-content: center;
    padding-top: 72px;
}

.db_607_generation-bottom__chat {
    width: 100%;
    min-width: 760px;
    display: flex;
    flex-direction: column;
}

.db_607_generation-bottom__chat-inner {
    border-radius: 99999px;
    background: rgba(255, 255, 255, 0.12) padding-box, #0d0d0d padding-box, linear-gradient(92.97deg, rgba(190, 217, 255, 0.5), rgba(190, 217, 255, 0.5)) border-box;
    border: 1.5px solid transparent;
    display: flex;
    align-items: center;
    padding: 6px;
    gap: 10px;
    background-color: #2b3138;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.db_607_generation-bottom__input {
    flex: 1;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.06);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 18px;
    box-sizing: border-box;
}

.db_607_generation-bottom__input-text {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.db_607_generation-bottom__submit {
    height: 48px;
    border-radius: 99px;
    background: radial-gradient(58.5% 50.06% at 50% 50%, #096fe4 64.23%, #0a7cff) padding-box, linear-gradient(92.97deg, #bed9ff, #bed9ff) border-box;
    border: 1.2px solid transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 8px;
    color: #fff;
    cursor: pointer;
    font: 500 16px/1.4 Inter, sans-serif;
}

@media (max-width: 900px) {
    .db_607_generation-screen__inner {
        padding: 20px 16px;
        gap: 12px;
    }

    .db_607_generation-screen__thumbs {
        display: none;
    }

    .db_607_generation-screen__content {
        max-width: 100%;
    }

    .db_607_generation-screen__result-row {
        flex-direction: column;
    }

    .db_607_generation-card,
    .db_607_generation-info {
        width: 100%;
    }

    .db_607_generation-bottom {
        padding-top: 16px;
    }

    .db_607_generation-bottom__chat {
        width: 100%;
    }
}

.db_607_generation-screen__close {
    position: fixed;

    top: 24px;
    right: 24px;

    width: 40px;
    height: 40px;

    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);

    background: rgba(13, 13, 13, 0.6);
    backdrop-filter: blur(6px);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10001;

    transition: all .2s ease;
}

.db_607_generation-screen__close:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
}

.db_607_generation-screen__close svg {
    width: 18px;
    height: 18px;
}

.db_607_generation-card__image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: none;
    border-radius: 21px;
}

.db_607_generation-info__actions.is-active .db_607_generation-info__btn {
    color: #ffffff;
}

.db_607_generation-info__actions.is-active .db_607_generation-info__btn svg {
    stroke: #ffffff;
}

.db_607_generation-info__actions.is-active .db_607_generation-info__btn {
    color: #ffffff;
}

.db_607_banner-chat {
    width: 100%;
    max-width: 760px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: Inter, sans-serif;
}

.db_607_banner-chat__banner {
    width: 100%;
    max-width: 794px;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.06);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 44px;
    box-sizing: border-box;
    position: relative;
    isolation: isolate;
    gap: 10px;
    background:
        linear-gradient(90deg, rgba(20, 20, 20, 0.78), rgba(10, 124, 255, 0.32)),
        url('/wp-content/uploads/2026/03/StudyAI-img-фон-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.db_607_banner-chat__bg {
    position: absolute;
    inset: 0;
    filter: blur(12px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.52));
    z-index: 0;
}

.db_607_banner-chat__row {
    align-self: stretch;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 48px;
    box-sizing: border-box;
    gap: 12px;
    z-index: 1;
}

.db_607_banner-chat__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db_607_banner-chat__title {
    align-self: stretch;
    position: relative;
    line-height: 140%;
    font-weight: 500;
}

.db_607_banner-chat__cta {
    height: 40px;
    border-radius: 99px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #0d0d0d;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.db_607_banner-chat__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db_607_banner-chat__chat {
    align-self: stretch;
    border-radius: 99999px;
    background:
        rgba(255, 255, 255, 0.12) padding-box,
        #0d0d0d padding-box,
        linear-gradient(92.97deg, rgba(190, 217, 255, 0.5), rgba(190, 217, 255, 0.5)) border-box;
    border: 1.5px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -32px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 6px;
}

.db_607_banner-chat__chat-input {
    flex: 1;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.06);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
}

.db_607_banner-chat__chat-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db_607_banner-chat__chat-placeholder {
    align-self: stretch;
    position: relative;
    line-height: 150%;
    padding: 0 4px;
}

.db_607_banner-chat__chat-btn {
    height: 48px;
    border-radius: 99px;
    background:
        radial-gradient(58.5% 50.06% at 50% 50%, #096fe4 64.23%, #0a7cff) padding-box,
        linear-gradient(92.97deg, #bed9ff, #bed9ff) border-box;
    border: 1.2px solid transparent;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 8px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.db_607_banner-chat__chat-btn span {
    line-height: 140%;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .db_607_banner-chat__row {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 36px;
    }

    .db_607_banner-chat__cta {
        width: 100%;
    }

    .db_607_banner-chat__chat {
        flex-direction: column;
        border-radius: 24px;
        margin-top: -20px;
    }

    .db_607_banner-chat__chat-btn {
        width: 100%;
    }
}

.db_607_result-screen[hidden] {
    display: none !important;
}

.db_607_result-screen {
    position: fixed;
    inset: 0;
    z-index: 9998;
    min-height: 100vh;
    /* background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.72)),
        url('/wp-content/uploads/2026/03/StudyAI-img-фон-2.png') center center / cover no-repeat; */
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    box-sizing: border-box;
}

.db_607_result-screen__inner {
    width: 100%;
    max-width: 980px;
    min-height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db_607_result-screen__art {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    max-width: 300px;
    max-height: 300px;
}

.db_607_result-screen__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.db_607_result-screen__art--left {
    width: 300px;
    height: 300px;
    left: 145px;
    top: 72px;
    transform: rotate(-4deg);
}

.db_607_result-screen__art--right {
    width: 300px;
    height: 300px;
    right: 220px;
    top: 102px;
    transform: rotate(0deg);
    border-radius: 20px;
}

.db_607_result-screen__chat {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 760px;
}

.db_607_result-screen__chat-inner {
    border-radius: 99999px;
    background:
        rgba(255, 255, 255, 0.12) padding-box,
        #0d0d0d padding-box,
        linear-gradient(92.97deg, rgba(190, 217, 255, 0.5), rgba(190, 217, 255, 0.5)) border-box;
    border: 1.5px solid transparent;
    display: flex;
    align-items: center;
    padding: 4px;
    gap: 8px;
}

.db_607_result-screen__chat-input {
    flex: 1;
    min-width: 0;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 12px 16px;
    box-sizing: border-box;
}

.db_607_result-screen__chat-placeholder {
    font: 400 14px/1.4 Inter, sans-serif;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.db_607_result-screen__chat-btn {
    height: 42px;
    border-radius: 99px;
    background:
        radial-gradient(58.5% 50.06% at 50% 50%, #096fe4 64.23%, #0a7cff) padding-box,
        linear-gradient(92.97deg, #bed9ff, #bed9ff) border-box;
    border: 1.2px solid transparent;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 8px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.db_607_result-screen__chat-btn span {
    font: 500 14px/1.4 Inter, sans-serif;
}

@media (max-width: 767px) {
    .db_607_result-screen__inner {
        min-height: 520px;
    }

    .db_607_result-screen__art--left {
        width: 150px;
        height: 150px;
        left: 24px;
        top: 90px;
    }

    .db_607_result-screen__art--right {
        width: 132px;
        height: 132px;
        right: 24px;
        top: 120px;
    }

    .db_607_result-screen__chat {
        max-width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .db_607_result-screen__chat-inner {
        gap: 6px;
    }

    .db_607_result-screen__chat-btn span {
        font-size: 13px;
    }
}

#db607GenerationChatWrap .db_607_banner-chat__banner {
    display: none;
}

#db607GenerationChatWrap.is-ready .db_607_banner-chat__banner {
    display: flex;
}




body.db607-result-open #db607PageHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.tit_and_slider {
    display: flex;
}


.db_607_chat {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}

.db_607_chat2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 5px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(30, 30, 34, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 30px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.db_607_chatinput {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 48px;
    max-height: 48px;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.db_607_chatinput::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.db_607_chatinput::-webkit-scrollbar {
    width: 6px;
}

.db_607_chatinput::-webkit-scrollbar-track {
    background: transparent;
}

.db_607_chatinput::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
}

.db_607_chatinput::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.42);
}

.db_607_chatinput:focus {
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.16),
        0 0 0 3px rgba(58, 124, 255, 0.14);
}

.db_607_button5 {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 176px;
    height: 48px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: linear-gradient(180deg, #4d95ff 0%, #2d73ef 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 10px 24px rgba(37, 97, 214, 0.3);
    cursor: pointer;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

.db_607_button5:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 14px 28px rgba(37, 97, 214, 0.38);
}

.db_607_button5:active {
    transform: translateY(0);
}

.db_607_button5 svg {
    flex: 0 0 auto;
}

.db_607_label3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .db_607_chat2 {
        gap: 8px;
        padding: 4px;
    }

    .db_607_chatinput {
        height: 50px;
        max-height: 50px;
        padding: 14px 16px;
        font-size: 15px;
    }

    .db_607_button5 {
        min-width: 148px;
        padding: 0 18px;
    }

    .db_607_label3 {
        font-size: 15px;
    }
}

@media (max-width: 639px) {
    .db_607_chat2 {
        flex-direction: column;
        align-items: stretch;
        border-radius: 28px;
        padding: 8px;
    }

    .db_607_chatinput {
        height: 52px;
        max-height: 78px;
        border-radius: 22px;
    }

    .db_607_button5 {
        width: 100%;
        min-width: 0;
    }
}

.db_607_chatinput {
    white-space: pre-wrap;
    word-break: break-word;
}

.db_607_generation-bottom__input-text {
    width: 100%;
    display: flex;
    justify-content: center; /* центр по горизонтали */
    align-items: center;     /* центр по вертикали */
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}



.db_607_banner-chat__chat {
    width: 100%;
}

.db_607_generation-bottom__chat {
    width: 100%;
    height: 60px;
}

.db_607_generation-bottom__chat-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 5px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(34, 39, 47, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 8px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-sizing: border-box;
}

.db_607_generation-bottom__input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 48px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.06);
    box-sizing: border-box;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-clip: padding-box;

    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    display: block;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.db_607_generation-bottom__input::placeholder {
    color: rgba(255, 255, 255, 0.58);
    text-align: center;
}

.db_607_generation-bottom__input:focus::placeholder {
    text-align: left;
}

.db_607_generation-bottom__input:focus {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
        0 4px 12px rgba(34, 34, 34, 0.06),
        0 0 0 3px rgba(58, 124, 255, 0.14);
}

.db_607_generation-bottom__input::-webkit-scrollbar {
    width: 6px;
}

.db_607_generation-bottom__input::-webkit-scrollbar-track {
    background: transparent;
}

.db_607_generation-bottom__input::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
}

.db_607_generation-bottom__input::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
}

.db_607_generation-bottom__submit {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 176px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: linear-gradient(180deg, #4d95ff 0%, #2d73ef 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(37, 97, 214, 0.3);
    cursor: pointer;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        opacity 0.18s ease;
}

.db_607_generation-bottom__submit:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 14px 28px rgba(37, 97, 214, 0.36);
}

.db_607_generation-bottom__submit:active {
    transform: translateY(0);
}

.db_607_generation-bottom__submit svg {
    flex: 0 0 auto;
}

.db_607_generation-bottom__submit span {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 767px) {
    .db_607_generation-bottom__chat-inner {
        gap: 8px;
        padding: 4px;
    }

    .db_607_generation-bottom__input {
        font-size: 15px;
        line-height: 22px;
    }

    .db_607_generation-bottom__submit {
        min-width: 148px;
        height: 50px;
        padding: 0 18px;
    }

    .db_607_generation-bottom__submit span {
        font-size: 15px;
    }
}

@media (max-width: 639px) {
    .db_607_generation-bottom__chat-inner {
        flex-direction: column;
        align-items: stretch;
        border-radius: 28px;
        padding: 8px;
    }

    .db_607_generation-bottom__input {
        border-radius: 22px;
    }

    .db_607_generation-bottom__submit {
        width: 100%;
        min-width: 0;
    }
}


.db_607_generation-bottom__input {
    flex: 1;
    width: 100%;
    margin: 0;
    display: block;
    text-align: left;
    align-self: stretch;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    resize: none;
    overflow-y: auto;
    color: #fff;
}

.db_607_generation-bottom__input::placeholder {
    text-align: left;
}

.db_607_generation-screen__thumbs.is-hidden {
    display: none;
}


.db_607_result-screen {
    position: fixed;
    inset: 0;
    background: #000;
    overflow: hidden;
}

.db_607_result-screen__inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.db_607_result-screen__gallery {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 74%;
    pointer-events: none;
    margin: auto;
}

.db_607_result-screen__art {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    opacity: 0.96;
}

.db_607_result-screen__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.db_607_result-screen__art:nth-child(1) {
    left: 84px;
    top: 80px;
    border-radius: 18px;
    transform: rotate(-4deg);
    z-index: 3;
}

.db_607_result-screen__art:nth-child(2) {
    left: 235px;
    top: 110px;
    border-radius: 24px;
    transform: rotate(-10deg);
    z-index: 2;
}

.db_607_result-screen__art:nth-child(3) {
    right: 98px;
    top: 74px;
    border-radius: 20px;
    transform: rotate(6deg);
    z-index: 4;
}

.db_607_result-screen__art:nth-child(4) {
    width: 300px;
    height: 300px;
    right: 220px;
    top: 110px;
    border-radius: 26px;
    transform: rotate(-6deg);
    z-index: 1;
    opacity: 0.9;
}

.db_607_result-screen__art:nth-child(5) {
    right: 120px;
    bottom: 145px;
    border-radius: 24px;
    transform: rotate(3deg);
    z-index: 5;
}

.db_607_result-screen__chat {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: min(760px, calc(100% - 32px));
    z-index: 20;
}

.db_607_result-screen__chat-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(20, 22, 28, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.db_607_result-screen__chat-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    max-height: 46px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font: inherit;
    font-size: 15px;
    line-height: 22px;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    outline: none;
    box-sizing: border-box;
}

.db_607_result-screen__chat-input::placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.db_607_result-screen__chat-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    height: 46px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: linear-gradient(180deg, #4d95ff 0%, #2d73ef 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 22px rgba(37, 97, 214, 0.32);
    cursor: pointer;
}

.db_607_result-screen__chat-btn span {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1024px) {
    .db_607_result-screen__art:nth-child(1) {
        left: 24px;
        top: 72px;
        width: 120px;
        height: 120px;
    }

    .db_607_result-screen__art:nth-child(2) {
        left: 120px;
        top: 120px;
        width: 220px;
        height: 190px;
    }

    .db_607_result-screen__art:nth-child(3) {
        right: 32px;
        top: 56px;
        width: 140px;
        height: 140px;
    }

    .db_607_result-screen__art:nth-child(4) {
        right: 120px;
        top: 120px;
        width: 240px;
        height: 240px;
    }

    .db_607_result-screen__art:nth-child(5) {
        right: 40px;
        bottom: 140px;
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 767px) {
    .db_607_result-screen__art:nth-child(1) {
        left: 14px;
        top: 80px;
        width: 96px;
        height: 96px;
        border-radius: 16px;
    }

    .db_607_result-screen__art:nth-child(2) {
        left: 78px;
        top: 128px;
        width: 170px;
        height: 146px;
        border-radius: 18px;
    }

    .db_607_result-screen__art:nth-child(3) {
        right: 14px;
        top: 84px;
        width: 104px;
        height: 104px;
        border-radius: 16px;
    }

    .db_607_result-screen__art:nth-child(4) {
        right: 58px;
        top: 152px;
        width: 188px;
        height: 188px;
        border-radius: 18px;
    }

    .db_607_result-screen__art:nth-child(5) {
        display: none;
    }

    .db_607_result-screen__chat {
        bottom: 20px;
        width: calc(100% - 20px);
    }

    .db_607_result-screen__chat-inner {
        gap: 6px;
        padding: 4px;
    }

    .db_607_result-screen__chat-input {
        height: 44px;
        max-height: 44px;
        padding: 11px 14px;
        font-size: 14px;
    }

    .db_607_result-screen__chat-btn {
        min-width: 140px;
        height: 44px;
        padding: 0 16px;
    }

    .db_607_result-screen__chat-btn span {
        font-size: 14px;
    }
}


.tg-modal-overlay {
   position: fixed;
   inset: 0;
   z-index: 9999;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
   background: rgba(0, 0, 0, 0.6);
}

.tg-modal-overlay[hidden] {
   display: none !important;
}

.tg-modal {
   width: 100%;
   max-width: 897px;
   min-height: 336px;
   position: relative;
   border-radius: 28px;
   background-color: #0d0d0d;
   border: 1px solid rgba(255, 255, 255, 0.18);
   box-sizing: border-box;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   padding: 24px 205px 24px 24px;
   isolation: isolate;
   gap: 28px;
   text-align: left;
   font-size: 28px;
   color: #fff;
   font-family: Inter, sans-serif;
}

.frame-parent {
   align-self: stretch;
   flex: 1;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-between;
   gap: 20px;
   z-index: 0;
   flex-shrink: 0;
}

.frame-group {
   align-self: stretch;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 16px;
}

.frame-container {
   align-self: stretch;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   gap: 4px;
}

.wrapper {
   align-self: stretch;
   display: flex;
   align-items: center;
}

.tg-modal .div {
   position: relative;
   line-height: 110%;
   font-weight: 600;
}

.studyai {
   align-self: stretch;
   position: relative;
   line-height: 110%;
   font-weight: 600;
}

.div2 {
   align-self: stretch;
   position: relative;
   font-size: 16px;
   line-height: 140%;
}

.p {
   margin-block-start: 0;
   margin-block-end: 8px;
}

.p2 {
   margin: 0;
}

.tg-modal .button {
   height: 56px;
   border-radius: 99px;
   background: radial-gradient(58.5% 50.06% at 50% 50%, #096fe4 64.23%, #0a7cff) padding-box, linear-gradient(92.97deg, #bed9ff, #bed9ff) border-box;
   border: 1.2px solid transparent;
   box-sizing: border-box;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 16px 20px;
   text-align: center;
   font-size: 18px;
   text-decoration: none;
   color: #fff;
   cursor: pointer;
}

.label {
   position: relative;
   line-height: 130%;
   font-weight: 500;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.icon32close2 {
   width: 32px;
   height: 32px;
   position: absolute;
   top: 16px;
   right: 16px;
   z-index: 3;
   flex-shrink: 0;
   border: 0;
   background: transparent;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   font-size: 28px;
   line-height: 1;
   padding: 0;
}

.image-4-icon {
   width: 458px;
   position: absolute;
   top: 74px;
   left: 439px;
   box-shadow: -12.075471878051758px 0px 74.57px rgba(13, 13, 13, 0.06), 0px 12.42780590057373px 74.57px rgba(13, 13, 13, 0.04);
   border-radius: 8px;
   max-height: 100%;
   object-fit: cover;
   z-index: 2;
   flex-shrink: 0;
}

body.db607-limit-modal-open {
   overflow: hidden;
}

@media (max-width: 900px) {
   .tg-modal {
      max-width: 100%;
      min-height: auto;
      padding: 24px;
   }

   .image-4-icon {
      position: static;
      width: 100%;
      max-width: 100%;
      margin-top: 12px;
   }
}

@media (max-width: 640px) {
   .tg-modal {
      border-radius: 20px;
      font-size: 22px;
      gap: 20px;
   }

   .div2 {
      font-size: 14px;
   }

   .tg-modal .button {
      width: 100%;
   }
}

.tg-modal-overlay {
   position: fixed;
   inset: 0;
   z-index: 100000;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
   background: rgba(0, 0, 0, 0.6);
}

.tg-modal-overlay[hidden] {
   display: none !important;
}

#db607LimitModal {
   z-index: 100000 !important;
}

.icon32close2 {
   z-index: 5;
   pointer-events: auto;
}

.image-4-icon {
   z-index: 2;
   pointer-events: none;
}

.db_607_result-screen__chat-shell{
    width: 100%;
}