:root {
    --text: 1rem;
}
body {
    font-family: 'Commissioner', sans-serif;
}

/* Promotions list and detail pages */
.promotion-list-item {
    display: flex;
    gap: 1rem;
    min-height: 185px;
}

.promotion-list-item__image {
    flex: 0 0 42%;
}

.promotion-list-item__image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.promotion-list-item__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.promotion-badge {
    align-self: flex-start;
    padding: .22rem .75rem;
    border: 1px solid #dedede;
    border-radius: 999px;
    color: #9a9a9a;
    font-size: .75rem;
    line-height: 1.25;
}

.promotion-list-item__title {
    margin: 1rem 0 .75rem;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
}

.promotion-list-item__title a {
    color: inherit;
    text-decoration: none;
}

.promotion-list-item__title a:hover {
    color: inherit;
    text-decoration: none;
}

.promotion-list-item__date {
    margin-top: auto;
    color: #a3a3a3;
    font-size: .8rem;
}

.promotion-view__image {
    max-height: 620px;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .promotion-list-item {
        display: block;
    }

    .promotion-list-item__image {
        display: block;
        margin-bottom: 1rem;
    }

    .promotion-list-item__image img {
        height: auto;
        max-height: 260px;
    }
}

.header .navbar-nav .nav-link {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #083165;
}

.sub-header {
    background-color: #083165;
}

.sub-header h1 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 26px;
}

.section-title {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #111111;
    border-bottom: 2px solid #F50969;
    padding-bottom: 5px;
    display: inline-block;
}

.news-feed-block h2,
.main-news-block h2,
.important-news-block h2,
.exclusive-block h2,
.photo-of-day-heading h2,
.video-releases-block h2,
.special-projects-block h2 {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #111111;
    border-bottom: 2px solid #f50969;
    padding-bottom: 5px;
    display: inline-block;
}

.card-title a {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
}

.text-muted, .small {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa !important;
}

.badge {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
}

.header .logo {
    width: 171px;
    height: 25px;
}

.header .age-limit {
    width: 20px;
    height: 20px;
    font-size: 10px;
}


.play-button {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
}

.play-button-icon {
    width: 14px;
    height: 14px;
}


.special-projects-slider {
    gap: 50px;
}

.special-project-card {
    position: relative;
    width: 275px;
    height: 435px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.special-project-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 18%, rgba(0, 0, 0, 0) 52%);
    pointer-events: none;
}

.special-project-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}

.special-project-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-project-card__title {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 24px;
    right: 24px;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}


.header-icon {
    width: 24px;
    height: 24px;
}


.inline-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.footer a, .footer p {
    font-family: 'Commissioner', sans-serif;
}


.footer {
    margin-top: 20px !important;
    background-color: #083165;
    color: white;
}

.footer .logo {
    width: 137px;
    height: 20px;
}

.footer .age-limit {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.footer-icon {
    width: 24px;
    height: 24px;
}


.carousel-control-prev-icon {
    background-image: url('./../../img/new_design/стрелка лево.svg');
    background-color: transparent;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.carousel-control-next-icon {
    background-image: url('./../../img/new_design/стрелка право.svg');
    background-color: transparent;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
}

@media (max-width: 992px) {
    .header .navbar-nav {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sub-header h1 {
        font-size: 20px;
    }

}

.tag-button {
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 5px 10px;
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tag-button:hover {
    color: #58A5FF;
    text-decoration: none;
    border: 1px solid #58A5FF;


}

.exclusive-card {
    max-width: 300px;
    margin: 0 auto;
}


.footer-text-block {
    font-size: 10px;
    line-height: 1.2;
    color: white;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px !important;
    }

    .content-sidebar-layout {
        display: grid;
        grid-template-columns: minmax(0, 5fr) minmax(0, 2fr);
        gap: 40px;
    }

    .content-sidebar-layout > .col-lg-8,
    .content-sidebar-layout > .col-lg-4 {
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1440px) {
    .main-container {
        --bs-gutter-x: 0;
    }
}

.footer-contact-block {
    line-height: 20px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.social-icons-block {

    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    width: 400px;
    height: 30px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

/* --- Fixes for Breadcrumbs and Tags (feature-update-news-page-design) --- */

/* Breadcrumbs styling to match Figma */
.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 1rem;
    font-size: 12px;
}

.breadcrumb-item a {
    color: #083165;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #083165;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding-right: .5rem;
    padding-left: .5rem;
    color: #083165;
}

/* Tags styling to match Figma */
.publication-tags .tag {
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 5px 10px;
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

.publication-tags .tag:hover {
    color: #083165;
    border-color: #083165;
    text-decoration: none;
}

/* --- End of fixes --- */


/* --- Custom Breadcrumbs Styling --- */
.custom-breadcrumbs {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #083165;
}

.custom-breadcrumbs a {
    color: #083165;
    text-decoration: none;
}

.custom-breadcrumbs a:hover {
    text-decoration: underline;
}


/* --- Blockquote styling to match Figma --- */
blockquote {
    padding-left: 30px;
    border-left: 2px solid #f50969;
    color: #111;
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    margin: 30px 0; /* Add some margin around the blockquote */
}

/* Ensure paragraph inside blockquote also inherits text styles */
blockquote p {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    margin-bottom: 0; /* Remove default paragraph margin if desired */
}

/* --- End of blockquote fixes --- */


/* --- Author block styling --- */
.article-body {
    color: #656565;
}

.article-body a,
.article-body a:visited,
.article-body a:hover,
.article-body a:focus,
.article-body a:active {
    color: inherit;
}

.publication-photo-caption {
    margin-top: 10px;
    color: #111111;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.publication-author-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.publication-author-block .author-icon {
    width: 16px;
    height: 16px;
}

.publication-author-block,
.publication-author-block a,
.publication-author-block span {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
    font-style: normal;
}

.publication-author-block a {
    text-decoration: none;
}

.publication-author-block a:hover {
    text-decoration: underline;
}

/* --- End of author block styling --- */


/* --- "Read Also" block (.post__more) styling --- */
.post__more {
    display: flex;
    align-items: center;
    background-color: rgba(88, 165, 255, 0.15);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-decoration: none;
    border-left: 3px solid #58a5ff;
}

.post__more:hover {
    text-decoration: none;
}

.post__more-img {
    flex-shrink: 0;
    margin-right: 20px;
}

.post__more-img img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}

.post__more-content {
    flex-grow: 1;
}

.post__more-sticker {
    font-size: 14px;
    color: #58a5ff;
    font-weight: 600;
    margin-bottom: 5px;
}

.post__more-title {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.post__more-date {
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
}

.post__more-date svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #aaa;
}

/* --- End of "Read Also" block styling --- */


/* --- Post Divider Styling --- */
.post-divider {
    border: none;
    border-top: 1px solid #AAA; /* Subtle gray line */
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.single-banner--header {
    padding-bottom: 20px;
}
/* --- End of Post Divider Styling --- */


/* --- Related News Section Styling --- */
.related-news-section {
    margin-top: 2rem;
}

.related-news-card {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
}

.related-news-card .publication-tags {
    /* Styles for tags inside related news cards, if different from main ones */
}

.related-news-card h5 a {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #111;
}

.related-news-card .text-muted {
    font-size: 12px;
}

.related-news-card .inline-icon {
    width: 10px;
    height: 10px;
}

/* --- End of Related News Section Styling --- */

/* --- Publication List Item Styling (feature-redesign-news-list-page) --- */
/* This section is intentionally left blank as the styles from related-news-card and bootstrap classes are sufficient */
/* --- End of Publication List Item Styling --- */

/* --- Pagination Styling (feature-redesign-news-list-page) --- */
.pagination-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.pagination-list {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px; /* Spacing between pagination items */
}

.pagination-item {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    min-width: 30px; /* Ensure a minimum width for consistent spacing */
    border-radius: 5px; /* Slightly rounded corners for items */
}

.pagination-item .pagination-link {
    color: #aaa; /* Inactive page numbers */
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pagination-item.active .pagination-link {
    color: #111; /* Active page number */
    font-weight: bold;
}

.pagination-item.disabled .pagination-link {
    color: #ccc; /* Disabled arrows or page numbers */
    pointer-events: none;
}

/*.pagination-arrow-icon {*/
/*    !* стрелка лево *!*/

/*    !* Auto layout *!*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 8px;*/
/*    gap: 10px;*/

/*    position: relative;*/
/*    width: 28.41px;*/
/*    height: 29.41px;*/

/*    background: #FFFFFF;*/
/*    border-radius: 20px;*/
/*}*/
/* --- End of Pagination Styling --- */


/* --- TV Page Redesign (feature/redesign-tv-page) --- */

/* TV Guide Tabs */
.tv-guide .nav-tabs {
    border-bottom: 1px solid #d9d9d9;
    gap: 20px;
}

.tv-guide .nav-link {
    color: #aaa;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 10px 10px 10px;
}

.tv-guide .nav-link.active {
    color: #083165;
    border-color: #a0174f;
    background-color: transparent;
}

.tv-guide .tab-pane .time {
    font-family: 'Commissioner', sans-serif;
    color: #656565;
    font-size: 16px;
    width: 60px;
    display: inline-block;
}

.tv-guide .tab-pane .title {
    font-family: 'Commissioner', sans-serif;
    color: #656565;
    font-size: 16px;
}

/* Programs Grid */
.programs-grid .card {
    border: none;
}

.programs-grid .card-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #111;
}

.programs-grid .card-text {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #656565;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.programs-grid .card-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 0;
}

.programs-grid .btn-primary {
    background-color: transparent;
    border-color: #58a5ff;
    color: #111;
    border-radius: 30px;
    padding: 5px 20px;
    font-family: 'Commissioner', sans-serif;
}

.programs-grid .btn-primary:hover {
    background-color: #58a5ff;
    color: #fff;
}

.programs-grid .badge {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.program-age-restriction__label {
    color: #aaa;
    font-family: 'Commissioner', sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.program-age-restriction__icon {
    width: 40px;
    height: 40px;
}

.program-age-restriction__badge {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid #58a5ff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Commissioner', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #58a5ff;
}

/* Now and Next Schedule */
.now-next-schedule .time-column {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #656565;
    width: 50px;
}

.now-next-schedule .schedule-item-time.active {
    font-weight: bold;
    color: #083165;
}

.now-next-schedule .title-column {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #656565;
}

.now-next-schedule .schedule-item-title.active {
    font-weight: 500;
    color: #083165;
}

.now-next-schedule .schedule-separator {
    margin: 0 10px;
}

.now-next-schedule .schedule-separator-img {
    width: 7px;
}

.now-next-schedule .progress-bar {
    background-color: #f50969;
}


/* --- End of TV Page Redesign --- */

/* --- Newspaper Page Redesign --- */
.newspaper-age-restriction {
    display: flex;
    align-items: center;
    gap: 12px;
}

.newspaper-age-restriction__label {
    color: #aaa;
    font-family: 'Commissioner', sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.newspaper-age-restriction__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.newspaper-banner__overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
}

.newspaper-banner__subscribe-button {
    background-color: #58a5ff;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 1rem;
}

.newspaper-banner__title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 48px;
}

.latest-issue-card {
    flex: 0 0 275px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.latest-issue-card__image-container {
    height: 295px;
}

.latest-issue-card__footer {
    background-color: #083165;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-issue-card__title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.download-icon {
    width: 14px;
    height: 17px;
}

.download-icon path {
    fill: white;
}

.newspaper-search-form__select, .newspaper-search-form__button {
    border-radius: 20px;
}

.newspaper-search-form__button {
    border-color: #58a5ff;
    color: #58a5ff;
}

.newspaper-search-form__button:hover {
    background-color: #58a5ff;
    color: white;
}

.newspaper-search-form__reset {
    color: #58a5ff;
    text-decoration: none;
}

.newspaper-search-form__controls .form-label {
    flex: 0 0 auto;
    white-space: nowrap;
}

.newspaper-section-heading {
    border-bottom: 1px solid var(--bs-border-color);
}

.newspaper-section-heading h2 {
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 7px;
    border-bottom: 2px solid #f50969;
}

.newspaper-contact-card {
    font-family: 'Commissioner', sans-serif;
}

.newspaper-contact-card__title {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    border-bottom: 1px solid #083165;
    padding-bottom: 5px;
    margin-bottom: 13px;
}

.newspaper-contact-card__body {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.newspaper-description p {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.h5.text-uppercase.text-body-secondary {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #111 !important;
    border-bottom: 2px solid #f50969;
    padding-bottom: 5px;
}

.newspaper-archive-item__download-btn {
    background-color: #083165;
    border-color: #083165;
    border-radius: 20px;
    color: white;
    display: flex;
    align-items: center;
}

.newspaper-archive-item__download-btn:hover {
    background-color: #062a54;
    border-color: #062a54;
    color: white;
}

.newspaper-archive-item__download-btn .download-icon path {
    fill: white;
}

/* --- End of Newspaper Page Redesign --- */

/* --- Newspaper Archive Page Redesign --- */
.newspaper-archive-container {
    max-width: 1000px;
    margin: 0 auto;
}

.newspaper-archive-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #111;
    margin-bottom: 20px;
}

.newspaper-search-section {
    margin-bottom: 20px;
}

.newspaper-search-tabs {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.newspaper-search-tabs .tab-item {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 5px;
    border-bottom: 2px solid #f50969;
    display: inline-block;
}

.newspaper-search-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #111;
    margin-bottom: 10px;
}

.newspaper-search-form-new {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.newspaper-search-form-new .form-label {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #111;
    margin-bottom: 0;
}

.newspaper-search-form-new .form-select {
    width: 192px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}

.newspaper-search-form-new .btn-find {
    border: 1px solid #58a5ff;
    color: #58a5ff;
    background-color: white;
    border-radius: 20px;
    padding: 5px 10px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
}

.newspaper-search-form-new .btn-reset {
    color: #58a5ff;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    text-decoration: none;
    background: none;
    border: none;
}

.newspaper-issue-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 20px 0;
}

.newspaper-issue-card {
    flex: 1 1 calc(50% - 10px); /* 2 колонки с отступом 20px */
    max-width: calc(50% - 10px); /* Гарантируем, что не будет превышать 2 колонки */
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .newspaper-issue-card {
        flex: 1 1 100%; /* 1 колонка для мобильных */
        max-width: 100%; /* Полная ширина для мобильных */
    }

    .newspaper-issue-card__image {
        width: 100%; /* Изображение занимает всю ширину карточки на мобильных */
        height: auto; /* Автоматическая высота */
    }
}

.newspaper-issue-card__image {
    width: 200px; /* Adjust based on flex calculation if needed */
    height: 295px; /* Fixed height from figma */
    position: relative;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex-shrink: 0;
}

.newspaper-issue-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newspaper-issue-card__download-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 41px;
    height: 40px;
}

.newspaper-issue-card__info {
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding-top: 10px;
}

.newspaper-issue-card__number {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #111;
    line-height: 1.2;
}

.newspaper-issue-card__date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
}

.newspaper-issue-card__date-icon {
    width: 10px;
    height: 10px;
}

.newspaper-archive-new .pagination-list {
    justify-content: flex-start;
}

/* --- End of Newspaper Archive Page Redesign --- */

/* --- Radio Show Tile Redesign --- */
.radio-show-tile {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-family: 'Commissioner', sans-serif;
}

.radio-show-tile__image {
    width: 237px;
    flex-shrink: 0;
}

.radio-show-tile__image img {
    border-radius: 10px;
    width: 100%;
}

.radio-show-tile__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.radio-show-tile__title a {
    font-weight: 500;
    font-size: 19px;
    color: #111;
    text-decoration: none;
}

.radio-show-tile__description {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.radio-show-tile__meta {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.radio-show-tile__meta-title {
    font-weight: 500;
    font-size: 19px;
    color: #111;
}

.radio-show-tile__air-time {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.radio-show-tile__age-rating {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-show-tile__age-rating-label {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
    line-height: 1.2;
}

.radio-show-tile__age-rating-value {
    width: 36px;
    height: 36px;
    border: 1px solid #58a5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #58a5ff;
}

/* --- End of Radio Show Tile Redesign --- */

/* --- Fixes for Breadcrumbs and Tags (feature-update-news-page-design) --- */

/* Breadcrumbs styling to match Figma */
.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 1rem;
    font-size: 12px;
}

.breadcrumb-item a {
    color: #083165;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #083165;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding-right: .5rem;
    padding-left: .5rem;
    color: #083165;
}

/* Tags styling to match Figma */
.publication-tags .tag {
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 5px 10px;
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

.publication-tags .tag:hover {
    color: #58A5FF;
    border-color: #58A5FF;
    text-decoration: none;
}

/* --- End of fixes --- */


/* --- Custom Breadcrumbs Styling --- */
.custom-breadcrumbs {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #083165;
}

.custom-breadcrumbs a {
    color: #083165;
    text-decoration: none;
}

.custom-breadcrumbs a:hover {
    text-decoration: underline;
}


/* --- Blockquote styling to match Figma --- */
blockquote {
    background-color: rgba(88, 165, 255, 0.15);
    position: relative;
    box-sizing: border-box;
    padding: 30px 30px 30px 60px;
    border: 0;
    border-radius: 10px;
    color: #111;
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    margin: 30px 0; /* Add some margin around the blockquote */
}

blockquote::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    width: 2px;
    background-color: #58a5ff;
}

/* Ensure paragraph inside blockquote also inherits text styles */
blockquote p {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    margin: 0;
}

blockquote p + p {
    margin-top: 20px;
}

/* --- End of blockquote fixes --- */


/* --- Author block styling --- */
.publication-author-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.publication-author-block .author-icon {
    width: 16px;
    height: 16px;
}

.publication-author-block,
.publication-author-block a,
.publication-author-block span {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
    font-style: normal;
}

.publication-author-block a {
    text-decoration: none;
}

.publication-author-block a:hover {
    text-decoration: underline;
}

/* --- End of author block styling --- */


/* --- "Read Also" block (.post__more) styling --- */
.post__more {
    display: flex;
    align-items: center;
    background-color: rgba(88, 165, 255, 0.15);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-decoration: none;
    border-left: 3px solid #58a5ff;
}

.post__more:hover {
    text-decoration: none;
}

.post__more-img {
    flex-shrink: 0;
    margin-right: 20px;
}

.post__more-img img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}

.post__more-content {
    flex-grow: 1;
}

.post__more-sticker {
    font-size: 14px;
    color: #58a5ff;
    font-weight: 600;
    margin-bottom: 5px;
}

.post__more-title {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.post__more-date {
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
}

.post__more-date svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #aaa;
}

/* --- End of "Read Also" block styling --- */


/* --- Post Divider Styling --- */
.post-divider {
    border: none;
    border-top: 1px solid #AAA; /* Subtle gray line */
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* --- End of Post Divider Styling --- */


/* --- Related News Section Styling --- */
.related-news-section {
    margin-top: 2rem;
}

.related-news-card {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
}

.related-news-card .publication-tags {
    /* Styles for tags inside related news cards, if different from main ones */
}

.related-news-card h5 a {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #111;
}

.related-news-card .text-muted {
    font-size: 12px;
}

.related-news-card .inline-icon {
    width: 10px;
    height: 10px;
}

/* --- End of Related News Section Styling --- */

/* --- Publication List Item Styling (feature-redesign-news-list-page) --- */
/* This section is intentionally left blank as the styles from related-news-card and bootstrap classes are sufficient */
/* --- End of Publication List Item Styling --- */

/* --- Pagination Styling (feature-redesign-news-list-page) --- */
.pagination-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.pagination-list {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px; /* Spacing between pagination items */
}

.pagination-item {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    min-width: 30px; /* Ensure a minimum width for consistent spacing */
    border-radius: 5px; /* Slightly rounded corners for items */
}

.pagination-item .pagination-link {
    color: #aaa; /* Inactive page numbers */
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pagination-item.active .pagination-link {
    color: #111; /* Active page number */
    font-weight: bold;
}

.pagination-item.disabled .pagination-link {
    color: #ccc; /* Disabled arrows or page numbers */
    pointer-events: none;
}

/*.pagination-arrow-icon {*/
/*    !* стрелка лево *!*/

/*    !* Auto layout *!*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 8px;*/
/*    gap: 10px;*/

/*    position: relative;*/
/*    width: 28.41px;*/
/*    height: 29.41px;*/

/*    background: #FFFFFF;*/
/*    border-radius: 20px;*/
/*}*/
/* --- End of Pagination Styling --- */


/* --- TV Page Redesign (feature/redesign-tv-page) --- */

/* TV Guide Tabs */
.tv-guide .nav-tabs {
    border-bottom: 1px solid #d9d9d9;
    gap: 20px;
}

.tv-guide .nav-link {
    color: #aaa;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 10px 10px 10px;
}

.tv-guide .nav-link.active {
    color: #083165;
    border-color: #a0174f;
    background-color: transparent;
}

.tv-guide .tab-pane .time {
    font-family: 'Commissioner', sans-serif;
    color: #656565;
    font-size: 16px;
    width: 60px;
    display: inline-block;
}

.tv-guide .tab-pane .title {
    font-family: 'Commissioner', sans-serif;
    color: #656565;
    font-size: 16px;
}

/* Programs Grid */
.programs-grid .card {
    border: none;
}

.programs-grid .card-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #111;
}

.programs-grid .card-text {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #656565;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.programs-grid .card-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 0;
}

.programs-grid .btn-primary {
    background-color: transparent;
    border-color: #58a5ff;
    color: #111;
    border-radius: 30px;
    padding: 5px 20px;
    font-family: 'Commissioner', sans-serif;
}

.programs-grid .btn-primary:hover {
    background-color: #58a5ff;
    color: #fff;
}

.programs-grid .badge {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.program-age-restriction__label {
    color: #aaa;
    font-family: 'Commissioner', sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.program-age-restriction__icon {
    width: 40px;
    height: 40px;
}

/* Radio programs list */
.radio-intro-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.radio-age-restriction {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.radio-age-restriction__label {
    color: #aaa;
    font-family: 'Commissioner', sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.radio-age-restriction__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.radio-frequency-list li {
    display: grid;
    grid-template-columns: 10px max-content minmax(0, 1fr);
    align-items: center;
    column-gap: 20px;
    min-height: 40px;
    border-bottom: 1px solid var(--bs-border-color);
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
}

.radio-frequency-list li::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f50969;
    content: '';
}

.radio-frequency-list strong {
    color: #111;
    font-weight: 500;
}

.radio-frequency-list span {
    color: #656565;
}

.radio-contacts h5,
.press-room-contacts h5,
.newspaper-contacts-list h5 {
    margin-bottom: 13px;
    padding-bottom: 5px;
    border-bottom: 1px solid #083165;
    color: #111;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.radio-contacts p,
.press-room-contacts p,
.newspaper-contacts-list p {
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.radio-contacts a,
.newspaper-contacts-list a,
.press-room-contacts a {
    color: inherit;
    text-decoration: none;
}

.radio-contacts a:hover,
.radio-contacts a:focus-visible,
.newspaper-contacts-list a:hover,
.newspaper-contacts-list a:focus-visible,
.press-room-contacts a:hover,
.press-room-contacts a:focus-visible {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .radio-intro-heading {
        flex-direction: column;
    }

    .radio-age-restriction {
        align-self: flex-end;
    }

    .radio-frequency-list li {
        grid-template-columns: 8px max-content minmax(0, 1fr);
        column-gap: 20px;
        padding: 7px 0;
        font-size: 14px;
    }
}

.radio-section-heading,
.radio-programs__heading {
    border-bottom: 1px solid var(--bs-border-color);
}

.radio-section-heading h2,
.radio-programs__heading h2 {
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 7px;
    border-bottom: 2px solid #f50969;
}

.radio-programs__heading {
    margin-bottom: 23px;
}

.radio-programs__heading h2 {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
}

.radio-program {
    display: grid;
    grid-template-columns: minmax(180px, 285px) minmax(250px, 1.6fr) minmax(220px, 1fr);
    gap: 24px;
    min-height: 218px;
    padding-bottom: 12px;
    margin-bottom: 23px;
    border-bottom: 1px solid #dedede;
    font-family: 'Commissioner', sans-serif;
}

.radio-program__image {
    display: block;
    align-self: start;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.56 / 1;
    border-radius: 12px;
    background-color: #d9d9d9;
}

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

.radio-program__title,
.radio-program__broadcast h4 {
    margin: 2px 0 24px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.radio-program__title a {
    color: inherit;
    text-decoration: none;
}

.radio-program__title a:hover {
    color: #205db2;
}

.radio-program__subtitle,
.radio-program__broadcast p {
    margin: 0;
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.radio-program__aside {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.radio-program__age {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.radio-program__age-label {
    color: #aaa;
    font-size: 13px;
    line-height: 1.15;
}

.radio-program__age-badge {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #58a5ff;
    border-radius: 50%;
    color: #428fff;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .radio-program {
        grid-template-columns: minmax(160px, 220px) minmax(220px, 1.4fr) minmax(180px, 1fr);
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .radio-program {
        grid-template-columns: minmax(120px, 36%) 1fr;
        min-height: 0;
    }

    .radio-program__aside {
        grid-column: 1 / -1;
    }

    .radio-program__broadcast h4 {
        margin-bottom: 8px;
    }

    .radio-program__age {
        margin-top: 18px;
    }
}

@media (max-width: 479.98px) {
    .radio-program {
        display: block;
    }

    .radio-program__image {
        margin-bottom: 16px;
    }

    .radio-program__title {
        margin-bottom: 10px;
    }

    .radio-program__subtitle {
        margin-bottom: 18px;
    }
}

/* Now and Next Schedule */
.now-next-schedule .time-column {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #656565;
    width: 50px;
}

.now-next-schedule .schedule-item-time.active {
    font-weight: bold;
    color: #083165;
}

.now-next-schedule .title-column {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #656565;
}

.now-next-schedule .schedule-item-title.active {
    font-weight: 500;
    color: #083165;
}

.now-next-schedule .schedule-separator {
    margin: 0 10px;
}

.now-next-schedule .schedule-separator-img {
    width: 7px;
}

.now-next-schedule .progress-bar {
    background-color: #f50969;
}


/* --- End of TV Page Redesign --- */

/* --- Newspaper Page Redesign --- */
.newspaper-banner__overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
}

.newspaper-banner__subscribe-button {
    background-color: #58a5ff;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 1rem;
}

.newspaper-banner__title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 48px;
}

.latest-issue-card {
    flex: 0 0 275px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.latest-issue-card__image-container {
    height: 295px;
}

.latest-issue-card__footer {
    background-color: #083165;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-issue-card__title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.download-icon {
    width: 14px;
    height: 17px;
}

.download-icon path {
    fill: white;
}

.newspaper-search-form__select, .newspaper-search-form__button {
    border-radius: 20px;
}

.newspaper-search-form__button {
    border-color: #58a5ff;
    color: #58a5ff;
}

.newspaper-search-form__button:hover {
    background-color: #58a5ff;
    color: white;
}

.newspaper-search-form__reset {
    color: #58a5ff;
    text-decoration: none;
}

.newspaper-contact-card {
    font-family: 'Commissioner', sans-serif;
}

.newspaper-contact-card__title {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    border-bottom: 1px solid #083165;
    padding-bottom: 5px;
    margin-bottom: 13px;
}

.newspaper-contact-card__body {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.newspaper-description p {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.h5.text-uppercase.text-body-secondary {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #111 !important;
    border-bottom: 2px solid #f50969;
    padding-bottom: 5px;
}

.newspaper-archive-item__download-btn {
    background-color: #083165;
    border-color: #083165;
    border-radius: 20px;
    color: white;
    display: flex;
    align-items: center;
}

.newspaper-archive-item__download-btn:hover {
    background-color: #062a54;
    border-color: #062a54;
    color: white;
}

.newspaper-archive-item__download-btn .download-icon path {
    fill: white;
}

/* --- End of Newspaper Page Redesign --- */

/* --- Newspaper Archive Page Redesign --- */
.newspaper-archive-container {
    max-width: 1000px;
    margin: 0 auto;
}

.newspaper-archive-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #111;
    margin-bottom: 20px;
}

.newspaper-search-section {
    margin-bottom: 20px;
}

.newspaper-search-tabs {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.newspaper-search-tabs .tab-item {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 5px;
    border-bottom: 2px solid #f50969;
    display: inline-block;
}

.newspaper-search-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #111;
    margin-bottom: 10px;
}

.newspaper-search-form-new {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.newspaper-search-form-new .form-label {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #111;
    margin-bottom: 0;
}

.newspaper-search-form-new .form-select {
    width: 192px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}

.newspaper-search-form-new .btn-find {
    border: 1px solid #58a5ff;
    color: #58a5ff;
    background-color: white;
    border-radius: 20px;
    padding: 5px 10px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
}

.newspaper-search-form-new .btn-reset {
    color: #58a5ff;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    text-decoration: none;
    background: none;
    border: none;
}

.newspaper-issue-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 20px 0;
}

.newspaper-issue-card {
    flex: 1 1 calc(50% - 10px); /* 2 колонки с отступом 20px */
    max-width: calc(50% - 10px); /* Гарантируем, что не будет превышать 2 колонки */
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .newspaper-issue-card {
        flex: 1 1 100%; /* 1 колонка для мобильных */
        max-width: 100%; /* Полная ширина для мобильных */
    }

    .newspaper-issue-card__image {
        width: 100%; /* Изображение занимает всю ширину карточки на мобильных */
        height: auto; /* Автоматическая высота */
    }
}

.newspaper-issue-card__image {
    width: 200px; /* Adjust based on flex calculation if needed */
    height: 295px; /* Fixed height from figma */
    position: relative;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex-shrink: 0;
}

.newspaper-issue-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newspaper-issue-card__download-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 41px;
    height: 40px;
}

.newspaper-issue-card__info {
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding-top: 10px;
}

.newspaper-issue-card__number {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #111;
    line-height: 1.2;
}

.newspaper-issue-card__date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
}

.newspaper-issue-card__date-icon {
    width: 10px;
    height: 10px;
}

.newspaper-archive-new .pagination-list {
    justify-content: flex-start;
}

/* --- End of Newspaper Archive Page Redesign --- */

/* --- Radio Show Tile Redesign --- */
.radio-show-tile {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-family: 'Commissioner', sans-serif;
}

.radio-show-tile__image {
    width: 237px;
    flex-shrink: 0;
}

.radio-show-tile__image img {
    border-radius: 10px;
    width: 100%;
}

.radio-show-tile__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.radio-show-tile__title a {
    font-weight: 500;
    font-size: 19px;
    color: #111;
    text-decoration: none;
}

.radio-show-tile__description {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.radio-show-tile__meta {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.radio-show-tile__meta-title {
    font-weight: 500;
    font-size: 19px;
    color: #111;
}

.radio-show-tile__air-time {
    font-weight: 400;
    font-size: 16px;
    color: #656565;
}

.radio-show-tile__age-rating {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-show-tile__age-rating-label {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
    line-height: 1.2;
}

/* --- End of Radio Show Tile Redesign --- */

.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px; /* Add some padding for the scrollbar */
    display: flex; /* Make it a flex container */
    flex-wrap: nowrap; /* Ensure items don't wrap */
    align-items: stretch; /* Make all cards stretch to the height of the tallest item */
}

.event-card {
    width: 275px;
    margin-right: 20px;
    flex-shrink: 0; /* Prevent cards from shrinking */
    vertical-align: top;
    white-space: normal;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex; /* Also make the card itself a flex container to manage its internal height */
    flex-direction: column;
}

.press-room-events-slider {
    position: relative;
    padding-bottom: 5px;
}

.press-room-events-slider .exclusive-slider {
    padding-top: 0;
    align-items: stretch;
}

.press-room-events-slider .event-card {
    height: auto;
    margin-right: 0;
}

.press-room-events-slider .exclusive-scrollbar {
    bottom: 5px;
}

/* --- Press Room Card Styling --- */
.press-room-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}

.press-room-card__image {
    height: 225px;
    width: 100%;
    object-fit: cover;
    background-color: #d9d9d9;
}

.press-room-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    justify-content: space-between;
}

.press-room-card__title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    margin: 0;
    color: #111;
}

.press-room-card__meta {
    display: flex;
    align-items: center;
    gap: 5px;
}

.press-room-card__icon {
    width: 10px;
    height: 10px;
}

.press-room-card__date {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #aaa;
}

.press-room-advantages {
    margin-top: 40px;
}

.press-room-advantages__title,
.press-room-services__title {
    margin: 0;
    color: #111;
    font-family: 'Commissioner', sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
}

.press-room-advantages__title {
    margin-bottom: 32px;
}

.press-room-advantage {
    height: 100%;
    min-height: 260px;
    padding: 30px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.press-room-advantage__icon {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: none;
    box-shadow: none;
}

.press-room-advantage__text {
    margin: 30px 0 0;
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.press-room-services {
    margin-top: 48px;
}

.press-room-services__list {
    margin: 30px 0 0;
    padding-left: 24px;
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
}

.press-room-services__list li + li {
    margin-top: 8px;
}

.press-room-services__summary {
    margin: 52px 0 0;
    color: #061d3d;
    font-family: 'Commissioner', sans-serif;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
}

/* --- End of Press Room Card Styling --- */
/* --- Section Title with Pink Underline --- */
.press-room-section-heading {
    border-bottom: 1px solid var(--bs-border-color);
}

.press-room-section-heading .section-title-pink-underline {
    display: inline-block;
    margin-bottom: -1px;
}

.section-title-pink-underline {
    border-bottom: 2px solid #f50969;
    padding-bottom: 5px;
    color: #111;
}

/* --- Exclusive Block --- */
.exclusive-block {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 533px;
}

.exclusive-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.exclusive-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}


.exclusive-container__title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #aaa;
}

.exclusive-container__title {
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: 2px solid #f50969;
    padding-bottom: 5px;
    position: relative;
}

.exclusive-container__title-text {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    white-space: nowrap;
}

.exclusive-slider {
    padding-top: 41px;
    display: flex;
    gap: 36px; /* Spacing between cards: 311 - 275 = 36 */
    padding-bottom: 20px; /* To make space for scrollbar if visible */
    align-items: stretch;
}

.exclusive-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 450px;
    width: 275px;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    text-decoration: none;
}

.exclusive-card__image {
    background-color: #aaaaaa;
    height: 225px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.exclusive-card__content {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    min-height: 1px;
    padding: 0 20px 20px 20px;
    width: 100%;
}

.exclusive-card__text {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #656565;
    font-size: 16px;
    width: 232px;
    word-break: break-word;
}

.exclusive-card__meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.exclusive-card__meta-icon {
    width: 10px;
    height: 10px;
}

.exclusive-card__meta-date {
    font-family: 'Comme', sans-serif;
    font-weight: 400;
    color: #aaaaaa;
    font-size: 12px;
    white-space: nowrap;
}

.exclusive-card--all-materials {
    display: flex;
    flex-direction: column;
    height: 450px;
    width: 275px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    flex-shrink: 0;
    color: white;
    text-decoration: none;
}

.exclusive-card--all-materials:hover {
    color: white;
}


.exclusive-card--all-materials-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 10px;
}

.exclusive-card--all-materials-text {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    position: relative;
    width: 100%;
}

.exclusive-arrow {
    position: absolute;
    top: 220px;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 20px;
    border: none;
    z-index: 10;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.exclusive-arrow--left {
    left: 20px;
}

.exclusive-arrow--right {
    right: 20px;
}

.exclusive-arrow__icon {
    width: 12px;
    height: 13px;
}

.exclusive-scrollbar {
    position: absolute;
    bottom: 5px; /* 533px (container) - 520px (scrollbar top) - 1px (scrollbar height) */
    left: 0;
    width: 100%;
    height: 11px; /* Height of the thumb */
    display: flex;
    align-items: center;
}

.exclusive-scrollbar__track {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.exclusive-scrollbar__thumb {
    position: absolute;
    top: 0; /* Align with the top of the new scrollbar wrapper */
    height: 11px;
    width: 150px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    background-image: url('/img/new_design/slider_thumb.png');
    background-size: cover;
    cursor: grab;
    z-index: 2; /* Ensure thumb is above the track */
}

.exclusive-scrollbar__thumb:active {
    cursor: grabbing;
}


/* --- End of Exclusive Block --- */

/* Styles for uniform height and date positioning in exclusive-slider cards */
.exclusive-slider .col-md-4 {
    flex: 1 0 auto;
    display: flex;
}

.exclusive-slider .col-md-4 .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.exclusive-slider .col-md-4 .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.exclusive-slider .col-md-4 .card-body .text-muted.small {
    margin-top: auto;
}

/* --- About Page Redesign --- */
.about-highlight {
    position: relative;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 0 0 0 62px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.about-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 2px;
    background-color: rgba(245, 9, 105, 1);
}

.about-highlight p {
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

.about-highlight p + p {
    margin-top: 10px;
}

.about-page .h3_new {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #111;
}

.about-menu .btn {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 30px;
    padding: 8px 20px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    color: #083165;
}

.about-menu .btn:hover,
.about-menu .btn.active {
    background-color: #083165;
    color: #fff;
    border-color: #083165;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 2rem;
}

.address-card {
    grid-column: span 2;
}

.contact-card {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.address-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.address-line span {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #656565;
}

.contact-card-position {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-card-name {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #656565;
    margin-bottom: 0;
}

.contact-card-email {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #58a5ff;
    text-decoration: none;
    margin-top: auto;
}

.contact-card-email:hover {
    text-decoration: underline;
}

.about-documents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.about-document-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #656565;
    text-decoration: none;
}

.about-document-link:hover {
    color: #083165;
    text-decoration: underline;
}

.about-document-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.vacancy-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}

.vacancy-card {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #656565;
}

.vacancy-card__title {
    margin: 0 0 16px;
    font-family: 'Comme', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    text-transform: uppercase;
}

.vacancy-card__subtitle {
    margin: 16px 0 4px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #111;
}

.vacancy-card__line,
.vacancy-card p {
    margin-bottom: 0;
}

.vacancy-card ul {
    margin: 4px 0 0;
    padding-left: 20px;
}

.vacancy-card__email {
    color: #58a5ff;
    text-decoration: none;
}

.vacancy-card__email:hover {
    text-decoration: underline;
}

/* --- Header Utility Icons Redesign --- */
.header-utility-icons {
    gap: 30px; /* Override Bootstrap's gap-3 (1rem) */
}

.header-utility-icons .header-icon {
    width: auto;
    height: 20px;
}

/* --- End of Header Utility Icons Redesign --- */

@media (max-width: 768px) {
    .contact-cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .address-card {
        grid-column: span 1; /* Reset for mobile */
    }

    .about-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-menu .btn {
        margin-right: 0;
    }

    .vacancy-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* --- End of About Page Redesign --- */

.tv-live-icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #E7236C;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

/* Dostoyanie Gubernii Page Styles */

.dostoyanie-gubernii-page__navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 28px 0;
}

.dostoyanie-gubernii-page__navigation-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 2px solid #d9d9d9;
    border-radius: 999px;
    color: #083165;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.dostoyanie-gubernii-page__navigation-link:hover,
.dostoyanie-gubernii-page__navigation-link:focus,
.dostoyanie-gubernii-page__navigation-link.active {
    border-color: #083165;
    background-color: #f5f8fc;
    color: #083165;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .dostoyanie-gubernii-page__navigation {
        gap: 10px;
    }

    .dostoyanie-gubernii-page__navigation-link {
        width: 100%;
        min-width: 0;
    }
}

.dostoyanie-winners-summary {
    margin-bottom: 28px;
    font-size: 1.15rem;
    font-weight: 600;
}

.dostoyanie-winners-gallery {
    margin: 26px 0 36px;
}

.dostoyanie-winners-gallery .carousel-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
}

.dostoyanie-winners-gallery .carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.dostoyanie-winners-gallery .carousel-container {
    display: flex;
    gap: 14px;
}

.news-carousel.dostoyanie-winners-gallery .news-carousel-item {
    flex: 0 0 250px;
    width: 250px;
}

.dostoyanie-winners-gallery__card {
    position: relative;
    display: block;
    height: 142px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.dostoyanie-winners-gallery__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dostoyanie-winners-gallery__card-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 16px;
    background: rgba(5, 19, 32, 0.38);
    text-align: center;
}

.dostoyanie-winners-gallery__card-title {
    font-weight: 600;
}

.dostoyanie-winners-gallery__card-action {
    padding: 6px 28px;
    background: #087d82;
    color: #fff;
    font-weight: 600;
    transform: skewX(-24deg);
}

.dostoyanie-winners-gallery__card-action span {
    display: block;
    transform: skewX(24deg);
}

.dostoyanie-winners-list {
    margin-top: 18px;
}

.dostoyanie-winner-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.dostoyanie-winner-card__image {
    width: 100%;
    height: 158px;
    object-fit: cover;
    border-radius: 8px;
}

.dostoyanie-winner-card__category {
    margin-bottom: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.dostoyanie-winner-card__winner:first-child {
    list-style-type: none;
    margin-left: -30px;
    padding-left: 10px;
    color: #111111;
}
.dostoyanie-gubernii-page a {
    color: #111111;
}
.dostoyanie-winner-card__winner {
    position: relative;
    margin-bottom: 14px;
    padding-left: 38px;
    font-size: 1.05rem;
    font-weight: 500;

}

.dostoyanie-winner-card__winner::before {
    content: '';
    display: inline-block;
    width: 16px;
    min-width: 20px;
    max-width: 20px;
    height: 32px;
    margin-right: 20px;
    background-image: url('/img/new_design/winner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dostoyanie-winner-card__finalists {
    margin-bottom: 0;
    color: #777;
}

@media (max-width: 767.98px) {
    .dostoyanie-winner-card {
        grid-template-columns: 1fr;
    }

    .dostoyanie-winner-card__image {
        height: auto;
    }
}

.dostoyanie-gubernii-page .h4_new {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #111;
    border-bottom: 2px solid #F50969;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.dostoyanie-gubernii-page .nav-pills .nav-link {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #aaa;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dostoyanie-gubernii-page .nav-pills .nav-link.active {
    color: #083165;
}

.dostoyanie-gubernii-page .card {
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
    background-color: #fff; /* Ensure solid background */
}

.dostoyanie-gubernii-page .card-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.dostoyanie-gubernii-page .expert-photo-container {
    max-width: 170px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.dostoyanie-gubernii-page .expert-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Expert Council Carousel */
.expert-council-carousel .carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.expert-council-carousel .carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.expert-council-carousel .carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 6px;
}

.expert-council-carousel .carousel-controls {
    display: flex;
    gap: 10px;
}

.expert-council-carousel .carousel-control {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #111;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.expert-council-carousel .carousel-control:hover {
    background-color: #f0f0f0;
}

.dg_wr .flex_wr {
    display: flex;
}

.dg-header_wr.flex_wr {
    display: flex;
    width: 100%;
    background-size: contain;
    background: url(/img/new_design/dostoyanie/dg7.png) no-repeat center;
    /* height: 490px; */
    aspect-ratio: 2.56/1;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dg_section {
    position: relative;
}

.dg_top-head {
    opacity: 0;
    font-size: 50px;
    color: #e5cfaa;
    font-weight: 600;
    padding-right: 20px;

}

.dg_presentation {
    width: 34%;
    height: 58%;
    padding: 10px;
    background: #e5cfaa;
    position: absolute;
    left: 55%;
}

.dg_presentation iframe {
    width: 100%;
    height: 100%;
}

.dg_presentation video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dg-list_target-ul ul {
    padding: 20px 100px;

}

.dg-list_target-ul > ul > li {
    padding: 0 75px;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 500;
    line-height: 30px;
}

.dg-list_target-ul > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 7px;
    left: 40px;
    background: #004B51;
    border: 0 solid;
    border-radius: 100%;
}

.dg_jury-item {
    width: 260px;
    color: gray;
    margin: 20px 20px 20px 0;
}

.dg_jury-item .img-wr {
    width: 170px;
    height: 170px;
    border: 0 solid;
    border-radius: 100%;
    overflow: hidden;
}

.dg_jury-item .img-wr img {
    width: 100%;
    height: 100%;
}

.jury-wr {
    padding: 0 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.dg_jury-item .name {
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0;
}

.dg_jury-item .status {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.dg_namenation-item h2 {
    font-size: calc(var(--text) * 1.2);
    padding-bottom: 25px;
    font-weight: 600;
    color: #4E4E4E;
}

.dg_namenation-item ul li {
    font-size: var(--text);
    font-weight: 400;
    position: relative;
    margin-bottom: var(--text);
}

.dg-albom_wr {
}

.dg-albom_item {
    width: 450px;
    height: 300px;
    background: #FFF9F0;
    margin: 0 100px;
    text-align: center;
}

.dg-albom_item h2 {
    font-size: 25px;
    font-weight: 600;
    color: #004D53;
    text-align: center;
    padding-top: 75px;
}

.dg-final_wr {
}

.dg-final_item {
    width: 450px;
    height: 200px !important;
    background: #FFF9F0;
    margin: 0 100px;
    text-align: center;
}

.dg-final_item .ab {
    margin: 10px;
}

.dg-final_item h2 {
    font-size: 25px;
    font-weight: 600;
    color: #004D53;
    text-align: center;
    padding-top: 65px;
}

.dg-winner-wr {
    padding: 25px 50px;
    margin: 0 100px;
    background: #fff9f0;
    position: relative;
}

.dg_winner-item {
    display: flex;
    width: 957px;
}

.dg-winner-img_wr {
    width: 400px;
    min-width: 400px;
}

.dg_winner-item h2 {
    font-size: 25px;
    font-weight: 600;
    color: #004D53;
    padding: 20px 0;
}

.dg-winner-text-wr {
    padding-left: 20px;
}

.dg_namenation-slider_wr {
    background: #FFF9F0;
}

.dg-winner-wr .slick-prev,
.dg-winner-wr .slick-next,
.dg_namenation-slider_wr .slick-prev,
.dg_namenation-slider_wr .slick-next,
.dg-albom_wr .slick-prev,
.dg-albom_wr .slick-next,
.dg-final_wr .slick-prev,
.dg-final_wr .slick-next {
    background-color: #004d53;
    width: 50px;
    height: 50px;
    padding: 5px;
    opacity: 1;
}

.dg_namenation-p {
    font-size: 14px;
    font-weight: 500;
    color: #004D53;
    padding: 10px 0;
}

.dg_organisation-p {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    padding: 10px 0;
}

.dg_reward-wr {
    width: 165px;
    opacity: 0;
}

.dg_namenation_item-detail h2 {
    font-size: 28px;
    font-weight: 600;
    color: #004D53;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dg_namenation_item-detail ul li {
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    padding: 8px 30px;
    position: relative;
}

.dg_namenation_item-detail ul {
    padding-bottom: 25px;
    margin-left: 30px;
}

.dg_namenation_item-detail ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 13px;
    left: 8px;
    background: #4E4E4E;
    border: 0 solid;
    border-radius: 100%;
}

.foto_albom {
    display: block;
    width: 1060px;
    margin: 0 auto;
}

.foto_albom img {
    width: 349px;
    display: inline-block;
    padding: 20px 10px;
}

.foto_albom img:hover {
    cursor: pointer;
}

#foto_albom-detail {
    background: #fef0dac7;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 999999;
}

#foto_albom-detail img {
    max-width: 90vw;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: 96vh;
}

.dg_info_wr {
    font-size: 18px;
    line-height: 35px;
    padding: 0 100px 0;
}

.dg_info_wr p {
    font-size: 18px;
    line-height: 35px;
}

.dg_info_wr a {
    font-weight: 600;
    color: #01656e;
}

.dg_info_wr h2 {
    font-size: 28px;
    font-weight: 600;
    color: #004D53;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dg_info_wr ul li {
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    padding: 5px 30px;
    position: relative;
}

.dg_info_wr ul {
    margin-left: 30px;
}

.dg_info_wr ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    left: 3px;
    background: #4E4E4E;
    border: 0 solid;
    border-radius: 100%;
}

.iblock_content table {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

.iblock_content th,
.iblock_content td:first-child {
    background: #AFCDE7;
    color: white;
    padding: 10px 20px;
}

.iblock_content th,
.iblock_content td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

.iblock_content td {
    background: #D8E6F3;
}

.iblock_content th:first-child,
td:first-child {
    text-align: left;
}

.dg_namenation_item-detail ul .is_win:before {
    content: "\f091";
    top: 7px;
    left: 3px;
    box-sizing: border-box;
    color: #ea8f00;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    background: none;
    border: none;
}

.dg-winner-wr .slick-slide img {
    display: block;
    width: auto;
    height: auto;
    max-height: 270px;
    margin: 0 auto;
}

/* Плашки заголовок */
.ab {
    padding-left: var(--text);
    padding-right: var(--text);
    background: linear-gradient(90deg, rgba(1, 113, 124, 1) 0%, rgba(0, 75, 81, 1) 100%);
    transform: skewX(-30deg);
    position: relative;
    font-size: var(--text);
    margin: calc(var(--text) / 2) var(--text);
    display: inline-block;
}

.ab div {
    display: inline-block;
}

.ab .q {
    position: absolute;
}

.ab .b {
    background: rgb(16, 161, 146);
    background: linear-gradient(90deg, var(rgba(3, 63, 64, 1)) 0%, var(rgba(1, 110, 121, 1)) 100%);
    width: 100%;
    height: 50%;
    left: -0.8em;
    top: 35%;
}

.ab .c {
    background: rgb(16, 161, 146);
    background: linear-gradient(90deg, var(rgba(16, 161, 146, 1)) 0%, var(rgba(2, 59, 61, 1)) 100%);
    width: 100%;
    height: 50%;
    left: -0.5em;
    top: 15%;
}

.ab .d {
    background: rgb(16, 161, 146);
    background: linear-gradient(90deg, var(rgba(16, 161, 146, 1)) 0%, var(rgba(2, 59, 61, 1)) 100%);
    width: 100%;
    height: 50%;
    top: 40%;
    right: -0.4em;
}

.ab .f {
    background: rgb(16, 161, 146);
    background: linear-gradient(90deg, var(rgba(16, 161, 146, 1)) 0%, var(rgba(1, 110, 121, 1)) 100%);
    width: 100%;
    height: 50%;
    top: 20%;
    right: -0.8em;
}

.ab .a {
    width: 100%;
    height: 100%;
    background-color: #005558;
    background: linear-gradient(90deg, rgba(1, 113, 124, 1) 0%, rgba(0, 75, 81, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.ab .text {
    transform: skewX(30deg);
    font-weight: 500;
    color: #fef0da;
    font-size: 1.3rem;
    padding:0 20px;
}

.nominations .nominations-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #000000;
}

.nominations li {
    line-height: 20px;
    color: #656565;
}

/* News Carousel -- START */
.news-carousel .carousel-wrapper {
    overflow-x: auto;
    position: relative;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.news-carousel .carousel-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.news-carousel .carousel-container {
    display: flex;
    gap: 20px;
    padding-bottom: 5px; /* for shadow */
}

.news-carousel .news-carousel-item {
    flex: 0 0 320px;
    width: 320px;
}

.news-carousel .carousel-controls {
    display: flex;
    gap: 10px;
}

.news-carousel .carousel-control {
    background-color: #fff;
    border: none;
    color: #111;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-carousel .carousel-control:hover {
    background-color: #f0f0f0;
}

.news-carousel .exclusive-arrow__icon {
    width: 12px;
    height: 13px;
}

.news-carousel .dostoyanie-news-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.news-carousel .dostoyanie-news-card:hover {
    color: inherit;
}

.news-carousel .dostoyanie-news-card__image-container {
    position: relative;
    width: 100%;
    height: 213px;
}

.news-carousel .dostoyanie-news-card__image-container .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-carousel .card-body {
    padding: 20px;
}

.news-carousel .card-text {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #000;
}

.news-carousel .carousel-scrollbar {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.news-carousel .carousel-scrollbar-thumb {
    height: 11px;
    background-color: #F50969;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -5px;
    left: 0;
    cursor: grab;
}

.news-carousel .carousel-scrollbar-thumb:active,
.news-carousel .carousel-scrollbar-thumb.grabbing {
    cursor: grabbing;
}

/* News Carousel -- END */

.carousel-scrollbar {
    width: 100%;
    height: 11px;
    background-color: #d9d9d9;
    border-radius: 2px;
    margin-top: 20px;
    position: relative;
}

.carousel-scrollbar-thumb {
    width: 15%; /* (150px / 1000px) * 100, as in figma */
    height: 100%;
    background-image: url('/img/new_design/slider_thumb.png');

    border-radius: 2px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    transition: left 0.5s ease;
}

.dostoyanie-gubernii .gallery .article-slider-wrapper {
    align-items: stretch;
}

.dostoyanie-gubernii .gallery.nominations .article-slider-wrapper {
    align-items: flex-start;
}

.dostoyanie-gubernii .gallery .swiper-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    height: auto;
    background: var(--background-image) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.dostoyanie-gubernii .gallery .swiper-item .backdrop-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    border-radius: .25rem;
    justify-content: space-between;
    background-color: rgba(77, 77, 77, 0.5);
    backdrop-filter: blur(1px);
    padding: 1rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
}

.dostoyanie-gubernii .gallery.nominations .swiper-item {
    display: block;
    background-color: transparent;
    padding: 0;
    color: black;
}

.dostoyanie-gubernii .gallery.nominations .swiper-item ul {
    padding-bottom: 0;
}

.dostoyanie-gubernii .gallery.nominations .swiper-item li {
    font-weight: 400;
}

.dostoyanie-gubernii .gallery.nominations .swiper-item .nominations-title {
    text-align: left;
    padding-left: 5px;
}

.dostoyanie-gubernii .gallery .swiper-item .swiper-item--title {
    text-align: center;
}

.dostoyanie-gubernii--follow.follow-us {
    border-top: .1rem solid #e6e6e6;
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .dostoyanie-gubernii .gallery .swiper-item .swiper-item--title {
        font-size: calc(var(--text) * 1.2);
    }

    .dostoyanie-gubernii .gallery .swiper-item .backdrop-filter {
        padding: calc(1rem * 4);
        padding-bottom: calc(2rem * 4);
        padding-top: calc(3rem * 4);
    }
}

/* Dostoyanie Gallery Swiper */
.dostoyanie-gubernii-page .gallery {
    padding-bottom: 2rem;
}

.dostoyanie-gubernii-page .gallery .article-slider {
    margin: 0;
    width: 100%;
    overflow: hidden; /* Important for swiper */
}

.dostoyanie-gubernii-page .gallery .sblock-slider-arrows {
    display: flex;
    gap: 10px;
}

.dostoyanie-gubernii-page .gallery .sblock-slider-arrows__item {
    width: 35px;
    height: 35px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35"><g id="Сгруппировать_49" data-name="Сгруппировать 49" transform="translate(-1190 -429)"><g id="Прямоугольник_81" data-name="Прямоугольник 81" transform="translate(1190 429)" fill="%23fff" stroke="%23bfbfbf" stroke-width="2"><rect width="35" height="35" rx="3" stroke="none"/><rect x="1" y="1" width="33" height="33" rx="2" fill="none"/></g><g id="Сгруппировать_33" data-name="Сгруппировать 33" transform="translate(1.47 1.143)"><line id="Линия_32" data-name="Линия 32" x2="7.53" y2="5.857" transform="translate(1203 439.5)" fill="none" stroke="%23707070" stroke-linecap="round" stroke-width="2"/><line id="Линия_33" data-name="Линия 33" y1="5.857" x2="7.53" transform="translate(1203 445.357)" fill="none" stroke="%23707070" stroke-linecap="round" stroke-width="2"/></g></g></svg>');
    background-size: 98%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dostoyanie-gubernii-page .gallery .sblock-slider-arrows__item:hover {
    opacity: .7;
}

.dostoyanie-gubernii-page .gallery .sblock-slider-arrows__left {
    transform: scaleX(-1);
}

.dostoyanie-gubernii-page .gallery .article-slider__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.dostoyanie-gubernii-page .gallery .swiper-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    background: var(--background-image) no-repeat center;
    background-size: cover;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.dostoyanie-gubernii-page .gallery .swiper-item .backdrop-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    border-radius: 5px;
    justify-content: space-between;
    background-color: rgba(77, 77, 77, 0.5);
    backdrop-filter: blur(1px);
    padding: 3rem 1rem 2rem;
    text-align: center;
}

.dostoyanie-gubernii-page .gallery .swiper-item .swiper-item--title {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
}

/* Footer Styles */
.footer-logo {
    max-width: 137px; /* Adjust based on Figma */
    height: auto;
}

.contact-icon {
    width: 24px; /* Adjust based on Figma */
    height: 19px;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.social-icon {
    width: 30px; /* Adjust based on Figma */
    height: 30px;
    flex-shrink: 0;
}

.footer-age-limit {
    width: 30px; /* Adjust based on Figma */
    height: 30px;
    font-size: 0.75rem; /* Adjust based on Figma, or use Bootstrap .small */
    line-height: 1; /* For better vertical alignment */
    border-color: white !important; /* Ensure white border */
}

.footer-text {
    line-height: 1.5; /* Adjust based on Figma */
    margin-bottom: 1rem; /* Default paragraph margin, adjust if Figma has different */
}

.footer-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .footer-social-media {
        flex-direction: row !important; /* Force horizontal */
        justify-content: space-between !important; /* Force space-between */
        align-items: center !important; /* Ensure vertical alignment */
    }
}
@media (min-width: 768px) {
    .footer-social-media {
        max-width: 400px;
        flex-direction: row !important; /* Force horizontal */
        justify-content: space-between !important; /* Force space-between */
        align-items: center !important; /* Ensure vertical alignment */
    }
}
.footer-media-details {
    font-size: 10px !important;
}

@media (max-width: 768px) {
    .footer-nav-menu {
        flex-direction: row !important; /* Force horizontal layout */
        align-items: flex-start !important; /* Align items to the start (top) */
        justify-content: flex-start !important; /* Justify content to the start (left) */
        flex-wrap: wrap !important; /* Ensure items wrap */
        gap: 0.5rem !important; /* Explicitly set a smaller gap if needed, or adjust to match Figma */
    }

    .footer-nav-menu a {
        width: auto !important; /* Let links take natural width */
        text-align: left !important; /* Left align text */
    }
}

/* Header Styles */
.header-logo-img {
    width: 137px; /* Mobile width from Figma */
    height: 20px; /* Mobile height from Figma */
}

@media (min-width: 992px) {
    /* Desktop styles */
    .header-logo-img {
        width: 171px; /* Desktop width from Figma */
        height: 25px; /* Desktop height from Figma */
    }
}

.header-icons-group {
    gap: 20px; /* Mobile gap from Figma */
}

@media (min-width: 992px) {
    /* Desktop styles */
    .header-icons-group {
        gap: 30px; /* Desktop gap from Figma */
    }
}

.header-icon.header-icon-search {
    width: 17px; /* Mobile size from Figma */
    height: 17px;
}

.header-icon.header-icon-vision {
    width: 31px; /* Mobile size from Figma */
    height: 20px;
}

.header-icon.header-icon-theme {
    width: 30px; /* Mobile size from Figma */
    height: 30px;
}

@media (min-width: 992px) {
    /* Desktop styles */
    .header-icon.header-icon-search {
        width: 20.314px; /* Desktop size from Figma */
        height: 20.314px;
    }

    /* Vision and Theme icons are same size for desktop as mobile in Figma */
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em; /* Standard Bootstrap size */
    height: 1.5em; /* Standard Bootstrap size */
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); /* Standard Bootstrap SVG */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Offcanvas Menu Styles */
.offcanvas#main-nav-mobile {
    width: 100vw;
    height: 100vh;
    background-color: white;
    color: #083165;
}

.offcanvas#main-nav-mobile .offcanvas-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas#main-nav-mobile .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23083165'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

.offcanvas#main-nav-mobile .offcanvas-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.offcanvas#main-nav-mobile .navbar-nav {
    width: 100%;
}

.offcanvas#main-nav-mobile .nav-item {
    text-align: left;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Underline */
}

.offcanvas#main-nav-mobile .nav-link {
    color: #083165; /* Blue color from Figma */
    font-size: 1.25rem;
}

.main-news__all-materials {
    font-size: 12px;
    text-decoration: underline;
    color: #AAAAAA;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}

.main-news__all-materials:hover {
    color: #58A5FF;
}

.main-news__all-materials-icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-mask-image: url(/img/new_design/arrow_up.svg);
    background-repeat: no-repeat;
    background-image: url(/img/new_design/arrow_up.svg);
    background-position: center;
}

.main-news__all-materials:hover .main-news__all-materials-icon {
    -webkit-mask-image: url(/img/new_design/arrow_up_b.svg);
    background-image: url(/img/new_design/arrow_up_b.svg);
}

/* Exclusive Block Styles */
.exclusive-block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.exclusive-container__title-wrapper {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exclusive-container__title {
    border-bottom: 2px solid #F50969;
    padding-bottom: 5px;
    margin-bottom: -1px; /* To overlap the gray border */
}

.exclusive-container__title-text {
    font-family: 'Comme', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
}

.exclusive-container {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    cursor: grab;
}

.exclusive-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.exclusive-slider {
    display: flex;
    gap: 20px;
    padding-bottom: 25px; /* Увеличил padding-bottom, чтобы освободить место для скроллбара */
}

.exclusive-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    width: 275px;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.exclusive-card:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}

.exclusive-card__image-container {
    width: 100%; /* Фото на всю ширину блока */
    /* Высота будет браться из содержимого */
    background-color: #AAAAAA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden; /* Скрыть выступающие части изображения, если есть */
}

.exclusive-card__image {
    width: 100%;
    height: auto; /* Высота из содержимого */
    display: block; /* Убрать лишний пробел под изображением */
    object-fit: cover;
    /* Убраны скругления, так как они должны быть на родительском блоке */
}

.exclusive-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 20px;
}

.exclusive-card__text {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #656565;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
}

.exclusive-card__meta {
    display: flex;
    align-items: center;
    gap: 5px;
}

.exclusive-card__meta-icon {
    width: 10px;
    height: 10px;
}

.exclusive-card__meta-date {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #AAAAAA;
}

.exclusive-card--all-materials {
    justify-content: center;
    align-items: center;
    position: relative;
}

.exclusive-card--all-materials-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 1;
}

.exclusive-card--all-materials-text {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
}

.exclusive-arrow {
    position: absolute;
    top: calc(50% + 10px); /* Adjust based on title height and gap */
    transform: translateY(-50%);
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s;
}

.exclusive-arrow:hover {
    background-color: #f0f0f0;
}


.exclusive-arrow--left {
    left: -15px;
}

.exclusive-arrow--right {
    right: -15px;
}


.exclusive-arrow__icon {
    width: 14px;
    height: 14px;
}

.exclusive-scrollbar__track {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
}

.exclusive-scrollbar__thumb {
    position: absolute;
    width: 150px;
    height: 11px;
    background-color: #F50969; /* Figma red color */
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    cursor: grab;
    top: 0;
}

/* --- Responsive --- */
@media (max-width: 991.98px) {
    .exclusive-arrow {
        display: none;
    }

    .exclusive-scrollbar {
        display: block; /* Visible on mobile */
    }

    .exclusive-block {
        padding-left: 15px; /* Add padding to see the start of the slider */
        padding-right: 15px;
        box-sizing: border-box;
    }

    .exclusive-container {
        padding: 0;
    }
}

/* Video Releases Block Styles */
.vr-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    width: 275px;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.vr-card:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}

.vr-card__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vr-card__image-container {
    width: 100%;
    height: 225px;
    background-color: #AAAAAA;
    position: relative;
}

.vr-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vr-card__play-button {
    position: absolute;
    top: 17px;
    right: 17px; /* Adjusted from left to right as in old design */
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vr-card__play-icon {
    width: 14.5px;
    height: 14.5px;
}

.vr-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 20px;
}

.vr-card__text {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #656565;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
}

.vr-card__meta {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vr-card__meta-icon {
    width: 10px;
    height: 10px;
}

.vr-card__meta-date {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #AAAAAA;
}

.vr-card--all-materials {
    justify-content: center;
    align-items: center;
    position: relative;
}

.vr-card--all-materials-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 1;
}

.vr-card--all-materials-text {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
}

/* Search Page Styles */
.search-form-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    align-items: end;
}

.search-form-group {
    display: flex;
    flex-direction: column;
}

.search-form-group-text {
    grid-column: 1 / -1; /* Span full width */
}

.search-form-group-date {
    grid-column: 1 / -1;
}

.search-form-group-date .control-label {
    margin-bottom: 10px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    color: #111;
}

.search-form-group-date .date-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-form-group-date .form-control {
    width: auto;
    flex-grow: 1;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}

.search-form .select2-container--krajee-bs5 .select2-selection {
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    color: #656565;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    min-height: 38px;
}

.search-form .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    background-color: #083165;
    color: white;
    border: none;
}

.search-form .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.search-form-group-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 10px;
    justify-content: flex-start;
    grid-column: 1 / -1;
}

.search-form-group-checkboxes .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 767.98px) {
    .search-form-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .search-form-group-date .date-inputs {
        flex-direction: column;
        align-items: stretch; /* Make items take full width */
    }

    .date-input-group {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

.search-form-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.search-form-actions .btn-primary {
    border: 1px solid #58a5ff;
    color: #58a5ff;
    background-color: white;
    border-radius: 20px;
    padding: 5px 20px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
}

.search-form-actions .btn-primary:hover {
    background-color: #58a5ff;
    color: white;
}


.search-form-actions .btn-outline-secondary {
    color: #58a5ff;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    text-decoration: none;
    background: none;
    border: none;
}

.search-results-summary {
    background-color: #e9ecef;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-family: 'Commissioner', sans-serif;
}

/* Important News Block Styles */
.important-news-card {
    border: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.important-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.important-news-card .card-img-top {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}

.site-new-index .main-news__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.site-new-index .exclusive-card__image {
    height: 250px;
    object-fit: cover;
}

.important-news-card__category {
    font-family: 'Comme', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #58A5FF;
    text-transform: uppercase;
}

.important-news-card__category:hover {
    color: #083165;
}

.important-news-card .card-title a {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #111111;
}

.important-news-card .card-title a:hover {
    color: #58A5FF;
}

.important-news-card .small {
    font-family: 'Comme', sans-serif;
    font-size: 12px;
    color: #AAAAAA;
}

.important-news-card .inline-icon {
    vertical-align: middle;
    width: 12px;
    height: 12px;
}

.play-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #083165;
    margin-left: 2px;
}


#tv-guide-collapsible-content {
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

#tv-guide-collapsible-content.collapsed {
    max-height: 0;
}

.tv-guide-toggle-wrapper {
    background-image: url(/img/new_design/tv-guide.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -29px;
    position: relative;
    z-index: 1;
}

#toggle-tv-guide {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 20px;
}

#toggle-tv-guide img {
    width: 33px;
    height: 33px;
    transition: transform 0.3s;
}

@media (max-width: 991.98px) {
    .important-news-block .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.tv-age {
    font-size: 12px;
    line-height: 14px;
    color: #AAAAAA;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mediatsekh .arrow-d {
    font-size: 150%;
    color: #fe8a45;
}

.mediatsekh .mediatsekh-link--container {
    text-align: center;
    margin-bottom: 20px;
}

.mediatsekh .mediatsekh-link--container .mediatsekh-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    /* background-color: var(--bg2); */
    background-color: #fe8a45;
}

.mediatsekh .mediatsekh-file--container {
    text-align: center;
    margin-bottom: 20px;
}

.mediatsekh .mediatsekh-file--container .mediatsekh-file {
    font-size: 80%;
    color: var(--bg3);
    text-decoration: underline;
}

/* Important News Block Equal Height */
.important-news-row .col-md-6 {
    display: flex;
    flex-direction: column;
}

.important-news-row .news-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.important-news-row .news-item h5 {
    flex-grow: 1;
}

.main-page-banner {
    width: 100%;
    overflow: hidden;
}

.main-page-banner--content {
    margin: 20px 0;
}

.main-page-banner img,
.main-page-banner iframe {
    display: block;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .main-page-banner--content {
        margin: 15px 0;
    }
}

.photo-of-day-heading {
    width: calc(33.333333% - 16px);
}

.photo-of-day-card {
    overflow: hidden;
}

.photo-of-day-card .carousel-inner,
.photo-of-day-card .carousel-item {
    height: 100%;
    background: #fff;
}

.photo-of-day-card .carousel-item.active {
    display: flex;
    flex-direction: column;
}

.photo-of-day-card .card-body {
    flex: 1 1 auto;
}

.photo-of-day-card__image-wrapper {
    overflow: hidden;
    border-radius: 10px;
    background: #6f6f6f;
}

.photo-of-day-card__image {
    border-radius: inherit;
    object-fit: cover;
}

.photo-of-day-card__date {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-family: 'Comme', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.photo-of-day-card__description,
.photo-of-day-card__author {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

.photo-of-day-card__author {
    padding-top: 8px;
    color: #888;
    font-size: 13px;
}

.photo-of-day-card .carousel-control-prev,
.photo-of-day-card .carousel-control-next {
    top: 104px;
    bottom: auto;
    width: 52px;
    opacity: 1;
    transform: translateY(-50%);
}

.photo-of-day-card__arrow {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.photo-of-day-card__fullscreen {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #0d3768;
}

.photo-of-day-card__fullscreen img {
    display: block;
    width: 24px;
    height: 24px;
}

.photo-of-day-card .carousel:fullscreen {
    padding: 24px;
    background: #111;
}

.photo-of-day-card .carousel:fullscreen .photo-of-day-card__image {
    height: calc(100vh - 150px);
    aspect-ratio: auto;
    object-fit: contain;
}

.photo-of-day-card .carousel:fullscreen .card-body {
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
}

@media (max-width: 991.98px) {
    .photo-of-day-heading {
        width: 100%;
    }

    .photo-of-day-card .carousel-control-prev,
    .photo-of-day-card .carousel-control-next {
        top: min(31vw, 160px);
    }
}

/* Unified spacing between public-site content blocks. */
.main-container {
    --content-block-gap: 20px;
    display: flex;
    flex-direction: column;
    gap: var(--content-block-gap);
    margin-top: var(--content-block-gap);
}

.main-container > *,
.content-sidebar-layout > .col-lg-8 > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.content-sidebar-layout > .col-lg-8 {
    display: flex;
    flex-direction: column;
    gap: var(--content-block-gap);
}

.content-sidebar-layout > .col-lg-8 > .row:not(:has(*)),
.content-sidebar-layout > .col-lg-8 > .pagination-container:not(:has(.pagination-item)) {
    display: none !important;
}

.content-sidebar-layout {
    row-gap: var(--content-block-gap);
}

@media (min-width: 992px) {
    .content-sidebar-layout.is-height-balanced > .col-lg-4 {
        max-height: var(--content-sidebar-main-height);
        overflow: hidden;
    }
}

.main-container .g-4 {
    --bs-gutter-x: var(--content-block-gap);
    --bs-gutter-y: var(--content-block-gap);
}

.main-container .gap-4 {
    gap: var(--content-block-gap) !important;
}

.special-projects-slider {
    gap: var(--content-block-gap);
}

@media (min-width: 1400px) {
    .content-sidebar-layout {
        gap: var(--content-block-gap);
    }
}

.videodetector {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videodetector iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}