:root {
    --color-bg-body: #F9FAFB;
    --color-bg-banner: #E9E9E9;
    --color-text-muted: #6B7280;
    --color-border: #E5E7EB;
    --color-white: #FFFFFF;
    --color-text-secondary: #878C97;
    --color-black: #000000;
    --color-bg-footer: #111111;
    --color-text-primary: #111827;
    --color-accent: #ED2024;
    --color-border-light: #6B728073;
    --spacing-unit: 1px;
}

body a:hover,.news-block .news-read-more a:hover,.calendar-days td a:hover {
    cursor: pointer !important;
    color: var(--color-accent);
    text-decoration: underline;
}

.article_illustration figcaption{
    margin-top: 10px;
    font-size: 14px;
    color: var(--color-text-secondary);
}

p{
    margin-bottom: 20px;
}

ul{
    margin-bottom: 20px;
    list-style: disc;
}

ul li{
    margin-left: 20px;
    margin-bottom: 6px;
}

.color-bg-body{
    color: var(--color-bg-body) !important;
}

.color-text-secondary{
    color: var(--color-text-secondary) !important;
}

body{
    min-height: 100vh;
    background-color: var(--color-bg-body);
}

.banner{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    position: relative;
    
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-muted);
    margin: 30px 20px;
}

.banner.type-1{
    max-width: 730px;
    width: 100%;
   /* aspect-ratio: 730 / 120;*/
    margin: 30px auto;
    display: block;
}

.banner.aside{
    margin-top: 0;
    margin-bottom: 0px;
}

.empty_banner:not(:empty) {
  margin-bottom: 20px;
}

.banner.type-2{
    max-width: 990px;
    width: 100%;
   /* aspect-ratio: 990 / 60;*/
    margin: 30px auto;
}

.banner.type-3{
    margin: 0px auto;
}

header {
    padding: 0 20px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
   
    z-index: 20;

    position: sticky;
    top: 0;
}

header .header-top{
    display: flex;
    justify-content: space-between;
    height: 24px;
    margin-top: 6px;
    align-items: center;
}

.age-restriction{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--color-text-secondary);
}

header .social-links{
    display: flex;
    gap: 18px;
}

header .social-links a{
    width: 20px;
    height: 20px;
}

header .header-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

header .header-main .today,
header .header-main .weather .condition{
    font-family: Inter;
    font-weight: 300;
    font-style: Regular;
    font-size: 14px;
    color: #6B7280;
    line-height: 22px;
    letter-spacing: 0%;
    height: 50px;
    text-transform: lowercase;
}

header .header-main .weather{
    display: flex;
    align-items: center;
    gap: 8px;
}

header .header-main .logo-and-date{
    display: flex;
    align-items: center;
    gap: 40px;
}

header .header-main .logo{
    display: flex;
    align-items: center;
    cursor: pointer;
}
  
header .header-main .search-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .header-main menu{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    display: flex;
    gap: 20px;
    line-height: 22px;
    letter-spacing: 0%;

}

header .header-main menu a{
    text-decoration: none;

    color: var(--color-black);
}

.wrapper{
    max-width: 1180px;
    margin: 0 auto;
}

header .wrapper {
    width: 100%;
    margin: 0;
}

footer{
    background-color: var(--color-bg-footer);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
}

footer .footer-content{
    max-width: 1180px;
    width: 100%;
    padding: 40px 20px 60px;
    justify-content: space-between;
   
}

menu.footer-menu {
    font-family: Inter;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    display: flex;
    gap: 19px;
    align-items: center;
    justify-content: center;
}

menu.footer-menu a{ 
     font-weight: 300;
    color: var(--color-border);
    text-decoration: none;

}

footer, .footer-logo{
    display: flex;
}

footer .footer-logo{
    height: 40px;
}

footer .footer-logo img{
   margin-right: 20px;
}

.footer-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: var(--color-white);
}

.footer-text a{
    color: var(--color-white);
    text-decoration: none;
}

main{
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    padding: 0 20px;
}


section.main-content{
    display: flex;   
    flex-direction: column;
    flex: 1;

}

.block-content{
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background-color: var(--color-white);
    padding: 20px;
}

.flex-1{
    flex: 1;
}

.banner img{
    height: auto;
    width: 100%;
}

aside.side-content{
    width: 380px;
    flex: 0 0 380px;
}

h1{
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.mb-2{
    margin-bottom: calc(var(--spacing-unit) * 2);
}

.mb-4{
    margin-bottom: calc(var(--spacing-unit) * 4);
}


.mb-6{
    margin-bottom: calc(var(--spacing-unit) * 6);
}

.mb-8{
    margin-bottom: calc(var(--spacing-unit) * 8);
}

.mb-10{
    margin-bottom: calc(var(--spacing-unit) * 10);
}

.mb-12{
    margin-bottom: calc(var(--spacing-unit) * 12);
}

.mb-14{
    margin-bottom: calc(var(--spacing-unit) * 14);
}

.mb-20{
    margin-bottom: calc(var(--spacing-unit) * 20);
}


.mb-30{
    margin-bottom: calc(var(--spacing-unit) * 30) !important;
}

.mt-10{
    margin-top: calc(var(--spacing-unit) * 10);
}

.mr-0{
    margin-right: calc(var(--spacing-unit) * 0) !important;
}

.mr-10{
    margin-right: calc(var(--spacing-unit) * 10);
}




.pt-20{
    padding: calc(var(--spacing-unit) * 20) 0;
}

.pt-14{
    padding: calc(var(--spacing-unit) * 14) 0;
}

.mb-18{
    margin-bottom: calc(var(--spacing-unit) * 18);
}

.mb-16{
    margin-bottom: calc(var(--spacing-unit) * 16);
}

.news-list{
    display: flex;
    flex-direction: column;
}

.news-list .news-list-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
}

.news-datetime{
    font-family: Inter;
    font-weight: 300;
    font-size: 13.89px;
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--color-text-muted);
    margin-right: 2px;
    white-space: nowrap;
}

.news-list .news-list-item .news-title{
    font-family: Inter;
    font-weight: 300;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%; 
}

.divider{
    border-top: 1px solid var(--color-border);
}

.news-list-item:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

.news-list .news-list-item:last-child {
    margin-bottom: 20px;
}

.news-block .news-image{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    max-height: 180px;
    min-height: 170px;
    margin-top: -20px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.d-flex{
    display: flex;
}

.row{
    flex-direction: row;
}

.column{
    flex-direction: column;
}

.a-c{
    align-items: center;
}

.j-c-sb{
    justify-content: space-between;
}

.header-2{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.header-3{
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #111111;
}

.header-2 a{
    text-decoration: none;
    color: var(--color-text-primary);
}

.text-1{
    font-family: Inter;
    font-weight: 300;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--color-text-primary);
}

.text-2{
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;

    line-height: 18px;
    letter-spacing: 0%;
    color: var(--color-text-primary);
}

.news-title{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.news-title a{
    text-decoration: none;
    color: var(--color-text-primary);
}

.news-desc{
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;

    line-height: 18px;
    letter-spacing: 0%;
    color: var(--color-text-primary);
}

.news-block .news-read-more{
    font-family: Inter;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
}


.news-block .news-read-more a{
    text-decoration: none;
    color: var(--color-accent);
}

.news-block .news-read-more a::after {
    content: " →";
    color: var(--color-accent);
}

.news-block .news-datetime{
    font-family: Inter;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--color-text-muted);
}

.news-block .news-tag{
    font-family: Inter;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid var(--color-border-light);
    padding: 1px 5px;
    border-radius: 10px;
    align-self: flex-start;
    height: fit-content;
    flex: 0 0 auto;

    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.news-block .news-tags{
    gap: 8px;
}

.icon-pic_photo{
    display: inline-block;
}

.icon-pic_photo::before {
    content: url('../icons/camera.svg');
    width: 16px;
    height: 16px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.icon-pic_audio::before {
    content: url('../icons/audio.svg');
    width: 16px;
    height: 16px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.icon-pic_video::before {
    content: url('../icons/video.svg');
    width: 16px;
    height: 16px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.icon-pic_map::before {
    content: url('../icons/map.svg');
    width: 16px;
    height: 16px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.icon-pic_gallery::before {
    content: url('../icons/gallery.svg');
    width: 16px;
    height: 16px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

h2{
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    color: var(--color-text-primary);
}

.film-poster img{
    aspect-ratio: 2 / 3;
    width: 125px;
    

}

.film-preview{
    gap: 20px;
}

.film-session{
    padding: 10px 0;
    gap: 10px;
}

.film-session .datetime{
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    border-right: 1px solid var(--color-border-light);
    width: 80px;
    padding-right: 10px;
}

.film-session .session-desc{
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
}

.film-session .session-desc .age-restriction{
    font-size: 14px;
}

.expand-btn, .button_more, .more_block2{
    font-family: Inter;
    font-weight: 400;
    font-size: 15.25px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--color-accent);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 45px;
    width: 100%;
}

.expand-btn:hover{
    text-decoration: underline;
}

.button_more{
    margin-bottom: 20px;
}

.text-3{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--color-black);
}

.gap-6{
    gap: 6px;
}


.gap-10{
    gap: 10px;
}


.gap-20{
    gap: 20px;
}

.bold{
    font-weight: 500;
}

.opinion-item .datetime{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--color-text-secondary);
}

.opinion-photo img{
    border-radius: 50%;
    object-fit: cover;
    max-width: 125px;
    min-width: 80px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.counter{
    min-width: 32px;
    flex: 0;
    text-align: center;
}

#calendar {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

#calendar td {

    text-align: center;
}

.calendar-title {
    width: 100%;
    vertical-align: middle;
    height: 34px;
    font-family: Inter;
    font-weight: 300;
    color: #111827;
    font-size: 16px;
  
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    padding-bottom: 4px;

}

tr.calendar-week{
    border-top: 1px solid var(--color-border);
}

.calendar-title button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
}

.icon-arrow-left {
    position: absolute;
    left: 0;
    top: 4px;
}

.icon-arrow-right {
    position: absolute;
    right: 0;
    top: 4px;
}

.icon-arrow-left::before {
    content: url('../icons/icon-left.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon-arrow-right::before {
    content: url('../icons/icon-right.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.calendar-week td {
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    height: 40px;
    vertical-align: middle;
}

td.weekend {
   font-weight: 500 !important;
}

.calendar-days td {
    height: 40px;
    vertical-align: middle;

    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    color: #111827;
    line-height: 18px;
    letter-spacing: 0%;

}

.calendar-days td a{
    text-decoration: none;
    color: var(--color-text-primary);
}



.today a {
    color: white;
}

.mobile-menu{
    display: none;
    color: #ED2024;
}

.mobile-menu .burger{
    width: 20px;
    height: 20px;
    background-image: url('../icons/menu.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile-menu .burger.opened {
    background-image: url('../icons/close.svg');
}

.mobile-menu-overlay {
    display: none;
 
    z-index: 10;
}

.menu-opened .mobile-menu-overlay {
    display: none;
    flex-direction: column;
}

.mobile-menu-overlay{
    width: 100%;
}

.search-wrapper{
    padding: 10px;
    height: 20px;
    border-radius: 26px;
    border: 1px solid var(--color-border-light);
}

.search-wrapper form{
    width: 100%;
    margin-left: 10px;
}

.search-wrapper form input{
    width: 100%;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000000;
}

.shadowed-layer{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

body.menu-opened header{
    position: sticky;
    top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-opened .mobile-menu {
    pointer-events: auto;
}

body.menu-opened .shadowed-layer{
    display: none;
}

.swiper-wrapper{
    display: inherit !important;
}

.detail-image img{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.detail-text{
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.news-detail-bottom{
    gap: 20px;
    width: 100%;
}

.news-detail-bottom-item{
    width: 100%;
}

.social-grid-links-bg{
    background-image: url('../img/social-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 50%;
}

.grid-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 4px;
    text-decoration: none;

    font-family: Inter;
    font-weight: 300;

    font-size: 13.89px;

    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;

}

.grid-item img{
    width: 32px;
    height: 32px;
}

.js-header-time-date{
    min-width: 140px;
    display: inline-block;
}

.news-list-item--marked{
    font-weight: 500 !important;
}

.news-list-item--marked .text-1,.news-list-item--marked .news-datetime{
    font-weight: 500 !important;
}

.lenta_link{
    text-decoration: none;
    color: inherit;
}

.disclaimer{
	position: fixed;
	width: 250px;
    font-family: Inter;
	bottom: 40px;
	right: 40px;
	border-radius: 10px;
	box-shadow: 0 20px 40px 0 rgb(0 0 0 / 30%);
	z-index: 999999;
	background: #fff;
	padding: 20px;
	display: flex;

	flex-direction: column;
	
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}


.disclaimer.is-visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.disclaimer .text{
	margin-bottom: 20px;
	display: block;
	font-size: 13px;
    line-height: 18px;
}

.disclaimer .text h2{
	margin: 0 0 10px  !important;
}

.disclaimer button{
	background-color: #0d4cd3;
	padding: 10px 20px;
	color: #fff;
	border: 0;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	align-self: flex-start;
}

.film-desc a, .session-desc a, .anonslist_link, .rating_link, .opinion-item a {
    text-decoration: none;
    color: inherit;
}
.film-desc .cinema a{
font-size: 13px;
    font-weight: 500;
}


.film-desc a, .session-desc a, .anonslist_link, .rating_link, .opinion-item a {
    cursor: pointer !important;
}

b{
    font-weight: 500 !important;
}

h2 a{
    text-decoration: none;
    color: inherit;
}

.news-datetime--short {
    width: 40px;
    flex: none;
}

.news-datetime--long {
    width: 106px;
    flex: none;
}

.articles-list-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
    
h1 a {
    text-decoration: none;
    color: var(--color-text-primary);
}

.articles-header{
    align-items: center;
    justify-content: space-between;
}

.kino_table {
    width: 100% !important;
    max-width: 500px !important;
}

.kino_table th {
    border-top: 1px white solid;
    background: #E5E5E5;
    padding: 6px 12px;
    font-weight: 500;
}

.kino_table td {
    padding: 6px 12px;
}

.detail-pic-biz img{
    max-width: 100%;
    height: auto;
}

#mySelect1{
    height: 34px;
    padding: 0 14px;
    border: 1px solid var(--color-border-light);
    border-radius: 6px;
}

.search-bar{
    position: relative;
}

.search-wrapper{
    
    position: absolute;
    top: -21px;
    right: -10px;
    width: 300px;
    background: #fff;
}

.search-toggler{
    position: relative;
}

.search-wrapper {
    display: none;
}

.icon-close {
    display: none;
}

/* активное состояние */
.search-bar.is-open .search-wrapper {
    display: flex;
}

.search-bar.is-open .icon-search {
    display: none;
}

.search-bar.is-open .icon-close {
    display: block;
}