@media (max-width: 1079px) {

    body,
    html {
        min-width: 100%;
    }

    .znk_right_block {
        display: none;
    }

    .l-page {
        width: 100%;
    }

    #header-logo {
        width: 45px;
        height: 45px;
        background-size: contain;
    }

    .breadcrumb-inline-cube {
        text-align: left;
    }

    .znk_left_block {
        width: 100% !important;
        float: none !important;
        /* Предотвращаем схлопывание контейнера */
        box-sizing: border-box;
    }



    .bg-light-gray .l-page {
        padding-top: 0px;
    }



    .znk-cat-list {
        gap: 10px;
        justify-content: space-between;
    }

    .znk-cat_heading {
        justify-content: center;
    }

    /* --- Overrides for global footer elements on this page ---
    #footer_col_left .h-block .row-fluid .span6.offset1,
    #vk_subscribe,
    #footer-form {
        display: none !important;
    }

    #footer_col_last br {
        display: none;
    }

    #footer_col_last .link {
        border-bottom: none;
        text-decoration: underline;
    } */

    /* Responsive YouTube video */
    .responsive-video-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio */
    }

    .responsive-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .bg-gray-white {
        padding: 0px 10px;
    }

    .form-safeguards_col_left {
        display: flex;
        justify-content: center;
    }

    .bg-gray-white .form_title {
        text-align: center;
    }

    .bg-gray {
        padding: 0px 10px;
    }

    .modern-page-title {
        padding: 5px 12px 5px 12px;
    }

    .znk-item {
        flex: 1 1 calc((100% / 2) - 2rem);
        margin: 15px 10px 0px 10px;
    }

    .znk-item_short {
        margin-top: 8px;
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .znk-item:nth-child(odd) {
        margin: 20px 0px 0px 10px;
    }

    /* Стиль для всех ЧЕТНЫХ элементов .znk-item */
    .znk-item:nth-child(even) {
        margin: 20px 10px 0px 10px;
    }

    .znk-cat-list {
        gap: 0;
    }

    .znk-list-item {
        flex: 1 0 50%;
    }

    .znk_list_wrapper {
        justify-content: center;
    }
.breadcrumb-block_prefix , .breadcrumb-block_section {text-align: center;}
.znk-search-row .centered-div {gap: 5px;}
.znk-search-row .centered-div:first-child {flex-direction: column;}
.search-sex, .search-age-box, .search-photo {    flex: 1 1 auto;}
#znk-search-form .border-div {    padding: 10px 0px 20px 0px;}
.znk-search-aim {flex: 1 0 50%;}
.search-aim-box label:first-child {text-align: center;margin-top: 20px;}
/* [class^="znk-search"] label {font-size: 16px} */
.cities-columns {
    font-size: 16px;
}
.znk_left_block.mobile {
    padding:0 10px
}

/* Global styles for profile-status (moved out of media query so status is styled on all widths) */
.profile-status {
    display: flex;            /* блочный flex, чтобы margin:auto работал */
    justify-content: center;  /* центрируем содержимое внутри (иконка + текст) */
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 12px auto 0;       /* центрируем блок под фото */
    background: none;          /* убираем фон */
    border: none;              /* убираем обводки */
    box-shadow: none;          /* убираем тень */
    color: inherit;
    font-weight: 600;
    font-size: 0.95rem;
    max-width: 100%;
}

.profile-status__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #b91f24; /* сам значок */
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    flex: 0 0 28px;
}

.profile-status__label {
    display: inline-block;     /* показываем название статуса */
    color: #333;               /* нейтральный цвет текста */
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   /* обрезаем длинные статусы */
    max-width: 160px;          /* ограничение ширины, при необходимости поменяйте */
}
}

/* Мобильные корректировки */
@media (max-width: 420px) {
    .profile-status {
        gap: 6px;
        font-size: 0.9rem;
    }
    .profile-status__icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        font-size: 13px;
    }
    .profile-status__label {
        max-width: 120px;
    }
}