/* --- [ALEXANDER NEW style 2025] --- */

			.films__nmli_container
			{
				display: grid;
				grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
				gap: 16px;
				margin: 0 auto;
				padding-right: 20px;
			}
			.films__nmli_container .films__nml_item
			{
				color: white;
				display: flex;
				align-items: left;
				justify-content: left;
				padding: 5% 0px;
			}

			.films__nmli_container .films__nmlib_container
			{
				display: grid;
				grid-template-columns: 1fr 2fr;
				gap: 16px;
			}
			
			.films__nmli_container .films__nmlib_poster_image
			{
				width: 100%;
				border-radius: 20px;
				display: inline-block;
				transition: all 0.3s ease-in-out;
			}
			.films__nmli_container .films__nmlib_info
			{
				color: white;
			}
			.films__nmli_container .films__nmlib_info_more li
			{
				.list-style-type: none !important;
			}
			.films__nmli_container .films__nmlib_info_title
			{
				font-family: 'Futura PT';
				font-style: normal;
				font-weight: 500;
				font-size: 25px;
				color: #FFFFFF;
				display: block;
				padding-bottom: 10px;
				transition: all 0.3s ease-in-out;
			}
			.films__nmli_container .films__nmlib_info_more
			{
				font-family: 'Futura PT';
				font-style: normal;
				font-weight: 300;
				font-size: 20px;
				color: #FFFFFF;
			}
			.films__nmli_container .films__nmlib_info_more .type
			{
				font-weight: 300;
			}
			.films__nmli_container .films__nmlibib_more #elmnt
			{
				padding: 2% 10%;
				text-align: center;
				border: 1px solid;
				border-radius: 5px;
				transition: all 0.1s ease-in-out;
			}

			.films__nmlib_container:hover .films__nmlib_info_title
			{
				transform: scale(1.1);
			}
			.films__nmlib_container:hover .films__nmlib_poster_image
			{
				transform: scale(1.05) translateX(-0.3rem) translateY(-0.3rem);
				box-shadow: -1px -1px 30px #3b438a;
			}
			.films__nmlib_container:hover .films__nmlibib_more #elmnt
			{
				background-color: #F2312E;
				border-color: #F2312E;
			}

			.films__nmli_container .films__nmlib_info_container
			{
				display: flex;
				flex-direction: column;
				height: 100%;
			}
				.films__nmli_container .films__nmlib_info_container .films__nmlib_info_container_content
				{
					flex: 1;
				}

			@media (max-width: 767.98px)
			{
				.films__nmli_container .films__nmlibib_more #elmnt { font-size: 12px; }
				.films__nmli_container .films__nmlib_container { padding-right: 80px; }
				.films__nmli_container .films__nmlib_info_title { font-size: 15px; }
				.films__nmli_container .films__nmlib_info_more { font-size: 15px; }
				.films__nmli_container .films__nml_item { border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 30px; }
			}
			
			
			
			
	@media (max-width: 767.98px)
	{
		#premiere_slider .ps_posters { display: none; }
		#premiere_slider .ps_item_cell_left { top: 0; opacity: 0.7 !important; z-index: 2 !important; display: block !important; width: 100% !important; height: 100%; position: absolute !important; }
		#premiere_slider .ps_item_overlay_buttons { font-size: 15px !important; width: 100% !important; }
		#premiere_slider .ps_item_cell_right { width: 100% !important; }
		#premiere_slider .ps_item_shadow { opacity: 0 !important; }
		#premiere_slider .ps_item #video { width: 100vw !important; }
		#premiere_slider .ps_item #title { font-size: 15px !important; } 
		#premiere_slider .ps_item #genre { font-size: 15px !important; padding: 1% 10% !important; color: #EFEFEF; }
		#premiere_slider .ps_item #info { display: none !important; }
		#premiere_slider .ps_poster { width: 100% !important; }
		#premiere_slider .ps_posters.visible { display: flex !important; }
	}
	#premiere_slider .ps_item_overlay_buttons .trailer .psiob_trailer_icon
	{
		width: 3%;
		position: absolute;
	}
	#premiere_slider .ps_item_overlay_buttons .trailer .psiob_trailer_text
	{
		xpadding-left: 20px;
	}
	#premiere_slider
	{
		width: 100vw;
		background: black;
		position: relative;
	}
		#premiere_slider .ps_objects
		{
			display: none;
		}
		#premiere_slider .ps_item
		{
			cursor: pointer;
			position: relative;
			display: table;
			margin: auto;
		}
		#premiere_slider .ps_item_cell_right
		{
			display: table-cell;
			z-index: 0;
			position: relative;
		}
		#premiere_slider .ps_item_cell_left
		{
			display: table-cell;
			width: 60%;
			z-index: 2;
			position: absolute;
		}
		#premiere_slider .ps_item_overlay
		{
			position: absolute;
			height: 100%;
			width: 100%;
			color: white;
			opacity: 0;
			transition: all 0.5s ease-in-out;
			content: "";
		}
			#premiere_slider .ps_item_overlay.visible
			{
				opacity: 1;
			}
			#premiere_slider .ps_item_shadow
			{
				width: 100%;
				height: 100%;
				position: absolute;
				z-index: 1;
				float: left;
				background: url('/img/ui/ps_item_shadow_bg.png') left center repeat-y;
				background-size: contain;
				transition: all 0.3s ease-in-out;
			}
			#premiere_slider .ps_item #title
			{
				width: 100%;
				font-size: 30px;
				padding: 17% 0% 0% 10%;
				top: 0.5%;
				opacity: 0.9;
			}
			#premiere_slider .ps_item #genre
			{
				width: 88%;
				font-size: 30px;
				padding: 5% 0% 5% 10%;
				top: 1.3%;
				opacity: 0.9;
				color: #ACACAC;
			}
			#premiere_slider .ps_item #info
			{
				width: 80%;
				height: 12vh;
				display: block;
				padding: 0% 0% 10% 10%;
				overflow: hidden;
				font-size: 20px;
				color: white;
				font-weight: normal;
				opacity: 0.9;
			}
			#premiere_slider .ps_item #video
			{
				width: 100vw;
				max-width: 1280px;
				/* float: right; */
				display: block;
				z-index: -1;
			}
			#premiere_slider #buttons
			{
				position: absolute;
				width: 60%;
				margin: auto;
				text-align: center;
				padding: 3% 0%;
				bottom: 0;
				z-index: 2;
				font-size: 20px;
				color: white;
			}
				#premiere_slider #buttons #link
				{
					padding: 3% 0%;
					/* text-align: center; */
					border-radius: 40px;
					width: 40%;
					display: inline-block;
					background: #1e1e1e;
					transition: background .3s ease,transform .3s ease;
				}
					#premiere_slider #buttons .trailer
					{
						background: var(--plus-main,linear-gradient(90deg,#ff5c4d 0,#eb469f 26.56%,#8341ef 75%,#3f68f9 100%)) !important;
					}
					#premiere_slider #buttons #link:nth-child(2)
					{
						margin-left: 5%;
					}
					#premiere_slider #buttons #link:hover
					{
						transform: scale(1.05) translate(-2%, -2%);
					}
			}
	
	#premiere_slider .ps_posters
	{
		background-image: url('assets/img/bg-gradient-2.jpg');
		width: 100%;
		margin: auto;
		text-align: center;
		cursor: pointer;
		position: absolute;
		display: block;
		z-index: 10;
		padding: 5%;
	}
	#premiere_slider .ps_posters.visible
	{
		display: inline-block;
	}
		#premiere_slider .ps_poster:hover
		{
			box-shadow: 1px
			opacity: 1;
			transform: scale(1.2) translate3d(-1vw,-1vh,0in);
			-webkit-transform: scale(1.2) translate3d(-1vw,-1vh,0in);
			z-index: 2;
			box-shadow: -1px -1px 10px #326597;
		}
		#premiere_slider .ps_poster
		{
			cursor: pointer;
			opacity: 0.9;
			display: inline-block;
			width: 19%;
			height: 100px;
			border-radius: 5px;
			transition: all 0.3s ease-in-out;
			position: relative;
			margin: 0.5%;
			overflow: hidden;
			background-position: center bottom;
			background-size: cover;
		}


		@media (max-width: 767.98px)
		{
			.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide { width: 99%; padding: 1vw; }
		}
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide { background: black; border-radius: 10px; }
		.premiere_slider_swipe { padding-top: 100px; }
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide .ps_item { display: none; transition: all 1s ease-in-out; }
			.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide-active .ps_item { padding: 2vw; display: block; }
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide.swiper-slide-active { margin-right: 3vw; width: 60% !important; box-shadow: 0px 0px 50px #33689c; border: 3px solid #33689c; transform: scale(0.95) translate(-5,-5);  }
			.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-shutters-image { float: right; }
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-shutters-image { width: 15vw; border-radius: 10px; } 
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide.swiper-slide-next { width: 20% !important; }
		.premiere_slider_swipe .swiper .swiper-wrapper .swiper-slide { transition: all 0.1s ease-in-out; width: 100%; height: 50vh; }
		.premiere_slider_swipe .swiper .swiper-shadow { width: 100%; height: 100%; position: absolute; z-index: 2; float: left; background: url('/img/ui/ps_item_shadow_bg.png') left center repeat-y; background-size: contain; transition: all 0.3s ease-in-out; }
			.premiere_slider_swipe .swiper .swiper-shadow-reverse { background: url('/img/ui/ps_item_shadow_bg2.png') left center repeat-y; float: right;  }


 .alexander_translator_loading
 {
	 filter: blur(10px);
 }
.social_icon {
	filter: invert(76%) sepia(24%) saturate(242%) hue-rotate(196deg) brightness(103%) contrast(85%);
	transition: all 0.3s ease-in-out;
}
.social_icon:hover {
	filter: invert(94%) sepia(75%) saturate(0%) hue-rotate(23deg) brightness(105%) contrast(104%);
}
.social_icon.insta {
    background-image: url(/img/ui/social/insta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.social_icon.telega {
    background-image: url(/img/ui/social/telega.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.social_icon.wa {
    background-image: url(/img/ui/social/wa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

#schedule-today
{
    color: #EFEFEF;
    padding: 15px 0px;
    font-size: x-large;
}
.action_button_buy_ticket
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
	padding: 50px;
}
	.button_buy_ticket
	{
		box-shadow: rgba(253, 101, 0, 0.29) 0px 6px 27px;
		border-radius: 8px;
		box-shadow: 0 4px 25px rgba(253,101,0,.25);
		background-color: #b70000;
		color: white;
		border: 1px solid transparent;
		cursor: pointer;
		padding: 0.625rem 1.5rem;
		font-size: 1.125rem;
		font-weight: 800;
		transition: all 0.3s ease-in-out;
		outline: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.button_buy_ticket:hover,
	.button_buy_ticket:focus,
	.button_buy_ticket:active
	{
		box-shadow: 0px 0px 15px rgba(255,0,0,.9);
		transform: scale(1.1) translate(-0.4em, -0.2em);
		background: #FF0000;
	}
		.list_selector_button_buy_ticket
		{
			text-align: center;
			padding: 50px;
		}
			.selector_button_buy_ticket
			{
				border-radius: 8px;
				color: white;
				border: 1px solid transparent;
				cursor: pointer;
				padding: 0.625rem 1.5rem;
				font-size: 1.125rem;
				font-weight: 800;
				width: 40%;
				transition: all 0.5s ease-in-out;
			}
			.selector_button_buy_ticket:hover
			{
				box-shadow: 0 4px 25px rgba(253,101,0,.25) !important;
			}


.scroll-is-locked {
  position: fixed;
  width: 100%;
  left: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  font-family: 'Futura PT';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

main .container {
  padding: 0 30px;
}

img {
  max-width: 100%;
}

.mx-n-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.nowrap {
  white-space: nowrap;
}

input:focus, textarea:focus {
  outline: none;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.icon__menu {
  background-image: url(../img/svg/menu-icon.svg);
  width: 28px;
  height: 16px;
}

.icon__close {
  width: 21px;
  height: 21px;
  background-image: url(../img/svg/close.svg);
}

.icon__more {
  width: 36px;
  height: 36px;
  background-image: url(../img/svg/more-icon-blur.svg);
}

.icon__down {
  width: 15px;
  height: 24px;
  background-image: url(../img/svg/down.svg);
}

.icon__voice {
  width: 30px;
  height: 33px;
  background-image: url(../img/svg/voice.svg);
}

.icon__phone {
  width: 30px;
  height: 30px;
  background-image: url(../img/svg/phone.svg);
  margin-bottom: -4px;
}

.icon__time {
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/time.svg);
  vertical-align: top;
}

.icon__delete {
  width: 8px;
  height: 8px;
  background-image: url(../img/svg/close-2.svg);
}

.icon__scale {
  width: 12px;
  height: 13px;
  background-image: url(../img/svg/scale.svg);
}

.icon__play-mob {
  width: 45px;
  height: 45px;
  background-image: url(../img/svg/pause-mob.svg);
}

.btn {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.btn:focus {
  outline: none;
  background: none;
}

.btn__border-red {
  border: 2px solid #F2312E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  color: #fff;
}

.btn__border-red:after {
  content: '';
  border: 2px solid #F2312E;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn__border-red:hover {
  color: #fff;
}

.btn__border-red:hover:after {
  opacity: 1;
}

.btn__border-gray {
  border: 2px solid rgba(19, 25, 77, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  color: #fff;
  color: rgba(19, 25, 77, 0.75);
}

.btn__close {
  position: absolute;
  top: 46px;
  right: 112px;
}

.btn__more {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 18px;
  top: 40px;
}

.btn__cancel {
  padding: 10px 35px;
  font-size: 18px;
  font-family: 'Futura PT';
  line-height: 1;
}

.btn__send {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #13194D;
  padding: 10px 36px;
  background-color: #fff;
  line-height: 1;
}

.btn__send:hover {
  color: #13194D;
}

.btn__further {
  display: table;
  padding: 8px 48px;
  color: #13194D;
  font-size: 18px;
  font-family: 'Futura PT';
  margin: 0 auto 16px auto;
}

.btn__further:hover {
  color: #13194D;
}

.btn__further.not-active {
  border: 2px solid rgba(19, 25, 77, 0.35);
  color: rgba(19, 25, 77, 0.35);
  pointer-events: none;
}

.btn__back {
  border: 2px solid rgba(19, 25, 77, 0.49);
  color: rgba(19, 25, 77, 0.49);
  padding: 10px 36px;
}

.btn__play-mob {
  display: none;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: absolute;
  bottom: 165px;
  left: 0;
  right: 0;
  z-index: 2;
}

.btn__play-mob.off .icon {
  background-image: url(../img/svg/play-mob.svg);
}

.btn__schedule {
  padding: 9px 50px;
  border-radius: 4px;
  color: #fff;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  display: table;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

.btn__schedule:hover {
  color: #fff;
}

.btn__schedule:hover:after {
  opacity: 1;
}

.btn__schedule:before {
  content: '';
  background: #F2312E;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.btn__schedule:after {
  content: '';
  background-color: #FF6866;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-news {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 31px;
  display: table;
  margin: 30px auto;
}

.btn__voice {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -584px;
}

.btn__voice.off .icon {
  background-image: url(../img/svg/volume-off.svg);
}

.btn__return {
  padding: 9px 35px;
  color: #13194D;
  margin-left: 47px;
  font-size: 18px;
  font-family: 'Futura PT';
}

.btn__return:hover {
  color: #13194D;
}

.btn__return.not-active {
  border: 2px solid rgba(19, 25, 77, 0.35);
  color: rgba(19, 25, 77, 0.35);
  pointer-events: none;
}

.remodal {
  max-width: 616px;
}

.remodal-overlay {
  background: rgba(10, 13, 43, 0.8);
}

.remodal_return {
  padding: 48px 68px;
}

.remodal_return-warning {
  margin: 20px 0 50px 0;
}

.remodal__title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #13194D;
  margin-bottom: 10px;
}

.remodal__mid-title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #65698D;
  margin-bottom: 5px;
}

.remodal__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #13194D;
  margin-bottom: 9px;
}

.remodal-close {
  width: 14px;
  height: 14px;
  background: url(../img/svg/close-2.svg) center center/contain no-repeat;
  opacity: 1;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.remodal_success {
  padding: 48px 68px;
}

.remodal_success .btn__cancel {
  display: table;
  margin: 49px auto 0 auto;
}

.remodal_success .remodal__text {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Futura PT Book';
}

.remodal_fos {
  padding: 0;
  max-width: 882px;
  border-radius: 16px;
  overflow: hidden;
}

.remodal_fos-right {
  padding: 47px 57px;
  background: #F5F4F4;
}

.remodal_fos .remodal__title {
  text-align: left;
}

.remodal_fos .remodal__text {
  text-align: left;
  font-size: 14px;
  color: #42485F;
  margin-top: 5px;
  margin-bottom: 31px;
}

.remodal_fos .form-group.fio {
  width: calc(60% - 10px);
}

.remodal_fos .form-group.phone-number {
  width: calc(40% - 10px);
}

.remodal_fos .form-group.email {
  width: calc(60% - 10px);
}

.remodal__image {
  width: 100%;
}

.remodal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.remodal_offer {
  padding: 47px 28px;
}

.remodal_offer .remodal__content {
  max-height: 550px;
}

.remodal_offer-title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #13194D;
  margin-bottom: 7px;
}

.remodal_offer-terms {
  margin-top: 22px;
}

.remodal_offer-text {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #13194D;
}

.remodal_offer .btn__cancel {
  display: table;
  margin: 39px auto 0 auto;
}

.remodal_offer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: #142082;
  border-radius: 2px;
}

.remodal_trailer {
  padding: 48px;
  max-width: 900px;
}

.remodal_trailer iframe {
  width: 100%;
  height: 500px;
}

.remodal_documents {
  padding: 47px 30px;
}

.remodal_documents .remodal__title {
  font-size: 25px;
}

.remodal_documents .remodal__text {
  font-family: 'Futura PT Book';
  font-size: 20px;
}

.remodal_documents .btn {
  display: table;
  margin: 34px auto 0  auto;
  border: 2px solid #13194D;
  color: #13194D;
}

.ticket-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ticket-number .input-text {
  border: none;
  height: 65px;
  width: 30%;
  font-size: 48px;
  text-align: center;
  color: #13194D;
}

.ticket-number .input-text::-webkit-input-placeholder {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #A0A0A0;
}

.ticket-number .input-text:-ms-input-placeholder {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #A0A0A0;
}

.ticket-number .input-text::-ms-input-placeholder {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #A0A0A0;
}

.ticket-number .input-text::placeholder {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #A0A0A0;
}

.ticket-number-line {
  height: 4px;
  width: 33px;
  background-color: #A0A0A0;
  display: block;
  margin-left: 3px;
}

.ticket-number-line.active {
  background-color: #13194D;
}

.ticket-number__label {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #A0A0A0;
  display: block;
}

.ticket-number__label.error {
  color: #F2312E;
  font-weight: 500;
  font-size: 21px;
}

#ticket-numbers-input {
  height: 0;
  margin: 0;
  width: 0;
  border: 0;
}

.ticket-digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 410px;
  margin: 0 auto;
}

.ticket-digits-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticket-digits .digit {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #A0A0A0;
  position: relative;
  display: block;
  width: 22px;
  height: 50px;
  margin: 0 3px;
  line-height: 1;
}

.ticket-digits .digit:after {
  content: '0';
  position: absolute;
  top: 0;
  left: 0;
}

.ticket-digits .digit.digit_active {
  color: #13194D;
}

.ticket-digits .digit.digit_active:after {
  display: none;
}

.form-fos .input-text {
  border: 1px solid #13194D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  padding: 9px 8px;
  color: #13194D;
}

.form-fos .input-text.error {
  border: 1px solid #F2312E;
}

.form-fos .input-text.valid {
  border: 1px solid #242B6D;
}

.form-fos .f-label {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #808185;
  margin-bottom: 3px;
}

.form-fos .error {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #F2312E;
  margin-bottom: 0;
}

.form-fos .form-group {
  margin-bottom: 15px;
}

.form-fos .textarea {
  min-height: 114px;
}

.form-fos .input-info {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #13194D;
}

.checkbox-input {
  display: none;
}

.checkbox-input + label {
  padding-left: 22px;
  position: relative;
  margin: 0;
  line-height: 1;
}

.checkbox-input + label span {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #13194D;
  line-height: 0.7;
}

.checkbox-input + label a {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #59595A;
  text-decoration: underline;
}

.checkbox-input + label .icon-check {
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #6C6C6C;
  border-radius: 2px;
  cursor: pointer;
}

.checkbox-input + label .icon-check:after {
  content: '';
  width: 8px;
  height: 5px;
  background: url(../img/svg/check.svg) center center/contain no-repeat;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
}

.checkbox-input:checked + label .icon-check {
  background: #13194D;
  border: 1px solid #13194D;
}

.checkbox-input:checked + label .icon-check:after {
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.header__content {
  height: 100px;
}

.logo {
  display: block;
  width: 152px !important;
  height: auto;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

.return-ticket {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.return-ticket:hover {
  color: #54C1FE;
}

.popup-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 520px;
  background-image: url(../img/bg-gradient-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 87px 70px;
  -webkit-transition: .8s;
  transition: .8s;
  z-index: 10;
}

.popup-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.popup-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-menu__list li {
  margin-bottom: 22px;
}

.popup-menu__list li a {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  color: #FFFFFF;
}

.popup-menu__list li.active a {
  font-weight: 500;
}

.mobile__link {
  display: none;
}

#p-home-main {
  /*height: 100vh;*/
  width: 100%;
  position: relative;
  background: black;
}
	#p-home-main:before
	{
		content: '';
		left: 0px;
		top: 0px;
		width: 100%;
		height: 25%;
		position: absolute;
		background: linear-gradient(180deg, black, #ed0d0d00);
		z-index: 2;
	}
	section#p-home-main:after
	{
		content: '';
		bottom: 0px;
		width: 100%;
		left: 0px;
		height: 25%;
		position: absolute;
		background: linear-gradient(0deg, #000000c7, #ed0d0d00);
		z-index: 2;
	}

.main-bg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#main__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.main__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 52.107px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 137px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: #fff 1px 0 8px;
}

.bg-gradient-1 {
  background: radial-gradient(ellipse at top, #13194C, transparent), radial-gradient(ellipse closest-side at center, #EB32D8, #13194C), radial-gradient(ellipse closest-side at bottom, #0992DF, #13194C), radial-gradient(ellipse at bottom, #13194C, transparent);
}

.main__title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.main__title.red__title {
  color: #F2312E;
}

.main__title.blue__title {
  color: #13194D;
}

.main__title.mobile {
  display: none;
}

.tabs-block {
  display: none;
  position: relative;
  z-index: 1;
}

.tabs-block.active {
  display: block;
}

.scroll-down {
  display: block;
  position: absolute;
  bottom: 40px;
  width: 22px;
  height: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.day-selector.disabled {
    color: lightgray;
    cursor: initial;
}

#p-home-schedule {
  padding: 58px 0 109px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -1px;
}

.schedule__day-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 47px;
  position: relative;
}

.schedule__day-menu li {
  margin-right: 41px;
}

.schedule__day-menu li a {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 27px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.schedule__day-menu li a:hover {
  background: #F2312E;
  border: 2px solid #F2312E;
  color: #fff;
}

.schedule__day-menu li.active a {
  background: #F2312E;
  border: 2px solid #F2312E;
  color: #fff;
}

.schedule__categ-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

.schedule__categ-menu li {
  margin-right: 84px;
}

.schedule__categ-menu li a {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #D0D0D0;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  border-bottom: 3px solid transparent;
}

.schedule__categ-menu li a:hover {
  border-bottom: 3px solid #F2312E;
  color: #fff;
}

.schedule__categ-menu li a:hover:after {
  opacity: 1;
}

.schedule__categ-menu li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #FF8F8D;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
}

.schedule__categ-menu li.active a {
  border-bottom: 3px solid #F2312E;
  color: #fff;
}

.schedule__categ-menu li.active a:after {
  opacity: 1;
}

.films__image {
  border-radius: 12px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}

/* [ALEXANDER UPGRADE] небольшие улучшения в пользу юзабилити */
@keyframes alexander_gradient {
    0%{opacity: 1.0}
    100%{opacity: 1.0}
}
@keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alexander_marquee {
	from {
		transform: translateY( 100% );
	}
	to {
		transform: translateY( -100% );
	}
}

@keyframes alexander_gradient2 {
  0% {
	background-position: 0% 50%;
  }
  100% {
	background-position: 100% 50%;
  }
}

#p-home-header
{
	padding: 100px 0 50px 0;
	background-color: black;
	background-image: url('/js/flipdown.js/countdown_bg.jpg');
	color: white;
}

.video__media:before
{
	content: "";
}
.video__media:after
{
	content: "";
}
.video__media .video__media_info
{
	position: absolute;
	font-weight: 700;
	padding: 20px;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0),#000000bd);
	border-radius: 10px;
	bottom: 0px;
}
	.video__media .video__media_info .films__age_restriction
	{
		text-align: left;
		background: #424242cc;
		border-color: #5e5e5ecc;
		padding: 5px;
		border-radius: 5px !important;
		border: 1px solid #c4c4c461;
		color: white;
	}
	.video__media .video__media_info .films__genre
	{
		float: right;
	}

.alexander_gradient:before,
.alexander_gradient:after {
  content: "";
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.alexander_gradient_text {
	content: "";
  background: linear-gradient(
    to right,
    #ff0000 0%,
    #0ff000 20%,
    #00ff00 30%,
    #000ff0 70%,
    #0000ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: alexander_gradient 1s ease-in-out infinite alternate;
}

.alexander_marquee_text
{
	animation-duration: 2s ;
	animation-iteration-count: infinite ;
	animation-name: alexander_marquee ;
	animation-timing-function: ease-in-out ;
	padding: 5px 15px 5px 15px ;
}
.alexander_marquee:hover .alexander_marquee_text {
	animation-play-state: paused ;
}

:root{
    --overlay-color-1: #ff0000;
    --overlay-color-2: #0000ff;
    --anim-duration: 1s;
}

.films__poster_toptitle {
    opacity: 0.8;
    background: none;
}

.films__poster_toptitle3 {
  position: absolute;
  width: 40%;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  right: 0;
  font-size: 16px;
  margin: 0px 10px;
  opacity: 1;
  overflow: hidden;
  padding: 1px;
  background: linear-gradient(to right, #f06 0%, #60f 100%);
  z-index: 2;
  border: 1px solid #ff4800;
}
.films__poster_toptitle3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #f06 0%, #60f 100%);
  opacity: 0;
  /* animation: bg 1000ms ease-in-out 0s infinite alternate-reverse; */
  z-index: -1;
  left: 0;
}
.films__poster_toptitle3 h3 {
  color: #fff;
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -130%);
  */
  font-weight: 600;
  font-size: 80%;
}

.films__poster_toptitle_sub:after,
.films__poster_toptitle_sub:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px; bottom: 0; left: 0; right: 0;
	height: 15%;
}
/*
.films__poster_toptitle:after,
.films__poster_toptitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
	border-radius: 10px 10px 0px 0px;
	height: 15%;
}
*/

/* .films__poster_toptitle:before, */
.films__poster_toptitle_sub:before {
	background: linear-gradient(135deg, #b00404 0%, #00b7ff 100%);
	animation: alexander_gradient var(--anim-duration) ease-in-out 0s infinite alternate;
}

/* .films__poster_toptitle:after, */
.films__poster_toptitle_sub:after {
    background: linear-gradient(270deg, #b00404 0%, #00b7ff 100%);
    animation: alexander_gradient var(--anim-duration) ease-in-out calc(-5 * var(--anim-duration)) infinite alternate;
}

.films__poster_toptitle_sub { 
  position: relative;
  padding: 5px;
}

.films__poster_toptitle_sub2 { 
  position: relative;
  padding: 4px;
}

.films__poster_toptitle {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.1s ease-in-out;
  background: #062759;
}

.films__poster_overlay {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
}

.films__poster_overlay_info {
  display: block;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: larger;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 100%;
  opacity: 0.8;
}
.films__poster_overlay_title {
  display: block;
  opacity: 0;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  font-size: larger;
  color: #FFFFFF;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: calc(50% - 7vh);
  transition: all 0.3s ease-in-out;
}
.films__poster_overlay_title small {
	font-weight: 400;
}
.films__poster_overlay_genre 
{
	font-size: large;
}
	.films__poster_overlay_info .films__age_restriction { text-align: left; border: 2px solid gray; padding: 7px; border-radius: 5px !important; border: 1px solid #c4c4c461; padding: 5px; border-radius: 10px; background: #b5b5b585; }
	.films__age_restriction#ar16 { color: white; background: #424242cc; border-color: #5e5e5ecc; }
	.films__age_restriction#ar18 { color: white; background: darkred; border-color: darkred; }
	
	.films__poster_overlay_info .films__duration { opacity: 0; float: right;  /* border-top: 2px solid gray; padding: 5px; border-bottom: 2px solid gray; */ }



.films__swiper .swiper-slide:hover .films__poster_overlay {
	opacity: 1;
	background: rgba(0,0,0,0.7);
	display: block;
}
.films__swiper .swiper-slide:hover .films__poster_overlay_info .films__duration,
.films__swiper .swiper-slide:hover .films__poster_overlay_title {
	opacity: 1;
}
/* [END_UPGRADE] */

.films__lang {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.films__name {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  /* min-height: 48px; */
}

.films__genre {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #D5D5D5;
}

.films__swiper {
  padding: 52px 44px 44px 44px;
  margin: -52px -42px;
}

.films__swiper .swiper-slide {
  cursor: pointer;
}

.films__swiper .swiper-slide:hover .films__poster {
  -webkit-transform: scale(1.2) translate(-20px, -26px);
          transform: scale(1.2) translate(-20px, -26px);
}

.films__swiper .swiper-slide:hover .btn__schedule {
  opacity: 1;
  pointer-events: auto;
}

.films__swiper .swiper-slide:hover .films__poster:after {
  opacity: 1;
}

.films__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #B7B7B7;
  cursor: pointer;
}

.films__swiper .swiper-pagination-bullet:focus {
  outline: none;
}

.films__swiper .swiper-pagination-bullet-active {
  background: #F2312E;
  border: 1px solid #F2312E;
}

.films__swiper .films__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}

.films__poster {
  position: relative;
  height: 387px;
  margin-bottom: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.films__poster:after {
  content: '';
  background-color: rgba(110, 178, 217, 0.77);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.films__time-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.films__time-list li {
  border-bottom: 2px solid rgba(213, 213, 220, 0.44);
  position: relative;
}

.films__time-list li a.films__time-item {
  padding: 26px 0;
  display: block;
}

.films__time-list li a.films__time-item:hover .films-time__name {
  -webkit-transform: scale(1.2) translateY(-6px);
          transform: scale(1.2) translateY(-6px);
}

.films__time-list li a.films__time-item:hover .films-t {
  -webkit-transform: scale(1.2) translateY(-6px);
          transform: scale(1.2) translateY(-6px);
  text-shadow: 0 0 3px #fff;
}

.films__time-list li a.films__time-item:hover .films-time__hall {
  -webkit-transform: scale(1.1) translateY(-2px);
          transform: scale(1.1) translateY(-2px);
  color: #fff;
}

.films__time-list li a.films__time-item:hover .films-time__char span {
  -webkit-transform: scale(1.1) translateY(-2px);
          transform: scale(1.1) translateY(-2px);
  color: #fff;
}

.films__time-list li.open .btn__more .icon {
  background-image: url(../img/svg/more-hover.svg);
}

.films__time-list li.open .films-time__text {
  color: rgba(255, 255, 255, 0.6);
}

.films-t {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.films-time__hall {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #9EA1BE;
  -webkit-transition: .3s;
  transition: .3s;
}

.films-time__name {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.films-time__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.films-time__char span {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #D5D5D5;
  margin-right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.films-time__time {
  margin-right: 89px;
}

.films-time__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  max-width: 765px;
}

.films-hall-time {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.films-time__film {
  margin-bottom: 38px;
}

.films-time__film .films-time__name {
  padding: 0;
}

.films-time__more {
  display: none;
  padding-top: 28px;
}

.films-time__more .films-time__time {
  margin-right: 117px;
}

.films__by-hall li {
  padding: 26px 0;
}

.films__by-hall li a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.films__by-hall li a:hover .films-time__name {
  -webkit-transform: scale(1.2) translateY(-6px);
          transform: scale(1.2) translateY(-6px);
}

.films__by-hall li a:hover .films-hall-time {
  -webkit-transform: scale(1.2) translateY(-6px);
          transform: scale(1.2) translateY(-6px);
  text-shadow: 0 0 3px #fff;
}

.films__by-hall li a:hover .films-time__char span {
  -webkit-transform: scale(1.1) translateY(-2px);
          transform: scale(1.1) translateY(-2px);
  color: #fff;
}

.schedule-time__tab {
  /*padding-left: 52px;*/
  padding-top: 10px;
}

.new-film__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#film-more-page,
.section-film-more
{
	background-repeat: no-repeat;
    background-color: #111440;
}



/* %%%%%%%%%%%%%%% */
/* [Alexander CSS] */
/* %%%%%%%%%%%%%%% */
.remodal[data-remodal-id="trailer"] {
	background: black;
	padding: 20px 0px;
}
.film-more__ul_list
{
	font-size: 18px;
}
.film-more__ul_list_item {
	display: contents !important;
}
	.film-more__ul_list_item::before {
		content: ", ";
	}
	.film-more__ul_list_item:first-child::before {
		content: "";
	}

.alexander-button
{
	color: #fff;
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: red;
	border-radius: 10px;
	width: fit-content;
	float: left;
	transition: 0.3s ease-in-out;
}
	.alexander-button:hover,
	.alexander-button:focus,
	.alexander-button:active
	{
		box-shadow: 0px 0px 15px rgba(255,0,0,.9);
		transform: scale(1.1) translate(-0.4em, -0.2em);
	}

	.alexander-button.ab-right
	{
		float: right;
	}
	.alexander-button.ab-left
	{
		float: left;
	}


.video__media
{
	transition: all 0.3s ease-in-out;
}
.swiper-slide-active:hover .premiere__video
{
	transform: scale(1.1) translate(-1.4em, -1em);
}
.swiper-slide-active:hover .coming-soon__video
{
	transform: scale(1.1) translate(-1.4em, -1em);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ [ALEXANDER] EMBED.css -> под разные embed версии ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* --- data-embed='1' => [batyrmall.kz] ------------------- */
#p-home-schedule[data-embed='1']
{
	padding: 10px 0 10px 0;
}
	#p-home-schedule[data-embed='1'] .tabs-block
	{
		padding: 20px 0px;
	}

	#p-home-schedule[data-embed='1'] .schedule__categ-menu,
	#p-home-schedule[data-embed='1'] .schedule__day-menu
	{
		display: none;
	}

	/* --- data-embed='2' => [киоск] --------------------------- */
	#p-home-schedule[data-embed='2']
	{
		padding: 30px 0 30px 0;
	}
		#p-home-schedule[data-embed='2'] .tabs-block
		{
			padding: 30px 0px 30px 0px;
		}
	
		#p-home-schedule[data-embed='2'] .schedule__categ-menu,
		#p-home-schedule[data-embed='2'] .schedule__day-menu
		{
			display: none;
		}
	
		/*
		#p-home-schedule[data-embed='2'] .container .main__title
		{
			text-indent: -9999px;
			line-height: 0;
		}
		#p-home-schedule[data-embed='2'] .container .main__title:after
		{
			content: "Сегодня в кино";
			text-indent: 0;
			display: block;
			line-height: initial;
		}
		*/
/* ~~~~~~~~~~~~ [/END_EMBED.css] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


	#p-home-schedule[data-embed='2'] .film-more__info
	{
		padding-top: 0px;
		padding-left: 0px;
	}
	
	#p-home-schedule[data-embed='2'] .film-more__char > li
	{
		border-bottom: 0px;
	}

	#p-home-schedule[data-embed='2'] .films-poster-info
	{
		padding: 20px 0px;
		width: 100%;
	}

	#p-home-schedule[data-embed='2'] .films-poster-info:hover .films__poster-item > img
	{
		transform: scale(1.1) translate(-1em,-1em);
	}
	#p-home-schedule[data-embed='2'] .films-poster-info:hover .films-poster-title-link
	{
		transform: scale(1.1) translate(-0.3em,-0.1em);
	}

	#p-home-schedule[data-embed='2'] .films__poster-item > img
	{
		max-width: 100%;
		float: left;
		width: 20%;
		margin: 0px 50px 0px 0px;
		border-radius: 20px;
		transition: all 0.3s ease-in-out;
	}

	#p-home-schedule[data-embed='2'] .films-poster-title-link
	{
		font-size: 1em;
		transition: all 0.3s ease-in-out;
		/* border-bottom: 5px solid transparent; */
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
				line-clamp: 1; 
		-webkit-box-orient: vertical;
		width: auto;
	}
		#p-home-schedule[data-embed='2'] .films-poster-title-link:hover,
		#p-home-schedule[data-embed='2'] .films-poster-title-link:active,
		#p-home-schedule[data-embed='2'] .films-poster-title-link:focus
		{
			/* border-bottom: 5px solid white; */
		}
/* --- [/end_alexander.css] ---------------------- */




.new-film__desc {
  padding-left: 68px;
}

.new-film__name {
  margin-bottom: 34px;
}
.new-film__name > a {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: xx-large;
  color: #2C347D;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
	.new-film__name > a:hover,
	.new-film__name > a:focus{
		border-bottom: 3px solid;
		border-bottom-style: solid;
		overflow: hidden;
	}

.new-film__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #414775;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.premiere__swiper {
  padding: 42px;
}

#premiere {
  padding: 74px 0 98px 0;
  background-color: #FEFEFE;
}

.iframe-wrapper {
  position: relative;
  height: 100%;
}

.video-outline {
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: -1;
}

.video__media {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
	.embed_video__media
	{
		min-height: 350px;
	}

.video__media.premiere__video .video__link:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background: rgba(36, 44, 238, 0.36);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  border-radius: 13px;
  z-index: -1;
}

.swiper__video {
  height: 320px;
  max-width: 584px;
}

.video__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 76px;
  height: 76px;
  border-radius: 100%;
  margin: 0 auto;
  z-index: 2;
  left: 0;
  right: 0;
}

.video__button:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 16.5px;
  left: 4px;
  right: 0;
  margin: 0 auto;
  background: url(../img/svg/play.svg) center center/contain no-repeat;
}

.video__button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video__button > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-transform: translateX(0.25px);
  transform: translateX(0.25px);
}

.video__button > svg rect {
  rx: 100%;
  ry: 100%;
  fill: none;
  stroke-width: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke: #fff;
  stroke-dasharray: 321%;
  stroke-dashoffset: 642%;
  -webkit-transition-property: stroke-dashoffset,-webkit-transform;
  transition-property: stroke-dashoffset,-webkit-transform;
  transition-property: stroke-dashoffset,transform;
  transition-property: stroke-dashoffset,transform,-webkit-transform;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: stroke-dashoffset,transform;
  -webkit-transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
          transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.video__button > svg rect + rect {
  stroke-dashoffset: 321%;
  stroke: #F2312E;
  -webkit-transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
          transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.video__button:hover > svg rect {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.video__button:hover > svg rect + rect {
  stroke-dashoffset: 0%;
}

.video__poster {
  width: 100%;
  height: 100%;
}

.video__link {
  display: block;
  /* height: 100%; */
  text-align: center;
  margin: auto;
}

.video__link > img {
  /*
  width: 100%;
  height: 100%;
  */
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.films__swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50%;
  margin-right: -163px;
  bottom: 44px;
  display: flex;
}

.films__swiper-navigation .swiper-button-next, .films__swiper-navigation .swiper-button-prev {
  width: 36px;
  height: 36px;
  position: relative;
  left: 0;
  right: 0;
  border: 1.5px solid #F2312E;
  background-color: #F2312E;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  top: 0;
  margin-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.films__swiper-navigation .swiper-button-next:after, .films__swiper-navigation .swiper-button-prev:after {
  font-size: 14px;
  text-align: center;
}

.films__swiper-navigation .swiper-button-next.swiper-button-disabled, .films__swiper-navigation .swiper-button-prev.swiper-button-disabled {
  border: 1.5px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.films__swiper-navigation .swiper-button-next:hover, .films__swiper-navigation .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(236, 51, 51, 0.41);
          box-shadow: 0px 0px 10px rgba(236, 51, 51, 0.41);
}

.films__swiper-navigation .swiper-button-next {
  margin-left: 23px;
}

.films__swiper-navigation .swiper-button-next:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
}

.new-film__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

#coming-soon {
  background: #F1F1F1;
  padding-bottom: 100px;
}

#coming-soon .new-film__text {
  max-width: 393px;
  -webkit-line-clamp: 5;
}

#coming-soon .new-film__desc {
  padding-right: 173px;
}

#coming-soon .main__title {
  margin: auto;
  padding: 50px 0px;
}

.coming-soon-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.coming-soon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.coming-soon-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.coming-soon-right {
  height: 668px;
  padding-bottom: 44.3%;
}

.coming-soon-right .swiper__video {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  left: -106px;
  width: 584px;
}

.coming-soon__desc {
  padding-left: 90px;
  position: absolute;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coming-soon__swiper .films__swiper-navigation {
  right: auto;
  margin-right: 0;
  left: 50%;
  margin-left: -190px;
  bottom: 28%;
}

@media (max-width: 1590px) {
  #coming-soon .main__title {
    top: 17%;
    margin-left: -190px;
  }
  .coming-soon__swiper .films__swiper-navigation {
    bottom: 25%;
  }
  .coming-soon__desc {
    margin-left: -226px;
  }
}

@media (max-width: 1500px) {
  #coming-soon .main__title {
    margin-left: -231px;
  }
  .coming-soon__desc {
    margin-left: -231px;
  }
  .coming-soon__swiper .films__swiper-navigation {
    margin-left: -169px;
    bottom: 23%;
  }
}

@media (max-width: 1366px) {
  .coming-soon__desc {
    margin-left: -264px;
  }
}

#news {
  padding: 76px 0 95px 0;
  position: relative;
}

.bg-gradient-2 {
  background: radial-gradient(ellipse at top, #13194D, transparent), radial-gradient(ellipse closest-side at center, #0992DF, #13194D), radial-gradient(ellipse closest-side at bottom, #0992DF, #13194D), radial-gradient(ellipse at bottom, #13194D, transparent);
}

.news__image {
  height: 228px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  width: calc(37% - 11px);
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
  padding-right: 60px;
  z-index: 1;
}

.news__desc {
  width: calc(63% - 11px);
}

.news__name {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  color: #FFFFFF;
}

.news__time {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.66);
  margin-top: 3px;
}

.news-ticket__price {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 14px;
}

.news-ticket__price span {
  font-weight: 500;
}

.news__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 15px;
}

.news-rect-1 {
  position: absolute;
  bottom: 253px;
  left: 0;
}

.news-rect-2 {
  position: absolute;
  top: -24px;
  left: -72px;
  z-index: -1;
}

.news-rect-3 {
  position: absolute;
  bottom: -22px;
  left: -40px;
  z-index: -1;
}

.news-rect-4 {
  position: absolute;
  top: 82px;
  right: 0;
}

.news-rect-5 {
  position: absolute;
  top: 50%;
  right: 0;
}

.news-rect-mob-1, .news-rect-mob-2, .news-rect-mob-3, .news-rect-mob-4, .news-rect-mob-5, .news-rect-mob-6, .news-rect-mob-7, .news-rect-mob-8 {
  display: none;
}

#menu-bar {
  padding: 60px 0 90px 0;
  position: relative;
  background-color: #FEFEFE;
}

.menu-bar__title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #13194D;
  margin-bottom: 30px;
}

.menu-bar__list {
  list-style: none;
}

.menu-bar__list li {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-bar__list li span {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #42485F;
}

.menu-bar__list li span.menu-bar__price {
  font-weight: 500;
}

.menu-bar__list.combo {
  max-width: 392px;
  padding-right: 20px;
}

.menu-bar__list.drinks {
  max-width: 400px;
  padding-right: 30px;

}

.menu-bar__right.drink_block {
padding-top: 340px;
}

.menu-bar__right.food_block {
  margin-top: -250px;
  }

.menu-bar__image {
  position: relative;
  height: 378px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 21px rgba(78, 121, 230, 0.59);
          box-shadow: 0px 4px 21px rgba(78, 121, 230, 0.59);
  overflow: hidden;
  width: 100%;
  padding-bottom: 46%;
  z-index: 1;
}

.menu-bar__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
}

.menu-bar__img-1 {
  position: absolute;
  right: 0;
  width: 44%;
  min-height: 400px;
}

.menu-bar__img-2 {
  position: absolute;
  left: 0;
  width: 39%;
  min-height: 320px;
}

.menu-bar__top {
  margin-bottom: 45px;
}

.menu-bar__bottom {
  padding-top: 183px;
}

.menu-bar__left {
  padding-top: 100px;
}

.menu-bar__right {
  padding: 0 10px 0 67px;
}

.menu-bar__combo {
  margin-left: 67px;
}

.menu-rect-1 {
  position: absolute;
  bottom: -35px;
  right: -13px;
}

.menu-rect-2 {
  position: absolute;
  left: 50px;
  bottom: -65px;
}

.menu-bar__mobile {
  display: none;
}

#main-about {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 97px 0;
}

#main-about:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(19, 25, 77, 0.9);
}

.main-about__content {
  position: relative;
  z-index: 1;
}

.main-about__content.mobile {
  display: none;
}

.main-about__block {
  width: calc(50% - 24px);
}

.main-about__image {
  height: 392px;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 22px 6px rgba(109, 120, 213, 0.39);
          box-shadow: 0px 4px 22px 6px rgba(109, 120, 213, 0.39);
  padding-bottom: 67%;
}

.main-about__title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.main-about__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.main-about__desc {
  padding-right: 60px;
  padding-left: 47px;
}

.main-about__desc .btn {
  padding: 7px 49px;
  margin: 46px 0 0 30px;
}

.main-about__desc.m-100 {
  padding: 0;
}

.m-100 {
  margin-bottom: 100px;
}

#mobile-app {
  padding: 60px 0;
  position: relative;
}

#mobile-app .main__title {
  font-size: 50px;
}

.mobile-app__left {
  padding-top: 90px;
}

.mobile-app__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #484D7B;
  padding-left: 23px;
  max-width: 400px;
}

.mobile-app-link {
  display: block;
  margin-right: 24px;
}

.download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.app-rect-1 {
  position: absolute;
  bottom: 63px;
  left: 0;
}

.app-rect-2 {
  position: absolute;
  top: -30px;
  right: 0;
}

.app-rect-3 {
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.download-app.mobile {
  display: none;
}

.app-rect-mob-1, .app-rect-mob-2, .app-rect-mob-3 {
  display: none;
}

.b-page {
  overflow: hidden;
}

.page__subtitle {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #D5D5D5;
  margin-bottom: 17px;
  padding-left: 31px;
}

.page__rect-1 {
  position: absolute;
  left: 0;
  top: 19%;
  z-index: 1;
}

.page__rect-2 {
  position: absolute;
  bottom: 10%;
  right: -120px;
}

.page__rect-3 {
  position: absolute;
  right: 0;
  top: 170px;
}

.page__rect-4 {
  position: absolute;
  right: 0;
  top: 323px;
  z-index: 1;
}

.mCSB_scrollTools {
  width: 3px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #2161BF;
  border-radius: 1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E4E4E4;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2161BF;
}

.about-page__right {
  background: #1C246F;
  width: 60%;
  padding-left: 158px;
  padding-top: 210px;
}

.about-page__left {
  position: relative;
  width: 40%;
  height: 728px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-page__left:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-filter: blur(17px);
          filter: blur(17px);
}

.about-page__image {
  position: absolute;
  height: 397px;
  width: 610px;

  right: -77px;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.about-page__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  max-width: 521px;
  padding-left: 31px;
  line-height: 1.5;
}

.about-page__content {
  height: 100%;
}

@media (max-width: 1366px) {
  .about-page__right {
    padding-left: 107px;
  }
  .about-page__image {
    width: 525px;
    height: 356px;
    bottom: 18%;
  }
  .about-page__text {
    font-size: 16px;
    max-width: 487px;
  }
  .page__rect-1 {
    top: 26%;
  }
}

.section-services {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.section-services .about-page__content {
  position: relative;
  z-index: 1;
  padding-bottom: 156px;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.services__swiper {
  overflow: visible;
}

.services__swiper .swiper-slide {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.services__swiper .swiper-slide .about-page__image {
  bottom: 0;
  right: 0;
  left: 0;
}

.services__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.services-phone {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.services-phone .icon {
  margin-right: 14px;
}

.services-phone svg {
  margin-right: 12px;
}

.services-phone a {
  pointer-events: none;
}

.services-phone:hover {
  color: #fff;
}

.services__text {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 29px;
  margin-bottom: 18px;
  padding-left: 31px;
}

.services__left {
  width: calc(50% - 18px);
  padding-top: 220px;
  padding-right: 18px;
  position: relative;
}

.services__right {
  width: calc(50% - 18px);
  padding-top: 230px;
  padding-left: 18px;
  position: relative;
}

.services-1 .page__rect-1 {
  left: auto;
  right: 50px;
  top: 30%;
}

.services-1 .page__rect-3 {
  right: auto;
  left: 0;
  bottom: 21%;
  top: auto;
}

.services-1 .page__rect-4 {
  right: auto;
  left: 0;
  bottom: 10%;
  top: auto;
}

.services-1 .page__rect-2 {
  bottom: 5px;
  right: -50px;
}

.services-1 .about-page__content {
  padding-left: 90px;
}

.services-2 .page__rect-1 {
  left: -20px;
  top: 30%;
}

.services-2 .page__rect-2 {
  right: 4px;
  left: auto;
}

.services__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.services__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #B7B7B7;
  position: relative;
  cursor: pointer;
  margin: 0 6px;
}

.services__swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.services__swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.page__rect-3-mob {
  display: none;
}

@media (max-width: 1366px) {
  .services-container {
    max-width: 1300px;
  }
  .services__swiper .swiper-slide .about-page__image {
    width: 100%;
    height: 100%;
    bottom: auto;
  }
}

@media (max-width: 1230px) {
  .services-1 .page__rect-1 {
    right: 27px;
  }
  .services-1 .about-page__content {
    padding-left: 0;
  }
}

.trailer__video {
  /* height: 493px; */
  position: relative;
}

.trailer__video .video__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.69%, rgba(19, 25, 77, 0.82)), to(rgba(19, 25, 77, 0.2132)));
  background: linear-gradient(180deg, rgba(19, 25, 77, 0.82) 22.69%, rgba(19, 25, 77, 0.2132) 100%);
}

.trailer__video.mobile {
  display: none;
}

.film-more__content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63px;
}

.film-more__detail {
  margin-bottom: 0px;
}

.film-more__detail-left {
  width: 28%; 
  position: relative;
  top: 50px;
}

.film-more__detail-left.unstick {
  top: auto;
  margin-bottom: 30px;
}

.film-more__detail-left.unstick .film-more__poster {
  bottom: 0;
  top: auto;
}

.film-more__detail #vid1
{
  border-radius: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 100px #4051b9;
  border: 3px solid #223074;
}
	.film-more__detail #vid1:hover,
	.film-more__detail #vid1:active,
	.film-more__detail #vid1:focus
	{
		box-shadow: 0px 0px 100px #1f295e;
		border: 3px solid #162259;
	}

	.film-more__detail .vjs-tech
	{
		border-radius: 20px;
	}

.film-more__detail-right {
  width: 72%;
  padding-right: 200px;
}

.film-more__poster {
  position: absolute;
  top: 0;
  height: 476px;
  width: 327px;
  border-radius: 12px;
  overflow: hidden;
	z-index: 0;
	overflow: hidden;
}

/*
@media (min-width: 990px)
{
	.film-more__schedule
	{
		z-index: 1;
		position: relative;
		background: #13194c;
	}
}
*/

.film-more__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.film-more__info {
  padding-top: 70px;
  padding-left: 39px;
  color: #fff;
}

.film-more__duration span {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #C7BFBF;
  display: inline-block;
  margin-left: 12px;
}

.film-more__premiere {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #F33F3C;
  text-shadow: #F33F3C 1px 0 10px;
  margin: 12px 0 25px 0;
}

.film-more__name {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 9px;
}

.film-more__genre {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #D5D5D5;
}

.film-more__char {
  list-style: none;
  padding: 0;
  margin: 26px 0 37px 0;
}

.film-more__char li {
  color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.film-more__char li span {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.film-more__char li span.value {
  font-weight: 300;
  width: calc(77% - 10px);
}

.film-more__char li span.type {
  width: calc(23% - 10px);
  margin-right: 20px;
}

.film-more__plot {
  margin-bottom: 26px;
}

.film-more__plot span {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 12px;
}

.film-more__plot p {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #D5D5D5;
  line-height: 1.5;
}

.film-more__schedule-title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

.film-more__time-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px 24px -7px;
  max-width: 600px;
}

.film-more__time-list li {
  margin: 0 7px 10px 7px;
}

.film-more__time-list li a {
  border: 1.75319px solid rgba(242, 49, 46, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3.50638px;
  width: 72px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.film-more__time-list li a:hover {
  background: #F2312E;
}

.film-more__time-list li.active a {
  background: #F2312E;
}

.film-more__hall {
  background: #2161BF;
  border-radius: 8px 0px 0px 8px;
  padding: 15px 40px;
  min-height: 540px;
  width: 70%;
}

.film-more__hall .hall__header {
  padding-bottom: 6px;
  border-bottom: 1px solid #C7BFBF;
}

.film-more__hall-title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.film-more__hall-title .hall-number {
  font-weight: 500;
}

.film-more__hall-desc {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.61);
  min-height: 42px;
}

.film-more__hall .hall-scheme {
  padding-top: 17px;
  padding-bottom: 5px;
}

.film-more__hall .hall-scheme.scale {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

.film-more__hall .hall-scheme__wrapper {
  overflow-x: auto;
}

.film-more__hall .scheme-line {
  display: table;
  max-width: 434px;
  margin: 17px auto 25px auto;
}

.film-more__tickets {
  width: 30%;
  background: #FFFFFF;
  border-radius: 0px 8px 8px 0px;
  padding: 15px 35px 130px 35px;
  position: relative;
}

.film-more__tickets .film-more__name {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #13194D;
  margin-bottom: 8px;
}

.film-more__tickets .film-more__date {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #13194D;
}

.film-more__tickets .tickets__list {
  margin-top: 16px;
  counter-reset: tickets;
  max-height: 257px;
}

.film-more__tickets .ticket__item {
  margin-bottom: 24px;
}

.film-more__tickets .ticket__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.film-more__tickets .ticket__info {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #13194D;
  max-width: 245px;
  overflow: hidden;
  max-height: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.film-more__tickets .ticket__counter {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #13194D;
}

.film-more__tickets .ticket__counter:before {
  counter-increment: tickets;
  content: counter(tickets) ".";
}

.film-more__tickets .ticket__selector {
  background: #F2F2F2;
  border-radius: 4px;
  padding: 8px 7px;
  margin-top: 10px;
}

.film-more__tickets .ticket__type {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #13194D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  cursor: pointer;
}

.film-more__tickets .ticket__type:hover {
  color: #F2312E;
}

.film-more__tickets .ticket__type:last-of-type {
  margin: 0;
}

.film-more__tickets .ticket__delete {
  cursor: pointer;
}

.film-more__tickets .ticket__condition {
  margin-bottom: 9px;
}

.film-more__tickets .ticket__summarize {
  position: absolute;
  bottom: 20px;
  padding-right: 30px;
}

.film-more__tickets .ticket__total {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #13194D;
  margin: 11px 0 6px 0;
}

.film-more__tickets .ticket__hint {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  text-align: center;
  color: #13194D;
  margin-bottom: 16px;
}

.film-more__tickets .form .f-label {
  color: rgba(19, 25, 77, 0.6);
  font-size: 12px;
}

.film-more__tickets .form .form-group {
  margin-bottom: 17px;
}

.film-more__tickets .form .input-text {
  font-size: 14px;
}

.film-more__tickets .form .btn__send {
  padding: 10px 24px;
}

.film-more__tickets .ticket__btns {
  margin-top: 30px;
}

.film-more__legend {
  max-width: 517px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.film-more__legend .legend-color {
  border: 1px solid #142082;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

.film-more__legend .legend-color.free {
  background: #ECEEFF;
}

.film-more__legend .legend-color.busy {
  background: #033B8C;
}

.film-more__legend .legend-color.selected {
  background: #F2312E;
}

.film-more__legend .legend-text {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #F7F7F7;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.trailer__link {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px dashed;
  color: #F0F0F0;
  text-shadow: #fff 0px 0 3px;
}

.ticket__popup-mobile {
  display: none;
}

.change__scale {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}

.change__scale span {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 11px;
}

.change__scale.unscale .icon {
  background-image: url(../img/svg/unscale.svg);
}

.footer {
  background-color: #0D1242;
  padding: 60px 0 40px 0;
}

.footer .container {
  padding: 0 30px;
}

.footer-top {
  padding: 60px 0;
}

.footer-logo {
  width: 104px;
  height: 68px;
  display: block;
}

.footer-logo img {
  max-width: 100%;
  max-height: 100%;
}

.footer-number {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #C0C4E3;
  pointer-events: none;
}

.footer-number:hover {
  color: #C0C4E3;
}

.footer-phone {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #8388B6;
}

.footer-address {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #C0C4E3;
  margin-bottom: 28px;
}

.footer-contact {
  margin-bottom: 19px;
}

.footer-social {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-social:hover {
  color: #54C1FE;
}

.footer-nav {
  list-style: none;
}

.footer-nav li {
  margin-bottom: 28px;
}

.footer-nav li a {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-nav li a:hover {
  color: #54C1FE;
}

.footer-nav li.active a {
  color: #54C1FE;
}

.footer-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-app__link {
  display: block;
  margin-bottom: 30px;
}

.footer-app__link img {
  max-width: 100%;
  max-height: 100%;
}

.footer-app__link.mobile {
  display: none;
}

.footer-copyright, .footer-author {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.045em;
  color: #5D6184;
}

.footer-copyright a, .footer-author a {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-copyright a:hover, .footer-author a:hover {
  color: #54C1FE;
}
/*# sourceMappingURL=desktop.css.map */
