.janr {
    font-size: 16px;
    font-weight: 500;
}
.info-pole {
    list-style-type: none;
}
.info-genre {
	list-style-type: none;
	margin-bottom: 20px;
}
.vozrast {
    color: #374151;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    position: absolute;
    top: 30px;
    right: 30px;
}
.vozrast.age-0  { background: #84c401; color: #fff; }
.vozrast.age-6  { background: #01adff; color: #fff; }
.vozrast.age-12 { background: #ffd01e; color: #fff; }
.vozrast.age-16 { background: #f68e13; color: #fff; }
.vozrast.age-18 { background: #f44336; color: #fff; }


.ticket-price, .field-suffix {
	font-size: 26px;
    font-weight: 500;
    color: #f68e13;
	height: 48px;
    line-height: 48px;
	margin-right: 2px;
}
.fa-wallet {
	margin-right: 8px;
}
.mine-film-content {
	display: flex;
    width: 100%;
	flex-direction: column;
}

.fields-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
.block-premiere .fields-container {
    gap: 4px;
}
.block-premiere .icon-color-featured.icon-star {
    font-size: 14px;
}
.block-info-kino {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    align-items: center;
}
.info-date {
    border-radius: 10px;
    background: #f1f5f9;
    padding: 12px 0 12px 20px;
    list-style-type: none;
    color: #1e293b;
    cursor: pointer;
    transition: 0.15s;
    width: 135px;
}
.info-date:hover {
    background: #e2e8f0;
}
.cena {
	margin-bottom: 30px;
}
.field-prefix {
	display: block;
	font-size: 13px;
	color: #b5b5b5;
	margin-bottom: -10px;
}
.article-header h1 {
	margin: 2px 0 10px;
	color: #023062;
	font-size: 28px !important;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 400px;
}
.article-header h2 {
	margin: 2px 0 10px;
	color: #023062;
	font-size: 28px !important;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 400px;
}
.strana, .kinoformat, .kinotime {
    background: #f1f5f9;
    color: #334155;
    padding: 6px 12px;
    border-radius: 999px;
}
.article-details .article-full-image img {
    border-radius: 15px;
}

.testov {
  display: flex;
  gap: 20px; /* опционально: отступ между колонками */
  align-items: flex-start; /* выравнивание по верхнему краю */
}

.article-full-image {
  flex: 0 0 auto; /* не растягивается, не сжимается, занимает естественную ширину */
  /* или задайте фиксированную ширину, если нужно: width: 300px; */
}

.article-full-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.article-content333 {
  flex: 1; /* занимает всё оставшееся пространство */
  min-width: 0; /* важно для корректного переноса текста внутри flex-элемента */
}
.kinotime::before {
  content: "\f017"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 4px;
  color: #85a5e1;
}
.title-film {
    display: none;
}
.date-kino strong {
	font-weight: 600;
}


.movie-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 16px;
}

.movie-rating .rating-value {
    opacity: 0.7;
    margin-left: 8px;
}
.film-rating {
	width: 100%;
}

.buy-ticket {
    margin-left: 115px;
    display: inline-block;
}

/* Все визуальные стили — только на .btn-ticket */
.buy-ticket .btn-ticket {
    background-color: #f68e13;
    color: white;
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 8px;
    line-height: 40px;
    text-decoration: none;
}

.buy-ticket .btn-ticket:not(.btn-disabled):hover {
    background-color: #023062;
    cursor: pointer;
}

.buy-ticket .btn-ticket.btn-disabled {
    background-color: #ffffff !important;
    color: #999 !important;
    cursor: not-allowed;
    pointer-events: none;
	border: 1px solid #ddd;
	font-size: 15px;
    padding: 15px;
}
.featured-article-badge {
    background-color: #ff0092 !important;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 8px;
	top: 10px !important;
    left: -10px !important;
	position: absolute;
}
.featured-article-badge2 {
    background-color: #ff0092 !important;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 8px;
	top: 40px !important;
    left: 20px !important;
	position: absolute;
}
.no-sessions {
    background-color: #f7f7f7;
    padding: 60px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    color: #888;
}
.icon-color-featured.icon-star {
    font-size: 16px;
    /* цвет можно задать здесь или оставить как есть */
}

.icon-color-featured.icon-star.fas {
    color: gold;
}

.icon-color-featured.icon-star.far {
    color: #ccc;
}
.sp-page-title {
    background: transparent !important;
}
/* Выравнивание модуля по вертикали и по правому краю */
#sp-title-right .sp-column {
    display: flex;
    align-items: center;     /* вертикальное центрирование */
    justify-content: flex-end; /* прижать к правому краю */
    height: 100%;            /* важно для align-items */
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
	text-transform: none;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.sp-megamenu-parent>li {
	text-transform: uppercase;
}
.article-details .article-full-image {
    margin: 0 20px 20px 0;
    max-width: 350px;
}
.logo-image {
    height: 100px !important;
    padding: 22px 0;
}

.spec-btn #btn-visually {
    text-decoration: none;
    color: #fff;
    background: rgb(0 0 0 / 59%);
    text-align: center;
    cursor: pointer;
    border-radius: 24px;
    display: inline-block;
    height: auto;
    font-weight: 500;
    line-height: 36px;
    padding: 0 20px;
    min-width: auto;
    vertical-align: middle;
    border: 2px solid #f68e13;;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.35);
}
.spec-btn #btn-visually:hover {
    background: #fff;
	color: #000;
}
.module_special_visually #special_visually label {
    font-size: 16px;
	min-width: 36px;
}
.module_special_visually.horizontal #special_visually .params.show {
    justify-content: flex-end;
}
.module_special_visually #special_visually label {
    display: flex;
    align-items: center; /* вертикальное центрирование */
	justify-content: center;
}

.module_special_visually #special_visually label img {
    max-height: 25px;
    max-width: 25px;
    width: auto;
    height: auto;
    background: transparent !important;
}
.module_special_visually.horizontal #special_visually .buttons {
    display: block;
    margin-right: 0;
    text-align: right;
	margin-top: 10px;
}
.main-kinoseans {
  display: flex;
  gap: 20px; /* опционально: отступ между колонками */
  align-items: flex-start; /* выравнивание по верхнему краю */
  margin-bottom: 60px;
  position: relative;
}
.kinoseans-content {
  flex: 1; /* занимает всё оставшееся пространство */
  min-width: 0; /* важно для корректного переноса текста внутри flex-элемента */
  position: relative;
}

.main-kinoseans .article-intro-image img {
    border-radius: 15px;
	margin: 0 20px 20px 0;
}
a {
    color: #023062;
}
a:hover, a:focus, a:active {
    color: #f68e13; 
}
a {
    transition: color 0ms,background-color 0ms;
}
.block-info-seans {
    margin-bottom: 0;
}
.block-film-description {
	padding: 30px 0;
}
.mod-articlesnews-horizontal {
    position: relative;
}
.block-premiere h3 {
    top: 0;
    position: absolute;
    font-size: 44px;
    font-weight: 800;
    color: var(--event-slider-group, rgba(255, 255, 255, .8));
    opacity: .20;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.block-premiere {
	position: relative;
}
 .title-premiere {
    display: flex;
    justify-content: flex-end;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    left: -60px;
 }
 .newsflash-title a {
	color: #f68e13; 
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
 }
 .newsflash-title a:hover {
	color: #ababab; 
 }
.mod-articlesnews-horizontal {
    grid-template-columns: repeat(auto-fit, 222px);
    justify-content: center;
    display: grid;
    grid-gap: 30px;
}
.px-2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: none;
	padding: 20px 20px 10px;
    border-radius: 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 0;
}
.news-item-card {
	position: relative;
	width: 222px;
}
#sp-top-bar {
    background: #24272a;
}
.mod-articlesnews-horizontal li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.block-premiere .vozrast {
    padding: 2px 6px;
	top: 8px;
    right: 5px;
	font-size: 13px;
}
.block-premiere .buy_ticket_url, .block-premiere .info-date, .block-premiere .cena {
	display: none;
}
.block-premiere .mod-articlesnews-horizontal li .cena {
	flex-direction: row;
	justify-content: center;
	margin: 0;
}
.block-premiere .movie-rating {
    color: #fff;
}
.block-premiere .mod-articlesnews-horizontal li .cena .ticket-price, .block-premiere .mod-articlesnews-horizontal li .cena .field-suffix {
	font-size: 16px;
    font-weight: 600;
	color: #ababab;
	line-height: 16px;
    padding-top: 5px;
	height: auto;
}
.block-premiere .cena .field-prefix {
	display: none;
}
.block-premiere .janr {
	color: #fff;
	font-size: 13px;
    font-weight: 400;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.block-premiere .info-genre {
	margin: 0;
	width: 100%;
}

.block-pushkin .vozrast {
    padding: 2px 6px;
	top: 8px;
    right: 5px;
	font-size: 13px;
}
.block-pushkin .stoimost-bileta, .block-pushkin .cena, .block-pushkin .info-date, .block-pushkin .film-rating {
	display: none;
}
.block-pushkin .janr {
	color: #ff0092;
	font-size: 13px;
    font-weight: 400;
}
.block-pushkin .info-genre {
	margin: 0;
}
.time-class {
    color: #0099e0;
    font-weight: 400;
    font-size: 20px;
}
#sp-bottom .sp-module .sp-module-title {
  display: inline-block;
  position: relative;
  padding-bottom: 20px; /* отступ под линию */
  margin: 0 0 20px 0; /* убираем стандартный margin, если нужно */
  color: inherit; /* сохраняем цвет */
}

#sp-bottom .sp-module .sp-module-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* теперь ширина = ширине текста */
  height: 1px;
  background: #f68e13;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
    margin: 0 0 20px;
	padding-bottom: 8px;
}

#sp-right .sp-module {
	border: 0;
    padding: 10px;
}
.content-left .com-content-category-blog {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}
.content-left .com-content-category-blog .vozrast {
	top: 0;
	right: 0;
}

.inner-wrapper-sticky {
    background-color: #ffffff;
	border-radius: 15px;
	margin-bottom: 15px;
}
.sp-column .content-left {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}
@media (max-width: 600px) {

.container {
    padding-left: 0;
    padding-right: 0;
}
.main-kinoseans .article-full-image img {
    border-radius: 10px;
	margin: 0 0 15px;
}
.film-title h2 {
    font-size: 22px !important;
    font-weight: 600;
	max-width: 300px;
	margin-bottom: 5px;
}
.janr {
    font-size: 12px;
}
.cena {
    margin-bottom: 8px;
}
.main-kinoseans {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.content-dark .main-kinoseans {
    background-color: #24272A;
    box-shadow: 0 4px 8px rgb(0 0 0 / 49%);
}
.block-film-description {
    position: relative;
    padding: 15px 0;
    font-size: 13px;
}
.content-dark .block-film-description {
    color: #bbbbbb;
}
.film-description-content {
    line-height: 1.4;
    max-height: calc(1.4em * 3); /* 3 строки */
    overflow: hidden;
    position: relative;
}

.film-description-content.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.film-description-toggle {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 13px;
    margin-top: 6px;
    padding: 0;
    text-decoration: none;
}

.film-description-toggle:hover {
    color: #0056b3;
}
.content-dark .film-description-toggle:hover {
    color: #85a5e1;
}
.content-dark .film-description-toggle {
    color: #85a5e1;
}
.film-description-hide {
    display: none;
}
.film-description-content.expanded {
    max-height: none;
    -webkit-line-clamp: unset;
}
.film-description-content.expanded p {
    margin: 0;
}
.film-description-content.expanded + .film-description-toggle .film-description-show {
    display: none;
}

.film-description-content.expanded + .film-description-toggle .film-description-hide {
    display: inline;
}
.vozrast {
    padding: 2px 6px;
    top: 0;
    right: 0;
    font-size: 13px;
}
.strana, .kinoformat, .kinotime {
    padding: 4px 10px;
    font-size: 13px;
}
.block-info-kino {
    margin-bottom: 0;
}
.info-genre {
    margin-bottom: 10px;
}
.info-date {
    border-radius: 8px;
    padding: 6px 8px 4px;
    width: 106px;
}
.block-tiket-price, .fields-container {
    gap: 6px;
}
.content-dark .film-title h2 {
    color: #f68e13;
}
.content-dark .janr {
    color: #bfbfbf;
}
.content-dark .strana, .content-dark .kinoformat, .content-dark .kinotime {
    background: #727f8f;
    color: #ffffff;
}
.buy-ticket .btn-ticket {
    font-size: 14px;
    padding: 10px;
}
.buy-ticket .btn-ticket.btn-disabled {
    font-size: 14px;
    padding: 10px;
    color: #727f8f !important;
}
.content-dark .buy-ticket .btn-ticket.btn-disabled {
    background-color: #24272a !important;
    border: 1px solid #727f8f;
}
.content-dark .info-date {
    background: #ffffff;
}
.content-dark .movie-rating span {
	color: #fff;
}
.buy-ticket {
    margin-left: 20px;
}
.date-kino {
	font-size: 14px;
}
.date-kino strong {
    font-weight: 500;
}
.featured-article-badge {
    padding: 4px 8px;
    border-radius: 6px;
    top: 25px !important;
    left: 10px !important;
}
.film-image-wrapper {
    position: relative;
}

.mob-film-play-btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    border-radius: 30px;
    border: none;
    background: rgba(0,0,0,0.75);
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-size: 13px;
}
.mob-film-play-btn i {
    font-size: 13px;
    margin-left: 3px;
    margin-right: 6px;
}
}
/* Модальное окно на весь экран */
.film-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.film-modal-content {
    background: white;
    color: black;
    padding: 20px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border-radius: 8px;
}

.film-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.film-modal-title {
    margin-top: 0;
    font-size: 1.4em;
    font-weight: bold;
}

.film-modal-description {
    font-size: 1em;
    line-height: 1.5;
}
.movie-recommend {
    margin-top: 60px;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 15px;
}
.movie-recommend .sp-module-content {
    margin-top: 20px;
}
.sp-megamenu-wrapper .sp-menu-item > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px; /* расстояние между иконкой и текстом */
}

.sp-megamenu-wrapper .menu-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 6px;
}
/* Обесцвечиваем все иконки меню */
.sp-megamenu-wrapper .menu-icon {
    filter: grayscale(100%) brightness(80%);
    transition: filter 0.1s ease;
}

/* При наведении — цветная иконка */
.sp-megamenu-wrapper .sp-menu-item:hover .menu-icon {
    filter: grayscale(0%) brightness(100%);
}

/* В активном пункте — тоже цветная иконка */
.sp-megamenu-wrapper .sp-menu-item.active > a .menu-icon {
    filter: grayscale(0%) brightness(100%);
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after {
    display: none;
}
.kino-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kino-news-item {
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.kino-news-item:hover {
  transform: translateY(-2px);
}

.kino-news-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Изображение слева */
.kino-news-image-wrapper {
  flex: 0 0 100px;
  height: 142px;
  position: relative;
}

.kino-news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.kino-news-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
}

/* Текст справа */
.kino-news-content {
  flex: 1;
  min-width: 0;
}
.kino-news-title {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kino-news-title-link {
  color: #222;
  text-decoration: none;
}

.kino-news-title-link:hover {
  color: #f68e13;
  text-decoration: underline;
}

.kino-news-intro {
    font-size: 12px;
    color: #555;
    line-height: 1.3;
    margin: 0;

    /* Ограничение до 6 строк */
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Адаптация под мобильные */
@media (max-width: 768px) {
  .kino-news-row {
    flex-direction: column;
  }

  .kino-news-image-wrapper {
    flex: 0 0 auto;
    height: 180px;
  }

  .kino-news-content {
    padding-top: 12px;
  }
}
html.coming-soon .coming-soon-logo {
    margin-bottom: 60px;
    width: 400px;
}
.modal-inner-block li {
margin-bottom: 10px;
}
.no-seans {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    color: #c7c7c7;
    font-weight: bold;
    font-size: 0.95rem;
    background: #f1f1f1;
    border-radius: 6px;
    box-sizing: border-box;
}
.dark-theme .no-seans {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    color: #dbdbdb;
    font-weight: bold;
    font-size: 0.95rem;
    background: #444;
    border-radius: 6px;
    box-sizing: border-box;
}


