/* ===== ИНФОРМАЦИЯ ===== */
.current-directory-info__body {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.current-directory-info {
	display: flex;
	flex-direction: column;
	flex: 1 1 800px;
	max-height: fit-content;
}

.nav__block {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	column-gap: 30px;
	margin-bottom: 50px;
}

.tags__body {
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 23px;
}


.current-directory-text .info-block p.info__label{
    font-size: 16px;
    line-height: 110%;
    color: #09071430;
    width: 100%;
    max-width: 100% !important;
    text-transform: math-auto;
}

.current-directory-text .info-block.info-block-reklama{
    flex-direction: column;
    width: 100%;
    max-width: 297px;
    row-gap: 16px;
    align-items: start;
}

.description__block.description__block_reklama{
    row-gap: 20px;
}
.description__block_title{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.description__block_list{
    display: flex;
    flex-direction: column ;
    font-size: 18px;
    line-height: 124%;
    list-style-type: disc;
    width: 100%;
    max-width: 700px;
}
.mail__link,.pres__link{
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px solid #27231E;
}
.pres__link{
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #27231E;
}
.page-directory__title.reklama__title{
    font-size: 64px;
    margin-right: 61px;
}

.description__block_list p {
    margin-bottom: 12px;
}
.description__block_list li{
    margin-left: 30px;
}
.info-text__body.info-text__body-reklama{
    flex-direction: row;
    column-gap: 16px;
}
.pres__link{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.banner__text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 40px;
	justify-content: center;
	padding-bottom: 60px;
}

.banner__text_block {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	row-gap: 40px;
}

.banner__button {
	padding: 15px 30px;
	height: 60px;
	justify-content: space-between;
 
	display: flex;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

.banner__button img {
	width: 13px;
}

.tag-type {
	color: #626262;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.current-directory-text {
	flex: 1 1 810px;
	min-width: 280px;

}

.info__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #09071433;
	border-bottom: 1px solid #09071433;
	padding: 40px 0px;
	margin-bottom: 28px;
}

.info-text__body {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	flex: 1 1 533px;
}

.description__block {
	display: flex;
	flex-direction: column;
	row-gap: 28px;
}

.tag-floor {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c82327;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 60px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.current-directory-text {
	display: flex;
	flex-direction: column;
}

.current-directory-text .info-block {
	font-size: 18px;
	display: flex;
	align-items: center;
	column-gap: 20px;

	text-transform: uppercase;
}

.current-directory-text .info-block p:first-child {
	font-weight: 500;
	width: 100%;
	max-width: 200px;
}

.current-directory-text .logo {
	margin: 20px 0;
	flex: 1 1 191px;
}

.logo img {
	width: 100%;
	height: 100%;
}


.current-directory-image {
	display: flex;
	flex: 1 1 810px;
}

.current-directory-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/* ===== ПРОКАТ ===== */
.now-showing h2 {
	color: #090714;
	font-family: var(--font-headline);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
}

.now-showing {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.page-directory__title.shops__title {
	margin-top: 0;
	margin-bottom: 20px;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-slide h4 {
	font-size: 14px;
	padding: 10px;
	margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
	background: #c82327;
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 40%;
}

/* ===== НИЖНИЙ БАННЕР ===== */
.banner {
	color: white;
	text-align: center;
	border-radius: 24px;
	position: relative;
}

.banner h3 {
	color: #fff;
	font-family: var(--font-headline);
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
}

.banner button {
	background: white;
	color: black;
	padding: 15px 20px;
	border: none;
	height: 60px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	transition: 0.3s ease;
}

.banner button:hover {
	background: #e1e1e1;
}

.directory__gallery {
	cursor: none;
	position: relative;
}

.current-directory-gallery-swiper {
	max-height: 500px;
}

.current-directory-gallery-swiper .swiper-wrapper {
	max-height: 500px;
}

.current-directory-gallery-swiper .swiper-slide img {
	border-radius: 20px;
}

.directory__news .news-card__media {
	max-width: 257px;
	max-height: 257px;
}

.directory__news .news-card__link {
	max-width: 257px;
}

.directory__news .swiper-slide {
	max-width: 257px;
}

.directory__news .news-card__body {
	display: flex;
	border: none;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	text-align: left;
	flex: 1 1 110px;
}

.directory__news .news-card__body .news-card__desc {
	font-weight: 400;
	height: 100%;
	font-size: 20px;
	line-height: 120%;
	color: #090714;
}

.news__link {
	font-size: 18px;
	font-weight: 400;
	line-height: 135%;
	border-bottom: 1px solid #090714;
	display: flex;
	text-decoration: none;
	column-gap: 8px;
}

.current-directory-gallery-swiper .swiper-wrapper .swiper-slide img {
	object-fit: contain;
	max-height: 500px;
}

.directory__gallery h2 {
	font-size: 48px;
	line-height: 100%;
	font-family: var(--font-headline);
	text-transform: uppercase;
	margin-bottom: 30px;
}

.directory-news-swiper .news-card__body .news-card__desc {
	font-size: 18px;
}

.cinema-slide__content {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
	padding-top: 14px;
}

.cinema-slider__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cinema__category {
	font-weight: 400;
	font-size: 16px;
	color: #626262;
}

.cinema-buttons__block {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}

.cinema-buttons__block .swiper-button-prev {
	background-color: white;
}

.cinema-buttons__block .news-arrow {
	width: 54px !important;
	height: 54px !important;
}

.custom-cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	background: var(--accent-red);
	border: 2px solid var(--accent);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--accent);
}

.page-directory__title {
	margin: 0 0 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: var(--font-headline, system-ui);
	font-weight: 500;
	font-size: 80px;
	text-transform: uppercase;
	color: var(--text-primary, #050816);
}

.cursor-circle {
	width: 100%;
	height: 100%;
	background: var(--accent-red);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: white;
}

.cursor-arrows {
	display: flex;
	gap: 6px;
	margin-top: 4px;
}

@media(max-width: 1920px) {
	.page-directory__title {
		font-size: clamp(4rem, 1rem + 3.333vi, 5rem);
	}
}

@media(max-width: 1280px) {
	.page-directory__title {
		font-size: clamp(3.625rem, 2.125rem + 2.344vi, 4rem);
	}
}

@media((max-width: 1280px) and (min-width: 768px)) {
	.banner {
		height: 820px;
	}
}

@media(max-width: 1440px) {
	.info__body {
		padding: clamp(1.875rem, 0rem + 2.083vi, 2.5rem) 0;
	}

	.info-block p {
		font-size: clamp(1rem, 0rem + 1.25vi, 1.125rem);
	}

	.banner h3 {
		font-size: clamp(4rem, -4rem + 10vi, 5rem);
	}

	.nav__block {
		margin-bottom: clamp(1.875rem, 0rem + 2.083vi, 2.5rem);
	}

	.current-directory-info__body {
		gap: clamp(1.875rem, -3.125rem + 6.25vi, 2.5rem);
	}
	.page-directory__title.shops__title{
	    font-size: clamp(2rem, -2.923rem + 7.692vi, 4rem)
	}
	.pres__link{
	    font-size: 18px;
	}
	.mail__link{
	    font-size: 18px;
	}
	.description__block_list{
	    font-size: 16px;
	}
}

@media(max-width: 1280px) {
	.info__body {
		padding: clamp(1.25rem, -1.25rem + 3.906vi, 1.875rem) 0;
	}

	.banner h3 {
		font-size: clamp(3.625rem, 2.125rem + 2.344vi, 4rem);
	}

	.nav__block {
		margin-bottom: clamp(1.25rem, -1.25rem + 3.906vi, 1.875rem);
	}

	.current-directory-info__body {
		gap: clamp(1.25rem, -1.25rem + 3.906vi, 1.875rem);
	}
}

@media(max-width: 1250px) {
	.info__body {
		flex-direction: column;
		row-gap: 16px;
	}

	.info-text__body {
		flex: 1 1 auto;
		width: 100%;
	}

	.banner h3 {
		font-size: clamp(3rem, 1.125rem + 3.906vi, 3.625rem);
	}

	.info__body .logo {
		width: 100%;
		max-width: 191px;
		flex: 1 1 100%;
		max-height: 79px;
		margin: 0;
	}
}

@media(max-width: 1100px) {
	.current-directory-info__body {
		position: relative;
		height: 100%;
	}

	.current-directory-info {
		flex: 1 1 712px;
	}
    .current-directory-text .info-block.info-block-reklama{
        max-width: fit-content;
    }
	.description__block {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.description__block_reklama{
	    position: static;
	}
}

@media(max-width: 970px) {
	.description__block {
		position: static;
	}

	.current-directory-info__body {
		flex-direction: column-reverse;
	}

	.current-directory-text {
		flex: 1 1 auto;
	}

	.page-directory-title__block {
		position: absolute;
		top: 0;
		left: 0;
	}

	.current-directory-info {
		flex: 1 1 auto;
	}

	.current-directory-image {
		flex-direction: column;
		flex: 1 1 clamp(45.625rem, -18.144rem + 118.269vi, 61rem);
		justify-content: end;
		width: 100%;
	}
    .info-text__body-reklama{
        flex-wrap: wrap;
    }
    .current-directory-text .info-block.info-block-reklama{
        row-gap: 8px;
    }
	.page-directory__title {
		margin: 0px 0px 20px 0px;
	}

	.nav__block {
		margin-bottom: 26px;
	}

	.current-directory-info__body {
		row-gap: 30px;
	}

	.current-directory-image img {
		max-height: clamp(37.5rem, -10.962rem + 100.962vi, 50.625rem);
	}

	.info__body {
		flex-direction: row;
	}
}

@media(max-width: 768px) {
	.page-directory__title {
		font-size: clamp(2rem, -0.692rem + 7.692vi, 3rem);
	}
	.description__block{
	    row-gap: 12px;
	}
}

@media(max-width: 768px) {
	.current-directory-image img {
		max-height: clamp(22.688rem, 9.618rem + 58.088vi, 37.5rem);
	}
	.current-directory-image {
		flex: 1 1 clamp(30rem, 16.213rem + 61.275vi, 45.625rem);
	}
    .current-directory-image.current-directory-image-reklama {
        flex: 1 1 clamp(26rem, 14.213rem + 61.275vi, 45.625rem);
    }

	.banner h3 {
		font-size: clamp(2rem, -0.692rem + 7.692vi, 3rem);
	}

	.banner {
		height: 65vh;
		border-radius: 30px;
		overflow: hidden;

	}

	.banner img {
		height: 100%;
	}
}

@media(max-width: 750px) {
	.now-showing {
		position: relative;
		flex: 1 1 670px;
	}

	.cinema-buttons__block {
		position: absolute;
		bottom: 0px;
		width: 100%;
		justify-content: center;
	}

	.banner__text_block {
		padding: 0px 17px;
	}
}

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

	.page-directory__title {
		margin-bottom: 18px;

	}

	.banner__text {
		padding-bottom: 50px;
	}

	.info-block p {
		white-space: nowrap;
	}

	.current-directory-text .info-block p:first-child {
		max-width: 140px;
	}

	.nav__block {
		column-gap: 20px;
	}

	.tag-floor {
		font-size: 16px;
	}
}

@media(max-width: 540px) {
	.banner {
		height: 460px;
	}

	.banner__text {
		padding-bottom: 30px;
	}

	.banner__button {
		font-size: 16px;
	}

	.now-showing {
		flex: 1 1 730px;
	}
}

@media(max-width: 530px) {
	.banner {
		height: 460px;
	}

	.banner__text {
		padding-bottom: 30px;
	}

	.banner__button {
		font-size: 16px;
	}

	.now-showing {
		flex: 1 1 600px;
	}
}

@media(max-width: 470px) {
	.now-showing {
		flex: 1 1 730px;
	}
}

@media(max-width: 420px) {
	.now-showing {
		flex: 1 1 630px;
	}
}