@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@font-face {
	font-family: "bgp-regular";
	src: url("../fonts/_bgp-regular.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "bgp-bold";
	src: url("../fonts/_bgp-bold.ttf") format("truetype");
}

@font-face {
	font-family: "bgp-regular-mono";
	src: url("../fonts/bgp-regular-mono.ttf") format("truetype");
}

@font-face {
	font-family: "Repro";
	src: url("../fonts/Repro-Regular_web.woff");
}
.mob_note {
	display: none;
}

.social,
header ul,
.navbar-side-menu,
.ms-top-bar,
.ms-plus,
.ms-arrow,
.ms-item,
.ms-item .float-right,
.gi-cell .plus-content,
.contacts form,
.fis-item,
.fis-item .underline,
.filters,
#festival-events .fe-flex-header,
.eb-item .border-wrapper,
.eb-item .events-cell,
#auth .auth-wrapper,
.header-mobile .hm-navbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#events-mobile {
  display: none;
}

.social,
header ul {
	list-style: none;
}

header ul li a,
.navbar-side-menu a,
#main-schedule .wrapper.slider a,
footer a,
.film-info-wrapper p a,
.nearest-days a {
	color: #ffffff;
	text-decoration: none;
}
a.search {
    width: 11px;
    height: 11px;
}
#container,
#main-schedule .wrapper-schedule,
#main-schedule .wrapper.slider,
.gi-cell .content,
.gi-cell .static-content,
#nonfiction-banner .pic,
.releases-wrapper .rw-z,
.events-cell .content,
#festival-header .fh-wrapper .fhw-z {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ms-item a,
.contact-link {
	text-decoration: none;
}

.contacts,
footer,
#festival-header .fh-wrapper {
	padding: 47px;
}

.btn-link,
#contacts-giftcard button,
#contacts-giftcard .button,
#auth button {
	width: 140px;
	padding: 5px;
	font-family: "bgp-bold";
	font-size: 15px;
}

h2,
h3,
h4,
h5 {
	font-weight: 300;
}

.gi-cell,
.gi-cell .content,
#nonfiction-banner .pic,
#film-main-image,
#film-info,
#releases .swiper-slide,
.events-cell,
.events-cell .content,
#festival-header .fh-wrapper,
.eb-item .events-cell .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gi-cell {
	background-position: top center;
	-webkit-background-size: contain;
	background-size: contain;
}
.gi-cell.square_image {
	-webkit-background-size: cover;
	background-size: cover;
}

#fi-swiper .swiper-slide a.video,
.flex-films .img-wrapper {
	position: relative;
}

#fi-swiper .swiper-slide a.video:after,
.flex-films .img-wrapper:after {
	content: url("/svg/play.svg");
	position: absolute;
	top: -webkit-calc(50% - 25px);
	top: calc(50% - 25px);
	left: -webkit-calc(50% - 25px);
	left: calc(50% - 25px);
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-ms-overflow-style: none;
}

body {
	background-color: #ffffff;
	font-family: "bgp-regular";
	color: #ffffff;
	text-transform: uppercase;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

h1 {
	font-size: 60px;
	line-height: 1.17em;
	font-weight: normal;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 12px;
}

p {
	text-transform: none;
}

button {
	cursor: pointer;
}

button,
input {
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

br.mobile {
	display: none;
}

.switch-on-hover {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.switch-on-hover a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.switch-on-hover span.datewrap {
	display: block;
}

.switch-on-hover span.datewrap:last-of-type {
	display: none;
}

.switch-on-hover:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
    background-image: -o-linear-gradient(top, #ff0000 0%, #ff0000 100%);
    background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.switch-on-hover:hover span.datewrap:first-of-type {
	display: none;
}

.switch-on-hover:hover span.datewrap:last-of-type {
	display: block;
}

.social li {
	margin-right: 15px;
}

.social a {
	display: block;
}

.social a:not(.contact-link) {
	max-width: 21px;
}

.btn-link {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 0.05px;
}

.btn-link:hover {
	background-color: #ffffff;
	color: #808080;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 20px;
}

.swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #ffffff;
	opacity: 1;
	border-radius: 3px;
	width: 6px;
	height: 6px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 12px 0;
}

header {
	background-color: #ff0000;
	font-size: 12px;
	position: fixed;
	width: 100%;
	height: 54px;
	top: 0;
	z-index: 4;
}

header .container-fluid {
	padding-left: 47px;
	padding-right: 47px;
}

header .container-fluid,
header .container-fluid .row {
	height: 100%;
}

header>a {
	display: block;
}

header ul li {
	margin-right: 50px;
	display: inline-block;
}

header ul li a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

header ul li:last-of-type {
	margin-right: 0;
}

header.transparent {
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 99%);
	transition: background-color .2s linear;
}

header.transparent.active {
	background: #ff0000;
}

.navbar-side-menu {
	margin-left: auto;
}

.navbar-side-menu.active {
	width: 100%;
}

.navbar-side-menu img {
	vertical-align: middle;
}

.navbar-side-menu a {
	margin-right: 14px;
}

.navbar-side-menu a:last-of-type {
	margin-right: 0;
}

.lang-link {
	display: inline-block;
}

#main-schedule {
	color: #ff0000;
	margin-top: 54px;
}

#main-schedule .wrapper {
	padding: 47px 47px 21px;
}

#main-schedule .wrapper-schedule {
	position: relative;
}

#main-schedule h2 {
	line-height: 38px;
}

#main-schedule .wrapper.slider {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url("/img/main-schedule-image.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/img/main-schedule-image.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/img/main-schedule-image.jpg");
	background-size: cover;
	background-position: center;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 43px 47px;
}

#main-schedule .wrapper.slider .center_title {
	position: relative;
	width: 100%;
}

#main-schedule .wrapper.slider a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#main-schedule .wrapper.slider:hover h2 {
	color: transparent;
}

#main-schedule .wrapper.slider .flex_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

#main-schedule .wrapper.slider h2 {
	font-size: 60px;
	line-height: 1em;
	font-weight: 100;
	-webkit-text-stroke: 1px #ffffff;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	letter-spacing: -0.03em;
	line-height: 60px;
    margin-top: 9px;
}

#main-schedule .wrapper.slider .subtitle {
	font-size: 15px;
	position: absolute;
	top: calc(100% + 25px);
	left: 0;
	width: 100%;
}

#main-schedule .wrapper.slider .up_label {
	margin-bottom: auto;
	font-size: 20px;
	min-height: 25px;
}

#main-schedule .wrapper.slider .bottom_label {
	margin-top: auto;
	font-size: 20px;
}

#main-schedule .wrapper.slider p {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-text-stroke: 0;
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
}

#main-schedule .container-fluid,
#main-schedule .row,
#main-schedule .wrapper-schedule,
#main-schedule .swiper-container,
#main-schedule .swiper-slide,
#main-schedule .swiper-slide .wrapper {
	height: 100%;
}

#main-schedule .swiper-container,
#main-schedule .swiper-slide {
	font-size: 12px;
}

.ms-top-bar {
	margin-bottom: auto;
}

.ms-plus,
.ms-arrow {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	cursor: pointer;
}

.ms-plus {
	margin-left: auto;
	margin-bottom: -1px;
}

.ms-plus a {
	height: 32px;
}

.ms-arrow {
	margin-top: -5px;
	transition: transform .2s linear;
}

.ms-arrow.active {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.ms-item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 30px;
	line-height: 1.09em;
	padding: 21px 0;
	border-top: 1px solid #ff0000;
}

.ms-item-title {
	/*max-width: 80%;*/
	flex: 1;
}

.ms-item a {
	color: #ff0000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.ms-item a:hover {
	text-decoration: none;
}

.ms-item a:hover span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
	background-image: -o-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ms-item .float-right {
	margin-left: auto;
}

.ms-item .switch-on-hover:not(:last-of-type) {
	margin-right: 30px;
}
@media(min-width:1440px){
    .ms-item .float-right {
	    margin-left: auto;
    max-width: 250px;
    justify-content: flex-end;
    max-height: 100px;
}
.ms-item .switch-on-hover:not(:last-of-type) {
	margin-right: 0px ;
}
.ms-item .switch-on-hover:nth-child(3) {
    margin-left: 20px;
    margin-top: 32px;
    /* justify-content: flex-end; */
}
.ms-item .switch-on-hover:nth-child(2) {
    margin-left: 32px;
}
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 25vw;
}

.gi-0 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.grid-type-1 .gi-1 {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
}
.grid-type-2 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.grid-type-2 .gi-2 {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.grid-type-3 .gi-1 {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
}
.grid-type-3 .gi-2 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
.grid-type-3 .gi-3 {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.grid-type-4 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.grid-type-4 .gi-2 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}
.grid-type-4 .gi-3 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
.grid-type-5 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.grid-type-5 .gi-2 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}
.grid-type-5 .gi-3 {
	grid-column: 5 / 5;
	grid-row: 1 / 2;
}
.grid-type-5 .gi-4 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
.grid-type-6 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.grid-type-6 .gi-2 {
	grid-column: 3 / 5;
	grid-row: 1 / 2;
}
.grid-type-6 .gi-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.grid-type-6 .gi-4 {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.grid-type-7 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.grid-type-7 .gi-2 {
	grid-column: 3 / 5;
	grid-row: 1 / 2;
}
.grid-type-7 .gi-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.grid-type-7 .gi-4 {
	grid-column: 3 / 4;
	grid-row: 2 / 4;
}
.grid-type-7 .gi-5 {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}
.grid-type-8 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.grid-type-8 .gi-2 {
	grid-column: 3 / 5;
	grid-row: 1 / 2;
}
.grid-type-8 .gi-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}
.grid-type-8 .gi-4 {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.grid-type-8 .gi-5 {
	grid-column: 2 / 4;
	grid-row: 3 / 4;
}
.grid-type-9 .gi-1 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.grid-type-9 .gi-2 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}
.grid-type-9 .gi-3 {
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}
.grid-type-9 .gi-4 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
.grid-type-9 .gi-5 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}
.grid-type-9 .gi-6 {
	grid-column: 2 / 4;
	grid-row: 3 / 4;
}
.grid-type-10 .gi-1 {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
}
.grid-type-10 .gi-2 {
	grid-column: 4 / 5;
	grid-row: 1 / 3;
}
.grid-type-10 .gi-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.grid-type-10 .gi-4 {
	grid-column: 2 / 3;
	grid-row: 2 / 4;
}
.grid-type-10 .gi-5 {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.grid-type-10 .gi-6 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}


.grid-type-1 .gi-plus,
.grid-type-2 .gi-plus {
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}
.grid-type-3 .gi-plus,
.grid-type-4 .gi-plus {
	grid-column: 4 / 5;
	grid-row: 1 / 3;
}
.grid-type-5 .gi-plus,
.grid-type-6 .gi-plus {
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}
.grid-type-7 .gi-plus,
.grid-type-8 .gi-plus,
.grid-type-9 .gi-plus {
	grid-column: 4 / 5;
	grid-row: 2 / 4;
}
.grid-type-10 .gi-plus {
	grid-column: 3 / 5;
	grid-row: 3 / 4;
}

.schedule-advanced {
	grid-template-columns: 1fr 2.8fr
}

.gi-cell.vertical_image .content,
.gi-cell.square_image .content {
	width: 100%;
}
.gi-cell.horiz_image .content {
	width: 50%;
}
.gi-cell {
	position: relative;
	overflow: hidden;
}

.gi-cell .content {
	position: absolute;
	bottom: -100%;
	right: 0;
	height: 100%;
	-webkit-transition: bottom .2s linear;
	-o-transition: bottom .2s linear;
	transition: bottom .2s linear;
	background-color: rgba(0, 0, 0, 0);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	padding: 24px;
}

.gi-cell .content .title {
	margin-top: 4px;
	margin-bottom: 30px;
	max-width: 250px;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	line-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffffff;
}

.gi-cell h3 {
	/*padding-right: 44px;*/
}
#films .gi-cell h3 {
	max-width: 250px;
}

.gi-cell .content .genre, .gi-cell .content .gi-date {
	color: #ffffff;
}
#festival-events .events .title:hover > span,
.events-cell .content .title:hover span,
#movies .events .title:hover > span, 
.gi-cell .content .title:hover span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-size: 100% 1px;
    background-position: 0 90%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#festival-events .events .swiper-container {
	/*margin-right: -50px;*/
}

.gi-cell .content p {
	max-width: 250px;
	position: absolute;
    top: 50%;
    color: #ffffff;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gi-cell .content .btn-link {
	margin-top: auto;
	padding: 5px 13px;
	mix-blend-mode: hard-light;
	background-color: transparent;
}

.gi-cell .content .btn-link:hover {
	background-color: #ffffff;
}

.gi-cell .content .zoomer {
	height: 100%;
}

.gi-cell .static-content {
	background-color: #ff0000;
	padding: 41px 30px 40px 47px;
	height: 100%;
}

.gi-cell .static-content h2 {
	margin-bottom: auto;
}

.gi-cell .static-content p {
	font-size: 20px;
}

.gi-cell .plus-content {
	background-color: #ffffff;
	height: 100%;
}

.gi-cell:hover .content {
	bottom: 0;
}

.gi-cell.vertical_image .content {
	height: 50%;
}

.gi-date {
	font-size: 30px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	text-align: right;
	position: absolute;
	top: 2px;
	right: 34px;
}

.plus {
	position: relative;
	width: 4px;
	height: 171px;
	background-color: #ff0000;
	margin: auto;
}

.plus:after {
	content: '';
	position: absolute;
	background-color: #ff0000;
	width: 171px;
	height: 4px;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	left: -webkit-calc(50% - 85.5px);
	left: calc(50% - 85.5px);
}

#nonfiction-banner .mobile {
	display: none;
}

#nonfiction-banner h2 {
	line-height: 50px;
	color: #808080;
	max-width: 40%;
	font-family: "Repro";
	letter-spacing: 2px;
}

#nonfiction-banner h2:first-of-type {
	color: #ffffff;
}

#nonfiction-banner h2:last-of-type {
	margin-bottom: auto;
}

#nonfiction-banner a {
	display: block;
	height: 100%;
}

#nonfiction-banner .pic {
	background-image: url("/img/nonfiction.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 425px;
}

#contacts-giftcard button,
#contacts-giftcard .button {
	color: #ff0000;
	background-color: #ffffff;
	height: 30px;
}

.mc-field-group {
	display: inline-block;
}

#contacts-giftcard button:hover,
#contacts-giftcard .button:hover {
	background-color: #ff0000;
	color: #ffffff;
}

.contacts {
	background-color: #ff0000;
}

.contacts h3 {
	margin-bottom: 17px;
}

.contacts .hr {
	height: 1px;
	margin-top: 47px;
	margin-bottom: 37px;
	border-bottom: 1px solid #fff;
}

.contacts p {
	font-size: 12px;
	max-width: 357px;
}

.contacts button {
	border: 1px solid #ffffff;
}

.contacts form {
	margin-bottom: 28px;
}

.contacts form input {
	width: 357px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #ff0000;
	font-size: 15px;
	padding: 5.5px 9px;
	margin-right: 20px;
	font-weight: 400;
}

.contacts form input::-webkit-input-placeholder {
	color: #ffffff;
}

.contacts form input::-moz-placeholder {
	color: #ffffff;
}

.contacts form input:-ms-input-placeholder {
	color: #ffffff;
}

.contacts form input::-ms-input-placeholder {
	color: #ffffff;
}

.contacts form input::placeholder {
	color: #ffffff;
}

.contact-link {
	text-transform: none;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
}

.giftcard {
	color: #ff0000;
	text-align: center;
	padding-top: 15px;
}

.giftcard img {
	width: 300px;
	height: 230px;
	margin-bottom: 25px;
}

.giftcard h3 {
	margin: auto;
	margin-bottom: 26px;
	line-height: 35px;
}

.giftcard button {
	border: 1px solid #ff0000;
}

.social img {
	height: 21px;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #ffffff;
}

.subscribe-form input::-moz-placeholder {
	color: #ffffff;
}

.subscribe-form input:-ms-input-placeholder {
	color: #ffffff;
}

.subscribe-form input::-ms-input-placeholder {
	color: #ffffff;
}

.subscribe-form input:focus::-webkit-input-placeholder {
	color: rgba(0,0,0,0);
}

.subscribe-form input:focus::-moz-placeholder {
	color: rgba(0,0,0,0);
}

.subscribe-form input:focus:-ms-input-placeholder {
	color: rgba(0,0,0,0);
}

.subscribe-form input:focus::-ms-input-placeholder {
	color: rgba(0,0,0,0);
}

#container {
	min-height: 100%;
	/*overflow-x: hidden;*/
}

.films #container,
.special_show #container,
.releases #container {
	overflow: hidden;
}

footer {
	padding-bottom: 37px;
	font-size: 12px;
	background-color: #b3b3b3;
	flex: 0 0 auto;
	z-index: 2;
}

footer p {
	text-transform: uppercase;
}

footer a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

footer .social {
	margin-top: 18px;
}

footer .social img {
	height: 13px;
}

footer a[href^='tel:']:hover,
footer a[href^='mailto:']:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

footer .footer p:not(:last-of-type),
footer .footer a:not(:last-of-type),
footer .footer .footer-menu li {
	margin-bottom: 12px;
}

footer .footer-menu {
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-bottom: -18px;
}

footer .footer-menu a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

footer .authors {
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	text-transform: none;
	margin-top: 32px;
}

footer .authors li {
	font-size: 10px;
}

footer .authors a {
	display: inline;
}

footer .authors a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 0.7px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

footer .policy {
	font-size: 10px;
	text-transform: none;
	margin-top: 32px;
}

footer .policy:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 0.7px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#film-main-image {
	height: 412px;
	padding: 54px 47px 32px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	position: relative;
	flex-direction: column;
}

#film-main-image:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 136px;
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

#film-main-image .container-fluid {
	font-size: 20px;
	margin-top: auto;
	padding: 0;
	z-index: 2;
}

#film-main-image .age {
	text-align: right;
}

#film-info {
	padding-right: 47px;
}

#film-info .col-xl-4 {
	padding: 0;
}

#film-info .col-xl-4 > div {
	margin: 0 auto;
	width: 190px;
}

#film-info .poster {
	margin-top: -135px;
	margin-bottom: 24px;
	font-size: 0;
}

.left-info-block {
	margin-bottom: 15px;
	text-transform: none;
}

.left-info-block small {
	font-size: 15px;
	opacity: .5;
	display: block;
}

.left-info-block span {
	font-size: 20px;
}

.partner-link {
	display: block;
	max-width: 190px;
	margin-top: 8px;
}

/*.left-info-block:last-of-type {
	margin-top: 30px;
}*/

.film-note {
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.film-info-wrapper {
	padding: 30px 0 100px;
}

.film-info-wrapper h1 {
	margin-bottom: 15px;
	position: relative;
}

.film-info-wrapper .introtext {
	font-size: 30px;
	line-height: 1.17em;
	margin-bottom: 2.5em;
}

.film-info-wrapper .text-desc {
	font-size: 20px;
	margin-bottom: 50px;
}

.film-info-wrapper .text-desc p {
	font-size: 20px;
	line-height: 1.2em;
}

.film-info-wrapper .text-desc p:not(:last-child) {
	margin-bottom: 1.2em;
}

.film-info-wrapper p a {
	opacity: .5;
}

.film-info-wrapper p a:hover {
	opacity: 1;
}

#fi-swiper {
	margin-bottom: 75px;
	overflow: hidden;
	margin-right: -100px;
}

#fi-swiper .swiper-container {
	height: 100%;
	margin-right: 100px;
	overflow: visible;
}

#fi-swiper .swiper-slide {
	width: 370px;
	overflow: hidden;
	font-size: 0;
}

#fi-swiper .swiper-slide img {
	border-radius: 12px;
}

#fi-swiper .swiper-slide a {
	display: block;
}

.fi-schedule {
	padding: 37px 0px 20px 47px;
	margin-bottom: 75px;
	border: 1px solid #ffffff;
	max-width: 772px;
}

.fi-schedule h2 {
	margin-bottom: 47px;
}

.fis-item .underline {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px solid #ffffff;
	min-width: 600px;
	padding: 20px 0;
	margin-right: 234px;
}

.fis-item .underline h3 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.fis-item .underline>div {
	margin-left: auto;
}

.fis-item .underline span {
	font-size: 30px;
}
/*
.fis-item .underline span.datewrap:not(:last-of-type) {
	margin-right: 13px;
}*/

.fis-item .session-item {
	position: relative;
}

.fis-item .session-item:not(:last-of-type) {
	margin-bottom: 14px;
}

.fis-item .button-wrapper {
	position: absolute;
	top: -webkit-calc(50% - 16px);
	top: calc(50% - 16px);
	left: 243px;
}

.fis-item .button-wrapper a {
	margin-left: auto;
	text-align: center;
	padding: 5px 13px;
	mix-blend-mode: hard-light;
	background-color: #fff;
	color: #808080;
	top: auto!important;
	bottom: auto!important;
	left: auto!important;
	right: auto!important;
}

.fis-item .button-wrapper a small {
	font-size: 15px;
}

.fis-item .button-wrapper a:hover {
	background-color: transparent;
	color: #fff;
}

.fis-item:last-of-type .underline {
	border-bottom: 0;
}

.fi-table {
	display: grid;
	grid-template-columns: 1fr 4fr;
	padding-bottom: 100px;
}
.fi-table .label {
	line-height: 26px;
}

.fi-table .value {
	text-transform: none;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 29px;
}

.fi-table .name {
	font-size: 15px;
	margin-top: 4px;
}

.fi-table .value:last-of-type {
	margin-bottom: 0;
}

.nonfiction-recs {
	border-top: 1px solid #ffffff;
	padding-top: 18px;
}

.nonfiction-recs h3 {
	margin-bottom: 39px;
}

.flex-films a {
	color: #ffffff;
	text-decoration: none;
}

.flex-films .img-wrapper {
	margin-bottom: 25px;
	font-size: 0;
	max-width: 222px;
	width: fit-content;
}

.flex-films h4 {
	margin-bottom: 5px;
	text-align: left;
	max-width: 222px;
}

.flex-films span.datewrap {
	text-transform: none;
	font-size: 15px;
	max-width: 222px;
	display: block;
}

#releases {
	z-index: 3;
}

#releases .swiper-container {
	/*height: 100vh;*/
	height: 754px;
}

.releases-wrapper {
	width: 50%;
	height: 100%;
}

.releases-wrapper img {
	margin: 50px auto;
    max-width: calc(100% - 94px);
}

.releases-wrapper p {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
	margin-bottom: 22px;
}

.releases-wrapper .btn-link {
	margin: 0 auto;
	padding: 5.5px 13px 4.5px;
	mix-blend-mode: hard-light;
	box-sizing: border-box;
}

.releases-wrapper.right {
	margin-left: auto;
}

.releases-wrapper .rw-z {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.releas-buttons {
	display: flex; 
	width: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.releas-buttons .btn-link-svg {

}
.releas-buttons .btn-link-svg img {
	display: none
}

.releases-wrapper .dummy {
	visibility: hidden;
}

#releases-new {
	color: #ff0000;
}

#releases-new .rn-wrapper {
	padding: 0 47px;
}

#releases-new .releases-films {
	padding-top: 50px;
}

.releases-notification {
	font-size: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 38px 0;
	border-bottom: 1px solid #ff0000;
}

.releases-notification img {
	width: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.releases-films .row {
	margin: 0 -25px;
}

.releases-films .col-xl-3 {
	padding: 0 25px;
	margin-bottom: 50px;
}

.rf-wrapper {
	position: relative;
	font-size: 0;
}

.rf-wrapper img {
	width: 100%;
}

.rf-wrapper .overlay {
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity .2s linear;
	backdrop-filter: blur(20px);
}

.rf-wrapper .btn-link {
	text-align: center;
	width: 140px;
}

.rf-wrapper .btn-link:not(:last-of-type) {
	margin-bottom: 25px;
}

.rf-wrapper:hover .overlay {
	opacity: 1;
}

.sub-header {
	z-index: 2;
	position: fixed;
	height: 54px;
	background-color: #ff0000;
	top: 0;
	width: 100%;
}

main {
	margin-top: 54px;
	padding: 47px;
	color: #ff0000;
	flex: 1 0 auto;
	overflow: hidden;
}

main h2,
#events h2 {
	margin-bottom: 34px;
	line-height: 38px;
	display: inline-block;
}

main #movies .schedule-advanced {
	display: none;
}

main #schedule-slider {
	display: none;
}

main.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	overflow: unset;
}

main.active #movies {
	width: 884px;
	position: relative;
	min-height: 768px;
}

main.active #movies .schedule-advanced {
	display: grid;
}

main.active .events {
	display: none;
}

.events a {
	text-decoration: none;
}

.events .btn-link {
	background-color: transparent;
}

.events .btn-link:hover {
	background-color: #ffffff;
}

main.active #schedule-slider {
	display: block;
}

.filters {
	max-width: 100%;
}

.filter {
	font-size: 0;
	overflow: hidden;
	margin-bottom: 47px;
}

.filter:first-of-type {
	margin-right: auto;
}

.filter button {
	font-family: "bgp-regular";
	min-width: 130px;
	font-size: 15px;
	border: 0;
	background-color: #ffffff;
	color: #ff0000;
	padding: 3.5px 10px 2.5px 10px;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

.filter button[data-filter="документальный"] {
	min-width: 170px;
}

.filter button:first-of-type {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-left: 1px solid #ff0000;
}

.filter button:last-of-type {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-right: 1px solid #ff0000;
}

.filter button:not(:last-of-type) {
	border-right: 1px solid #ff0000;
}

.filter button.active {
	background-color: #ff0000;
	color: #ffffff;
}

.filter-divided {
	font-size: 0;
	overflow: hidden;
	margin-bottom: 47px;
	margin-left: auto;
}

.filter-divided button, .hrefAsButton {
	font-family: "bgp-regular";
	font-size: 15px;
	border: 0;
	background-color: #ffffff;
	color: #ff0000;
	padding: 3.5px 10px 2.5px 10px;
	border-radius: 13px;
	border: 1px solid #ff0000;
}
.hrefAsButton{
    display: inline-block;
    text-decoration: none;
}

.filter-divided button.active {
	background-color: #ff0000;
	color: #ffffff;
}

.filter-divided button:not(:last-of-type) {
	margin-right: 20px;
}

#movies .events,
#festival-events .events {
	padding-top: 18px;
	border-top: 1px solid #ff0000;
}

#movies .events h3,
#festival-events .events h3 {
	margin-bottom: 14px;
}

#movies .events h3,
#festival-events .events .title {
	display: block;
	min-width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#movies .events .swiper-slide,
#festival-events .events .swiper-slide,
#search .swiper-slide,
.month-events-mobile .swiper-slide {
	width: 342px;
}

.month-events-mobile .content {
	width: 100%;
}

#movies .events.gray,
#festival-events .events.gray {
	border-top: 1px solid #868c8e;
}

#movies .events.gray:not(:last-of-type),
#festival-events .events.gray:not(:last-of-type) {
	margin-bottom: 80px;
}

#movies .events:not(:last-of-type) {
	margin-bottom: 50px;
}

#movies .filters {
	width: 884px;
}

.schedule-advanced {
	display: grid;
	border-top: 1px solid #ff0000;
}

.schedule-advanced h3 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-top: 20px;
	line-height: 35px;
	margin-right: 5px;
}

.schedule-advanced .schedule-wrapper {
	padding: 0 0 50px;
	width: 100%;
}

.schedule-advanced .sw-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #ff0000;
	text-decoration: none;
	padding: 20px 0;
	max-width: 590px;
	margin-left: auto;
}

.sw-item-time {
	position: relative;
}

.schedule-advanced .sw-item .sw-item-time a,
.fis-item .session-item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.sw-item-time > div:not(:last-of-type) {
	margin-bottom: 5px;
}

.schedule-advanced .sw-item h3 {
	display: inline !important;
	font-family: "bgp-regular" !important;
}

.schedule-advanced .sw-item span.datewrap {
	display: inline-block;
	font-size: 30px;
	line-height: 1.09em;
	text-align: right;
}

.schedule-advanced .sw-item span.datewrap:not(:last-of-type) {
	margin-right: 10px;
}

.schedule-advanced .sw-item:not(:last-of-type) {
	border-bottom: 1px solid #ff0000;
}

.schedule-advanced .sw-item a{
	color: #f00;
	text-decoration: none;
	z-index: 3;
	position: relative;
}

.schedule-advanced .sw-item h3:hover a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
	background-image: -o-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.schedule-advanced .sw-item-title {
	margin-right: auto;
	max-width: 65%;
}

.events-cell {
	font-size: 0;
}

.events-cell img {
	width: 100%;
}

.events-cell .content {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px;
	color: #ffffff;
	height: 340px;
}

#schedule-slider .events-cell .content {
	height: 295px;
}

#festival-events .events-cell .content > div {
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.events-cell .content .genre {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: -4px;
}

.events-cell .content .title {
	margin-top: 4px;
	margin-bottom: 30px;
	max-width: 250px;
	max-height: 103px;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	line-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* .events-cell .content .title:hover span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-size: 100% 1px;
    background-position: 0 90%;
    background-repeat: no-repeat;
    overflow: hidden;
} */

.events-cell .content p {
	max-width: 250px;
	font-size: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
	top: 50%;
}

.events-cell .content .filmGenre {
	font-size: 15px;
}

.events-cell .content .btn-link {
	margin-top: auto;
	padding: 5.5px 13px 4.5px;
	mix-blend-mode: hard-light;
}

#schedule-slider {
	width: 342px;
}

#schedule-slider a {
	display: block;
	text-decoration: none;
	position: sticky;
	top: 101px;
}

#schedule-slider .title {
	margin-bottom: 0;
}

#schedule-slider p {
	margin-top: auto;
	position: static;
}

#schedule-slider .timing-year-age {
	font-size: 0px;
}

#schedule-slider .timing-year-age > span {
	font-size: 15px;
	margin-right: 10px;
}

.over-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

#festival-header .fh-wrapper {
	position: relative;
	/*height: -webkit-calc(100vh - 70px);
	height: calc(100vh - 70px);*/
	height: 738px;
}

#festival-header .fh-wrapper .fhw-z {
	height: 100%;
}

#festival-header h1 {
	margin-top: 35px;
}

#festival-header img {
	position: absolute;
	top: 82px;
	right: 47px;
	max-width: 150px;
}

#festival-header p {
	margin-top: auto;
	font-size: 20px;
}

#festival-events {
	color: #888c90;
	padding: 50px ;
}

#festival-events .r-left, #festival-events .r-right {
	display: block!important;
}

#festival-events .fe-flex-header {
	align-items: flex-start;
	margin-bottom: 23px;
}

/*#festival-events .fe-flex-header, #festival-events .swiper-container {
	padding: 0 47px;
}*/

#festival-events .fe-flex-header h3,
#festival-events .fe-flex-header p {
	width: 50%;
}

#festival-events .fe-flex-header p {
	padding-left: 47px;
	font-size: 15px;
}

#festival-events .fe-flex-header h3 {
	margin-bottom: 0;
}

#events {
	margin-top: 54px;
	color: #ff0000;
	padding: 47px 47px 0;
	position: relative;
}

.eb-item {
	padding: 0 47px;
	color: #ff0000;
}

.eb-item .border-wrapper {
	border-top: 1px solid #ff0000;
	padding: 25px 0 50px;
}

.eb-item h3 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: sticky;
	top: 64px;
	margin-top: -7px;
}

.eb-item .month-events {
	margin-left: auto;
}

.eb-item .events-cell .image {
	width: 684px;
	height: 342px;
	position: relative;
}

.eb-item .month-events .events-cell .content {
	height: 342px;
	width: 342px;
}

#calendar-modal {
	grid-template-columns: 1fr 1fr;
	display: none;
	position: absolute;
	top: 105px;
	left: -webkit-calc(50% - (100% - 94px) / 2);
	left: calc(50% - (100% - 94px) / 2);
	z-index: 99;
	width: 590px;
	padding: 26px 31px;
	background-color: #ff0000;
}

#calendar-modal.active {
	display: grid;
}

.nearest-days {
	font-size: 45px;
}

.nearest-days a {
	color: #ffffff;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.nearest-days a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#calendar .nice-date-picker-body tr .nice-gray {
	opacity: .75;
}

#calendar .nice-date-picker-body td {
	font-family: "bgp-regular-mono", monospace !important;
}

#calendar .nice-date-picker-warpper {
	padding: 0;
	font-family: "bgp-regular";
	background-color: #ff0000;
	width: 250px;
	margin: auto;
	max-width: 589px;
}

.nice-date-picker-body tr,
.nice-date-picker-body tr td,
.nice-date-picker-body tr th {
	height: 39px;
}

.nice-date-picker-body tr td,
.nice-date-picker-body tr th {
	line-height: 39px;
}

#calendar .nice-active,
#calendar .nice-current {
	background-color: #ff0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-size: 100% 1px;
	background-position: 0 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.partners {
	margin-bottom: 36px;
	border-bottom: 1px solid #ffffff;
}

.partners h5 {
	margin-bottom: 24px;
}

.partners div[class^="col-xl"]:not(:last-of-type) {
	/*margin-bottom: 50px;*/
}

.logo-footer {
	margin-top: 2px;
}

.partners-wrapper a:not(:last-of-type) {
	margin-bottom: 40px;
}

.col_partner {
	margin-bottom: 50px;
	min-height: 45px;
}

.col_partner a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.col_partner img {
	vertical-align: bottom;
}

.partners-wrapper.horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners-wrapper.horizontal a {
	margin-top: auto;
}

.partners-wrapper.oneliner a {
	margin: 0;
	margin-bottom: 25px;
}

#auth {
	margin-top: 54px;
	color: #ff0000;
}

#auth h1 {
	margin-bottom: 20px;
}

#auth .auth-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: -webkit-calc(100vh - 54px);
	height: calc(100vh - 54px);
}

#auth input[type="email"],
#auth input[type="password"] {
	width: 357px;
	border: 1px solid #b3b3b3;
	color: #b3b3b3;
	background-color: #ffffff;
	font-size: 15px;
	padding: 5.5px 9px;
	margin-bottom: 20px;
}

#auth input[type="password"] {
	margin-bottom: 10px;
}

#auth input::-webkit-input-placeholder {
	color: #b3b3b3;
}

#auth input::-moz-placeholder {
	color: #b3b3b3;
}

#auth input:-ms-input-placeholder {
	color: #b3b3b3;
}

#auth input::-ms-input-placeholder {
	color: #b3b3b3;
}

#auth input::placeholder {
	color: #b3b3b3;
}

#auth button {
	color: #ff0000;
	background-color: #ffffff;
	border: 1px solid #ff0000;
	height: 30px;
	margin: auto;
	margin-top: 20px;
}

#auth button:hover {
	background-color: #ff0000;
	color: #ffffff;
}

#auth label {
	color: #b3b3b3;
	text-transform: none;
}

.header-mobile {
	display: none;
	position: fixed;
	top: 0;
	width: -webkit-calc(100% + 1px);
	width: calc(100% + 1px);
	z-index: 4;
	height: 54px;
	background-color: #ff0000;
}

.header-mobile .hm-navbar {
	padding: 0 47px;
	width: 100%;
}

.header-mobile .logo {
	display: block;
	width: 117px;
	height: 38px;
}

.header-mobile .menu img {
	width: 25px;
}

.header-mobile .search {
	width: 23px;
	margin-right: 25px !important;
}

.header-mobile .search img {
	width: 23px;
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	height: 200vh;
	width: 100%;
	background-color: #ff0000;
	padding: 47px;
}

.mobile-menu.active {
	display: block;
}

.mobile-menu ul {
	list-style: none;
}

.mobile-menu li {
	text-align: right;
}

.mobile-menu li:not(:last-of-type) {
	margin-bottom: 10px;
}

.mobile-menu li.lang-link-li {
	margin-top: 86px;
}

.mobile-menu a {
	color: #ffffff;
	font-size: 45px;
	text-decoration: none;
}

.mobile-footer {
	font-size: 12px;
	display: none;
}

.mobile-footer .authors {
	margin-top: auto;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.mobile-footer .policy {
	margin-top: 0;
}

.mobile-footer .footer-menu li:not(:last-of-type) {
	margin-bottom: 11px;
}

.mobile-footer .footer-menu li:nth-of-type(4) {
	margin-bottom: 41px;
}

.mobile-footer .flex-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.mobile-footer a[href^='tel'] {
	margin-bottom: 11px;
}

.mobile-footer p {
	margin-bottom: 11px;
}

.mobile-footer p:last-of-type {
	margin-bottom: 41px;
}

#about {
	margin-top: 54px;
	color: #ff0000;
}

#about h2 {
	margin-bottom: 25px;
}

#about p {
	font-size: 15px;
	line-height: 18px;
}

#about p:not(:last-of-type) {
	margin-bottom: 20px;
}

#about a {
	color: #ff0000;
}

#about a:hover {
	text-decoration: none;
}

#about .scrollable-wrapper {
	overflow-y: scroll;
	padding: 37px 47px;
}

#about .scrollable-wrapper.left {
	height: auto;
	overflow-y: visible;
}

#about .scrollable-wrapper.photos {
	padding: 0;
	font-size: 0;
	position: fixed;
	top: 54px;
	height: calc(100vh - 261.35px);
	overflow-y: scroll;
}

#about .scrollable-wrapper.photos > div {
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	padding-bottom: 216.5px;
}

#about .scrollable-wrapper.photos > div:hover {
	/*-webkit-filter: none;
	filter: none;*/
}

#about .scrollable-wrapper.photos img {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#about .scrollable-wrapper.photos img:not(:last-of-type) {
	margin-bottom: 25px;
}

#about .about-item {
	border-top: 1px solid #ff0000;
}

#about .accordion-trigger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0;
}

#about .accordion-trigger img {
	width: 21px;
	transition: transform .2s linear;
}

#about .accordion-trigger.active img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#about .accordion-itself {
	display: none;
	padding-top: 25px;
	padding-bottom: 50px;
}

#about .accordion-itself.active {
	display: block;
}

#about .about-crew .col-sm-6:nth-of-type(2n) .ac-item {
	padding-left: 20px;
}

#about .about-crew .col-sm-6:nth-of-type(2n+1) .ac-item {
	padding-right: 20px;
}

#about .about-crew .accordion-trigger {
	padding: 10px 0;
	border-bottom: 1px solid #ff0000;
}

#about .about-crew .accordion-trigger img {
	width: 11px;
	height: 11px;
	margin-top: 3px;
}

#about .about-crew .accordion-itself {
	padding: 10px 0 0;
}

.ac-item {
	margin-bottom: 40px;
	font-size: 0;
}

.ac-item img {
	width: 100%;
}

.ac-item h4 {
	font-size: 15px;
}

.ac-item span {
	font-size: 15px;
	text-transform: none;
}

.ai-text {
	font-size: 15px;
	line-height: 18px;
	text-transform: none;
}

.ai-text p {
	margin-bottom: 0!important;
}

.about-contacts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 15px;
	text-transform: none;
}

.about-contacts a {
	text-decoration: none!important;
}

.about-contacts a:hover {
	text-decoration: underline!important;
}

.about-contacts > div {
	margin-bottom: 20px;
}

.about-rules {
	max-height: 350px;
	overflow-y: scroll;
}

.about-rules p {
	font-family: "bgp-regular", sans-serif;
}

.ai-rules {
	padding-bottom: 0!important;
	position: relative;
}

.ai-rules:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 34px;
	bottom: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 86.98%);
}

::-webkit-scrollbar {
	display: none;
}

.mono {
	font-family: "bgp-regular-mono", monospace !important;
}

.film-desc {
	margin-bottom: 65px;
	font-size: 30px;
}

.fi-table > div:not(:last-of-type):not(:nth-last-of-type(2)) {
	margin-bottom: 30px;
}

.fi-table > div:first-of-type, .fi-table > div:first-of-type + div {
	margin-bottom: 50px;
}

.spec-show-label {
	font-size: 15px!important;
	margin-left: 20px;
	margin-bottom: -7px;
}

.fis-item .datewrap {
	display: inline-block;
}

.datewrap.clock {
	width: 78px;
}

.datewrap.price {
	width: 100px;
	text-align: right;
}

.film-info-mobile {
	position: absolute;
	padding: 42px 47px;
	left: 0;
	width: 100%;
	height: calc(100% - 54px);
	background-color: rgba(0, 0, 0, .5);
	grid-template-columns: 1fr 1fr 1fr;
	align-items: start;
	justify-items: center;
	display: none;
}

.film-info-mobile .poster {
	margin-right: 37px;
}

.film-info-mobile .left-info-block:last-of-type {
	margin-top: 0;
	margin-bottom: 0;
}

.film-info-mobile.active {
	display: grid;
}

.fim-toggle {
	text-transform: none;
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	width: 33px;
	height: 33px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 21px);
	right: 0px;
}

.r-right, .r-left {
	position: absolute;
  top: calc(50% - 22.5px);
  z-index: 5;
  cursor: pointer;
	opacity: .6;
}

.r-right.swiper-button-disabled, .r-left.swiper-button-disabled {
	display: none;
}

.r-right:hover, .r-left:hover {
	opacity: 1;
}

.r-left {
	left: 0px;
}

.r-right {
	right: 0px;
}

.navbar-menu ul {
	padding-left: 49px;
}

header .logo {
	display: block;
    height: 38px;
    width: 117px;
}

.fis-item .button-wrapper img {
	display: none;
}

.left-info-block .btn-link {
	text-transform: uppercase;
	width: 140px;
	text-align: center;
	margin-top: 15px;
}

.left-info-block.specs {
	margin-top: 35px;
}

.left-info-block.specs-last {
	margin-top: 25px;
}

.fi-cinemas {
	border-top: 1px solid #fff;
	padding-top: 18px;
	padding-bottom: 50px;
}

.fi-cinemas h3 {
	margin-bottom: 39px;
}

.fi-cinemas ul {
	list-style: none;
}

.fi-cinemas span, .fi-cinemas a {
	font-size: 20px;
	text-transform: initial;
	margin-bottom: 25px;
	display: block;
	width: fit-content;
	cursor: pointer;
}

.fi-cinemas a {
	color: #fff;
	text-decoration: none;
}

.fi-cinemas span.active {
	text-decoration: underline;
}

.fic-submenu {
	display: none;
	padding-left: 70px;
}

.schedule-advanced .sw-item span.datewrap:first-of-type {
	width: 78px;
}

.schedule-advanced .sw-item span.datewrap:last-of-type {
	width: 100px;
}

.festivals h1 {
	/*font-size: 45px;*/
}

.spec-span {
	font-size: 15px;
	line-height: 39px;
	display: inline-block;
}

.events .r-left, .events .r-right,
#fi-swiper .r-left, #fi-swiper .r-right {
	top: calc(50% - 23px)!important;
	opacity: 0;
	transition: opacity .3s linear;
}

#films-mobile .r-left, 
#films-mobile .r-right {
	opacity: 0;
	transition: opacity .3s linear;
	top: calc(50% - 22.5px)!important;
}

.events:hover .r-left, .events:hover .r-right,
#fi-swiper:hover .r-left, #fi-swiper:hover .r-right,
#films-mobile:hover .r-left, #films-mobile:hover .r-right {
	opacity: 1;
}

.events .r-left {
	left: -10px;
}

 #fi-swiper .r-left {
 	left: 3px;
 }

.events .r-right, #fi-swiper .r-right {
	right: -10px;
}

#fi-swiper .r-right {
 	right: -42px;
 }

.gradient {
	width: 47px;
	height: 100%;
	/*background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 86.98%);*/
	position: absolute;
	right: -47px;
	top: 0;
	z-index: 2;
}

.ruble {
	margin-left: 3.47px;
}

.ms-arrow.inline {
	display: inline-flex;
}

.schedule-calendar {
	left: 0!important;
	top: 58px!important;
}

.swiper-button-disabled + .gradient {
	display: none;
}

#movies .swiper-container,
#festival-events .swiper-container {
	overflow: visible!important;
}

#movies .r-left,
#festival-events .r-left {
	left: -46px;
}

#movies .r-right,
#festival-events .r-right {
	right: -46px;
}

/* films (mobile) */

#films {
	/*display: none;*/
}

#films-mobile {
	/*display: none;*/
}

#films-mobile .swiper-container, 
#events-mobile .swiper-container, 
#films-mobile .gi-cell,
#events-mobile .gi-cell {
	height: 684px;
}

#films-mobile .swiper-slide,
#events-mobile .swiper-slide {
	width: 342px;
}
#events-mobile .swiper-slide:first-child {
	background: url('../img/events-cover.jpg');
	background-size: cover;
}

#films-mobile .content,
#events-mobile .content {
	height: 343px;
	width: 342px;
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    bottom: 0px;
    box-sizing: border-box;
    padding-top: 21px;
}

.overlink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#films-mobile.events-on .fm-starter {
	background-color: #fff;
}

#films-mobile.events-on .fm-starter h2,
#films-mobile.events-on .fm-starter p {
	color: #f00;
}

#events-mobile .fm-starter {
	background-color: transparent;
}

#films-mobile .fm-starter h2,
#films-mobile .fm-starter p,
#events-mobile .fm-starter h2,
#events-mobile .fm-starter p {
	color: #fff;
}


.fm-starter {
	width: 342px;
	height: 684px;
	background-color: #ff0000;
	padding: 41px 30px 86px 44px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.fm-starter h2 {
	margin-bottom: 27px;
	line-height: 53px;
}

.fm-starter p {
	font-size: 20px;
}

.fm-starter img,
.fm-starter svg {
	margin-top: auto;
}
#films-mobile .fm-starter svg .cls-1,
#films-mobile .fm-starter svg .cls-2{
	stroke: #FFF;
}
#films-mobile.events-on .fm-starter svg .cls-1,
#films-mobile.events-on .fm-starter svg .cls-2{
	stroke: #F00;
}

.fis-item .session-item:hover {
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-size: 100% 1px;
    background-position: 0 90%;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
}

.contacts-hr {
	height: 1px;
	background-color: #ff0000;
	margin-top: 20px;
}

.contacts h3 .mob {
	display: none;
}

/* search */

main.search {
	overflow-x: hidden;
	min-height: 428px;
}

main.search .swiper-container {
	overflow: visible;
	padding-left: 25px;
}

main.search h2 {
	text-transform: lowercase;
}

/* search form */

.header-search {
	flex: 1;
	display: none;
	padding: 0 15px;
	position: relative;
}

.hs-close {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	font-size: 0;
	right: 20px;
    bottom: 5px;
    cursor: pointer;
}

.header-search input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	text-transform: none;
	width: 100%;
	padding-bottom: 2px;
}

.cdk-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	background-color: #ff0000;
	padding: 47px;
}

.cdk-overlay .logo img {
	width: 195px;
	margin-bottom: 44px;
}

.cdk-overlay p {
	font-size: 20px;
	text-transform: none;
}

.no-films-h3 {
	padding-top: 20px;
	border-top: 1px solid #ff0000;
}

.aim-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aim-item:not(:last-of-type) {
	margin-bottom: 25px;
}

.aim-item .label {
	text-transform: none;
}

.aim-item .btn {
	width: 140px;
	border: 1px solid #ff0000;
	text-decoration: none;
	font-family: 'bgp-bold', san-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 5px 0 4px;
	flex-shrink: 0;
	margin-left: 10px;
}

.aim-item .btn:hover {
	background-color: #ff0000;
	color: #ffffff!important; 
}

.fmi-header {
	align-items: center;
	display: none;
	z-index: 0;
}

.fmi-header .btn-link {
	background-color: none;
	/*mix-blend-mode: hard-light;*/
	/*color: #808080;*/
	padding: 5px 27px;
	position: relative;
	color: black;
  	mix-blend-mode: screen
}

.fmi-header .btn-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  content: '';
  mix-blend-mode: color-burn;
}

.fmi-header .btn-link:hover {
	background-color: transparent;
	color: #ffffff;
}

.fmi-header .download {
	margin-left: auto;
	margin-right: 24px;
	font-size: 0;
}

.fmi-header .film-info {
	font-size: 0;
}

.film-mobile-modal {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 36px 25px;
}

.film-mobile-modal .close {
	position: absolute;
	transform: rotate(45deg);
	top: 32px;
	right: 25px;
}

.film-mobile-modal.active {
	display: block;
}

.film-info-modal.active {
	display: flex;
}

.film-info-modal .poster {
	width: 147px;
	margin-right: 36px;
}

.film-info-modal .description {
	flex: 1;
}

.film-info-modal .description > div:not(:last-of-type) {
	margin-bottom: 12px;
}

.film-info-modal .description small {
	font-size: 12px;
	text-transform: none;
	color: rgba(255, 255, 255, 0.5);
	display: block;
}

.film-info-modal .description span {
	text-transform: none;
}

.film-download-modal {
	padding-right: 115px;
    z-index: 10;
}

.film-download-modal p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 24px;
}

.film-download-modal .btn-link {
	mix-blend-mode: hard-light;
	padding: 5px 27px;
}

.film-download-modal .btn-link.first {
	margin-bottom: 36px;
}

.filters {
	position: relative;
}

.filter-expand {
	display: none;
	font-size: 0;
	position: absolute;
	top: 2.5px;
	right: 0;
}

.crew-mobile {
	display: none;
}

.crew-mobile .swiper-slide {
	width: 275px;
}

.month-events-mobile {
	display: none;
}

/* костыли */

#events .ms-arrow,
#movies .ms-arrow {
	display: none !important;
}

#actual-events {
	/* display: none !important; */
}

.giftcard .no-gif {
	display: none;
}

.sw-item .datetime {
	position: relative;
}

.lang-link {
	display: block;
	margin-left: 16px;
}

.navbar-side-menu a {
	margin-right: 0;
}

.sw-item .datetime:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -o-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
	background-size: 100% 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hm-search {
	width: 100%;
	display: none;
}

.hm-search.active {
	display: flex;
}

.hm-search input {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	font-size: 30px;
	line-height: 35px;
	text-transform: none;
	width: 100%;
	padding-left: 25px;
	padding-right: 57px;
}

.hm-close {
	position: absolute;
    top: calc(50% - 11px);
    font-size: 0;
    width: 22px;
    right: 25px;
}

.search-wrapper {
	position: relative;
}

.fe-search {
	position: absolute;
	right: 25px;
	top: calc(50% - 23px);
}
.film-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.for-mobile {
	display: none;
}
.infopartners .col_item:not(:last-child) {
	margin-right: 90px;
}

@media (max-width:425px){
    span.date_mobile {
        display:inline-block!important;

    }
    span.date_pc{
        display:none!important;
    }
}

/* KINOPLAN */

.kw-overlay{position:fixed;top:0;left:0;box-sizing:border-box;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.kw-overlay-container,.kw-overlay-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;width:100%;height:100%}.kw-overlay-container{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;position:fixed;top:0;left:-9999px;z-index:1000;padding:40px;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .3s}.kw-overlay-container--open{left:0;opacity:1;pointer-events:auto}.kw-overlay-content{position:relative;z-index:1;max-width:960px;max-height:740px}.kw-iframe{width:100%;height:100%;border:none}.kw-spinner{font-size:0;position:fixed;top:calc(50% - 20px);left:calc(50% - 25px);z-index:1;width:50px;height:40px;text-align:center}.kw-spinner>div{display:inline-block;width:6px;height:100%;margin:0 3px 0 0;background-color:#f5f7f8;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.kw-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.kw-spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.kw-spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.kw-spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}

.releases-notification img {
	align-self: center;
}

.btn-link {
	min-width: 140px !important;
	min-height: 30px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}


.btn-link:hover {
	color: #666;
    mix-blend-mode: hard-light; 
}


#releases-new .rf-wrapper {
	width: 280px;
	height: 400px;
} 

section#releases-mobile {
	display: none !important;
}
.partner-col-item:not(:last-child) {
	margin-right: 90px;
}
@media screen and (max-width: 1200px) {
	#releases-new .rf-wrapper {
		width: 175px;
		height: 250px;
		background-size: contain;
	} 

	#releases-new .rf-wrapper .overlay{
		width: 175px;
		height: 250px;
		background-size: contain;
	} 

	section#releases {
		display: none;
	}

	section#releases-mobile {
		display: block !important;
		margin-top: 54px;
	}
}

#releases-mobile .swiper-slide {
	height: 575px;
	background-size: contain;
}

#releases-mobile .btn-link {
	width: 140px !important;
	height: 30px !important;
	box-sizing: border-box; 
}

#releases-mobile .releases-wrapper p {
	max-width: 280px;
}
.num_n {
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-size: 0.94em;
	border-bottom: 0 !important;
	background: none !important;
}