.db_prompts_new .Hero_ .Hero_card {
    max-width: 1440px;
    margin: auto;
    padding: 0.5rem 2rem;
}

.db_prompts_new .Hero_ img {
    width: auto;
}

.gdz-breadcrumbs a {
    color: rgba(13, 13, 13, 0.58);
}

.db_prompts_new {
    max-width: 1440px;
    margin: auto;
    padding: 0.5rem 2rem;
}

.db_prompts_new .gdz-breadcrumbs {
    margin-bottom: 64px;
}


.db_prompts_new_block_write {
    padding-top: 64px;
    padding-bottom: 80px;
}



/* Hero блок */
.db_prompts_new_frame-parent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 64px;
    text-align: left;
    font-size: 44px;
    color: #0d0d0d;
    font-family: Inter;
    padding-bottom: 64px;
}

.db_prompts_new_frame-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    width: 100%;
}

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

.db_prompts_new_div {
    align-self: stretch;
    position: relative;
    line-height: 110%;
    font-weight: 600;
    font-size: 44px;
}

.db_prompts_new_div2 {
    align-self: stretch;
    position: relative;
    font-size: 20px;
    line-height: 130%;
}

.db_prompts_new_search-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    font-size: 16px;
}

.db_prompts_new_search {
    align-self: stretch;
    box-shadow: 0px 4px 12px rgba(34, 34, 34, 0.04);
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 36px;
    position: relative;
    height: 58px;
}

.db_prompts_new_div3 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 150%;
}

.db_prompts_new_span {
    color: rgba(13, 13, 13, 0.58);
}

.db_prompts_new_search-input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font: inherit;
    color: #0d0d0d;
}

.db_prompts_new_search-input::placeholder {
    color: rgba(13, 13, 13, 0.58);
}

.db_prompts_new_search-icon {
    height: 24px;
    width: 24px;
    position: relative;
}

.db_prompts_new_swap-chips-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: center;
}

.db_prompts_new_item-1 {
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    border: 1.5px solid #0a7cff;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.db_prompts_new_label {
    position: relative;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.db_prompts_new_item-2 {
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.db_prompts_new_search-suggestions,
#db_prompts_new_search_suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 8px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    z-index: 30;
}

.db_prompts_new_search-suggestion-item {
    display: block;
    padding: 12px 16px;
    color: #0d0d0d;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    border-bottom: 1px solid rgba(13, 13, 13, 0.06);
}

.db_prompts_new_search-suggestion-item:last-child {
    border-bottom: none;
}

.db_prompts_new_search-suggestion-item:hover {
    background: rgba(10, 124, 255, 0.06);
}

.db_prompts_new_search-suggestion-item mark {
    background: #307cff;
    padding: 0 2px;
    border-radius: 3px;
    color: white;
}

.db_prompts_new_banner {
    width: 348px;
    border-radius: 20px;
    background-color: rgba(10, 124, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    box-sizing: border-box;
    gap: 20px;
    font-size: 24px;
}

.db_prompts_new_text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

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

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

.db_prompts_new_button {
    width: 300px;
    height: 56px;
    border-radius: 99px;
    background-color: #0a7cff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

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






/* Вывод категорий  */
.db_prompts_new_movies-frame-parent {
    width: 100%;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 48px;
    box-sizing: border-box;
    gap: 24px;
    text-align: left;
    font-size: 28px;
    color: #0d0d0d;
    font-family: Inter;
    margin-bottom: 24px;
}

.db_prompts_new_movies-frame-group {
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0;
}

.db_prompts_new_movies-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.db_prompts_new_movies-div {
    align-self: stretch;
    position: relative;
    line-height: 110%;
    font-weight: 600;
    font-size: 28px;
}

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

.db_prompts_new_movies-button-parent {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    text-align: center;
    font-size: 16px;
}

.db_prompts_new_movies-button {
    height: 48px;
    border-radius: 99px;
    background-color: rgba(13, 13, 13, 0);
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
}

.db_prompts_new_movies-label {
    position: relative;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
}

.db_prompts_new_movies-button-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.db_prompts_new_movies-button2 {
    height: 48px;
    width: 48px;
    border-radius: 99px;
    background-color: rgba(13, 13, 13, 0);
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
}

.db_prompts_new_movies-icon-start {
    height: 16px;
    width: 16px;
    position: relative;
    flex-shrink: 0;
}

.db_prompts_new_movies-instance-parent {
    align-self: stretch;
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: #fff;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 0;
    scrollbar-width: none;
}

.db_prompts_new_movies-instance-parent::-webkit-scrollbar {
    display: none;
}

.db_prompts_new_movies-photo-parent {
    flex: 0 0 calc((100% - 2 * 24px) / 3);
    min-width: 292px;
    scroll-snap-align: start;

    border-radius: 20px;
    background-color: rgba(13, 13, 13, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 24px;
    gap: 14px;
    box-sizing: border-box;
}

.db_prompts_new_movies-photo {
    align-self: stretch;
    height: 280px;
    position: relative;
}

.db_prompts_new_movies-photo-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}

.db_prompts_new_movies-studyllm {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 8px;
    background-color: #0a7cff;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    box-sizing: border-box;
}

.db_prompts_new_movies-div3 {
    position: relative;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.db_prompts_new_movies-group {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-size: 18px;
    color: #0d0d0d;
}

.db_prompts_new_movies-div4 {
    flex: 1;
    position: relative;
    line-height: 130%;
    font-weight: 500;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.db_prompts_new_movies-button-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(13, 13, 13, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.db_prompts_new_movies-button-icon:hover {
    background-color: rgba(13, 13, 13, 0.05);
}

.db_prompts_new_movies-button-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .db_prompts_new_banner {
        display: none;
    }
}

@media (max-width: 525px) {
    .db_prompts_new {
        padding: 0.5rem 20px;
    }

    .db_prompts_new_movies-button-parent {
        display: none;
    }
}

.db_prompts_new_search-parent {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    font-size: 16px;
    box-sizing: border-box;
}

.db_prompts_new_swap-chips-group {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: center;

    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
}

.db_prompts_new_swap-chips-group::-webkit-scrollbar {
    display: none;
}

.db_prompts_new_item-1,
.db_prompts_new_item-2 {
    flex-shrink: 0;
}


input[type="text"] {
    height: 36px;
    border: none !important;
}


.db_prompts_new_studyai-parent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font-size: 36px;
    color: #0d0d0d;
    font-family: Inter;
    padding-bottom: 40px;
}

.db_prompts_new_studyai {
    width: 839px;
    position: relative;
    line-height: 110%;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 36px;
}

.db_prompts_new_button-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.db_prompts_new_studyai-button {
    align-self: stretch;
    height: 48px;
    border-radius: 96px;
    background-color: #0a7cff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
}

.db_prompts_new_label {
    position: relative;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {

    .db_prompts_new_div {
        font-size: 36px;
    }

    .db_prompts_new_div2 {
        font-size: 18px;
    }

    .db_prompts_new_movies-div {
        font-size: 24px;
    }

    .db_prompts_new_movies-div2 {
        font-size: 14px;
    }

    .db_prompts_new_studyai {
        font-size: 28px;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .db_prompts_new_studyai-parent {
        display: block;
    }

    .db_prompts_new_studyai-button {
        max-width: 231px;
    }
}

@media (max-width: 375px) {

    .db_prompts_new_div {
        font-size: 28px;
    }
}