.db_search__input {
    height: 56px !important;
}

#ajax-search {
    margin-top: 16px;
}

.db_600_frame-parent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 28px;
    text-align: left;
}

.db_600_cards-col {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    min-width: 0;
}

.db_600_newscard {
    width: 100%;
    min-height: 248px;
    height: 274px;
    box-shadow: 0 4px 20px rgba(13, 13, 13, 0.06);
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-shrink: 0;
    overflow: hidden;
    text-decoration: none;
}

.db_600_photo {
    align-self: stretch;
    flex: 1;
    min-height: 248px;
    position: relative;
    min-width: 0;
}

.db_600_photo-child,
.db_600_photo-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 0 0 16px;
}

.db_600_photo-child {
    object-fit: cover;
    display: block;
}

.db_600_photo-placeholder {
    background: linear-gradient(135deg, rgba(13, 13, 13, 0.06), rgba(13, 13, 13, 0.12));
}

.db_600_chip {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    z-index: 2;
}

.db_600_chip-text {
    position: relative;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #0a7cff;
    font-weight: 500;
}

.db_600_content {
    align-self: stretch;
    flex: 0.86;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    gap: 12px;
    min-width: 0;
}

.db_600_title {
    align-self: stretch;
    color: #0d0d0d;

    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    font-family: Inter;
    color: #0d0d0d;
    text-align: left;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.db_600_meta {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    font-size: 16px;
    color: rgba(13, 13, 13, 0.58);
}

.db_600_meta-item {
    position: relative;
    line-height: 140%;
}

.db_600_sidebox {
    flex: 0.88;
    border-radius: 20px;
    background-color: rgba(13, 13, 13, 0.03);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 32px 36px;
    gap: 28px;
    font-size: 16px;
    color: #0d0d0d;
    min-width: 0;
    box-sizing: border-box;
}

.db_600_sidebox-title {
    align-self: stretch;
    position: relative;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    flex-shrink: 0;
    color: #0d0d0d;
}

.db_600_news-list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(13, 13, 13, 0.58);
}

.db_600_news-item {
    align-self: stretch;
    border-bottom: 1px solid rgba(13, 13, 13, 0.12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.db_600_news-item-inner {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    gap: 12px;
}

.db_600_news-meta {
    width: 116px;
    flex: 0 0 116px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.db_600_news-meta-item {
    position: relative;
    line-height: 140%;
    color: rgba(13, 13, 13, 0.58);
    font-size: 14px;
}

.db_600_news-title {
    flex: 1;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    font-family: Inter;
    color: #0d0d0d;
    text-align: left;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.db_600_sidebox-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: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    align-self: flex-start;
    margin: auto;
}

.db_600_sidebox-button--disabled {
    pointer-events: none;
    opacity: 0.7;
}

.db_600_sidebox-button-label {
    position: relative;
    line-height: 140%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
    color: #0d0d0d;
    font-size: 16px;
}

.db_600_news-item--placeholder {
    cursor: default;
}

@media (max-width: 1024px) {
    .db_600_frame-parent {
        flex-direction: column;
    }

    .db_600_sidebox {
        flex: none;
        width: 100%;
        padding: 24px;
    }

    .db_600_newscard {
        min-height: 220px;
        height: auto;
    }

    .db_600_photo {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .db_600_newscard {
        flex-direction: column;
    }

    .db_600_photo {
        min-height: 220px;
    }

    .db_600_photo-child,
    .db_600_photo-placeholder {
        border-radius: 16px 16px 0 0;
    }

    .db_600_content {
        padding: 16px;
    }

    .db_600_sidebox-title {
        font-size: 24px;
    }

    .db_600_news-item-inner {
        flex-direction: column;
        padding: 18px 0;
    }

    .db_600_news-meta {
        width: auto;
        flex: none;
    }

    .db_600_news-title,
    .db_600_title {
        font-size: 17px;
    }

    .db_600_meta {
        font-size: 14px;
    }
}

.db_600_sidebox-button--disabled {
    pointer-events: none;
    opacity: 0.7;
    align-self: center;
}


.db_600_cards-row {
    width: 100%;
    position: relative;
    display: flex;
    gap: 28px;
    text-align: left;
    font-family: Inter, sans-serif;
    /* margin-top: 28px; */
}

.db_600_cards-row--two {
    align-items: center;
}

.db_600_cards-row--three {
    align-items: stretch;
}

.db_600_newscard--horizontal {
    height: 328px;
    flex: 1;
    box-shadow: 0 4px 20px rgba(13, 13, 13, 0.06);
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow: hidden;
    text-decoration: none;
}

.db_600_photo--horizontal {
    align-self: stretch;
    flex: 1;
    position: relative;
    min-width: 0;
}

.db_600_photo-child--horizontal,
.db_600_photo-placeholder--horizontal {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 0 0 16px;
}

.db_600_content--horizontal {
    align-self: stretch;
    flex: 0.8606;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    gap: 12px;
    font-size: 18px;
    color: #0d0d0d;
    min-width: 0;
}

.db_600_newscard--vertical {
    flex: 1;
    box-shadow: 0 4px 20px rgba(13, 13, 13, 0.06);
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    overflow: hidden;
    text-decoration: none;
}

.db_600_photo--vertical {
    align-self: stretch;
    height: 214.5px;
    position: relative;
}

.db_600_photo-child--vertical,
.db_600_photo-placeholder--vertical {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
}

.db_600_content--vertical {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 20px;
    gap: 12px;
    font-size: 16px;
    color: rgba(13, 13, 13, 0.58);
    min-width: 0;
}

.db_600_photo-placeholder--horizontal,
.db_600_photo-placeholder--vertical {
    background: linear-gradient(135deg, rgba(13, 13, 13, 0.06), rgba(13, 13, 13, 0.12));
}

.db_600_newscard.db_600_newscard--vertical {
    height: auto;
}

@media (max-width: 1024px) {

    .db_600_cards-row--two,
    .db_600_cards-row--three {
        flex-wrap: wrap;
    }

    .db_600_cards-row--two .db_600_newscard--horizontal,
    .db_600_cards-row--three .db_600_newscard--vertical {
        width: calc(50% - 14px);
        flex: 0 0 calc(50% - 14px);
    }
}

@media (max-width: 767px) {
    .db_600_cards-row {
        flex-direction: column;
    }

    .db_600_cards-row--two .db_600_newscard--horizontal,
    .db_600_cards-row--three .db_600_newscard--vertical {
        width: 100%;
        flex: 1 1 100%;
    }

    .db_600_newscard--horizontal {
        height: auto;
        flex-direction: column;
    }

    .db_600_photo--horizontal {
        min-height: 220px;
    }

    .db_600_photo-child--horizontal,
    .db_600_photo-placeholder--horizontal {
        border-radius: 16px 16px 0 0;
    }

    .db_600_content--horizontal {
        padding: 16px;
    }

    .db_600_photo--vertical {
        height: 220px;
    }

    .db_600_content--vertical {
        padding: 0 16px 16px;
    }
}


.db_600_banner {
    width: 100%;
    height: 320px;
    position: relative;
    border-radius: 20px;
    background: rgba(13, 13, 13, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px 36px;
    box-sizing: border-box;
    isolation: isolate;
    gap: 42px;
    text-align: left;
    font-family: Inter, sans-serif;
    margin-top: 32px;
}

.db_600_banner-content {
    width: 386px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 2;
}

.db_600_banner-title {
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    color: #0d0d0d;
}

.db_600_banner-text {
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 140%;
    color: #0d0d0d;
}

.db_600_banner-button-wrap {
    z-index: 2;
}

.db_600_banner-button {
    height: 48px;
    border-radius: 96px;
    background-color: #0a7cff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    text-decoration: none;
}

.db_600_banner-button-label {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}

.db_600_banner-image {
    position: absolute;
    top: 0;
    box-shadow: -4px 0 24.7px rgba(13, 13, 13, 0.06), 0 4.1px 24.7px rgba(13, 13, 13, 0.04);
    border-radius: 8px;
    object-fit: cover;
    z-index: 1;
    right: 0;
    width: 684px;
}

@media (max-width: 1024px) {

    .db_600_banner {
        height: auto;
        padding: 32px 24px;
        gap: 28px;
    }

    .db_600_banner-image {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        margin-top: 20px;
    }

    .db_600_banner-content {
        width: 100%;
    }

}




.db_prompts_new_movies-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    min-width: 0;
}

.db_prompts_new_movies-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    font-size: 16px;
    line-height: 140%;
    color: rgba(13, 13, 13, 0.58);
}

.db_prompts_new_movies-meta-item {
    line-height: 140%;
    white-space: nowrap;
}

.db_prompts_new_movies-div4 {
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    color: #0d0d0d;
    word-break: break-word;
}

.db_prompts_new_movies-photo-parent {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}


.db_prompts_new_movies-group {
    padding-top: 0;
}

.db_prompts_new_movies-photo-parent {
    padding: 0;
}

.db_prompts_new_movies-instance-parent {
    display: flex;
    gap: 28px;
    overflow: hidden;
    min-width: 0;
    padding-bottom: 24px;
    padding-top: 0;
}

.db_prompts_new_movies-frame-parent {
    margin-bottom: 40px;
    padding-bottom: 0;
}

/* .db_prompts_new_movies-slide {
    min-width: calc((100% - 56px) / 3);
    max-width: calc((100% - 56px) / 3);
    flex: 0 0 calc((100% - 56px) / 3);
} */

.db_prompts_new_movies-slide .db_600_title {
    margin: 0;
}

.db_prompts_new_movies-slide .db_600_content--vertical {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .db_prompts_new_movies-slide {
        min-width: calc((100% - 28px) / 2);
        max-width: calc((100% - 28px) / 2);
        flex: 0 0 calc((100% - 28px) / 2);
    }
}

@media (max-width: 767px) {
    .db_prompts_new_movies-slide {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}




.db_blog_more-wrap {
    width: 100%;
    margin-top: 28px;
}

.db_blog_more-button {
    height: 48px;
    position: relative;
    border-radius: 99px;
    background-color: rgba(13, 13, 13, 0);
    border: 1px solid rgba(13, 13, 13, 0.12);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    color: #0d0d0d;
    font-family: Inter, sans-serif;
    cursor: pointer;
    transition: opacity .2s ease, box-shadow .2s ease;
    max-width: 148px;
    margin: auto;
}

.db_blog_more-button:hover {
    box-shadow: 0 4px 20px rgba(13, 13, 13, 0.06);
}

.db_blog_more-button:disabled {
    opacity: .6;
    cursor: default;
}

.db_blog_more-button-label {
    position: relative;
    line-height: 140%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
}


.db_blog_container.custom-class {
    padding-top: 0;
}


.db_blog_container.custom-class-2 {
    padding-left: 0;
    padding-right: 0;
}





[data-movies-slider] {
    overflow: hidden;
}

.db_prompts_new_movies-instance-parent {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.db_600_newscard.db_600_newscard--vertical.db_prompts_new_movies-slide {
    max-width: 438px;
}

.db_prompts_new_movies-frame-parent {
    overflow: hidden;
}

.db_prompts_new_movies-instance-parent {
    display: flex;
    gap: 24px;
    will-change: transform;
    transition: transform 0.35s ease;
    overflow: visible;
    width: max-content;
    min-width: 100%;
}

.db_prompts_new_movies-slide {
    flex: 0 0 calc((100% - 48px) / 3);
}







.blog-news-page .db_600_photo {
    min-height: auto;
}

.blog-news-page .db_600_newscard--horizontal {
    height: auto;
}

.blog-news-page .db_600_newscard {
    min-height: auto;
    height: auto;
}


.category-news .db_600_photo {
    min-height: auto;
}

.category-news .db_600_newscard--horizontal {
    height: auto;
}

.category-news .db_600_newscard {
    min-height: auto;
    height: auto;
}

@media (max-width: 600px) {
    .db_blog_container {
        gap: 24px !important;
    }
}

.db_blog_head {
    margin-top: 40px;
    gap: 16px;
}

#ajax-search {
    margin-top: 4px;
}


.db_search__field {
  position: relative;
  width: 100%;
}

.db_search__input {
  width: 100%;
  height: 44px;
  padding: 0 52px 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  background: #fff;
  font-size: 24px;
  line-height: 1.2;
  color: #0d0d0d;
  outline: none;
  box-sizing: border-box;
}

.db_search__input::placeholder {
  color: #8b8b8b;
}

.db_search__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.db_search__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

#ajax-search #ajax-search-input{
    padding: 16px;
}