:root {
  --violet: #6633cc;
  --black: #333333;
  --darkviolet: #19072c;
  --cloudy-blue: #c6cad8;
  --cloudy-blue-op11: rgba(185,166,224,0.11);
  	--black: #333333;
  	--black-50: #00000077;
  	--white: #ffffff;
	--red: #d93025;
	--green: #009933;
	--lavender: #b9a6e0;
}

/* сброс в default */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
   display: block;
}

audio,
canvas,
video {
   display: inline-block;
   *display: inline;
   *zoom: 1;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden] {
   display: none;
}

html {
   font-size: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
   /*font-family: sans-serif;*/
   font-family: Fira Sans;
}

body {
   margin: 0;
	 background-color: #19072c;
}

a:focus {
   outline: thin dotted;
}

a:active,
a:hover {
   outline: 0;
}

h1 {
   font-size: 2em;
   margin: 0.67em 0;
}

h2 {
   font-size: 1.5em;
   margin: 0.83em 0;
}

h3 {
   font-size: 1.17em;
   margin: 1em 0;
}

h4 {
   font-size: 1em;
   margin: 1.33em 0;
}

h5 {
   font-size: 0.83em;
   margin: 1.67em 0;
}

h6 {
   font-size: 0.75em;
   margin: 2.33em 0;
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: bold;
}

blockquote {
   margin: 1em 40px;
}

dfn {
   font-style: italic;
}

mark {
   background: #ff0;
   color: #000;
}

p,
pre {
   margin: 1em 0;
}

code,
kbd,
pre,
samp {
   font-family: monospace, serif;
   _font-family: 'courier new', monospace;
   font-size: 1em;
}

pre {
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
}

q {
   quotes: none;
}

q:before,
q:after {
   content: '';
   content: none;
}

small {
   font-size: 75%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

dl,
menu,
ol,
ul {
   margin: 0;
}

dd {
   margin: 0 0 0 40px;
}

nav ul,
nav ol {
   list-style: none;
   list-style-image: none;
}

img {
   border: 0;
   -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
   overflow: hidden;
}

figure {
   margin: 0;
}

form {
   margin: 0;
}

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   border: 0;
   padding: 0;
   white-space: normal;
   *margin-left: -7px;
}

button,
input,
select,
textarea {
   font-size: 100%;
   margin: 0;
   vertical-align: baseline;
   *vertical-align: middle;
}

button,
input {
   line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
   *overflow: visible;
}

button[disabled],
input[disabled] {
   cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box;
   padding: 0;
   *height: 13px;
   *width: 13px;
}

input[type="search"] {
   -webkit-appearance: textfield;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

textarea {
   overflow: auto;
   vertical-align: top;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}




/* настройки шрифтов*/


@font-face {
   font-family: Fira Sans;
   /**/
   font-weight: 200;
   font-style: normal;
   src: local('Fira Sans ExtraLight'),
   local('FiraSans-ExtraLight'),
   url(/application/data/fonts/FiraSans-ExtraLight.woff2),
   url(/application/data/fonts/FiraSans-ExtraLight.woff),
   url(/application/data/fonts/FiraSans-ExtraLight.ttf);
   font-display: swap;
}

@font-face {
   font-family: Fira Sans;
   font-style: normal;
   font-weight: 300;
   src: local('Fira Sans Light'),
   local('FiraSans-Light'),
   url(/application/data/fonts/FiraSans-Light.woff2),
   url(/application/data/fonts/FiraSans-Light.woff),
   url(/application/data/fonts/FiraSans-Light.ttf);
   font-display: swap;
}

@font-face {
   font-family: Fira Sans;
   font-style: normal;
   font-weight: 400;
   src: local('Fira Sans Regular'),
   local('FiraSans-Regular'),
   url(/application/data/fonts/FiraSans-Regular.woff2),
   url(/application/data/fonts/FiraSans-Regular.woff),
   url(/application/data/fonts/FiraSans-Regular.ttf);
   font-display: swap;
}

@font-face {
   font-family: 'Fira Sans';
   font-style: normal;
   font-weight: 500;
   src: local('Fira Sans Medium'),
   local('FiraSans-Medium'),
   url(/application/data/fonts/FiraSans-Medium.woff2),
   url(/application/data/fonts/FiraSans-Medium.woff),
   url(/application/data/fonts/FiraSans-Medium.ttf);
   font-display: swap;
}

@font-face {
   font-family: 'Fira Sans';
   font-style: normal;
   font-weight: 700;
   src: local('Fira Sans Bold'),
   local('FiraSans-Bold'),
   url(/application/data/fonts/FiraSans-Bold.woff2),
   url(/application/data/fonts/FiraSans-Bold.woff),
   url(/application/data/fonts/FiraSans-Bold.ttf);
   font-display: swap;
}


/*Roboto*/

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('/application/data/fonts/Roboto-Medium.woff2') format('woff2'),
        url('/application/data/fonts/Roboto-Medium.woff') format('woff'),
        url('/application/data/fonts/Roboto-Medium.ttf') format('truetype');

    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'),
        url('/application/data/fonts/Roboto-Light.woff2') format('woff2'),
        url('/application/data/fonts/Roboto-Light.woff') format('woff'),
        url('/application/data/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
        url('/application/data/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/application/data/fonts/Roboto-Regular.woff') format('woff'),
        url('/application/data/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('/application/data/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/application/data/fonts/Roboto-Bold.woff') format('woff'),
        url('/application/data/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}





* {
   font-family: 'Fira Sans', sans-serif;
   font-weight: 200;
   /*safari ошибка в SVG надписях */
   white-space: normal;
   /*letter-spacing: 0.01em;*/

   -webkit-tap-highlight-color: transparent;
}

* a {
   text-decoration: none;
   letter-spacing: 0.01em;
   cursor: pointer;
   color:#9764fe;
}

a, a:active {
   border:none;
   border-collapse:collapse;
   outline:none;
}

*:focus {
   outline: none;
}
a:focus {
   outline: none;
}

@mixin tab-focus() {
   outline: none;
}

/* Custom checkbox */

.rel_rasp {
   color:#6c43bf;
   white-space: nowrap;
}

.rel_rasp b {
   font-size: 19px;
   display: inline-block;
   position: relative;
   top: -2px;
}

/* Customize the label (the container) */
.checkbox-container {
   display: block;
   position: relative;
   padding-left: 25px;
   margin-bottom: 12px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
   display: inline-block;
   position: relative;
   top: 5px;
   height: 20px;
   width: 20px;
   background-color: #412a70;
   margin-right: 10px;
   border: 1px solid #6c43bf;
   border-radius: 4px;
   color: red;


}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
   background-color: #412a70;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
   background-color: #412a70;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
   content: "";
   position: absolute;
   display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
   display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
   left: 5px;
   top: 1px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.preloader {
   text-align: center;
   color: rgba(255,255,255,0.6);
   font-size: 20px;
   margin: 150px 0;
   display: inline-block;
   width: 100%;
}
.modal-container {
   max-width: 500px;
   padding: 0;
   margin: 20px 0;
   border-radius: .3em;
   box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
}
.table-container {
   width: 100%;
   overflow-y: auto;
   _overflow: auto;
   margin: 0 0 1em;
}
.modal-title {
   font-weight: 700;
   padding: 1.5em;
   font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.unclick {
   opacity: 0.5;
   pointer-events: none;
}

.modal-body {
   max-height: calc(100vh - 230px);
   min-height: 50px;
   padding: 0 1.5em 1.5em 1.5em;
   overflow-y: auto;
}

.modal-footer {
   padding: 1.5em;
   text-align: right;
}
img {
   max-width: 100%;
}
iframe {
   border: none;
}
body {
/*    background: rgba(0,0,0,0.98); */
	background: var(--darkviolet);
   background-size: 100% auto;
}



body.empty_branding {
   /*background-image: url(//kinoteatr.ru/application/data/images/branding/Kinoteatr_branding.jpg);*/
   background-repeat: no-repeat;
   background-position: top 116px center;
   background-size: auto;
}
@media screen and (max-width: 1139px) {
   body.empty_branding {
      /*background-image: url(/application/data/images/branding/1139x230.jpg);*/
	  background-position: top center;
   }

}
@media screen and (max-width: 900px) {
   body.empty_branding {
      /*background-image: url(/application/data/images/branding/900x230.jpg);*/
   }
}



@media screen and (max-width: 720px) {
   body.empty_branding {
      /*background-image: url(/application/data/images/branding/720x100.jpg);*/
      background-size: auto 100px;
	  background-position: top center;
   }
}
@media screen and (max-width: 500px) {
   body.empty_branding {
      /*background-image: url(/application/data/images/branding/500x100.jpg);*/
      background-size: auto 100px;
   }
}

body.empty_branding_sber {
   background-image: url(/promo/sberbank/branding2.jpg);
   background-repeat: no-repeat;
   background-position: top center;
   background-size: auto;
   background-color: #150627;
}
@media screen and (max-width: 1139px) {
   body.empty_branding_sber {
      /*background-image: url(/application/data/images/zero_branding1139.jpg);*/
      background-image: url(/promo/sberbank/KINO_1140-720.jpg);
      background-color: #150627;
   }
}
@media screen and (max-width: 900px) {
   body.empty_branding_sber {
      /*background-image: url(/application/data/images/zero_branding900.jpg);*/
      background-image: url(/promo/sberbank/sberbank_branding720.jpg);
      background-color: #150627;

   }
}
@media screen and (max-width: 720px) {
   body.empty_branding_sber {
      background-image: url(/promo/sberbank/sberbank_branding720.jpg);
      background-size: auto 100px;
      background-color: #150627;
   }
}
@media screen and (max-width: 500px) {
   body.empty_branding_sber {
      background-image: url(/promo/sberbank/sberbank_branding500.jpg);
      background-color: #150627;
      background-size: auto 100px;
   }
}






header {
   position: relative;
}
header.fixed_header {
   position: fixed;
   width: 100%;
   left: 0;
   z-index: 100;
   top: 0;
   border-bottom: 1px solid #51545D;
}

header.fixed_header .header_container {
   margin-top: 0;
}

header.fixed_header .header_container, header.fixed_header .header_container_sub {
   border:none;
}


@media screen and (min-width: 1450px) {
   header.fixed_header .header_container_sub  ul {
      margin: 0 0 0 100px;
   }
}


.main.fixed_main {
   margin-top:  319px;
}
.fixed_shedule_format_list {
    position: fixed;
    top: 90px;
    z-index: 90;
    border-bottom: 1px solid #51545D;
	background-color: var(--darkviolet);
    width: calc(100% - 100px);
	max-width: 1035px;
    padding-left: 5px;

}
@media only screen and (max-width: 767px) {
    .fixed_shedule_format_list {
        position: fixed;
        top: 96px;
        left: 0;
        border-top: 1px solid #51545D;
		background-color: var(--darkviolet);
        width: 100%;
        margin-top: -2px!important;
    }
 }
/* @media screen and (max-width: 1139px) {
    .fixed_shedule_format_list {
        position: fixed;
        top: 103px;
        left: 0;
        z-index: 90;
        border-bottom: 1px solid #51545D;
		background-color: var(--darkviolet);
        width: 100%;
        padding-left: 5px;
    }

    .fixed_shedule_format_opener {
        position: fixed;
        top: 83px;
        left: 0;
        width: 100%;
        z-index: 90;
        border-bottom: 1px solid #51545D;
        background-color: #1a082c;
        padding-left: 5px;
    }
}*/
/*@media screen and (min-width: 1140px) and (max-width: 1449px) {
    .fixed_shedule_format_list {
        position: fixed;
        /*top: 89px;*/
        left: 0;
        z-index: 90;
        border-bottom: 1px solid #51545D;
/*         background-color: #1a082c; */
		background-color: var(--darkviolet);
        width: 100%;
        padding-left: 5px;
    }
}*/
@media screen and (max-width: 719px) {
   .main.fixed_main {
      margin-top: 189px;
   }
   .main.fixed_main_sberbank {
      margin-top: 87px;
   }


   header.fixed_header .header_ticket_banner {
      display: none!important;
   }
}

@media screen and (min-width: 1450px) {
   header.fixed_header {
      background-color: white;
   }

   header.fixed_header .header_logo {
      top: 12px;
   }

   header.fixed_header .ui_element {
      padding: 13px 0;
      font-size: 16px;
   }

   header.fixed_header .header_au {
      padding: 19px 0 10px 0;
   }

   header.fixed_header .header_container {
      height: 0;
   }

   header.fixed_header .header_container_sub {
      width: 720px;
      margin: 0 auto;
      position: relative;

   }
   .main.fixed_main { margin-top: 293px; }
}



input:disabled {
   opacity: 0.5;
}
.ul_sub {
   list-style: none;
   padding-left: 0;
   position: relative;
   left: -5px;
   margin-bottom: 10px;
}
.ul_sub > li {
   margin-bottom: 5px;
   position: relative;
}
.ul_sub > li:before {
   content: "";
   display: inline-block;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background-color: #6c43bf;
   position: absolute;
   left: -20px;
   top: 9px;
}
.ul_sub_r {
   list-style: none;
   padding-left: 0;
}
.text_sub {
   font-size: 14px;
   line-height: 18px;
   display: block;
   margin:0 0 30px -20px;
}
.text_link {
   color: #C6CAD8;
}
.disactive_ajax {
   /*opacity: 0.4;*/
   pointer-events: none;
}
/* Radio buttons */
[type="radio"]:checked, [type="radio"]:not(:checked) {
   position: absolute;
   left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
   position: relative;
   padding-left: 28px;
   cursor: pointer;
   display: inline-block;
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
}
[type="radio"]:nth-child(1):checked + label, [type="radio"]:nth-child(1):not(:checked) + label {
   margin-right: 40px;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   border: 1px solid #c6cad8;
   border-radius: 100%;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
   content: '';
   width: 10px;
   height: 10px;
   background: #6c43bf;
   position: absolute;
   top: 5px;
   left: 5px;
   border-radius: 100%;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
   opacity: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
}
[type="radio"]:checked + label:after {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}
/* Switch input */
.switch {
   position: relative;
   display: inline-block;
   width: 100%;
   margin-top: 20px;
}
.switch input {
   display:none;
}
.switch .slider {
   position: absolute;
   cursor: pointer;
   top: 4px;
   left: 0;
   right: 0;
   bottom: 0;
   -webkit-transition: .4s;
   transition: .4s;
   border: 1px solid #6A707E;
   border-radius: 100px;
   width: 35px;
   height: 10px;
}
.switch .slider_text {
   margin-left: 50px;
   font-size: 18px;
   line-height: 24px;
   color: #868993;
}
input:checked + .slider + .slider_text {
   color: #FFFFFF;
}

input:checked + .slider.purple + .slider_text {
   color: #6c43bf;
}


.switch .slider:before {
   position: absolute;
   content: "";
   height: 16px;
   width: 16px;
   left: -1px;
   bottom: -3px;
   background-color: #C6CAD8;
   -webkit-transition: .4s;
   transition: .4s;
   border-radius: 50%;
}
input:checked + .slider:before {
   background-color: white;
}
input:checked + .slider {
   background-color: #6c43bf;
}
input:focus + .slider {
   box-shadow: 0 0 1px #6c43bf;
}
input:checked + .slider:before {
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
}
/* Rounded sliders */
.switch .slider.round {
   border-radius: 34px;
}
.switch .slider.round:before {
   border-radius: 50%;
}
/* Text templates */
.wrap_title {
   font-size: 24px;
   color: #FFFFFF;
   line-height: 30px;
   display: inline-block;
}
.title {
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
}
.sub_title, .header_sub {
   display: block;
   font-size: 14px;
   color: #999da5;
   line-height: 18px;
   margin: 10px 0;
}

.grey_layer .sub_title, .grey_layer .header_sub {
   color: #333333;
   opacity: 0.5;
}


.header_sub {
   display: inline-block;
   margin-left: 30px;
}
.header_link {
   font-size: 18px;
   line-height: 24px;
   font-weight: 300;
   padding: 12px 15px;
   display: inline-block;
}

.duration {
   padding: 0;
   margin: 0;
}

.ui_element {
   font-size: 14px;
   color: #999999;
   line-height: 18px;
   padding: 6px 0;
   display: inline-block;
}

.ui_btn {
   font-size: 14px;
   line-height: 45px;
   color: #FFFFFF;
   border: 1px solid #8c8395;
   border-radius: 220px;
   padding: 8px 12px;
   margin-right: 25px;
   white-space: nowrap;
}
.ui_btn.active {
   background: #6c43bf;
   color: #FFFFFF;
}
.ui_btn.rounded {
   border-radius: 50%;
   padding: 8px 15px;
   margin-right: 20px;
}
.point_dot {
   display: inline-block;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   position: relative;
   top: -2px;
   margin: 0 5px 0 0;
}
.lined_input, .input_group_data {
   background: transparent;

   border: none;
   width: 100%;
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
   padding-bottom: 5px;
   margin-bottom: 10px;
   border-bottom: 1px solid #523192;
   transition: all 0.5s;
}

.input_group_data.personal_data{
	background-color: white;
	padding: 5px;
}


.input_group_data.disabled{
  border: none;
  background-color: transparent;
}



.lined_input:focus {
   outline: none;
   border-bottom: 2px solid #523192;
}

.lined_input.error {
   outline: none;
   border-bottom: 1px solid #aa0000;
}



.ta_input {
   background: transparent;
   border: 1px solid rgba(255,255,255,0.15);
   width: 100%;
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
   padding-bottom: 5px;
   margin-bottom: 10px;
   white-space: pre-wrap;
	overflow: hidden;
}



.ta_input:focus {
   outline: none;
   border: 1px solid #8c8395;
}


.phone_input {
   width: auto;
   max-width: 120px;
}
.date_input {
   font-size: 18px;
   color: white;
}
.info_group {
   display: inline-block;
   width: 100%;
}
.info_group .left_lined {
   display: inline-block;
   float: left;
   width: 25%;
   margin-top: 0;
   line-height: 25px;
}
.info_group .middle_text {
   font-size: 18px;
   color: #FFFFFF;
   line-height: 25px;
   display: inline-block;
   float: left;
   width: 60%;
}
.info_group .middle_text i {
   opacity: 0.5;
   color: #FFFFFF;
}
.info_group .middle_text .lined_input {
   line-height: 15px;
}
.info_group .right_lined {
   display: inline-block;
   float: left;
   width: 15%;
   color: #8c8395;
   line-height: 22px;
}
.info_group_mobile {
   display: inline-block;
   width: 100%;
   position: relative;
   box-sizing: border-box;
   padding: 15px 20px 15px 0;
}
.info_group_mobile .stitle {
   font-size: 16px;
   color: #898B90;
   line-height: 20px;
   float: left;
}
.info_group_mobile .stitle_list {
   display: block;
   margin-top: 5px;
   color: white;
}
.info_group_mobile .svalue {
   float: right;
   color: white;
}
.info_group_mobile:after {
   content: "";
   display: block;
   width: 8px;
   background: url(../icons/right_arr.png) no-repeat;
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   box-sizing: border-box;
   background-position-y: center;
}
.info_group_mobile.bordered {
   border-bottom: 1px solid #2F3440;
}
.raiting_sub {
   font-size: 13px;
   color: #FFFFFF;
   line-height: 18px;
   border: 1px solid #545154;
   padding: 0 2px 0 6px;
   border-radius: 5px;
   font-style: normal;
}
@media screen and (max-width: 719px) {
   .wrap_title {
      font-size: 20px;
      line-height: 25px;
      margin: 20px;
      font-weight: 500 !important;
   }

   .hidden-xs {
      display: none;
   }

   .title {
      font-size: 16px;
      line-height: 20px;
   }
   .sub_title, .header_sub {
      font-size: 14px;
      line-height: 17px;
      /*opacity: 0.5;*/
   }
   .header_link {
      font-size: 14px;
      line-height: 20px;
      padding: 6px 7px;
   }
   .ui_btn {
      font-size: 16px;
   }
}

/* Wrap templates */
.main_content {
   max-width: 1140px;
   margin: 0 auto;
/*    background: #20152c; */
	background: var(--darkviolet);

   position: relative;

   /*Убираем */
   /*z-index: 10;*/
}

.main_content.mw1200 {
	max-width: 1200px;
}

.ad_bg {
   width: 100%;
   position: absolute;
   top: 0;
   min-height: 100%;
   z-index: 0;
   cursor: pointer;
}
.wrap {
   padding: 25px 25px 25px 25px;
   position: relative;
   width: 100%;
   box-sizing: border-box;
}
.no_top_wrap {
   padding-top: 0;
}

.wrap_content {
   display: inline-block;
   width: 100%;
}
.wrap-cards {
   padding: 25px 10px 25px 15px;
}
.wrap-cards .wrap_content{
   display: flex;
   flex-wrap: wrap;
}
.wrap-cards > h1 {
   margin-left: 10px;
}
.wrap_intro {
   max-width: 100%;
   background-color: transparent;
   padding: 5px 20px 20px 20px;
   margin-bottom: 20px;
   border-radius: 5px;
   border: 1px solid #8e8597;
}
.wrap_header_right {
   display: inline-block;
   position: absolute;
   right: 25px;
   top: 20px;
}
.col_container {
   display: inline-block;
   width: 100%;
}
.wrap_header_mobile {
   background: #141822;
   font-size: 16px;
   color: #898B90;
   line-height: 17px;
   margin: 0 -20px 10px -20px;
   padding: 10px 20px;
}
.wrap_link {
   font-size: 18px;
   color: #8c8395;
   line-height: 24px;
}
.wrap_link img {
   position: relative;
   top: 7px;
}
@media screen and (max-width: 1140px) {
   .wrap_scroll {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      display: block;
      width: auto;
   }
   .wrap_s {
      padding: 0;
   }
   .tablet_hide {
      display: none;
   }
}

/* Snippet */
.col, .selectric-col {
   float: left;
   box-sizing: border-box;
}
.col-right {
   float: right;
   box-sizing: border-box;
}


.col-md-3 {
   display: inline-block;
   width: 25%;
   vertical-align: top;
}
.col-md-9 {
   display: inline-block;
   width: 75%;
   vertical-align: top;
}
.col-md-2 {
   display: inline-block;
   width: 16.6666%;
   vertical-align: top;
}
.col-md-3, .selectric-col-md-3 {
   display: inline-block;
   width: 25%;
   vertical-align: top;
}
.col-md-4 {
   display: inline-block;
   width: 33.33333333%;
   vertical-align: top;
}
.col-md-5 {
   display: inline-block;
   width: 41.66666%;
   vertical-align: top;
}
.col-md-6 {
   display: inline-block;
   width: 50%;
   vertical-align: top;
}
.col-md-7 {
   display: inline-block;
   width: 58.333333%;
   vertical-align: top;
}
.col-md-8 {
   display: inline-block;
   width: 66%;
   vertical-align: top;
}

.col-md-10 {
   display: inline-block;
   width: 83.33333333333333%;
   vertical-align: top;
}

.col-md-11 {
   display: inline-block;
   width: 91.66666666666666%;
   vertical-align: top;
}


.col-md-12 {
   display: inline-block;
   width: 100%;
   vertical-align: top;
}



/* Col media */
@media screen and (min-width: 1140px) {
   .hide-md {
      display: none !important;
   }
   .js_change_content > ul {
       margin-top: 0;
   }
}
/* Col media */
@media screen and (min-width: 720px) {
   .hide-desk {
      display: none;
   }
}

@media screen and (max-width: 1139px) {
   .col-sm {
      float: left;
      box-sizing: border-box;
   }
   .col-sm-12 {
      display: inline-block;
      width: 100%;
      vertical-align: top;
   }
   .col-xs-hide {
      display: none;
   }
   .col-sm-6 {
      display: inline-block;
      width: 50%;
      vertical-align: top;
   }

   .col-sm-7 {
      display: inline-block;
      width: 58.333333%;
      vertical-align: top;
   }

   .col-sm-9 {
      display: inline-block;
      width: 75%;
      vertical-align: top;
   }

   .col-sm-4, .selectric-col-sm-4 {
      display: inline-block;
      width: 33.3333333%;
      vertical-align: top;
   }
   .col-sm-3 {
      display: inline-block;
      width: 25%;
      vertical-align: top;
   }
   .col-sm-5 {
      display: inline-block;
      width: 41.66666%;
      vertical-align: top;
   }
   .col-sm-auto {
      width: auto;
   }
   .col-sm-hidden {
      display: none;
   }
}
@media screen and (max-width: 719px) {
   .hide-xs { display: none !important }
   .col-xs-12, .selectric-col-xs-12 {
      width: 100%;
   }
   .col-xs-6 {
      width: 50%;
   }
   .col-xs-5 {
      width: 41.66666%;
   }
   .col-xs-4 {
      width: 33.333333%;
   }
   .col-xs-3 {
      display: inline-block;
      width: 25%;
   }
   .col-xs-2 {
      width: 16.666666%;
   }

   .col-xs-hidden {
      display: none;
   }

   .geo_message .sub_btn {
      padding: 12px 25px;
   }
   .geo_message {
      width: 290px;
   }
}

/* Cards */
.event-card > div {
   margin: 0 10px;
}
.event-card img {
   border-radius: 5px;
}
.formats {
   margin-top: 20px;
}
.formats img {
   margin-right: 10px;
   max-height: 30px;
   max-width: 111px;
}
/* Buttons */
.sub_btn {
   border-radius: 5px;
   font-size: 18px !important;
   text-align: center;
   line-height: 24px;
   font-weight: 200;
   padding: 6px 31px !important;
   color: #FFFFFF !important;
   background: #f4415f;
   display: inline-block;
   cursor: pointer;
}
.sub_btn:hover {
   opacity: 0.8;
   text-decoration: none !important;
}
.sub_blue {
   background-color: #6c43bf;
   padding: 8px 31px;
}

.sub_pink {
   background-color: #f49baa;
   /*padding: 8px 31px;*/
}

.sub_purple {
   background-image: linear-gradient(to left, #4f0ed0, #6633cc);
   transition: all 0.3s ease;
   padding: 8px 16px;
   color: white !important;
}

.sub_purple:hover  {
}



.sub_transp {
   background: transparent;
   border: 1px solid #f4415f;
}
.sub_white {
   /*background: #FFFFFF;*/
   border: 1px solid  #f4415f !important;
   color: white !important;
   background:transparent !important;
   margin: 20px;
   padding: 5px 20px !important;
}

.ui-btn {
   display: inline-block;
   border: 1px solid #3b2c4b;
   color: #FFFFFF;
   font-size: 18px;
   line-height: 24px;
   border-radius: 5px;
   padding: 10px 10px 6px 10px;
   cursor: pointer;
}
.ui-btn_text {
   padding: 10px 30px;
}
@media screen and (max-width: 719px) {
   .sub_btn {
      padding: 12px 35px;
      font-size: 18px;
      line-height: 20px;
   }
   .sub_blue {
      padding: 12px 35px;
   }
}

h1 {
   font-size: 24px;
   line-height: 30px;
   color:white;
}
.hide-scroll::-webkit-scrollbar-track, .hide-scroll::-webkit-scrollbar, .hide-scroll::-webkit-scrollbar-thumb, .hide-scroll::-moz-scrollbars, .hide-scroll::-o-scrollbar, .hide-scroll::-google-ms-scrollbar, .hide-scroll::-khtml-scrollbar {
   background-color: transparent;
   display: none;
}
/* Breadscrums */
.breadscrums {
   padding-top: 20px;
}
.breadscrums a {
   color:#b9a6e0;
   font-size: 14px;
   line-height: 18px;
}
.breadscrums a.active {
   color:white;
}
.breadscrums span, .breadcrumbs span {
   all:unset;
}

@media screen and (max-width: 719px) {
   .breadscrums {
      display: none;
   }
}

/* -------------------------------------------------------- */
/* ----------------------- Header ------------------------ */
/* -------------------------------------------------------- */
.header_container {
   background: #F9F9FB;
   margin-top: 230px;
   padding: 0 25px;
   font-weight: 300;
   font-size: 14px;
   /*border-top: 1px solid #d1d1e0;
   border-left: 1px solid #d1d1e0;
   border-right: 1px solid #d1d1e0;*/
   height: 0;

}
.header_container a {
   color: #999999;
   cursor: pointer;
}
.header_user_info, .header_geo, .header_user_unlogged {
   display: inline-block;
   float: right;
}
.header_user_info {
   min-height: 20px;
   position: relative;
   margin-top: 10px;
}
.header_geo {
   margin: 9px 30px 0 0;
}
.header_geo > a > img {
   position: relative;
   top: 3px;
   margin-right: 4px;
}
.geo_message {
   position: absolute;
   background: #343B4C;
   z-index: 100;
   padding: 0 25px 20px 25px;
   width: 330px;
   right: 20px;
   top: 40px;
   border-radius: 5px;
   box-shadow: 0 10px 40px 0 rgba(0,0,0,0.35);
}
.geo_message p {
   font-size: 20px;
   color: #FFFFFF;
   text-align: center;
   line-height: 24px;
}
.geo_message a {
   color:#FFFFFF;
   margin-right: 20px;
}
.geo_message .selectric {
   background: white;
}
.geo_message .selectric-wrapper {
   display: none;
}
.header_user_info img {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   margin-right: 7px;
   position: relative;
   top:1px;
}
.header_user_info span {
   position: relative;
   top:-3px;
}
.header_user_unlogged img {
   width: 30px;
   height: 30px;
   margin-top: 3px;
}
.header_logo {
   display: inline-block;
   position: relative;
   top: 12px;
}
.header_logo > a, .header_user_unlogged > a {
   display: inline-block;
   pointer-events: auto;
   cursor: pointer;
}
/* Header sub */
.header_container_sub {
   background: white;
   height: 45px;
   padding: 5px 25px 6px 25px;
   font-weight: 300;
   font-size: 14px;
   border-left: 1px solid #d1d1e0;
   border-right: 1px solid #d1d1e0;
}
.header_ticket, .header_container_sub > ul {
   display: inline-block;
   /*float: right;*/
   margin: 0 0 0 256px;
}

.header_ticket {
   background: #6c43bf;
   margin-top: 6px;
   margin-left: 15px;
}
.header_ticket, .header_container_sub > ul > li {
   display: inline-block;
}
.header_container_sub > ul > li > a {
   color: #343B4C;
   font-weight: 400;
}
.header_container_sub > ul > li > a.active {
   color: #6c43bf;
   border-bottom: 3px solid #6c43bf;
}
.header_container_sub > ul > li .sub_col {
   position: relative;
   font-size: 12px;
   color: #FFFFFF;
   background-color: #6c43bf;
   border-radius: 50%;
   padding: 2px 6px;
   top: -10px;
   left: -4px;
}
.header_ticket_banner {
   background: #FFFFFF;
}
.header_ticket_banner {
   font-size: 12px;
   color: #141822;
   line-height: 17px;
   display: inline-block;
   width: 100%;
   text-align: center;
   padding: 8px 0;
}
.header_ticket_banner span {
   font-weight: 400;
}
.header_au {
   padding: 13px 0 0 0;
}
/* Header media */
@media screen and (min-width: 1140px){
   .header_logo > a {
      height: 35px;
   }
}

@media screen and (max-width: 1139px) {
   .header_container, .header_container_sub {

      border-left: none;
      border-right: none;
   }
   .wrap_title {
      margin: 20px;
   }
}

@media screen and (max-width: 1139px) and (min-width: 720px) {
   .hide-sm {display: none !important;}
   .header_container {
      background-color: white;
      height: 45px;
      padding: 5px 25px;
   }
   .header_logo {
      top: 10px;
   }
   .header_geo, .header_user_info {
      margin-top: 5px;
   }
   .header_container_sub {
      height: 55px;
      background-color: #1A1E2A;
      padding: 0 25px 1px 25px;
      border-bottom: 2px solid rgba(52,59,76,0.50);
      box-shadow: 0 1px 1px 0 rgba(0,0,0,0.30);
   }
   .header_ticket {
      margin-top: 10px;
   }
   .header_container_sub > ul {
      float: left;
      position: relative;
      left: -35px;
      padding-top: 5px;
      margin: 0;

   }
   .header_container_sub .header_link {
      color: white;
   }
   .header_container_sub > ul > li > a.active {
      color: #6c43bf;
      border-bottom: 3px solid #6c43bf;
      position: relative;
      bottom: -1px;
   }


}
@media screen and (max-width: 810px) and (min-width: 720px) {
   .header_ticket {
      margin-left: 0;
   }
   .header_container_sub > ul > li > a {
      padding: 12px 8px;
   }
}
@media screen and (max-width: 719px) {
   .header_ticket_banner span {
      margin-right: 10px;
      font-size: 16px;
   }
   .geo_message{
      width: 320px;
      padding: 0 10px 10px 10px;
      right: 5px;
   }
   .header_container {
      height: 30px;
      background: #FFFFFF;
      border-bottom: 1px solid #BABBBE;
      padding: 3px 15px 7px 15px;
   }
   .header_logo {
      top: 6px;
   }
   .header_logo img {
      height: 20px;
   }
   .header_geo {
      margin: 5px 10px 0 0;
   }
   .header_container_sub {
      height: 38px;
      background-color: #20152c;
      text-align: center;
   }
   .header_container_sub > ul {
      float: inherit;
      margin: 7px 0 0 0;
   }
   .header_container_sub > ul > li > a {
      color: #FFFFFF;
   }

   .header_container {
     /* Скрыть верхний баннер margin-top: 100px; */
     /* margin-top: 0px; */
      margin-top: 100px;

   }

   .header_user_unlogged img {
      width: 25px;
      height: 25px;
      margin-top: 5px;
   }

   .header_user_info img {
            top: -10px;
   }

   .header_au {
   		padding: 3px 0 0 0;
	}




}

@media screen and (max-width: 600px) {
   .header_container_sub {
      padding: 0 10px 4px 10px;
   }
   .header_container_sub > ul {
      padding: 0;
   }
}
@media screen and (max-width: 460px) {
   .header_geo > a > span {
      display: inline-block;
      width: 100px;
      white-space: nowrap;
      /* Запрещаем перенос строк */
      overflow: hidden;
      /* Обрезаем все, что не помещается в область */
      text-overflow: ellipsis;
      /* Добавляем многоточие */
      position: relative;
      top: 3px;
   }
}
@media screen and (max-width: 400px) {
   .header_geo > a > span {
      width: 80px;
   }
}
@media screen and (max-width: 380px) {
   .header_container_sub {
      padding: 0 5px 4px 5px;
   }
   .header_link {
      padding: 6px 3px;
      font-size: 13px;
   }
   .header_geo > a > span {
      width: 60px;
   }
}
@media screen and (max-width: 360px) {
   .header_geo > a > span {
      width: 40px;
   }
}
@media screen and (max-width: 332px) {
   .header_geo > a > span {
      width: 30px;
   }
   .header_ticket_banner span {
      margin-right: 0px;
   }
}
@media screen and (min-width: 1140px) {
   .left_control_slider_content .slick-slide img {
      border-radius: 5px;
   }
}
/* -------------------------------------------------------- */
/* --------------------- Header END ----------------------- */
/* -------------------------------------------------------- */
/* Main slider */
.main_container_bg {
   /*background: url(../images/blurred_bg3.jpg);*/
   position: relative;
   border-bottom: 1px solid #51545D;
   background-size: 100% 110%;
}
.main_container_bg.index_no_slider {
   background: #20152c;
}
.main_container_bg.index_no_slider .tabs_menu {
   margin-top: 0!important;
}
.slider_container {
   position: relative;
   overflow: hidden;
}
.left_control_slider_content .slick-list {
   /* max-height: 321px; */
   max-height: 357px;
   overflow: hidden;
}
.left_control_slider_content .slick-slide{
   vertical-align: middle;
   text-align: center;
}
.left_control_slider_content .slick-slide:before {
   content: "";
   display: inline-block;
   width: 60px;
   height: 61px;
   position: absolute;
   top: 120px;
   margin-left: -30px;
   background: url(../icons/play.svg);
}
.left_control_slider_content .slick-slide:hover:before {
   opacity: 0.8;
}
.left_control_slider_content .slick-dots {
   bottom: 15px;
}
.left_control_slider_content .slick-dots li {
   width: 40px;
   height: 2px;
   background: #FFFFFF;
   opacity: 0.75;
}
.left_control_slider_content .slick-dots li button {
   width: 40px;
   height: 2px;
}
.left_control_slider_content .slick-dots li.slick-active, .left_control_slider_content .slick-dots li:hover {
   background: #8c8395;
   opacity: 1;
}
.left_control_slider_content .slick-dots li button, .left_control_slider_content .slick-dots li button:before {
   color: transparent;
   opacity: 0;
}
.left_control_slider_content {
   margin-bottom: 0!important;
   box-shadow: 0 2px 52px 0 rgba(0,0,0,0.39);
}
.right_control_slider {
   height: 320px;
   position: relative;
   /* padding-left: 20px; */
}
/* .text_slide {
   padding-bottom: 20px;
} */
.text_slide_click_back {
   color: transparent;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   height: 100%;
   z-index: 10;
}
.left_control_slider_text {
   /* padding-left: 20px; */
   color: #FFFFFF;
   cursor: pointer;
}
.left_control_slider_text > div {
    padding-left: 20px;
 }
.left_control_slider_text .left_control_slider_header {
   font-size: 30px;
   line-height: 32px;
   letter-spacing: 0;
   margin: 8px 0 -10px 0;
   font-weight: 400;
}
.left_control_slider_text .sub_blue {
   margin-top: 10px;
}
.right_control_slider_arrows {
   margin: 0 0 0 20px;
   position: absolute;
   bottom: -5px;
}
.right_control_slider_arrows > img {
   cursor: pointer;
   border-radius: 50%;
}
.right_control_slider_arrows > img:hover {
   background: rgba(0,0,0,0.2);
}
.next_main_arrow {
   margin-left: 10px;
}
@media screen and (min-width: 1140px) {
   .right_control_slider, .left_control_slider {
      float: left;
   }
}
/* Slider media */
@media screen and (max-width: 1139px) {
	.left_control_slider_content .slick-slide:before {
		opacity: 0.4;
	}
	.left_control_slider_text .left_control_slider_header {
		text-shadow: 1px 1px 8px #000;
		font-weight: bolder;

		margin: 0;
      	padding-left: 20px;
	}

	/*кнопка купить */
	.left_control_slider_header ~ a.sub_btn{
		margin-left: 20px;
	}

	.slider_container {
		padding: 0;
	}
	.right_control_slider {
		position: absolute;
		bottom:0;
		height: auto;
		margin-bottom: 60px;
		left: 0px;

	}
	.right_control_slider_arrows {
		display: none;
	}
	.left_control_slider_text p {
		max-width: 90%;
	}
	.left_control_slider_content .slick-list, .slider_container {
		max-height: 440px;
	}
	.main_container_bg {
		background: var(--darkviolet);
	}
	.right_control_slider .text_slide h1 {
		text-shadow: 0 0 3px rgba(150, 150, 150, 1);
	}

	.right_control_slider .text_slide p {
		display: none;
	}

}

@media screen and (max-width: 1139px) and (min-width: 720px) {
   .slider_container {
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 719px) {
   .left_control_slider_content .slick-dots li button {
      width: 100%;
   }
   .left_control_slider_text p {
      display: none;
   }
   .left_control_slider_text .left_control_slider_header {
      margin: 0;
      padding-left: 20px;
   }



   .left_control_slider_text .sub_blue {
    margin-left: 20px;
   }
   .left_control_slider_content .slick-slide:before {
      display: none;
   }
   .left_control_slider_content .slick-slide {
      min-height: 211.86px;
   }
   .left_control_slider_content .slick-slide img {
      height: auto;
      left: 50%;
      transform: translate(-50%,0);
      position: absolute;
      z-index: 100;
      /* max-width: 720px; */
      width: 450px;
   }
   .left_control_slider_content .slick-dots li {
      width: 10px;
      height: 10px;
      background: #FFFFFF;
      opacity: 0.5;
      border-radius: 50%;
   }
   .left_control_slider_content .slick-dots {
      text-align: right;
   }
   .left_control_slider_content .slick-dots li:nth-last-child(1) {
      margin-right: 20px;
   }
   .left_control_slider_content .slick-dots {
      bottom: 25px;
   }
   .left_control_slider_content .slick-list, .slider_container {
      max-height: 400px;
   }
   .left_control_slider_content, .left_control_slider_text {
      /* margin-bottom: 0px!important;  */
      max-width: 450px;
      margin: 0 auto;
   }
   .tabs_menu {
      padding-top: 0px;
   }
   .right_control_slider {
      margin-bottom: 0;
      right: 0;
      /* position: relative; */
      /* bottom: 0; */

   }
   .left_control_slider_text  {
      font-size: 24px;
      line-height: 30px;
      /* margin-top: 40px!important; */
      bottom: 0;
   }
   .text_slide {
      height: 211.86px!important;
      height: 100%;
      /* padding-bottom: 100px; */
      display: flex!important;

   }
   .text_slide > div {
      display: inline-block;
      align-self: flex-end;
      padding-bottom: 20px;
      bottom: 0;
   }
   .left_control_slider {
/*       background: #141822; */
		background: var(--darkviolet);
      height: 211.86px;
   }
   .right_control_slider {
      height: 211.86px;
 	}




}

/* Social */
.main_social {
   width: 42px;
   padding: 11px 9px 4px 9px;
   background: rgba(0,0,0,0.60);
   border-radius: 0 5px 5px 0;
   position: absolute;
   right: 0;
   top: 10px;
   margin-right: -60px;
   display: none;
}
.main_social a {
   display: inline-block;
   margin-bottom: 5px;
}
.main_social a:hover {
   opacity: 0.8;
}
@media screen and (max-width: 1260px) {
   .main_social {
      display: none;
   }
}

/* tabs menu */
.tabs_menu {
   text-align: center;
   border-bottom:1px solid #343B4C;
}
.main_container_bg .tabs_menu {
   margin-top: 20px;
}
.tabs_menu ul {
   /*
   Заблокировано т.к. были проблемы в моб версии
   display: inline-block;*/
   margin-bottom: 0;
   padding-left: 0;
   position: relative;
   top: 2px;
}
.tabs_menu ul li > a {
   color: #979999;
}
.tabs_menu ul li > a:hover {
   color: rgba(255,255,255,0.8);
}
.tabs_menu ul li {
   display: inline-block;
}
.tabs_menu ul li.tab-active {
   border-bottom: 4px solid #6c43bf;
}

.tabs_menu ul li.tab-active>a {
	color: white;
}

.tabs_menu ul li.tab-active.purple > a {
   color: #6c43bf;
}




@media screen and (max-width: 1140px) {
   .tabs_menu ul {
      margin-top: 0;
   }
}
@media screen and (max-width: 719px) {
   .tabs_menu {
      margin-top: -5px;
   }
   .tabs_menu ul {
      padding: 0;
      margin-top: 10px;
   }
   .tabs_menu ul li {
      margin: 0;
      height: 35px;
   }
   .tabs_menu ul li > a{
      font-size: 16px;
      line-height: 20px;
   }
   .main_container_bg .tabs_menu {
      margin-top: unset;
	  padding-top: 10px;
   }
}

/* tabs content */
.tabs_container {
/*    background: #20152c; */
/* 	background: var(--darkviolet); */
   padding: 35px 0 0 0;
   color: #FFFFFF;
}
.tabs_container_main {
   display: inline-block;
   width: 100%;
   margin-top: 25px;
}
/* Movie card */
.movie_card_list {
   position: relative;
   left: 25px;
}

.event_card_list {
   position: relative;

}
.event_card_list .selectric {
   background-color: white;
}

.movie_card_list > h1 {
   margin: 0;
}
.movie_card_image_wrap{
	position: relative;
	max-width: 160px;
}

.movie_card_image{
   max-width: 160px;
   width: 100%;
   /*set size for lazyload library*/
   /*width: 160px;
   height: 240px;*/

   border-radius: 5px;
   position: relative;
   z-index: 12;
}
.movie_card {
   float: left;
   padding-bottom: 20px;
   /* margin-top: 45px; */
}
.movie_card > div {
   display: block;
   position: relative;
   max-width: 160px;
}
.wrap-cards .movie_card > div {
   display: block;
   position: relative;
   max-width: 160px;
   margin: 0 auto;
}
.movie_card_stars {
   position: absolute;
   background: #8c8395;
   -webkit-clip-path: polygon(0% 0%, 100% 0, 82% 100%, 81% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 0, 82% 100%, 81% 100%, 0% 100%);
   color:#FFFFFF;
   padding: 3px 14px 1px 9px;
   top: 65px;
   left: -5px;
   z-index: 90;
}
.movie_card_raiting > img {
   position: relative;
   top: 4px;
   margin-right: 5px;
}
.movie_card_like {
   display: block;
   width: 37px;
   height: 38px;
   position: absolute;
   right: 10px;
   top:10px;
   background: url(../icons/like.svg);
}
.movie_card_like.like_active {
   background: url(../icons/like_active.svg);
}
.movie_card_start {
   display: block;
   position: absolute;
   margin-top: -45px;
   left: 0;
   right: 0;
   text-align: center;
}
.movie_card_start > span {
   background: #343B4C;
   border-radius: 100px;
   display: inline-block;
   font-size: 13px;
   color: #FFFFFF;
   line-height: 17px;
   padding:6px 15px;
   position: relative;
   z-index: 90;
}
.movie_more_card, .movie_more_card_nextmovie {
   background: #20152c;
   border-radius: 5px;
   border: 1px solid #4c4356;
   max-width: 160px;
   max-height: 240px;
   width: 100%;
   margin-top: 38px;
}

 .movie_more_card_nexttheatre {
    background: #20152c;
    border-radius: 5px;
    max-width: 160px;
    max-height: 240px;
    width: 100%;
    border: 1px solid #4c4356;
    /* margin-top: 38px; */
 }

 .movie_more_card_nexttheatre > a > p {
   color: #FFFFFF;
 }

.movie_more_card.colored {
   background: #20152c;
}
.movie_more_card a, .movie_more_card_nextmovie a, .movie_more_card_nexttheatre a {
   display: inline-block;
   width: 100%;
   height: 240px;
   text-align: center;
}

.movie_more_card img, .movie_more_card_nextmovie img, .movie_more_card_nexttheatre img {
   margin-top: 60px;
}

.movie_more_card p {
   font-size: 18px;
   color: #FFFFFF;
   letter-spacing: 0;
   line-height: 26px;
   padding: 0 20px;
   white-space: normal;
}
.movie_more_card_nextmovie p {
    font-size: 18px;
    color: #8c8395;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0 20px;
    white-space: normal;
}
.movie_card_clickable {
   display: inline-block;
   width: 100%;
   /* margin-top: -50px; */
}
.movie_card_clickable > .movie_card_item_new  {
    background-color: rgba(108, 67, 191, .8);
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    width: 80px;
    height: 20px;
    position: relative;
    top: 40px;
    left: 80px;
    border-radius: 0;
    z-index: 90;
    color: #FFFFFF;
    /* font-weight: bold; */
    text-align: center;
    margin-top: -36px;
}

.movie_card_clickable > .movie_card_item_preview  {
    background-color: rgba(244,65,95, .8);
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    width: 80px;
    height: 20px;
    position: relative;
    top: 40px;
    left: 80px;
    border-radius: 0;
    z-index: 90;
    color: #FFFFFF;
    /* font-weight: bold; */
    text-align: center;
    margin-top: -36px;
}

@media screen and (max-width: 719px) {
    .movie_card_clickable > .movie_card_item_new {
        background-color: rgba(0, 124, 193, .8);
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        width: 80px;
        height: 20px;
        position: relative;
        top: 40px;
        left: 60px;
        border-radius: 0;
        z-index: 90;
        color: #FFFFFF;
        text-align: center;
        /* font-weight: bold; */
        /* padding-top: -30px; */
    }

    .movie_card_clickable > .movie_card_item_preview {
        background-color: rgba(244,65,95, .8);
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        width: 80px;
        height: 20px;
        position: relative;
        top: 40px;
        left: 60px;
        border-radius: 0;
        z-index: 90;
        color: #FFFFFF;
        text-align: center;
        /* font-weight: bold; */
        /* padding-top: -30px; */
    }
}
.movie_card_clickable > .movie_card_shedule_item_new {
    background-color: rgba(0, 124, 193, .8);
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    width: 80px;
    height: 20px;
    position: relative;
    top: 40px;
    left: 80px;
    border-radius: 0;
    z-index: 90;
    color: #FFFFFF;
    text-align: center;
    /* font-weight: bold; */
    margin-top: -35px;
}
.movie_card_clickable > .movie_card_shedule_item_preview {
    background-color: rgba(255,168,0, .8);
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    width: 80px;
    height: 20px;
    position: relative;
    top: 40px;
    left: 80px;
    border-radius: 0;
    z-index: 90;
    color: #FFFFFF;
    text-align: center;
    /* font-weight: bold; */
    margin-top: -35px;
}
@media screen and (max-width: 719px) {
    .movie_card_clickable >.movie_card_shedule_item_new {
        background-color: rgba(0, 124, 193, .8);
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        width: 80px;
        height: 20px;
        position: relative;
        top: 40px;
        left: 20px;
        border-radius: 0;
        z-index: 90;
        color: #FFFFFF;
        text-align: center;
        /* font-weight: bold; */
        margin-top: -35px;
    }

    .movie_card_clickable >.movie_card_shedule_item_preview {
        background-color: rgba(244,65,95, .8);
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        width: 80px;
        height: 20px;
        position: relative;
        top: 40px;
        left: 20px;
        border-radius: 0;
        z-index: 90;
        color: #FFFFFF;
        text-align: center;
        /* font-weight: bold; */
        margin-top: -35px;
    }
}


.event_new_block {
    position: absolute;
    top: 20px;
    left: 58px;
    width: 80px;
    padding-left: 20px;
    background-color: rgba(108, 67, 191, .8);
}

.event_small_picture {
    position: relative;
}





.shedule_movie_content > .shedule_movie_block_new {
    background-color: rgba(108, 67, 191, .8);
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    width: 80px;
    height: 20px;
    position: relative;
    top: 40px;
    left: 40px;
    border-radius: 0;
    z-index: 80;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    margin: 0;

    /* font-weight: bold; */
}
.shedule_movie_content > .shedule_movie_block_kak_doma {
    background-color: rgba(240, 52, 52, .8);
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    width: 100px;
    height: 20px;
    position: relative;
    top: 40px;
    left: 20px;
    border-radius: 0;
    z-index: 80;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    margin: 0;

    /* font-weight: bold; */
}
@media screen and (max-width: 719px) {
    .shedule_movie_content > .shedule_movie_block_new {
        background-color: rgba(108, 67, 191, .8);
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        width: 80px;
        height: 20px;
        position: relative;
        top: 40px;
        left: 20px;
        border-radius: 0;
        z-index: 80;
        color: #FFFFFF;
        text-align: center;
        padding: 0;
        margin: 0;
        /* font-weight: bold; */
    }

	.shedule_movie_content > .shedule_movie_block_kak_doma {
		left: 0;
		/* font-weight: bold; */
	}
}




.movie_card_clickable > .movie_card_item_new_invisible  {
    background-color: transparent;
    width: 50%;
    height: 20px;
    position: relative;
    top: 40px;
    left: 50%;
    margin: -36px 0 14px 0;


}
@media screen and (max-width: 719px) {
    .movie_card_clickable > .movie_card_item_new_invisible {
        background-color: transparent;
        width: 50%;
        height: 20px;
        position: relative;
        top: 40px;
        left: 50%;

    }
}
.movie_header_all_movies {
   position: absolute;
   right: 17px;
   top: 5px;
   font-size: 17px;
   color: #8c8395;
   line-height: 18px;
   font-weight: 300;
}
.movie_card_clickable > .movie_card_item_inform {
    background-color: #6c43bf;
    height: 35px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: 10px;
/*     z-index: -100; */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
}
.movie_card_clickable > .movie_card_item_inform * {
	white-space: nowrap;
}
.movie_card_clickable > .movie_card_item_inform.new {
   background-color: rgba(0, 124, 193, .8);
}
.movie_card_clickable > .movie_card_item_inform.preview {
   background-color: rgba(244,65,95, .8);
}

.movie_card_clickable > .movie_card_item_inform.kak_doma {
   background-color: #f03434;
}

   .movie_card_clickable > .movie_card_item_inform.orange {
		background-color: rgba(233,130,19, .8);
   }


.movie_card_clickable > .no_orange_back {
    background-color: transparent;
    height: 35px;
    width: 100%;
    color: #141822;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: 10px;
    z-index: -100;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
}
@media screen and (max-width: 1139px) {
    .movie_card_clickable > .movie_card_item_inform {
        background-color: #6c43bf;
        height: 35px;
        width: 160px;
        color: #FFFFFF;
        text-align: center;
        border-radius: 5px 5px 0 0;
        position: relative;
        top: 10px;
/*         z-index: -1; */
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        /*font-weight: bold;    */
    }
   .movie_card_clickable > .movie_card_item_inform.new {
      background-color: rgba(0, 124, 193, .8);
   }
   .movie_card_clickable > .movie_card_item_inform.preview {
      background-color: rgba(244,65,95, .8);
   }
   .movie_card_clickable > .movie_card_item_inform.orange {
		background-color: rgba(233,130,19, .8);
   }

    .movie_card_clickable > .no_orange_back {
        background-color: transparent;
        height: 35px;
        width: 160px;
        color: #141822;
        text-align: center;
        border-radius: 5px 5px 0 0;
        position: relative;
        top: 10px;
        z-index: -1;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
    }
}

.movie_card_clickable > .movie_container_item_inform {
    background-color: #6c43bf;
    height: 35px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding-top: 5px;
    color: #FFFFFF;
    position: relative;
    top: 10px;
    white-space: nowrap;
	overflow: hidden;
	display: flex;
	justify-content: center;
	gap: 4px;
}
.movie_container_item_inform > img {
	width: 22px;
	height: 22px;
}


.movie_card_clickable > .movie_container_item_inform * {
	white-space: nowrap;
}
.movie_card_clickable > .movie_container_item_inform.new {
   background-color: rgba(0, 124, 193, .8);
}
.movie_card_clickable > .movie_container_item_inform.preview {
   background-color: rgba(244,65,95, .8);
}
.movie_card_clickable > .movie_container_item_inform.orange {
   background-color: rgba(233,130,19, .8);
}
.movie_card_clickable > .movie_container_item_inform.kak_doma {
	background-color: #f03434;
}

@media screen and (max-width: 1139px) {
    .movie_card_clickable > .movie_container_item_inform {
        background-color: #6c43bf;
        height: 35px;
        width: 160px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        padding-top: 5px;
        color: #FFFFFF;
        position: relative;
        top: 10px;

    }
    .movie_more_card {
        background: #141822;
        border-radius: 5px;
        max-width: 160px;
        max-height: 245px;
        width: 100%;
        margin-top: 37px;
     }
}
@media screen and (max-width: 719px) {
    .movie_card_clickable > .movie_container_item_inform {
        background-color: #6c43bf;
        height: 35px;
        width: 100%;
        max-width: 160px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        padding-top: 5px;
        color: #FFFFFF;
        position: relative;
        top: 10px;

    }

   .movie_card_clickable > .movie_card_item_inform.new {
      background-color: rgba(0, 124, 193, .8);
   }
   .movie_card_clickable > .movie_card_item_inform.preview {
      background-color: rgba(244,65,95, .8);
   }
	.movie_card_clickable > .movie_card_item_inform.orange {
		background-color: rgba(233,130,19, .8);
	}
	.movie_card_clickable > .movie_card_item_inform.kak_doma {
		font-size: 14px;
	}



    .movie_card_clickable > .no_orange_back {
        background-color: transparent;
        height: 35px;
        width: 100px;
        color: #141822;
        text-align: center;
        border-radius: 5px 5px 0 0;
        position: relative;
        top: 10px;
        z-index: -1;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
    }
}
/* @media screen and (max-width: 719px) {
    .movie_card_clickable > p {
        background-color: #6c43bf;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        padding-top: 5px;
        color: #141822;
        position: relative;
        top: 10px;
        font-weight: bold;
        height: 35px;
    }
}      */



/* tabs content and movie list media */
@media screen and (min-width: 1140px){
   .movie_card_list .tabs_container_main {
      display: flex;
      flex-wrap: wrap;
   }

}


@media screen and (max-width: 1139px){
   .wrap-cards .movie_card > div {
      max-width: 100%;
      margin: 0 15px;
   }
   .wrap-cards .movie_card_clickable {
      width: 100%;
   }
   .wrap-cards .movie_card_image {
      float: left;
      display: inline-block;
      margin-right: 20px;
   }
   .wrap-cards .card_description {
      display: block;
   }
   .wrap-cards .card_description {
      margin:0 0 0 20px;
   }
   .wrap-cards .movie_card_raiting {
      margin-top: -5px;
   }
   .tabs_container .movie_card, .nextmovie_container .movie_card{
      width: 182px;
      float: inherit;
      display: inline-block;
   }
   .tabs_container .movie_card:nth-child(1), .nextmovie_container .movie_card:nth-child(1) {
      margin-left: 25px;
   }
   .movie_more_card, .movie_more_card_nextmovie, .movie_more_card_nexttheatre {
      margin-right: 25px;
   }
   .tabs_container_main {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      display: block;
      width: auto;
   }
   .movie_card_list {
      left: 0;
      display: block;
      width: auto;
      overflow: hidden;
   }
   .movie_card_list > h1 {
      margin-left: 25px;
   }
}

@media screen and (max-width: 719px) {
   .tabs_container_main {
      margin-top: 15px;
   }
   .tabs_container {
      padding-top: 25px;
   }
   .movie_card > div {
      max-width: 140px;
   }
   .tabs_container_main .movie_card, .nextmovie_container .movie_card{
      width: 145px;
   }
   .tabs_container .movie_card_list > h1, .tabs_container .movie_card:nth-child(1), .nextmovie_container .movie_card:nth-child(1), .nextmovie_container .movie_card_list > h1{
      margin-left: 20px;
   }
   .movie_more_card, .movie_more_card_nextmovie {
      width: 135px;
      max-height: 208px;
     	margin-top: 40px;
   }
   .movie_more_card_nexttheatre {
      width: 135px;
      max-height: 208px;
   }


   .movie_more_card img, .movie_more_card_nextmovie img {
      margin-top: 34px;
   }
   .wrap-cards .movie_card_raiting {
      margin-top: 0;
   }
   .movie_list {
      padding: 25px 0 25px 0;
   }
   .movie_list .movie_card_clickable > img {
      max-width: 100px;
   }
   .movie_list > h1, .movie_list > .header_sub {
      display: none;
   }
   .wrap-cards .movie_card > div {
      margin: 0 25px;
   }
   .movie_card_header {
      font-size: 18px;
      line-height: 24px;
   }
   .movie_list .movie_card_header {
      margin-bottom: 10px;
   }

   #theatre > a {
      top: 12px;
   }
}

@media screen and (max-width: 450px) {
   .movie_card_list > a, #theatre > a {
      display: block;
      margin: 10px 20px 10px 20px;
      position: relative;
      top:0;
      right: 0;
   }

   #theatre > a {
      margin: -10px 20px 10px 25px;
   }
}

/* Cinema card */

.cinema_list {
   display: flex;
   flex-wrap: wrap;
}
.movie_card_title {
   margin: 0 0 10px 0;
}
.cinema_card_image {
   max-width: 200px;
   float: left;
   display: inline-block;
   margin: 0 20px 0 0;
}
.cinema_card {
   position: relative;
   float: left;
}
.cinema_card > div {
   padding-right: 20px;
}
.cinema_card > div > a {
   display: inline-block;
   width: 100%;
   padding-bottom: 25px;
   border-bottom: 1px solid #2E333F;
   margin-bottom: 25px;
}
@media screen and (max-width: 719px) {
    .cinema_card > div > a {
        display: inline-block;
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid #8c8395;
        margin-bottom: 25px;
     }
}
@media screen and (min-width: 1140px) {
   .cinema_card.last > div > a {
      border-bottom: none;
   }
}
.cinema_card .movie_card_like {
   left: 150px;
   top: 40px;
   right: auto;
}
@media screen and (max-width: 719px) {
   .cinema_card .movie_card_title {
      font-size: 18px;
      line-height: 24px;
   }
   .cinema_card_image {
      width: 100%;
      max-width: 100%;
      margin: 0 0 10px 0;
   }
   .cinema_card > div {
      padding-right: 0;
   }
   .cinema_card .img-rel > span {
      font-size: 16px;
      line-height: 20px;
   }
   .cinema_stations {
      display: inline-block;
      float: right;
   }
   .cinema_stations.left  {
      float: left;
   }
   .cinema_hls {
      display: inline-block;
      float: left;
   }
   .cinema_card .formats {
      display: inline-block;
      width: 100%;
   }
   .cinema_card .movie_card_like {
      left: auto;
      top: 40px;
      right: 10px;
   }
}
/* Right banner */
.content_right_banner {
   margin-top: 55px;
}

.content_right_banner_action {
   margin-top: 0;
   margin-left: 50px;
}


.content_right_banner a {
/*    padding: 40px 45px; */
   /*border: 1px solid #2E323D;*/
   /*border-radius: 5px;*/
   display: inline-block;
   line-height: 0;
   margin-left: 37px;
}
.content_right_banner a img {
   width: 100%;
/*    max-width: 240px; */
}
/* Right banner media */
@media screen and (max-width: 1139px) and (min-width: 719px) {
   .main_social {
      display: none;
   }
}
/* Banners container */
.banners_container {
   background: #20152c;
   padding: 30px 25px 30px 25px;
}
.banners_container_list > a {
   display: inline-block;
   width: 100%;
   max-width: 530px;
   max-height: 180px;
   overflow: hidden;
}
.banners_container_list > a:nth-child(1) {
   margin-right: 20px;
}
.banners_container_list > a > img {
   width: 100%;
}
/* Banners container media */
@media screen and (max-width: 1139px){
   .banners_container_list {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      display: block;
      width: auto;
   }
   .banners_container {
      padding: 0 0 30px 0;
   }
   .banners_container a:nth-child(1) {
      margin-left: 25px;
   }
   .banners_container a:nth-last-child(1) {
      margin-right: 25px;
   }
}
@media screen and (max-width: 719px) {
   .banners_container a:nth-child(1) {
      margin-left: 20px;
   }
   .banners_container_list > a {
      max-width: 300px;
   }
   .banners_container {
      padding: 0 0 10px 0;
   }
}
/* Events */
.events_container {
   display: inline-block;
   padding: 0 15px 30px 15px;
   width: 100%;
   box-sizing: border-box;
}
.events_container_list {
   display: flex;
   flex-wrap: wrap;
   min-height: calc(100vh - 915px);
}
.events_container h1 {
   color: #FFFFFF;
   margin-top: 0;
   font-size: 36px;
}

.events_container h1._wrap_title {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    display: inline-block;
}
.events_container_list > a {
   display: inline-block;
   padding: 0 10px;
   margin-bottom: 20px;
}
.events_container_list > a > img {
   /*width: 100%;*/
   border-radius: 5px;
}
.events_container_list > a > h3 {
   color: #FFFFFF;
   margin: 15px 0 10px 0;
}
.events_container_list > a > span {
   color:#85878C;
}

.events_container_list > .no_actions_found_text {
	color:#FFF;
/* 	text-align: center; */
/* 	width: 100%; */
	margin: auto;
}

.events_container hr, .action_single > hr {
   margin: 0 10px;
   color: rgba(255,255,255,0.1);
   border-color: transparent;
   background-color: rgba(255,255,255,0.1);
   height: 0;
}
.action_single > hr {
   margin: 40px 0;
}
.events_container .events_archive_lnk {
   font-size: 18px;
   color: #8c8395;
   line-height: 24px;
   padding: 10px 0 0 10px;
   display: inline-block;
}
.events_container .action_line {
   text-align: right;
}
.action_single, .action_single_container {
   display: inline-block;
   width: 100%;
}
.action_single > .sub_title {
   margin: -10px 0 30px 0;
   font-size: 18px;
}
.action_single_content img {
   border-radius: 5px;
}
.action_single_content {
   /*padding-right: 20px;*/
}
.addition_action_header {
   font-size: 25px;
   margin: 30px 0 40px 0;
   color: white;
}
.additional_action_select_city {
   margin-bottom: 15px;
}
.teblet_head_img {
   display: none;
}
.action_right_content {
   padding: 30px;
   border-radius: 5px;
   border: 1px solid rgba(255,255,255,0.1);
}

.action_right_content h3 {
   margin: 5px 5px 20px 0;
}
/* Events media */
@media screen and (max-width: 1139px) {
   .action_single_content {
      padding-right: 0;
   }
   .events_container {
      padding: 30px 15px 30px 15px;
   }
   .teblet_head_img {
      display: block;
      margin-bottom: 20px;
   }
   .teblet_head_img img {
      width: 100%;
   }
   .action_single_content > .main_img {
      display: none;
   }
   .events_container .events_archive_lnk {
      padding: 0 0 20px 10px;
   }
   .events_container .action_line {
      text-align: left;
   }
	.events_container_list {
		min-height: calc(100vh - 856px);
	}
}

@media screen and (max-width: 991px) {
	.events_container_list {
		min-height: calc(100vh - 1062px);
	}
}


@media screen and (max-width: 767px) {
	.events_container_list {
		min-height: calc(100vh - 1099px);
	}
}


@media screen and (max-width: 719px) {
   .events_container_list > a {
      margin-bottom: 30px;
	  min-height: calc(100vh - 1093px);
   }
   .events_container_list > a > h3 {
      font-size: 19px;
   }
   .events_container h1 {
      font-size: 30px;
      line-height: 32px;
   }
}
@media screen and (max-width: 767px) {
	.events_container_list {
		min-height: calc(100vh - 870px);
	}
}


/* Format line */
.format_container {
   background: #141822;
   padding: 10px 20px 3px 20px;
}
.format_container_list {
   text-align: center;
   padding: 0;
}
.format_container_list li {
   display: inline-block;
}
.format_container_list li > span {
   display: block;
   position: relative;
   text-align: center;
   padding: 33px 0 30px 0;
   min-width: 248px;
   border: 1px solid #343B4C;
   border-radius: 5px;
   margin: 0 9px 10px 9px;
}
/* Format media */
@media screen and (max-width: 1139px) {
   .format_container {
      padding: 10px 15px 1px 15px;
   }
   .format_container_list {
      display: inline-block;
   }
   .format_container_list > li span {
      height: 147px;
      box-sizing: border-box;
   }
}
@media screen and (max-width: 719px) {
   .format_container_list li > span {
      min-width: 100px;
      padding: 33px 10px;
      margin: 0 9px 15px 9px;
   }
   .format_container_list li > span img {
      max-width: 100%
   }
   .format_container_list {
      margin-bottom: 0px;
   }
   .format_container {
      padding: 0px 10px 1px 10px;
   }
}
@media screen and (max-width: 400px) {
   .format_container_list > li span {
      height: 127px;
   }
}
/* Nextmovie line */
/*.nextmovie_container {
   background: var(--darkviolet);
}*/
/*.nextmovie_container.wrap_s {
   margin-top: 20px;
}*/
.nextmovie_container.colored {
   background: #141822;
}
.nextmovie_container.movie_line {
   padding-bottom: 10px;
}
.nextmovie_container > h1, .nextmovie_container > .nextmovie_container_header {
   margin: 0 0 15px 0;
}
.nextmovie_list {
   display: inline-block;
   width: 100%;
   /* margin-top: 45px; */
}
.nextmovie_list > .movie_card:nth-child(1) {
   margin-left: 0;
}
.nextmovie_list .movie_card_header, .movie_card .movie_card_header{
   display: block;
   word-wrap: break-word;
}
/*Кликабельность постера*/
.movie_card_clickable_zone {
   color: transparent;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 20;
   cursor: pointer;
}
/* tabs content and movie list media */
@media screen and (max-width: 1139px) {
   .nextmovie_list .movie_card:nth-child(1) {
      margin-left: 25px;
   }
   .nextmovie_list .movie_more_card{
      margin-right: 25px;
   }
   .nextmovie_list {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      display: block;
      width: auto;
   }
   .nextmovie_container > h1, .nextmovie_container > .nextmovie_container_header {
      margin-left: 25px;
   }
}
/* bonus block */
.bonus_container {
   background: #205392 url(../images/card_bg.png) -145px;
   background-size: 120% 100%;
   margin: 0 auto;
   padding: 1px;
}
.bonus_container_row {
   display: inline-block;
   width: 100%;
}
.bonus_container_left {
   float: left;
   text-align: right;
}
.bonus_container_left img {max-width: 255px;}
/*.bonus_container_right {
   float: right;
}*/
.bonus_container_left_content {
   padding: 20px 10px 50px 20px;
}

.bonus_container_right .bonus_container_left_content {max-width: 550px;}
.bonus_container_left_content .sub_btn {
   padding: 8px 31px;
}
.bonus_container_left_content > p {
   color: #FFFFFF;
   margin-bottom: 40px;
   font-size: 21px;
   text-shadow: 1px 1px 1px #000;
}
.bonus_container_left_content_header {
   font-size: 36px;
   line-height: 42px;
   font-weight: 300;
   color: white;
   margin: 0.67em 0;
}
/*.bonus_container_right {
   text-align: right;
}*/
.bonus_container_right > img {
   max-width: 370px;
   margin: 45px;
   box-shadow: 0 2px 12px 0 rgba(0,0,0,0.39);
   border-radius: 7px;
}
.bonus_status{
	display: flex;
	padding-left: 106px;
	/*padding-right: 100px;*/
	flex-flow: row wrap;
}

.bonus_status .container{
	flex: 1;
	/*padding-right: 50px;*/

}
.bonus_status .container.triple{
	flex: 3;
}

.bonus_status .container.triple.hidden{
	opacity: 0.5;
}

.bonus_status .description{
	color: white;
	opacity: 0.5;


}



.bonus_status .container .first_line{
  opacity: 0.7;
  font-size: 14px;
  /*color: #ffffff;*/
  padding-top: 35px;
}

.bonus_status .container .second_line{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  padding-top: 10px;
}

.bonus_status_title{
  color: #f4415f;
  font-size: 36px;
  font-weight: 400;
}

.bonus_status .container .third_line{

  font-size: 14px;
  line-height: 1.64;
  color: #333333;
  padding-top: 14px;
}
.bonus_status .container .third_line.abonement{
  opacity: 1;
}
.bonus_status .container .third_line.abonement .red{
  color: #f4415f;
}

.bonus_status .container .third_line .abonement_question{

  padding-bottom: 20px;
  font-size: 17px;
}

.bonus_status .container .third_line .abonement_question > span{
  padding-bottom: 10px;
  font-weight: 400;
}

.bonus_abonement_overlay .abonement_question{

  padding-bottom: 20px;
  font-size: 17px;
}

.bonus_abonement_overlay  .abonement_question > span{
  padding-bottom: 10px;
  font-weight: 400;
}




.bonus_status .container .third_line.white{
  opacity: 1;
}




/* Bonus block media */
@media screen and (max-width: 1139px) {
   .bonus_container {
      background-position: 0 0;
      background-size: 100% 100%;
   }


}
@media screen and (max-width: 1139px) and (min-width: 720px) {
   /*.bonus_container {
      text-align: center;
   }
   .bonus_container_left_content {
      padding: 45px 10px 50px 10px;
   }
   .bonus_container_left_content > h1 {
      font-size: 22px;
      line-height: 32px;
   }
   .bonus_container_left {
      width: 40%;
      text-align: left;
   }
   .bonus_container_right {
      width: 60%;
   }
   .bonus_container_row {
      max-width: 800px;
   }
   .bonus_container_right > img {
      max-width: 400px;
      margin: 50px 0px 0px 20px;
   }*/
	.bonus_status{
		padding: 0 30px;
	}


}

@media screen and (max-width: 900px) and (min-width: 720px) {
   .bonus_container_right .bonus_container_left_content {
      max-width: 100%;
   }
	.bonus_status{
			padding: 0 30px;
			/*flex-flow: column;*/
	}
}
@media screen and (max-width: 800px) and (min-width: 720px) {
   /*.bonus_container_left, .bonus_container_right {
      width: 50%;
   }
   .bonus_container_left_content {
      padding: 45px 10px 50px 40px;
   }
   .bonus_container_right > img {
      margin-top: 60px;
      max-width: 350px;
   }*/
}
@media screen and (max-width: 719px) {
   .bonus_container_left, .bonus_container_left_content {
      text-align: center;
      width: 100%;
      max-width: 100%!important;
      padding: 15px;
      box-sizing: border-box;
   }
   .bonus_container_right {
      margin-top: -40px;
   }
   .bonus_container {
      padding-bottom: 30px;
   }
   .bonus_container {
      background-size: auto 100%;
   }
	.bonus_status{
			padding: 0 30px;
			flex-flow: column;
	}

}

/*@media screen and (max-width: 450px) {
   .bonus_container_right > img {
      margin: 30px 0 20px 0;
      max-width: 250px;
   }
}*/

@media screen and (max-width: 400px) {
   .bonus_container_left_content_header {
      font-size: 26px;
      line-height: 32px;
   }
}
/* Show block */
.show_container {
   background: url(../images/bg.png);
   color: #FFFFFF;
   text-align: center;
   padding: 50px 0 54px 0;
}
.show_container > h3 {
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 0px;
}
.show_container > p {
   font-size: 18px;
   line-height: 24px;
   color:#C6C9CD;
   margin: 20px 0px 50px 0px;
}
/* Show block media */
@media screen and (max-width: 719px) {
   .show_container > p {
      font-size: 15px;
      color: #FFFFFF;
      line-height: 20px;
      padding:0 10px;
   }
}
/* -------------------------------------------------------- */
/* ----------------------- Footer ------------------------ */
/* -------------------------------------------------------- */
/*
footer {
   padding: 40px 30px;
   background: #20152c;
}
.footer_top {
   display: inline-block;
   width: 100%;
}

.footer_left {
   float: left;
}
.footer_left > a {
   display: inline-block;
   margin-top: 10px;
}
.footer_menu {
   margin-top: 25px;
}
.footer_menu_list {
   max-width: 210px;
   display: inline-block;
   vertical-align: top;
   font-size: 16px;
   color: #FFFFFF;
   line-height: 18px;
}
.footer_menu_list ul {
   padding-left: 0px;
}
.footer_menu_list li {
   list-style-type: none;
   margin-top: 10px;
}
.footer_menu_list li > a {
   font-size: 14px;
   color: #8c8395;
   line-height: 18px;
}
.footer_menu_list li > a:hover {
   opacity: 0.8;
}
.footer_right {
   float:right;
}
.footer_right > span {
   font-size: 16px;
   color: #999999;
   line-height: 18px;
}
.footer_socila > a {
   margin: 10px 0 0 0;
   display: inline-block;
}
.footer_socila > a img {
   width: 40px;
   border: 1px transparent;
}

@media screen and (max-width: 719px) {

	.footer_socila > a img {
	   width: 35px;
	   border: 1px transparent;
	}
}

.footer_application {
   margin-top: 20px;
}
.footer_application > a {
   display: inline-block;
   margin: 15px 10px 0 0;
}
.footer_application > p {
   display: inline-block;
   max-width: 235px;
   font-size: 16px;
   color: #FFFFFF;
   line-height: 18px;
}
.footer_application > p span {
   color: #999999;
   line-height: 18px;
   display: inline-block;
   margin-top: 5px;
}
.footer_application_download > a {
   display: inline-block;
   margin-right: 5px;
}
.footer_copyright {
   font-size: 14px;
   color: #999999;
   line-height: 18px;
   margin-top: 30px;
}
/* Footer media */
/*@media screen and (max-width: 1139px) and (min-width: 719px) {
   footer {
      padding-top: 30px;
   }
}

@media screen and (max-width: 850px) and (min-width: 671px) {
	.footer_top.unsubscribe {
    	padding-left: 35px;
	}
}
@media screen and (max-width: 670px)  {
	.footer_top.unsubscribe {
      padding-left: 20px;
	}
}
@media screen and (max-width: 500px)  {
	.footer_top.unsubscribe {
      padding-left: 10px;
	}

	.main_container_bg .tabs_menu {
		margin-top: unset;
		padding-top: unset;
	}
}



@media screen and (max-width: 719px) {
   footer {
      padding: 10px 20px 20px 20px;
   }
   .footer_copyright {
      color: #FFFFFF;
   }
   .footer_menu_list {
      max-width: 100%;
      width: 100%;
      border-bottom: 1px solid #252932;
   }
   .footer_left > a > img {
      width: 240px;
   }
   .footer_menu_list ul {
      margin-top: 0px;
   }
   .footer_menu_list_title {
      display: block;
      padding: 15px 0 10px 0;
      width: 100%;
      position: relative;
      font-size: 20px;
      line-height: 20px;
   }
   .footer_menu_list_title:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 8px;
      top: 5px;
      background: url(../icons/arrow_top.svg);
      background-repeat: no-repeat;
      transform: rotate(180deg);
   }
   .footer_menu_list_title.active_tab:after {
      transform: rotate(0deg);
      top:20px;
      right: 0px;
   }
   .footer_right {
      margin-top: 30px;
   }

   .footer_menu_list li > a {
      font-size: 16px;
   }

   .footer_copyright {
      font-size: 16px;
   }
}
*/

/* -------------------------------------------------------- */
/* --------------------- Footer END ----------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------- Profile ------------------------ */
/* -------------------------------------------------------- */
.profile_form {
   padding-top: 20px;
}
.profile_form > h1 {
   font-size: 36px;
   color: #333333;
   line-height: 42px;
   margin-top: 0;
}
@media screen and (max-width: 719px) {
	.profile_form > h1 {
	   margin-left: 20px;
	   margin-bottom: 0;
	}

}


.personal_close_btn {
   top: 3px;
   position: relative;
}
.profile_form .personal_left {
   float: left;
   padding-right: 10px;
}
.profile_form .personal_left .personal_container {
   display: inline-block;
   margin-right: 15px;
   min-height: 100px;
   padding: 20px 20px;
   border: unset;
}
.profile_form .personal_left .personal_container label,
.profile_form .personal_left .personal_container input {
   cursor: text;
}
.profile_form .personal_right {
   float: right;
}
.personal_img {
   text-align: center;
   margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
	.personal_img {
	   width: 130px;
	   margin:auto;
	   margin-bottom: 20px;

	}
}


.personal_img > img {
   border: 2px solid #6c43bf66;
   border-radius: 50%;
   padding: 2px;
   width: 100px;
  height: 100px;
}
.profile_form .input_group {
   margin-top: 20px;
}
.personal_prefer .info_group {
   margin-top: 30px;
}
.middle_text_list {
   padding-right: 10px;
   line-height: 24px;
}
.wrap_header_right .ui-btn {
   margin-left: 15px;
}
.personal_container_p {
   margin-top: 0;
   /*color: #999DA5;*/
   opacity: 0.5;
}
@media screen and (max-width: 1139px) {
   .profile_form .personal_left .personal_container {
      margin-right: 0;
      width: 100%;
      box-sizing: border-box;
   }
   .personal_container .input_group {
      padding-right: 50px;
   }
   .profile_form .personal_left {
      padding-right: 0;
   }
}
@media screen and (max-width: 719px) {
   .profile_form {
      padding: 0;
   }
   .profile_form .wrap_header_right {
      display: none;
   }
   .profile_form .personal_left {
      padding-right: 0;
   }
   .profile_form .wrap_intro {
      background: none;
      border: unset;
   }
   .profile_form .personal_left .personal_container {
      padding-bottom: 0;
   }
   .personal_container .ui-btn_text {
      width: 100%;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 10px;
   }
}
/* ------------------------------------------------------------ */
/* ----------------------- Profile END ------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ----------------------- Cinema card ------------------------ */
/* ------------------------------------------------------------ */
.single_card_date_input:-moz-placeholder, .single_card_date_input::-moz-placeholder, .single_card_date_input:-ms-input-placeholder, .single_card_date_input::-ms-input-placeholder {
   color: #8c8395;
   text-transform: lowercase;
   opacity: 1;
}
.single_card_date_input, .single_card_date_input::-webkit-input-placeholder, .single_card_date_input::placeholder {
   color: #8c8395;
   text-transform: lowercase;
   opacity: 1;
}
.cinema_card_single {
   padding: 0 25px;
}
.cinema_card_single > h1 {
   display: inline-block;
   margin: 5px;
   vertical-align: top;
}
.cinema_card_like {
   display: inline-block;
}
.cinema_card_content {
   margin: 20px 0 10px 0;
   display: inline-block;
   width: 100%;
}
.cinema_card_description {
   padding: 0 20px;
}
.cinema_card_description .cinema_card_addr {
   font-size: 18px;
   line-height: 24px;
   margin-top: 0;
}
.cinema_card_description > p {
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
   margin-top: 30px;
} b
.shedule_header {
   display: inline-block;
   width: 100%;
}
.shedule_header_left {
   font-size: 24px;
   color: #FFFFFF;
   line-height: 30px;
   /* float: left; */
   /* margin-top: 10px; */
   padding-bottom: 20px;
}
.shedule_header_left h2 {
   cursor: pointer;
   margin-top: 0;
}
.shedule_header_left .flatpickr-input  {
   opacity: 0;
   position: relative;
   top: -50px;
   margin-bottom: -50px;
   display: block;
}
.wrap3 .schedule .flatpickr-input {
  opacity: 0;
  position: relative;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  height: 40px;
}

.shedule_header_left input {
   color: #8c8395;
   padding-right: 20px;
   background-color: transparent;
   border: none;
}
.shedule_header_left input:after {
   content: "";
   display: inline-block;
   width: 10px;
   height: 5px;
   background: url(../icons/arrow_open.png);
   position: relative;
   top: -4px;
   left: 10px;
}
.shedule_header_right {
   float: right;
   display: inline-block;
   border: 1px solid #4B4F5A;
   border-radius: 100px;
   position: relative;
   top: 0;
}
.shedule_header_right a {
   border-radius: 100px;
   display: inline-block;
   padding: 11px 40px;
   font-size: 14px;
   color: #FFFFFF;
   line-height: 18px;
}
.shedule_header_right a.active {
   background: #8c8395;
}
.shedule_format_list {
    margin: 0 0 0 0;
}
@media screen and (max-width: 719px) {
    .shedule_format_list {
        width: 100%;
        z-index: 90;
        top: 82px;
        border-bottom: 1px solid #51545D;
        margin: 0 0 0 0;
    }
    .wrap3 .shedule_format_list {
		border-bottom: unset;
	}
    .shedule_format_list > a, .js_change_movie_shedule_format {
        white-space: nowrap;
    }
}
.shedule_movie {
   display: inline-block;
   width: 100%;
   padding: 25px 0;
}
.shedule_movie_content {
   position: relative;

}
.shedule_movie.bordered {
   border-bottom: 1px solid #2C303D;
}
@media screen and (max-width: 719px) {
    .shedule_movie.bordered {
        border-bottom: 1px solid #8c8395;
}
}
.shedule_movie .movie_card_raiting {
   margin-top: -5px;
}
.shedule_movie_text {
   margin-top: 35px;
}
.shedule_movie_img {
   max-height: 180px;
   float: left;
   margin-right: 15px;
   border-radius: 5px;
}

.event_movie_title{
   font-size: 24px;

}

.event_movie_img  {
   margin-right: 25px;
   float: left;
   max-width: 160px;
   border-radius: 5px;
}


@media screen and (max-width: 1139px) {
   .event_movie_img  {
      padding-bottom: 30px;
   }
}



.shedule_movie .shedule_movie_description .movie_card_header.title {
   word-wrap: break-word;
}
.shedule_session {
   display: inline-block;
   margin: 0 8px 10px 0;
   vertical-align: top;
}
.shedule_session.disactive {
   opacity: 0.4;
}
.shedule_movie_sessions {
   padding-left: 45px;
}
@media screen and (max-width: 719px) {
    .shedule_movie_sessions {
        padding-left: 45px;
        border-bottom: 1px solid #8c8395;
    }

    .shedule_movie:last-child > .shedule_movie_sessions {
        border-bottom: none;
    }

}
.shedule_session .shedule_session_format:last-child {
   opacity: 0.5;
}
.shedule_session_time {
   display: inline-block;
   width: 82px;
   border: 1px solid #8c8395;
   border-radius: 5px;
   font-size: 18px;
   color: #FFFFFF;
   text-align: center;
   line-height: 24px;
   padding: 7px 0;
   margin-bottom: 8px;
}
.shedule_session_time:hover {
    background-color: #C6CAD8;
    color:#000000;
}

.shedule_session_time_green {
   border: 1px solid #24b301;
   position: relative;
}



.shedule_session_time_yellow {
   border: 1px solid #ff9e02;
   position: relative;

}


.shedule_session_time_yellow:before, .shedule_session_time_green:before {
   content: "-10%";
   display: block;
   line-height: 10px;
   position: absolute;
   top: -6px;
   padding: 0 5px;
   left: 21px;
   font-size: 12px;
   background-color: #20152c;
   color: #ff9e02;
}

.shedule_session_time_green:before {
   content: "-20%";
   color: #24b301;
}

@media screen and (max-width: 719px) {
   .shedule_session_time_yellow:before, .shedule_session_time_green:before {
      left: 16px;
   }

   .shedule_header_left .flatpickr-input {
      width: 100%;
      height: 65px;
      margin-bottom: -30px;
      box-sizing: border-box;
      top: -30px;
   }

/*    .wrap3 .schedule .flatpickr-input {
      width: 100%;
      height: 65px;
      margin-bottom: -20px;
      box-sizing: border-box;
      top: -30px;
    }*/

   .shedule_header_left {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    /* float: left; */
    /* margin-top: 10px; */
    padding-bottom: 0;
 }
}


.shedule_session_time > span {
   color: #8c8395;
   font-weight: 400;
}

.shedule_session_time:hover > span {
   color: #FFF;
   font-weight: 400;
}


.shedule_session_time_green > span {
   color: #24b301;
}
.shedule_session_time_yellow > span {
   color: #ff9e02;
}


.shedule_session_price {
   display: block;
   font-size: 15px;
   color: #FFFFFF;
   line-height: 20px;
}
.shedule_session_format {
   display: block;
   font-size: 12px;
   line-height: 17px;
   color: #FFFFFF;
   opacity: 0.8;
}
.cinema_card_about {
   margin-bottom: 40px;
   display: block;
}
.cinema_card_about_mobile_btn {
   color: #FFFFFF;
   background-color: #20152c;
   border-radius: 5px;
   float: right;
   padding: 7px 12px;
}
.cinema_card_about_mobile_btn:after {
   content: "";
   display: inline-block;
   position: relative;
   width: 20px;
   height: 20px;
   top: -3px;
   background: url(../icons/arrow_top.svg) no-repeat;
   transform: rotate(180deg);
}
@media screen and (max-width: 860px) {
   .shedule_header_right a {
      padding: 11px 15px;
   }
}
@media screen and (max-width: 1139px) and (min-width: 720px) {
   .cinema_card_map {
      width: auto;
      display: block;
      float: initial;
      margin: 0 -25px;
      margin-top: -60px;
   }
   .cinema_card_single > h1, .cinema_card_like {
      position: relative;
      top: 178px;
   }
   .cinema_card_description {
      margin: 90px 0 -40px 0;
      padding: 0;
      position: relative;
   }
   .cinema_card_bar {
      position: absolute;
      right: 0;
      top: -70px;
   }

   /* KOCMOC */
   .shedule_movie_sessions {
      padding-left: 0;
      margin-top: 20px;
   }
   /* / KOCMOC */
}
@media screen and (max-width: 900px) and (min-width: 720px) {
   .shedule_movie_sessions, .shedule_movie_content {
      width: 100%;
   }
   .shedule_movie_sessions {
      padding-left: 0;
      margin-top: 20px;
   }
}
.shedule.wrap h2 {
   font-size: 27px;
   color: #FFFFFF;
   line-height: 30px;
}
@media screen and (max-width: 719px) {
   .shedule.wrap h2 {
      margin-bottom: -20px;
   }
}
@media screen and (max-width: 719px) {
   .shedule_session_format {
      font-size: 16px;
   }
   .shedule_session_price {
      font-size: 16px;
   }
   .cinema_card_content {
      margin-top: -2px;
   }
   .cinema_card_single {
      padding: 0;
   }
   .shedule_header_left {
      float: none;
      display: block;
   }
   .shedule_header_right {
      top:0;
   }
   .cinema_card_description {
      position: relative;
      margin: -40px 5px 0 5px;
      background: rgba(52, 59, 76, 0.85);
      box-shadow: 0 13px 13px 0 rgba(20,24,34,0.44);
      border-radius: 5px;
      padding: 1px 10px 20px 15px;
   }
   .cinema_card_description > h1 {
      padding-right: 70px;
   }
   .cinema_card_description .cinema_stations, .cinema_card_addr {
      display: block;
      float: none;
      font-size: 16px;
      line-height: 20px;
   }
   .cinema_card_description .cinema_stations {
      margin-bottom: 30px;
   }
   .cinema_card_like {
      position: absolute;
      right: 15px;
      top: 15px;
   }
   .cinema_card_about {
      margin-bottom: 20px;
   }
   .shedule_header_left {
      font-size: 20px;
      line-height: 25px;
   }
   .shedule {
      padding: 0 15px;
   }

   .shedule .tabs_menu {
      margin: 0 -15px;
      text-align: center;
   }
   .shedule_header_right {
      margin: 20px auto 20px auto;
      float: none;
      display: block;
      width: 227px;
   }
   .shedule_movie_img {
      width: 100px;
   }
   .shedule .movie_card_header {
      font-size: 18px;
      line-height: 24px;
   }
   .shedule_movie_text {
      margin-top: 5px;
   }
   .shedule_movie_sessions {
      padding: 20px 0 0 0;
   }
   .shedule_session_time {
      width: 69px;
      padding: 3px 0;
   }
   .shedule_movie {
      padding: 25px 0 0 0;
   }
}

.empty_shedule_block {
   color: white;
   font-size: 20px;
   line-height: 20px;
   margin-bottom: 30px;
}
/* ---------------------------------------------------------------- */
/* ----------------------- Cinema card END ------------------------ */
/* ---------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------- Cinema card time ------------------------ */
/* ----------------------------------------------------------------- */
.shedule_content_time .movie_card_raiting {
   display: inline-block;
   margin: 0;
}
.shedule_content_time .shedule_time_line {
   color: white;
}
.shedule_content_time .shedule_time_line_text {
   margin: 0 20px 0 100px;
}
.shedule_content_time .shedule_time_line .col_shedule_time {
   min-width: 50px;
}
.shedule_content_time .shedule_time_line .title {
   display: block;
}
.shedule_content_time .shedule_session {
   margin: 4px 20px 10px 0;
}
.shedule_content_time .shedule_session_price {
   margin-bottom: 5px;
}
.shedule_content_time {
   display: inline-block;
   width: 100%;
   margin-top: 40px;
}
.shedule_time_line {
   position: relative;
   display: inline-block;
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0px 10px 0;
   cursor: pointer;
}
.shedule_time_line_content {
   padding-right: 30px;
}
.shedule_time_line.bordered {
   border-bottom: 1px solid #2C303D;
}
.shedule_time_line:after {
   content: "";
   display: block;
   width: 20px;
   height: 20px;
   position: absolute;
   right: 8px;
   top: 20px;
   background: url(../icons/arrow_top.svg) no-repeat;
   transform: rotate(90deg);
}
.col_shedule_time {
   display: inline-block;
   min-width: 105px;
   min-height: 20px;
}
.shedule_time_movie_card {
   display: none;
   width: 344px;
   position: absolute;
   right: -370px;
   background: #1A082C;
   box-sizing: border-box;
   border-radius: 5px;
   /*box-shadow: 0 13px 13px 0 rgba(20,24,34,0.44);*/
   color: rgba(255,255,255,0.5);
   border: 1px solid #40364a;



}
.shedule_time_movie_card.active {
   display: block;
   z-index: 1;
}
.shedule_time_movie_card > a {
   display: inline-block;
}
.shedule_time_movie_card_content {
   padding: 0 25px 15px 25px;
}
.shedule_time_movie_card_sub {
   color: white;
   margin-bottom: 15px;
   word-wrap: break-word;
}
.shedule_time_movie_card_sub > span {
   display: inline-block;
   min-width: 80px;
   color: rgba(255,255,255,0.5);
}
.shedule_time_movie_card_content .wrap_link {
   display: block;
   font-size: 14px;
   line-height: 18px;
   margin-top: 20px;
}
.shedule_time_movie_sub_trailer {
   display: block;
   color: #FFFFFF;
   margin: 0 0 20px 0;
   position: relative;
}
.shedule_time_movie_sub_trailer i {
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url("../icons/play_small.svg");
   position: relative;
   top: 4px;
   margin-right: 5px;
}
.shedule_text {
   margin-top: 0;
   padding: 10px 0 0 0;
   font-size: 16px;
   line-height: 17px;
   color: #FFFFFF;
   opacity: 0.5;
}
@media screen and (min-width: 1140px) {
   .shedule_content_time {
      margin-bottom: 300px;
   }
}
@media screen and (max-width: 1139px) {
   .shedule_time_movie_card {
      position: relative;
      float: none;
      right: 0;
      width: 100%;
      padding-bottom: 2px;
   }
   .shedule_time_movie_card > a {
      float: left;
      margin-right: 20px;
   }
   .shedule_time_line_content {
      display: inline-block;
      width: 100%;
   }
   .shedule_time_movie_card_content {
      padding: 1px 25px 15px 25px;
      /*margin-left: 300px;*/
      margin-left: 200px;
   }
   .shedule_time_movie_card > a {
      height: 230px;
      /*width: 300px;*/
      width: 200px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      margin-right: 20px;
      border-radius: 5px;
      margin-bottom: 1px;
   }
   .shedule_time_movie_card > a img {
      max-width: none;
      max-height: 100%;
      /*margin: 0 -30%;*/
      z-index: 1;
      height: 100%
   }
}
@media screen and (max-width: 719px) {
   .shedule_text {
      /*padding: 0 15px;
      font-size: 15px;
      line-height: 20px; */
   }
   .shedule_time_movie_card {
      background-color: transparent;
      box-shadow: none;
      font-size: 15px;
      line-height: 20px;
      padding-bottom: 15px;
   }
   .shedule_time_movie_sub_trailer {
      margin-top: 15px;
   }
   .shedule_time_movie_card > img {
      width: 100px;
      border-radius: 5px;
      float: left;
      margin: 0 20px 10px 0;
   }
   .shedule_time_movie_sub {
      display: block;
   }
   .shedule_time_movie_sub_time {
      display: block;
      color: #FFFFFF;
      margin: 10px 0;
   }
   .shedule_time_movie_sub_link {
      color: #8c8395;
   }
   .shedule_content_time .movie_card_raiting {
      margin-bottom: 5px;
   }
   .shedule_content_time .shedule_time_line .title {
      font-size: 18px;
      line-height: 24px;
   }
   .shedule_time_line:after {
      transform: rotate(180deg);
      top: 10px;
   }
   .shedule_time_line {
      padding: 15px 0 0 0;
   }
   .shedule_time_line_content {
      padding-right: 0;
   }
}
/* --------------------------------------------------------------------- */
/* ----------------------- Cinema card time END ------------------------ */
/* --------------------------------------------------------------------- */
/* ------------------------------------------------------ */
/* ----------------------- Bonus ------------------------ */
/* ------------------------------------------------------ */
.bonus {
   display: inline-block;
   width: 100%;
   box-sizing: border-box;
   background: url("../images/bonus_bg.png");
   background-size: 100%;
   background-repeat: no-repeat;
   background-color: #1d0b2f;
}
.bonus_text {
   padding: 60px 0px 0 60px;
}
.bonus_text > .bonus_text_head {
   font-size: 36px;
   line-height: 42px;
   color:white;
}
.bonus_text > p {
   font-size: 20px;
   color: #FFFFFF;
   line-height: 24px;
}
.bonus_btns > .sub_white {
   margin-left: 15px;
}
/*.bonus_btns > .sub_white.js-dregister,
.bonus_btns > .sub_white.js-create-card{
   margin-left: 0;
}*/
.bonus_btns_sub {
   margin-top: 30px;
}
.bonus_btns_sub a, .bonus_btns_all a {
   color: white;
   font-size: 14px;
   line-height: 18px;
   margin-right: 20px;
}
.bonus_btns_sub span, .bonus_btns_all span {
   color:black;
   display: inline-block;
   background: #FFFFFF;
   border-radius: 50%;
   padding: 4px 8px 1px 8px;
   font-weight: 400;
   margin-right: 5px;
}
.bonus_btns_sub .vos, .bonus_btns_all .vos {
   padding: 4px 9px 1px 9px;
}
.bonus_card {
   position: relative;
   top: -25px;
   /*background: url("../images/card-bg.png") no-repeat;
   background-position: 0 -60px;*/
}
.bonus_card img {
   max-width: 500px;
   padding: 60px 50px 100px 110px;
   position: absolute;
   right: 10px;
}
.bonus_image_line {
   display: inline-block;
   padding: 0 380px 0 60px;
   margin-top: 50px;
}
.bonus_sub {
   padding-right: 20px;
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
}
.bonus_sub img {
   width: 36px;
}
.bonus_rocket {
   background-size: 100% 100%;
   background-position: 0 0;
   position: relative;
}
.bonus_rocket_overlay {
   background: url("../images/sub_rocket.jpg") no-repeat;
   /*background-size: 95%;*/
   /*background-position: 0 100px;*/
   padding: 80px 80px 50px 80px;
   background-color: #140521;
}
.bonus_rocket h2{
   font-size: 36px;
   color: #FFFFFF;
   line-height: 42px;
   max-width: 400px;
}

.bonus_rocket h2.wide{
   max-width: unset;
   font-size: 30px;
   z-index: 10;
}


.bonus_ricket_btns {
   margin-top: 70px;
}
.bonus_ricket_btns > a {
   /*display: block;*/
   width: 200px;
   margin: 15px auto;
}
.bonus_rocket_un {
   color: #FFFFFF;
   background-image: linear-gradient(#727784 20%, rgba(255,255,255,0) 0%);
   background-position: left;
   background-size: 2px 10px;
   background-repeat: repeat-y;
   display: inline-block;
}
.bonus_rocket_un span {
   background: #FFFFFF;
   float: left;
   color: #8c8395;
   font-size: 24px;
   line-height: 30px;
   padding: 3px 13px;
   border-radius: 50%;
   position: relative;
   left: -17px;
}
.bonus_rocket_un p {
   margin: 5px 0 30px 36px;
}
.bonus_rocket_un.none-border {
   background-image: none;
}

.bonus_rocket_content{
	display: flex;
	padding-right: 208px;
	flex-flow: row wrap;
}
.bonus_rocket_item{
	flex: 1;
	padding-right: 60px;
}
.bonus_rocket_item .digit{
	color: #6c43bf;
	font-size: 36px;
	font-weight: 600;
	padding-top: 20px;
}
.bonus_rocket_item .text{
	padding-top: 20px;
	color: white;
}


@media screen and (max-width: 1139px) and (min-width: 720px) {
   .bonus_text .bonus_text_head {
      max-width: 70%;
   }
   .bonus_text > p, .bonus_btns {
      max-width: 50%;
   }
   .bonus_btns > .sub_white {
      margin-left: 0;
      margin-top: 20px;
   }
   .bonus_text {
      padding-top: 0;
      position: relative;
      z-index: 1;
      padding: 20px 60px 60px 60px;
   }
   .bonus_card {
      position: absolute;
      right: 0;
   }
   .bonus_card img {
      padding: 40px 0 20px 0;
      max-width: 300px;
   }
   /*.bonus_text > p, .bonus_btns, .bonus_btns_sub {
      position: relative;
      top: 380px;
      text-align: center;
   }
   .bonus_image_line {
      margin-top: -50px;
   }*/
   .bonus_sub {
      text-align: center;
      padding-right: 0;
   }
   .bonus_rocket h2 {
      margin: 0 auto;
      text-align: center;
   }
   .bonus_rocket_overlay {
      padding: 50px 80px 70px 80px;
      /*background-position: 0 140px;*/
      /*background-size: 95%;*/
   }
   .bonus_ricket_btns {
      margin-top: 100px;
   }
   .bonus_btns > .sub_white {
      min-width: 150px;
   }
   .bonus_image_line {
      padding: 0;
   }

   .bonus_rocket_content{
		padding-right: 0px;
	}

}
@media screen and (max-width: 980px) and (min-width: 720px) {
   .bonus_rocket_overlay {
      /*background-position: -80px 140px;*/
      background-size: 100%;
   }
   .bonus_text {
      padding: 20px 30px 0 30px;
   }
   .bonus_card img {
      padding: 60px 0 20px 0;
      max-width: 250px;
   }
   .bonus_rocket_content{
		padding-right: 0px;
	}


}
@media screen and (max-width: 840px) and (min-width: 720px) {
   /*.bonus_card {
      top: -230px;
   }
   .bonus_text > p, .bonus_btns, .bonus_btns_sub {
      top: 350px;
   } */
   .bonus_rocket_overlay {
      /*background-position: -90px 140px;*/
      /*background-size: 110%;*/
   }
   .bonus_text {
      padding: 20px 15px 0 15px;
   }
}
@media screen and (max-width: 719px) {


   .bonus_btns_sub a, .bonus_btns_all a {
      font-size: 16px;
   }
   .bonus_card img {
      position: relative;
   }
   .bonus {
      padding-bottom: 0;
	   background: unset;
   }
   .bonus_text {
      padding: 0;
   }
   .bonus_text .bonus_text_head, .bonus_card {
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding-bottom: 40px;
   }
   .bonus_card img {
      width: 100%;
      padding: 30px 0 0 0;
      max-width: 320px;
      right: 0;
   }
   .bonus_card {
      background-position: 0 -5px;
      background-size: 90%;
   }
   .bonus_text > p {
      text-align: center;
      font-size: 18px;
      line-height: 24px;
   }
   .bonus_text_sub {
      margin-top: -40px;
      text-align: center;
   }
   .bonus_btns > .sub_btn {
      display: block;
      margin: 10px auto;
      max-width: 200px;
   }
   .bonus_image_line {
      margin-top: 10px;
   }
   .bonus_btns_sub {
      display: inline-block;
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
      text-align: left;
   }
   .bonus_btns_sub a {
      display: block;
      margin: 10px 0;
   }
   .bonus_btns_sub .vos {
      padding: 4px 10px 1px 10px;
   }
   .bonus_image_line {
      padding: 10px 0;
   }
   .bonus_sub {
      padding: 10px 0;
   }
   .bonus_sub img {
      float: left;
      margin-right: 20px;
      max-width: 50px;
   }
   .bonus_sub p {
      margin-top: 0px;
      font-size: 15px;
      line-height: 20px;
   }
   .bonus_rocket_overlay {
      background: none;
   }
   .bonus_rocket_overlay {
      padding: 25px 40px;
   }
   .bonus_rocket h2 {
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      max-width: 720px;
      margin-bottom: 30px;
   }
   .bonus_ricket_btns {
      margin-top: 0;
      margin: auto;
   }

   .bonus_rocket_content{
		padding-right: 0px;
	}

   .bonus_rocket{
   	background-color: #140521;
   }
   .bonus_ricket_btns > a {
   	display: block;
   }
}

@media screen and (max-width: 425px) {
   .bonus_card img {
      max-width: 220px;
   }
}
/* ---------------------------------------------------------- */
/* ----------------------- Bonus END ------------------------ */
/* ---------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* ----------------------- Personal bonus block ------------------------ */
/* --------------------------------------------------------------------- */
.bonus_personal {
   /*background-image: linear-gradient(-90deg, #024188 0%, #2D639B 30%, #2D639B 70%, #024188 100%);*/
   display: inline-block;
   width: 100%;
}
.bonus_personal_row {
   display: inline-block;
   width: 90%;
   /*padding: 0 25px;*/
   margin: 20px;
   border-radius: 8px;
   background-color: #2b1749;
   box-shadow: 0 7px 33px #6c43bf;
}

.bonus_personal_row.purple{
	background-color: #6c43bf	;
}


.bonus_personal_row h2 {
   margin: 0 0 20px 0;
   color: #FFFFFF;
   font-size: 36px;
   line-height: 42px;
}
.bonus_personal_counter {
   padding: 25px 20px 10px 20px;
   width: 100%;
   max-width: 390px;
   float: right;
   background-image: linear-gradient(47deg, rgba(160, 196, 237, 0.2) 0%, rgba(227, 192, 249, 0.2) 100%);
   border-radius: 5px;
   position: relative;
   top: -10px;
}
.bonus_personal_counter_title {
   font-size: 24px;
   color: #FFFFFF;
   line-height: 30px;
}
.bonus_personal_counter_title span {
   font-size: 48px;
}
.bonus_personal_counter_line {
   box-sizing: border-box;
   height: 3px;
   background-image: linear-gradient(47deg, #E3C0F9 0%, #A0C4ED 100%);
   border-radius: 3px;
   margin: 10px 0;
}
.bonus_personal_counter_sub {
   opacity: 0.7;
   font-size: 14px;
   color: #FFFFFF;
   line-height: 18px;
   letter-spacing: 0.1em;
}
.bonus_personal .tabs_menu ul li > a {
   color: #333333;

}
.bonus_personal .tabs_menu ul li.tab-active {
   border-color: #6c43bf;
}
.bonus_personal .tabs_menu {
   border-color: #3c2c4b;
}

.bonus_personal .tabs_menu.light {
   border-color: #d8d8d8;
}



.bonus_personal_status {
   display: inline-block;
   width: 100%;
   box-sizing: border-box;
   padding: 30px 30px 70px 30px;
   background-image: linear-gradient(-90deg, #024188 0%, #2D639B 30%, #2D639B 70%, #024188 100%);
}
.bonus_personal_status > div {
   position: relative;
}
.bonus_personal_status_container {
   position: relative;
   width: 300px;
   height: 160px;
   background-size: 100% 100%;
   color: #343B4C;
   padding: 10px 50px;
   box-sizing: border-box;
   opacity: 0.7;
   font-weight: 400;
}
.bonus_personal_status_container > * {
   position: relative;
   z-index: 10;
}
.active_status .bonus_personal_status_container {
   width: 352px;
   height: 185px;
   margin: 0 auto;
   opacity: 1;
   padding-top: 50px;
   box-shadow: 0 26px 40px 0 rgba(29,34,46,0.44);
}
.active_status .bonus_personal_status_container:before {
   content: "Ваш текущий статус";
   background: #6c43bf;
   position: absolute;
   padding: 5px 20px 5px 10px;
   -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 100%, 81% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 0, 95% 100%, 81% 100%, 0% 100%);
   border-radius: 5px;
   color: #FFFFFF;
   left: -10px;
   top: 15px;
   font-weight: 300;
}
.bonus_personal_status_left, .bonus_personal_status_next {
   position: relative;
   padding-top: 10px;
}
.bonus_personal_status_right .bonus_personal_status_container {
   float: right;
   transform: rotate(-2deg);
   padding: 10px 55px;
}
.bonus_personal_status_left .bonus_personal_status_container{
   transform: rotate(2deg);
}
.active_status .bonus_personal_status_container {
   transform: rotate(0);
}
.bonus_personal_status_left:after {
   content: "";
   width: 32px;
   height: 32px;
   position: absolute;
   background: url("../icons/bonus_next.png");
   right: 1px;
   top: 75px;
   z-index: 10;
}
.bonus_personal_status_right:before {
   content: "";
   width: 32px;
   height: 32px;
   position: absolute;
   background: url("../icons/bonus_next.png");
   top: 75px;
   left: -2px;
   z-index: 10;
}
.bonus_personal_status_right.active_status:before {
   left: -45px;
}
.bonus_personal_status_right.active_status {
   padding-top: 0;
}
.bonus_personal_status_type {
   display: block;
   font-size: 22px;
   line-height: 30px;
}
.bonus_personal_status_score {
   display: block;
   font-size: 46px;
}
.bonus_personal_status_sub {
   font-size: 14px;
   line-height: 18px;
}
.bonus_personal_status_right .bonus_personal_status_type, .bonus_personal_status_left .bonus_personal_status_type {
   font-size: 20px;
   line-height: 30px;
}
.bonus_personal_status_right .bonus_personal_status_score, .bonus_personal_status_left .bonus_personal_status_score {
   font-size: 36px;
}
/* .bonus_personal_status_prev .bonus_personal_status_container, .bonus_personal_status_active .bonus_personal_status_container {
     background-image: url(../images/ticket_clear_main.png);
}
 .bonus_personal_status_prev .bonus_personal_status_next {
     background-image: url(../images/bonus_card_next.png);
}
 */
/*.bonus_personal_status_container_bg {
     position: absolute;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: bottom right;
     box-sizing: border-box;
     left: 0;
     top: 0;
     z-index: 1;
     -webkit-backface-visibility: hidden;
     border-radius: 5px;
}
 .bonus_personal_status_next .bonus_personal_status_type, .bonus_personal_status_next .bonus_personal_status_score {
     color: #FFFFFF;
}
 */

.bonus_personal_exit {
   float: right;
   padding: 5px 5px 0 5px;
   border-color: white;
   position: relative;
   top: -5px;
   opacity: 0.6;
}

.bonus_personal_exit img {
   width: 15px;
}


.bonus_personal_status_next_hint {
   position: absolute;
   display: inline-block;
   left: 80px;
   /* top: 50px;*/
   bottom: -70px;
   max-width: 250px;
   margin: 0 auto;
   font-size: 14px;
   color: #FFFFFF;
   text-align: center;
   line-height: 18px;
   word-wrap: break-word;
   font-weight: 200;
   opacity: 0.9;
}
.bonus_personal_status_next_hint:before {
   content: "";
   display: block;
   width: 24px;
   height: 42px;
   background: url("../icons/hint_arrow.png");
   background-size: 100%;
   transform: rotate(-9deg);
   position: relative;
   top: 5px;
   right: 10px;
}
.bonus_personal_status_middle .bonus_personal_status_container {
   margin: 0 auto;
}
.bonus_personal_status_middle.step_param20 .bonus_personal_status_container {
   margin: 0;
}
.bonus_personal_status_middle.open_status {
   padding-top: 20px;
}
.bonus_personal_status_middle.hidden_status .bonus_personal_status_container {
   margin: 0 auto;
   top: 15px;
}
.type5m {
   background-image: url(../images/status/m5.png);
}
.type10m {
   background-image: url(../images/status/m10.png);
}
.type20m {
   background-image: url(../images/status/m20.png);
}
.type5f {
   background-image: url(../images/status/f5.png);
}
.type10f {
   background-image: url(../images/status/f10.png);
}
.type20f {
   background-image: url(../images/status/f20.png);
}
.bonus_personal_status_left.hidden_status .bonus_personal_status_container {
   background-image: url(../images/status/h5.png);
}
.bonus_personal_status_middle.hidden_status .bonus_personal_status_container {
   background-image: url(../images/status/h10.png);
}
.bonus_personal_status_right.hidden_status .bonus_personal_status_container {
   background-image: url(../images/status/h20.png);
}

@media screen and (min-width: 1140px) {
   .bonus_personal_status_right.step_param5:before {
      left: 12px;
   }
   .bonus_personal_status_middle.step_param5 .bonus_personal_status_container {
      margin: 0;
      float: right;
   }
   .bonus_personal_status_left.step_param5:after {
      right: -40px;
   }
   .bonus_personal_status_left.step_param10:after {
      right: 15px;
      /*top: 95px;*/
   }
   .bonus_personal_status_right.step_param10:before {
      /*top: 95px;*/
      left: 10px;
   }
   /*.bonus_personal_status_right.step_param10, .bonus_personal_status_left.step_param10 {
      padding-top: 30px;
   }*/
   .bonus_personal_status_left.step_param20:after {
      right: 16px;
   }
}
@media screen and (max-width: 1139px) and (min-width: 720px) {
   .type5m {
      background-image: url(../images/status/m5r.png);
   }
   .type10m {
      background-image: url(../images/status/m10r.png);
   }
   .type20m {
      background-image: url(../images/status/m20r.png);
   }
   .type5f {
      background-image: url(../images/status/f5r.png);
   }
   .type10f {
      background-image: url(../images/status/f10r.png);
   }
   .type20f {
      background-image: url(../images/status/f20r.png);
   }
   .bonus_personal_status_left.hidden_status .bonus_personal_status_container {
      background-image: url(../images/status/h5r.png);
   }
   .bonus_personal_status_middle.hidden_status .bonus_personal_status_container {
      background-image: url(../images/status/h10r.png);
   }
   .bonus_personal_status_right.hidden_status .bonus_personal_status_container {
      background-image: url(../images/status/h20r.png);
   }
   .bonus_personal_status_container {
      width: 230px;
      height: 360px;
   }
   .active_status .bonus_personal_status_container {
      width: 252px;
      height: 385px;
   }
   .bonus_personal_status_left:after {
      top:170px;
      right: -10px;
   }
   .bonus_personal_status_left.step_param5:after {
      right: -18px;
   }
   .bonus_personal_status_left.step_param10:after {
      right: -7px;
   }
   .bonus_personal_status_right:before {
      top: 170px;
      left: -20px;
   }
   .bonus_personal_status_right .bonus_personal_status_container {
      float: none;
   }
   .bonus_personal_status_next_hint {
      bottom: -40px;
      max-width: 220px;
   }

   .bonus_personal_status_right.step_param10:before {
      left: -12px;
   }
}
@media screen and (max-width: 860px) and (min-width: 720px) {
   .bonus_personal_status_container {
      width: 190px;
      height: 300px;
   }
   .active_status .bonus_personal_status_container {
      width: 222px;
      height: 325px;
   }
   .bonus_personal_status_left:after {
      top: 150px;
      right: -15px;
   }
   .bonus_personal_status_left.step_param5:after {
      right: -20px;
   }
   .bonus_personal_status_left.step_param10:after {
      right: -6px;
   }
   .bonus_personal_status_right:before {
      left: -15px;
      top: 150px;
   }

   .bonus_personal_status_right.step_param10:before {
      left: -10px;
   }

}
/*.bonus_personal_status_left .bonus_personal_status_next_hint{
   transform: rotate(-2deg);
}
.bonus_personal_status_right .bonus_personal_status_next_hint{
   transform: rotate(2deg);
} */
.bonus_personal_status_right {
   padding-top: 10px;
}
.bonus_personal_use_balls {
   color: #FFFFFF;
   display: inline-block;
   width: 100%;
   background-color: #141822;
   padding: 30px 0;
}
.bonus_personal_use_balls .col {
   text-align: center;
   position: relative;
   z-index: 2;
}
.bonus_personal_use_balls .stitle {
   text-align: center;
}
.bonus_personal_use_balls .sline {
   border-top: 2px dashed #8c8b8b;
   position: relative;
   top: 70px;
   max-width: 700px;
   margin: 0 auto;
   z-index: 1;
}
.bonus_personal_use_balls img {
   display: block;
   margin: 10px auto 5px auto;
   border: 15px solid #141822;
   border-radius: 50%;
}
.bonus_personal_achivement, .bonus_personal_cards {
   padding: 20px 25px 0 25px;
   background-color: #20152c;
   box-sizing: border-box;
   border-radius: 5px;
}
.bonus_personal_achivement_header {
   display: inline-block;
   width: 100%;
}
.bonus_personal_achivement .stitle {
   float: left;
}
.bonus_personal_achivement .ssub {
   float: right;
   opacity: 0.5;
   font-size: 14px;
   color: #FFFFFF;
   line-height: 18px;
}
.bonus_personal_acivement_slider {
   display: block;
   padding: 20px;
}
.achive_slide {
   text-align: center;
   color: #FFFFFF;
   position: relative;
   padding: 0 0 30px 0;
   font-size: 14px;
   line-height: 18px;
}
.achive_slide img {
   margin: 0 auto;
}
.bonus_personal_slide_balls {
   text-align: center;
   display: block;
   position: relative;
   top: -40px;
   font-size: 18px;
   line-height: 24px;
   margin-bottom: -15px;
}
.bonus_personal_slide_text {
   position: absolute;
   width: 100%;
   top: 35px;
   left: 25px;
   max-width: 100px;
   color: black;
}
.achive_slide_sub {
   display: inline-block;
   opacity: 0.5;
   color: #FFFFFF;
   padding-top: 10px;
}
.bonus_personal_ac {
   display: inline-block;
   width: 100%;
   padding: 25px;
   background: #141822;
   box-sizing: border-box;
}
.bonus_personal_ac > .col {
   padding: 10px;
}
.achive_slide_progress {
   height: 2px;
   background: rgba(198, 202, 216, 0.3);
   max-width: 102px;
   margin: 10px auto 0 auto;
}
.achive_slide_progress span {
   display: block;
   height: 2px;
   background-color: #6c43bf;
}
.bonus_personal_ac .slick-dots {
   position: relative;
   bottom: 0;
}
.bonus_personal_ac .slick-dots li {
   width: 7px;
   height: 7px;
   background: #FFFFFF;
   opacity: 0.5;
   border-radius: 50%;
}
.bonus_personal_ac .slick-dots .slick-active {
   background: #8c8395;
   opacity: 0.7;
}
.bonus_personal_ac .slick-dots li.slick-active button:before {
   color:transparent;
}
.bonus_personal_ac .slick-prev:before, .bonus_personal_ac .slick-next:before {
   content: "";
   display: block;
   width: 30px;
   height: 30px;
   opacity: 0.6;
   background: url(../icons/arrow_top.svg);
   background-repeat: no-repeat;
   background-position: 7px 9px;
   background-size: 40%;
   transform: rotate(90deg);
   border-radius: 50%;
   background-color: #141822;
   cursor: pointer;
}
.bonus_personal_ac .slick-disabled {
   opacity: 0;
}
.bonus_personal_ac .slick-next {
   right: 0;
   margin-top: -30px;
   z-index: 2;
}
.bonus_personal_ac .slick-prev:before {
   transform: rotate(-90deg);
   background-position: 9px 10px;
}
.bonus_personal_ac .slick-prev {
   left: -10px;
   margin-top: -30px;
   z-index: 2;
}
.bonus_personal_cards .ssub {
   opacity: 0.5;
   font-size: 14px;
   color: #FFFFFF;
   line-height: 18px;
   margin: 5px 0 0 0;
}
.bonus_personal_cards_slider {
   margin: 25px -25px;
}
.bonus_personal_cards_slider .slick-next {
   right: 30px;
   margin-top: -20px;
}
.bonus_personal_cards_slider .slick-prev {
   left: 20px;
   margin-top: -20px;
}
.card_slide span {
   display: block;
   position: relative;
   top: -80px;
   font-size: 30px;
   color: #FFFFFF;
   letter-spacing: 1.25px;
   text-align: center;
   line-height: 30px;
}
.bonus_personal_card_single .card_slide {
   text-align: center;
   padding-top: 10px;
}
@media screen and (max-width: 1139px) {
   .bonus_personal_status {
      padding-bottom: 70px;
   }
   .bonus_personal_status_container {
      margin: 0 auto;
      margin-bottom: 30px!important;
   }
   .bonus_personal_status_next:before {
      bottom: auto;
      top:-25px;
   }
   .bonus_personal_status_next_hint {
      right: 0;
      left: 0;
      margin: 0 auto;
   }
   .bonus_personal_status_right.active_status:before {
      left: -25px;
   }
   .bonus_personal_status_middle.step_param20 .bonus_personal_status_container {
      margin: 0 auto;
   }
}
@media screen and (max-width: 719px) {
   .achive_slide, .bonus_personal_cards .ssub {
      font-size: 16px;
   }
   .bonus_personal_status_left:after, .bonus_personal_status_right:before {
      background: url(../icons/arrow_top.svg);
      background-repeat: no-repeat;
      display: block;
      left: 0;
      right: 0;
      top: auto;
      margin: 0 auto;
      bottom: -15px;
      transform: rotate(-180deg);
      background-position: center;
   }
   .bonus_personal_status_right .bonus_personal_status_container {
      float: unset;
   }
   .bonus_personal_status_container {
      margin-bottom: 20px!important;
      width: 300px!important;
      height: 160px!important;
   }
   .bonus_personal_status_right:before {
      bottom: auto;
      top: -22px;
   }
   .bonus_personal_status {
      padding-bottom: 0;
   }
   .bonus_personal_status_right.active_status .bonus_personal_status_container {
      position: relative;
      left: 5px;
   }
   .bonus_personal_status_right.active_status:before {
      left: 0;
      top: -20px;
   }
   .bonus_personal_status_right.active_status {
      padding-top: 15px;
   }
   .bonus_personal_status_middle.active_status {
      padding: 20px 0 10px 0;
   }
   .bonus_personal_status_middle.hidden_status .bonus_personal_status_container {
      margin-bottom: 45px!important;
   }
   .bonus_personal_ac > .col {
      float: inherit;
      display: block;
   }
   .bonus_personal_ac > .col-sm-hidden {
      display: none;
   }
   .bonus_personal_status_next_hint {
      bottom: 20px;
   }
   .bonus_personal_status_next_hint:before {
      display: none;
   }
   .bonus_personal_acivement_slider {
      margin-bottom: -30px!important;
   }
}
@media screen and (max-width: 850px) {
   .bonus_personal_counter {
      max-width: 250px;
   }
   .bonus_personal_row {
      padding: 10px 20px;
   }
   .bonus_personal_counter {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-top: 30px;
   }
}
@media screen and (max-width: 650px) {
   .card_slide img {
      margin: 0 auto;
   }
   .card_slide {
      margin-bottom: -40px;
   }
   .bonus_personal_ac {
      padding: 0;
      background: transparent;
   }
}
@media screen and (max-width: 500px) {
   .bonus_personal_row h2 {
      font-size: 26px;
      line-height: 30px;
   }
}
@media screen and (max-width: 420px) {
   .bonus_personal_status_container {
      width: 100%!important;
      max-width: 300px;
   }
   .active_status .bonus_personal_status_container {
      max-width: 300px;
   }
}
@media screen and (max-width: 420px) {
   .bonus_personal .tabs_menu ul {
      overflow-x: scroll;
      white-space: nowrap;
      margin-bottom: -2px;
   }
   .bonus_personal .tabs_menu ul li {
      margin: 0 5px;
   }
   .card_slide span {
      font-size: 25px;
   }

   .achive_slide img {
      width:70%;
   }
}
/* ------------------------------------------------------------------------- */
/* ----------------------- Personal bonus block END ------------------------ */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------ */
/* ----------------------- FAQ -------------------------- */
/* ------------------------------------------------------ */
.faq_block {
   padding-top: 0;
   display: inline-block;
   width: 100%;
}
.faq_block .tabs {
   margin: 0;
   padding: 0;
   float: left;
   list-style: none;
   width: 100%;
}
.faq_block .tabs li {
   float: left;
   margin: 0;
   cursor: pointer;
   line-height: 21px;
   color: white;
   overflow: hidden;
   position: relative;
   opacity: 0.5;
}
.faq_block .tabs li span {
   display: block;
   padding: 15px 0px 15px 21px;
   margin-right: 21px;
   border-bottom: 1px solid #3b2d49;
}
.faq_block .tabs li.active {
   /*background-color: #343B4C;*/
   color: white;
   display: block;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   opacity: 1;
   position: relative;
   top: -1px;
   margin-left: -2px;
}
.faq_block .tabs li.active span, .faq_block .tabs li.faq_form_tab span {
   border-color: transparent;
}
.tab_container {
   border-top: none;
   clear: both;
   float: left;
   width: 100%;
   /*background: #343B4C;*/
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   color: #c6cad8;
   margin-top: -1px;
}
.tab_content {
   padding: 20px;
   display: none;
}
.tab_drawer_heading {
   display: none;
}
.faq_block .tabs li.faq_form_tab {
   color: #f3415e !important;
   font-weight: 400;
   opacity: 1;
}
.faq_form_tab.active {
   margin: 0 20px 0 -20px!important;
   background-color: transparent!important;
}
.faq_form_content{
	border: 1px solid #3b2c4b;
	border-radius: 5px;
}


.faq_form_content h2 {
   margin: 0 0 39px 0;
   color: white;
}
.faq_form_content .input_group {
   margin-top: 20px;
}
.faq_form_content_btn {
   margin: 15px 0 10px 0;
   text-align: center;
}

.faq_form_content input, .faq_form_content textarea {

}





.feedback_form_content h2 {
   margin: 0 0 39px 0;
   color: white;
}
.feedback_form_content .input_group {
   margin-top: 20px;
}
.faq_form_content_btn {
   margin: 15px 0 10px 0;
   text-align: center;
}
.faq_form_heading {
   color: #f4415f;
   opacity: 1!important;
}
.feedback_form_content input, .feedback_form_content textarea {
   border-bottom: 1px solid rgba(255,255,255,0.15);
}


@media screen and (max-width: 1140px) {
   .tabs {
      display: none;
   }
   .tab_drawer_heading {
      display: block;
      opacity: 0.5;
      position: relative;
      z-index: 1;
   }
   .tab_drawer_heading span {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #6c43bf;
      padding: 5px 51px 22px 21px;
      box-sizing: border-box;
   }
   .tab_container {
      background: transparent;
   }

   .d_active {
      color: #fff;
      opacity: 1;

      margin: 0;
      padding: 15px 20px;
      margin-top: -21px;
      z-index: 2;
   }
   .d_active span {
      padding: 15px 41px 25px 0px;
   }
   .tab_container {
      margin-top: 30px;
   }
   .tab_drawer_heading:after {
      content: "";
      display: block;
      width: 28px;
      height: 29px;
      position: absolute;
      right: 12px;
      top: -1px;
      background: url(../icons/arrow_top.svg) no-repeat;
      background-position: 6px 9px;
      border: 1px solid #61646b;
      background-size: 50%;
      border-radius: 5px;
      transform: rotate(180deg);
   }
   .d_active.tab_drawer_heading:after {
      top: 25px;
      transform: rotate(0deg);
      border-color: transparent;
      background-color: #6c43bf33;
   }
   .faq_form_heading span {
      border-bottom: none;
      padding: 5px 21px 22px 21px;
   }
   .faq_form_heading:after {
      display: none;
   }
   .faq_form_heading.d_active {
      background: transparent;
      color: #f4415f !important!;
      padding: 15px 0;
   }
   .faq_form_heading.d_active span {
      padding: 5px 21px 0 0;
   }

   /* крестик у FAQ -- временно отключен */
   .faq_form_heading.d_active:after {
      content: "";
      display: none;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 15px;
      bottom: -40px;
      top:auto;
      background: url(../icons/white_cross.png) no-repeat;
      background-size: 100%;
      z-index: 100;
   }
}
@media screen and (min-width: 1140px) {
   .faq_block .tabs {
      width: 370px;
   }
   .faq_block .tabs li {
      float: none;
   }
   .faq_block .tab_container {
      float: left;
      clear:none;
      width: 712px;
   }
}
@media screen and (max-width: 720px) {
   .faq_block {
      padding: 0 0 25px 0;
   }
   .faq_block > h1 {
      padding: 0 20px;
   }
   .faq_form_heading.d_active {
      padding: 15px;
   }
}
/* ------------------------------------------------------ */
/* ----------------------- FAQ END ---------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* ----------------------- Rules ------------------------ */
/* ------------------------------------------------------ */
.rules_block {
   padding-top: 0;
   color: #FFFFFF;
   font-size: 18px;
   line-height: 24px;
}
.rules_block > h1 {
   margin-top: 0;
   font-size: 36px;
   line-height: 42px;
}
.rules_block ol {
   padding-left: 15px;
   margin-left: 10px;
}
.rules_block ol > li {
   margin: 0 0 20px 0;
   padding-left: 15px;
}
/* ---------------------------------------------------------- */
/* ----------------------- Rules END ------------------------ */
/* ---------------------------------------------------------- */

/* ---------------------------------------------------------- */
/* ------------------------- History ------------------------ */
/* ---------------------------------------------------------- */
.history_block {
   padding: 20px;
   position: relative;
   border-radius: 5px;
   transition: all 0.3s ease;
}
.history_sub_btn {
   display: block;
   padding: 1px 0 0 8px;
   width: 28px;
   height: 29px;
   position: absolute;
   right: 20px;
   top: 30px;
   border: 1px solid #6c43bf33;
   border-radius: 5px;
   box-sizing: border-box;
   transform: rotate(180deg);
   padding-top: 11px;
}
.history_block.active .history_sub_btn {
   background: #6c43bf33;
   border-color: transparent;
   transform: rotate(0deg);
}
.history_block.bordered {
   border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}
.history_block.bordered.active {
   border-color: transparent;
}
.history_empty {
   color: rgba(255,255,255,0.4);
   font-size: 30px;
   font-weight: 200;
   text-align: center;
   letter-spacing: 1px;
}
.history_header {
   /*background: #141822;*/
   font-size: 14px;
   color: #333333;
   line-height: 18px;
   padding: 4px 4px 2px 8px;
   border-radius: 2px;
}
.history_header.date{
	opacity: 0.5;
}

.history_line {
   padding-right: 45px;
}
.history_line > img {
   display: inline-block;
   float: left;
}
.history_sub_wrap, .history_sub_wrap_description, .history_full_line_left, .history_full_operation {
   margin-left: 80px;
}
.history_sub_wrap_line {
   padding-top: 10px;
}
.history_sub_wrap_line > h3 {
   margin: 0 0 5px 0;
   display: inline-block;
   font-size: 18px;
   color: #333333;
   line-height: 24px;
}
.history_sub_wrap_line .history_balls {
   float: right;
}
.history_balls {
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
}
.history_balls span {
   font-size: 24px;
   line-height: 30px;
}
.history_sub_wrap_description {
   color: rgba(255, 255, 255, 0.5);
   font-size: 14px;
   line-height: 18px;
}
.history_full {
   display: none;
}
.history_block.active .history_full {
   display: block;

}
.history_block.active {
   	background: rgba(255,255,255,0.8);
   	margin: 10px 0;
	box-shadow: 0 2px 20px 0 rgba(20, 24, 34, 0.2);
}
.history_full_line {
   font-size: 18px;
   color: rgba(255,255,255,0.5);
   line-height: 24px;
}
.history_full_line_right {
   float: right;
   display: inline-block;
}
.history_full_line_left {
   padding-right: 180px;
}
.history_full_line_left > p {
   margin: 20px 0 10px 0;
}
.history_full_line_left > a {
   font-size: 14px;
   color: #6c43bf;
   line-height: 18px;
   display: block;
}
.history_full_operation {
   display: inline-block;
}
.history_full_operation_block {
   display: inline-block;
}
.history_full_operation_block {
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
   padding: 0 20px 0 0;
}
.history_full_operation_block span {
   font-size: 14px;
   color: #333333;
   line-height: 18px;
   opacity: 0.5;
}
@media screen and (max-width: 719px) {
   .history_line > img {
      width: 50px;
      margin-top: 5px;
   }
   .history_full_operation_block span {
	   font-size: 11px;
	}


   .history_sub_wrap_line {
      padding-top: 5px;
   }
   .history_balls {
      font-size: 20px;
      line-height: 25px;
      /*letter-spacing: -10px;*/
      color: transparent;
   }
   .history_sub_wrap{
      margin-left: 65px;
   }
   .history_balls span {
      color: #333333;
      margin-right: 10px;
   }
   .history_sub_wrap {
      margin-right: 25px;
   }
   .history_sub_wrap_description {
      margin: 5px 0 0 65px;
   }
   .history_full_line_left, .history_line {
      margin: 0;
      padding-right: 0;
   }
   .bonus_personal_history {
      padding: 25px 0;
   }
   .history_full_line_right {
      float: inherit;
      display: block;
      text-align: center;
      margin: 25px 0 5px 0;
   }
   .history_sub_wrap {
      overflow: hidden;
   }
   .history_sub_btn {
      top: 15px;
   }
   .history_full_operation {
      margin-left: 0;
   }
   .history_block {
      padding: 10px 20px 20px 20px;
   }
}
/* ---------------------------------------------------------- */
/* ------------------------ History END --------------------- */
/* ---------------------------------------------------------- */

/* ---------------------------------------------------------- */
/* ------------------------ Cinemas ------------------------- */
/* ---------------------------------------------------------- */

.cinemas_header {
   display: inline-block;
   width: 100%;
   padding: 0 25px 25px 25px;
   box-sizing: border-box;
}
.cinemas_header h1 {
   font-size: 36px;
   color: #FFFFFF;
   letter-spacing: 0;
   line-height: 42px;
   margin: 0;
}
.cinemas_filters > .col {
   padding: 0 10px;
}
.cinemas_filters .selectric {
   margin-top: 0;
}
.cinemas_content {
   position: relative;
   min-height: 900px;
}
.cinemas_map_wrap {
   height: 900px;
}
.cinemas_filters .selectric{
   background: white;
}
.cinemas_list_wrap .movie_card {
   display: inline-block;
   float: inherit;
   margin-right: 15px;
   vertical-align: top;
}
.cinemas_list_wrap .tabs_container_main {
   white-space: nowrap;
   display: block;
}
.cinemas_list_wrap {
   width: 460px;
   position: absolute;
   top: 0;
   right: 0;
   /*background-color: rgba(26,8,44,0.95);*/
/*    background-color: rgba(26,8,44,0.9); */
	background-color: var(--darkviolet);
   box-sizing: border-box;
   height: 900px;
   overflow-y: hidden;
   overflow-x: hidden;
   box-shadow: 0 2px 12px 0 rgba(0,0,0,0.39);
}
.cinema_card_wrap_description {
   padding: 20px 20px 0 20px;
}
.cinemas_list_wrap .cinema_card_image {
   width: 160px;
   height: 140px;
}
.cinemas_list_wrap hr {
   margin: 0 20px;
   color: rgba(255,255,255,0.1);
   border-color:transparent;
   background-color: rgba(255,255,255,0.1);
   height: 0;
}
@media screen and (max-width: 719px) {
    .cinemas_list_wrap hr {
        margin: 0 20px;
        color: rgba(255,255,255,0.1);
        border-color:transparent;
        background-color: #8c8395;
        height: 0;
}
}
.cinemas_list_wrap .cinema_card > div > a {
   margin-bottom: 0;
   padding-bottom: 0;
   border-bottom: none;
}
.cinemas_list_wrap .tabs_container_main {
   padding-left: 20px;
   display: none;
}
.cinemas_list_wrap .cinema_card_image {
   box-shadow: 0 2px 12px 0 rgba(0,0,0,0.39);
}
.cinemas_list_wrap .tabs_container_main.active {
   display: block;
}
.cinema_card_wrap_toggle {
   margin: 10px 20px 20px 20px;
   display: inline-block;
   color: #FFFFFF;
   background-color: #141822;
   border-radius: 5px;
   padding: 0px 12px 4px 12px;
   box-shadow: 0 2px 12px 0 rgba(0,0,0,0.39);
}
.cinema_card_wrap_toggle::after {
   content: "";
   display: inline-block;
   position: relative;
   width: 20px;
   height: 20px;
   top: -3px;
   background: url(../icons/arrow_top.svg) no-repeat;
   transform: rotate(180deg);
}
.cinema_card_wrap_toggle.active::after {
   transform: rotate(0deg);
   top: 10px;
   right: -10px;
}
.addition_promo_container {
   display: inline-block;
   width: 100%;
}
@media screen and (max-width: 1139px) {
   .cinemas_header {
      padding-top: 20px;
   }
   .cinemas_filters > .col {
      padding: 0 20px 0 0;
   }
   .cinemas_filters .selectric {
      min-width: 150px;
   }
   .cinemas_list_wrap {
      position: relative;
      width: 100%;
      height: auto;
      overflow: auto;
   }
   .addition_promo_container {
      margin-bottom: 50px;
   }
}
@media screen and (max-width: 719px) {
   .cinemas_list_wrap .movie_card {
      margin-right: 0;
   }
   .cinemas_list_wrap .cinema_card_image {
      display: none;
   }
   .cinema_card_wrap_toggle {
      margin: 10px auto 20px auto;
      display: block;
      width: 120px;
      text-align: center;
   }
   .cinemas_filters > .col {
      padding: 10px 0;
   }
   .cinemas_map_wrap {
      height: 220px;
      /*pointer-events: none; */
   }
   .cinemas_header h1 {
      margin-bottom: 0;
      font-size: 30px;
      line-height: 30px;
   }
   .addition_promo_container {
      margin-bottom: 0;
   }
}
/* ---------------------------------------------------------- */
/* ------------------------ Cinemas END --------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ------------------------ Cinema description -------------------------- */
/* ---------------------------------------------------------------------- */
.cinema_description {
   padding: 0 25px 25px 25px;
}
.cinema_description_content {
   display: inline-block;
   width: 100%;
}
.cinemas_preview_sliders {
   padding-left: 30px;
}
.cinemas_preview_slider_sub > div img {
   width: 100%;
}
.cinemas_preview_slider_sub > div {
   padding: 15px 18px 0 0;
}
.cinema_description_content_text {
   color: rgb(149,149,156);
   background-color: rgba(52, 59, 76, 0.5);
   border-radius: 5px;
   margin: 30px 0;
   padding: 10px 25px 25px 25px;
}
.cinema_description_content .cinema_card_bar img{
   position: relative;
   top: 8px;
}
.cinema_description_content_text .sub_btn {
	box-sizing: content-box;
   width: 100px;
   margin: 0 auto;
   display: block;
}
@media screen and (max-width: 1140px) {
   .cinemas_preview_sliders {
      padding-left: 0;
   }
   .cinemas_preview_slider_sub > div {
      padding: 15px 9px 0 9px;
   }
}
@media screen and (max-width: 360px) {
   .cinema_description {
      padding: 0 0 25px 0;
   }
   .cinema_description_header {
      padding: 0 15px;
   }
   .cinema_description_content_text {
      margin: 0;
   }
}
/* -------------------------------------------------------------------------- */
/* ------------------------ Cinemas description END ------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ----------------------- Movie card ----------------------- */
/* ---------------------------------------------------------- */

/* Movie blur */

.main_movie_desktop_card .bg_blurred {
   display: none;
}

@media screen and (min-width: 1140px) {
   .main_movie_desktop_card .bg_blurred {
      position: absolute;
      overflow: hidden;
      height: 550px;
      /*было 650, сменили из-за баннера*/
      width: 100%;
      display: block;
   }

   .main_movie_desktop_card .bg_blurred .bg_blurred_image {
      filter: blur(5px);
      -webkit-filter: blur(5px);
      opacity: 0.2;
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
      width: 100%;
   }

   .main_movie_desktop_card .bg_blurred .bg_blurred_fase_mask {
      height: 20px;
      width: 100%;
      position: absolute;
      bottom: -20px;
      /* top: -110px; */
/*       box-shadow: 10px 10px 100px 90px #20152c; */
		box-shadow: 10px 10px 100px 90px var(--darkviolet);
   }
}

/* end */
.movie_card_content {
   display: inline-block;
   width: 100%;
   padding: 0;
}
.movie_card_single {
   padding: 0 25px 25px 25px;
}
.movie_card_title_block > h1{
   display: inline-block;
   margin-top: 0;
   font-size: 36px;
   line-height: 42px;
}
.movie_card_single .movie_card_like {
   right: 0;
   left: 25px;
   top: 4px;
   width: 32px;
   height: 33px;
   background-size: 100%;
}
.movie_card_raiting_sub {
   background: #8c8395;
   -webkit-clip-path: polygon(0% 0%, 100% 0, 82% 100%, 81% 100%, 0% 100%);
   clip-path: polygon(0% 0%, 100% 0, 82% 100%, 81% 100%, 0% 100%);
   color: #FFFFFF;
   padding: 1px 14px 0px 9px;
   margin-left: 10px;
   font-size: 14px;
   position: relative;
   top: -5px;
}
.movie_card_slider {
   padding-right: 20px;
}
.movie_card_slider .slick-slide img {
   height: 100%;
}
.movie_card_slider_sub {
   margin-top: 25px;
   max-height: 100px;
   overflow: hidden;
}
.movie_card_slider_sub .slick-list {
   border-radius: 3px;
}

.movie_card_slider_sub .slick-slide {
   position: relative;
   cursor:pointer;
}

.movie_slider_slide img {
   max-height: 295px;
}
.movie_slider_slide.empty-trailer {
   height: 297px;
   background: rgba(255,255,255,0.1);
   border-radius: 4px;
}
.movie_slider_slide.empty-trailer img {
   display: none;
}
.movie_card_slider_sub .slick-slide:not(.slick-active) i, .movie_slider_slide.slick-active a i {
   display: inline-block;
   height: 50px;
   background: url(../icons/play_small.svg) no-repeat;
   background-size: 50px;
   background-position-x: center;
   position: absolute;
   top: 25px;
   width: 100%;
   margin-right: 5px;
   opacity: 0.6;
}

.movie_slider_slide.slick-active a i {
   height: 100px;
   background-size: 100px;
   top: 120px;
}
.movie_card_slider_sub .slick-slide:hover i, .movie_slider_slide a:hover i {
   opacity: 1;
}
.movie_card_slider_sub .slick-slide img {
   height: 100px;
}
.movie_card_slider .slick-prev:before, .movie_card_slider .slick-next:before {
   content: "";
   display: block;
   width: 30px;
   height: 30px;
   opacity: 0.9;
   background: #141822 url(../icons/arrow_top.svg) no-repeat;
   background-position: 7px 9px;
   background-size: 45%;
   transform: rotate(90deg);
   border-radius: 50%;
   cursor: pointer;
}
.movie_card_slider .slick-disabled {
   opacity: 0;
}
.movie_card_slider .slick-next {
   right: 20px;
   z-index: 2;
}
.movie_card_slider .slick-prev:before {
   transform: rotate(-90deg);
   background-position: 9px 10px;
}
.movie_card_slider .slick-prev {
   left: 10px;
   z-index: 2;
}
.movie_card_description {
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
   margin-top: -15px;
}
.movie_card_description > p {
   margin-top: 10px;
   padding-right: 10px;
}
.movie_card_meta {
   color: white;
}
.movie_card_vraiting {
   display: inline-block;
   margin-right: 10px;
   color: #999DA5;
}
.movie_card_table {
   font-size: 14px;
   line-height: 18px;
   margin: 25px 0 10px 0;
}


.movie_card_table_line span {
   opacity: 0.5;
   display: inline-block;
   width: 15%;
   vertical-align: top;
}

.movie_card_table_line p {
   width: 80%;
   display: inline-block;
   margin-top: 0;
}
.movie_card_bordered_container {
   display: inline-block;
   width: 100%;
}
.movie_card_bordered {
   color: white;
   display: block;
   border: 1px solid #545154;
   padding: 10px 5px 8px 0;
   margin-right: 15px;
   border-radius: 5px;
   font-size: 14px;
   line-height: 18px;
   min-height: 40px;
}
.movie_card_bordered img {
   float: left;
   margin-right: 10px;
}
.shedule_cinema_like {
   position: absolute;
   display: inline-block;
   width: 30px;
}
.shedule_cinema_content {
   color: #FFFFFF;
}
.shedule_cinema_name {
   display: inline-block;
   margin: 2px 0 5px 0;
   color:white;
   font-size: 24px;
}
.cinema_station {
   display: inline-block;
   margin-right: 20px;
}
.movie_slider_slide a {
   display: inline-block;
   width: 100%;
}


.movie_slider_slide a img {
   border-radius: 3px;
}
.movie_card_slider_main {
   max-height: 295px;
   overflow: hidden;
}
.movie_card_slider_main .slick-dots {
   bottom: 15px;
}
.movie_card_slider_main .slick-dots li {
   width: 40px;
   height: 2px;
   background: #FFFFFF;
   opacity: 0.75;
}
.movie_card_slider_main .slick-dots li button {
   width: 40px;
   height: 2px;
}
.movie_card_slider_main .slick-dots li.slick-active, .movie_card_slider_main .slick-dots li:hover {
   background: #8c8395;
   opacity: 1;
}
.movie_card_slider_main .slick-dots li button, .movie_card_slider_main .slick-dots li button:before {
   color: transparent;
   opacity: 0;
}
.movie_card_mobile_open {
   color: #FFFFFF;
   background-color: #20152c;
   border-radius: 5px;
   padding: 7px 0px 7px 12px;
   font-size: 12px;
   line-height: 17px;
}
.movie_card_mobile_open:after {
   content: "";
   display: inline-block;
   position: relative;
   width: 20px;
   height: 20px;
   top: -1px;
   right: 7px;
   background: url(../icons/arrow_top.svg);
   background-repeat: no-repeat;
   transform: rotate(180deg);
}
.movie_card_mobile_toggel {
   display: none;
}
.movie_card_mobile_toggel.active {
   display: block;
}
.movie_card_mobile_open.active:after {
   transform: rotate(0deg);
   top: 12px;
   right: -3px;
}
@media screen and (max-width: 1140px) {
   .movie_slider_slide, .movie_slider_slide img {
      width: 100%;
   }
   .movie_slider_slide a {
      max-height: 300px;
   }
   .movie_card_slider {
      padding-right: 0;
      position: relative;
      display: block;
      margin: 0 -25px;
      width: auto;
      float: none;
   }
   .movie_card_slider_sub {
      display: none;
   }
   .movie_card_single .movie_card_like {
      left: 0;
   }
}
@media screen and (max-width: 1140px) and (min-width: 720px) {
   .movie_card_title_block {
      position: absolute;
      top: 320px;
   }
   .movie_card_description {
      margin-top: 50px;
   }
   .movie_card_slider img {
      width: 100%;
   }
}
@media screen and (max-width: 719px) {
   .movie_card_mobile_open {
      font-size: 16px;
   }
   .movie_card_slider {
      margin: 0 -10px;
   }
   .movie_card_description {
      position: relative;
      margin: -20px 0 0 0;
      background: rgba(52, 59, 76, 0.85);
      box-shadow: 0 13px 13px 0 rgba(20,24,34,0.44);
      border-radius: 5px;
      padding: 1px 10px 15px 15px;
   }
   .movie_card_description h1 {
      font-size: 24px;
      color: #FFFFFF;
      line-height: 30px;
      margin: 0 0 5px 0;
   }
   .movie_card_single .movie_card_like {
      position: absolute;
      left: auto;
      right: 15px;
      top: 12px;
   }
   .movie_card_single {
      padding: 0 10px 25px 10px;
   }
   .movie_card_table_line span {
      width: 20%;
   }
   .movie_card_title_block {
      padding-top: 15px;
   }
   .movie_card_meta {
      font-size: 16px;
      line-height: 20px;
   }
   .movie_card_vraiting {
      font-size: 16px;
      line-height: 17px;
      margin: 0 0 10px 0;
      display: block;
   }
   .movie_card_description > p {
      opacity: 0.5;
      font-size: 16px;
      line-height: 20px;
   }
   .movie_card_bordered {
      font-size: 16px;
   }
}
/* --------------------------------------------------------------- */
/* ----------------------- Movie card END ------------------------ */
/* --------------------------------------------------------------- */

/* Fast ticket window */

.header_ticket_fast {
   display: none;
   position: absolute;
   right: 0;
   margin: 50px 0 0 0;
   z-index: 100;
}
.header_ticket_fast * {
   font-weight: 400;
}
.header_ticket_fast .header_ticket_fast_btn > a {
   font-weight: 200;
}
.header_ticket_fast .header_ticket_fast_content {
   background-color: white;
   width: 275px;
   padding: 10px 20px 10px 20px;
   border-top: 1px solid #E5E5E5;
   box-sizing: border-box;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   z-index: 1000;
   box-sizing: border-box;
}
.header_ticket_fast.active {
   display: block;
}
.header_ticket_fast_btn {
   text-align: center;
   margin: 15px 0;
   z-index: 1000;
}
.header_ticket_fast_btn a {
   opacity: 0.5;
   pointer-events: none;
}
.header_ticket_fast_btn a.active {
   opacity: 1;
   pointer-events: auto;
}
.cpopup{
   padding: 10px;
   position: fixed;
   z-index: 1000;
}
.popup_content {
   z-index: 100;
   padding: 25px !important;
   display: inline-block;
   position: relative;
   max-width: 270px;
   color: #FFF !important;
}

.popup_content .smaller{
	display: block;
	font-size: 14px;
	opacity: 0.5;
	padding-top: 10px;
}
.popup_text{
   color: #fff !important;
   font-weight: 200;
      font-family: Fira Sans;
}


.popup_text .smaller{
   color: #fff !important;
   font-weight: 200;
   font-family: Fira Sans;
}


.popup_text.input_error{
   color: #f4415f;

}


.cpopup .popup_layer {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.6;
}
.cpopup_back {
   display: inline-block;
   width: 30px;
   height: 30px;
   background: url(../icons/arrow_top.svg) no-repeat;
   background-size: 20px;
   background-position: center;
   transform: rotate(-90deg);
   opacity: 0.4;
   position: absolute;
   left: 15px;
   top: 15px;
}
.cities_list > a {
   display: inline-block;
   width: 70%;
   color: #FFFFFF;
   padding: 9px 0 0 20px;
}
.cities_list > a:hover { opacity: 0.5; }
.cities_list {
   background: #6c43bf;
   border-radius: 5px;
   box-shadow: 0 10px 40px 0 rgba(0,0,0,0.35);
}
#card_popup, #widget_popup {
   width: 100%;
   max-width: 500px;
   padding: 0;
   background: transparent;
}
#widget_popup {
   max-width: 520px!important;
}



#card_popup .fancybox-close-small, #widget_popup .fancybox-close-small{
   z-index: 100000;
   color: white;
   opacity: .5;
   height: 54px;
   width: 54px;
}
#card_popup .popup_content, #widget_popup .popup_content{
   background-color: #201136 !important;

   border-radius: 5px !important;
   box-shadow: 0 10px 40px 0 rgba(0,0,0,0.35);
   max-width: 500px;
   text-align: center;
   font-size: 18px;
   line-height: 24px;
   width: 100% !important;
   box-sizing: border-box !important;
   /*background-image: url('/application/data/images/form_bg.jpg');*/
}

#widget_popup .popup_content {
   max-width: 520px!important;
}

#widget_popup .popup_content.no_bgimage{
	background-image: unset;
}

@media screen and (max-width: 719px) {
	#widget_popup{
	   max-width: 80% !important;
	}

	.popup_content {
	   padding: 5px;
	}

	#widget_popup .popup_text{
		padding: 10px;

	}

/*	#widget_popup .popup_content {
	   max-width: 95% !important;
	}
*/

}


#card_popup .popup_content .popup_header, #widget_popup .popup_content .popup_header{
   font-size: 24px;
   line-height: 30px;
   font-weight: 400;
   text-transform: uppercase;
}

#card_popup .sub_blue, #widget_popup .sub_blue{
   margin: 5px;
   font-size: 18px;
   line-height: 24px;
}
#card_popup .popup_close:not(.popup_layer), #widget_popup .popup_close:not(.popup_layer){
   display: inline-block;
   padding: 5px;
   position: absolute;
   right: 25px;
   top: 25px;
   z-index: 100000;
   opacity: 0.4;
   width: 20px;
   cursor: pointer;
}
#card_popup .input_group, #widget_popup .input_group {
   display: inline-block;
   width: 100%;
   max-width: 300px;
}
#card_popup .input_group .lined_input, #widget_popup .input_group .lined_input {
   border-bottom: 1px solid grey;
}
#card_popup .input_group.input_error .lined_input,
#widget_popup .input_group.input_error .lined_input{
   border-bottom: 1px solid red;
}
#card_popup .input_group.input_error .sub_title,
#widget_popup .input_group.input_error{
   color: red;
   font-weight: 400;
}
#card_popup .input_group .sub_title, #widget_popup .input_group .sub_title{
   text-align: left;
}
.geo_popup_close {
   position: absolute;
   z-index: 100000;
   right: 20px;
   top: 20px;
   opacity: 0.4;
   cursor: pointer;
}

@media screen and (max-width: 1139px) and (min-width: 720px) {
   .header_ticket_fast {
      margin: 56px 0 0 0;
   }

   .header_ticket_fast .header_ticket_fast_content {
      box-shadow: 0 26px 40px 0 rgba(29,34,46,0.44);
      border-bottom-right-radius: 0;
   }
}
@media screen and (max-width: 719px) {
   .cpopup {
      padding: 0;
   }
}

@media screen and (max-width: 719px) and (min-width: 540px) {
   .header_ticket_fast {
      right: 15px;
      top: -4px;
      width: 260px;
   }
}

@media screen and (max-width: 600px) and (min-width: 540px) {
   .header_ticket_fast { top: -8px; }
}

@media screen and (max-width: 549px) {
   .header_ticket_fast {
      position: relative;
      margin: 10px 0 0 0;
   }
   .header_ticket_fast .header_ticket_fast_content {
      width: 100%;
      padding-bottom: 0;
   }
}
/* ---------------------------------------------------------- */
/* -------------------- Shedule filters --------------------- */
/* ---------------------------------------------------------- */
.shedule_filters,.css_shedule_filters {
   display: inline-block;
   background: #141822;
   padding: 30px 10px 30px 80px;
   width: 100%;
   box-sizing: border-box;
}
.shedule_filters.shedule_filters_theatre {
   text-align: center;
}
.shedule_filters.shedule_filters_theatre > div, .shedule_filters.shedule_filters_theatre > a {
   float: inherit;
}
.shedule_filters select, .css_shedule_filters select, .kinoteka_filters select {
   height: 39px;
   border-radius: 5px;
   padding: 1px 0;
}
.shedule_filters .selectric, .css_shedule_filters .selectric, .kinoteka_filters .selectric {
   background: white;
   margin-top: 0;
}

.kinoteka_filter_genre_hide { display: none; }
.kinoteka_filter_search_hide { display: none; }

.shedule_filters .selectric-wrapper, .shedule_filters .col {
   padding-left:10px;
}
.shedule_filters .selectric-items {
   margin-left: 10px;
}
.shedule_filters_refresh_btn {
   padding: 12px 0 12px 40px;
   font-size: 16px;
   color: #6c43bf;
   line-height: 14px;
}

.shedule_filters.attache_schedule {
   background: unset;
   padding: 10px;
   width: 100%;
   box-sizing: border-box;
}

@media screen and (min-width: 1140px) {
   .shedule_filters_refresh_btn {
      padding-left: 40px!important;
   }
   .shedule_filters.shedule_filters_theatre .shedule_filters_refresh_btn {
      padding-left: 0!important;
   }
}
@media screen and (max-width: 1140px) {
   .shedule_filters {
      padding: 25px 25px 0 25px;
   }
   .shedule_filters_refresh_btn {
      text-align: center;
      padding: 25px 0;
   }
}
@media screen and (max-width: 719px) {
   .shedule_filters .selectric-wrapper, .shedule_filters .col {
      margin-bottom: 10px;
   }
   .shedule_cards_list > h1 {
      display: none;
   }
   .shedule_cards_list .movie_card > div{
      border-bottom: 1px solid rgba(255,255,255, 0.075);
      padding-bottom: 20px;
   }
   .shedule_filters_refresh_btn {
      padding-top: 10px;
   }

.margin_for_calendar {
   margin-top: 20px !important;
}

}
.shedule_filters_toggle .shedule_filters_header:after {
   content: "";
   display: block;
   width: 28px;
   height: 29px;
   position: absolute;
   right: 17px;
   top: 17px;
   background: url(../icons/arrow_top.svg) no-repeat;
   background-position: 6px 9px;
   border: 1px solid #61646b;
   background-size: 50%;
   border-radius: 5px;
   transform: rotate(180deg);
}
.shedule_filters_toggle.active .shedule_filters_header:after{
   transform: rotate(0deg);
   border-color: transparent;
   background-color: rgba(198, 202, 216, 0.2);
}
.shedule_filters_header {
   margin: -15px;
   padding: 15px;
}
.shedule_filters_content {
   display: none;
   padding-top: 10px;
}
.shedule_filters_toggle.active .shedule_filters_content {
   display: inline-block;
}
.shedule_filters_toggle {
   border: 1px solid #343B4C;
   border-radius: 5px;
   margin: 25px 25px 5px 25px;
   width: auto;
   display: block;
   background: transparent;
   padding: 15px 15px 0 15px;
   min-height: 70px;
   position: relative;
}
.shedule_filters_content .col, .shedule_filters_content .selectric-wrapper {
   padding-left: 0;
}
.shedule_filters_header_text {
   font-size: 17px;
   color: #FFFFFF;
   line-height: 20px;
   display: block;
}
.shedule_filters_header_sub {
   font-size: 16px;
   color: rgba(255,255,255,0.5);
   line-height: 25px;
}
.shedule_filters_toggle .shedule_filters_refresh_btn {
   padding-bottom: 15px;
}
/* ---------------------------------------------------------- */
/* ------------------ Shedule filters END ------------------- */
/* ---------------------------------------------------------- */
.js-fast-window.disabled {
   opacity: 0.5;
   pointer-events: none;
}
/* Select styles */
.selectric-wrapper {
   position: relative;
   cursor: pointer;
}
.selectric-responsive, .selectric-time_picker, .selectric-date_picker {
   width: 100%;
   box-sizing: border-box;
}
.selectric, .time_picker, .date_picker {
   border: 1px solid #C6CAD8;
   position: relative;
   margin-top: 10px;
   border-radius: 5px;
}
.selectric-date_picker, .date_picker {
   background: url(../icons/date_icon.png);
}
.selectric-time_picker {
   background: url(../icons/time_icon.png);
}
.selectric-time_picker, .selectric-date_picker {
   background-repeat: no-repeat;
   background-position: right 10px top 20px;
}
.date_picker {
   background-repeat: no-repeat;
   background-position: right 10px top 10px;
}
@media screen and (max-width:719px) {
   .selectric-time_picker, .selectric-date_picker {
      background-position: right 10px top 12px;
   }
}
.selectric .label, .time_picker, .date_picker {
   display: block;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   height: 38px;
   font-size: 18px;
   font-weight: 400;
   color: #343B4C;
   line-height: 38px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   text-align: left;
}
.date_picker {
   margin-top: 0;
   font-family: 'Fira Sans', sans-serif;
   padding-left: 10px;
   height: 39px;
   width: 100%;
   box-sizing: border-box;
   background-color: white;
}
.selectric .label {
   margin: 0 38px 0 10px;
}
.selectric .button {
   display: block;
   position: absolute;
   right: 0;
   top: 0;
   width: 38px;
   height: 38px;
   color: transparent;
   text-align: center;
   background: url(../icons/select_arrow.png) no-repeat;
   background-position: 15px 15px;
}
.selectric-date_picker .button, .selectric-time_picker .button{
   display: none;
}
.selectric .search_input {
   position: absolute;
   top: 0;
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   padding: 5px;
   display: none;
   border:none;
}
.selectric-focus .selectric {
   border-color: #aaaaaa;
}
.selectric-hover .selectric {
   border-color: #c4c4c4;
}
.selectric-open {
   z-index: 9999;
}
.selectric-open .selectric {
   border-color: #c4c4c4;
}
.selectric-open .selectric-items {
   display: block;
}
.selectric-open .search_input {
   display: block;
}
.selectric-disabled {
   filter: alpha(opacity=50);
   opacity: 0.5;
   cursor: default;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.selectric-hide-select {
   position: relative;
   overflow: hidden;
   width: 0;
   height: 0;
}
.selectric-hide-select select {
   position: absolute;
   left: -100%;
}
.selectric-hide-select.selectric-is-native {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   border: none;
   z-index: 1;
   box-sizing: border-box;
   opacity: 0;
}
.selectric-input {
   position: absolute !important;
   top: 0 !important;
   left: 0 !important;
   overflow: hidden !important;
   clip: rect(0, 0, 0, 0) !important;
   margin: 0 !important;
   padding: 0 !important;
   width: 1px !important;
   height: 1px !important;
   outline: none !important;
   border: none !important;
   *font: 0/0 a !important;
   background: none !important;
}
.selectric-temp-show {
   position: absolute !important;
   visibility: hidden !important;
   display: block !important;
}
.selectric-items {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   background: #FFFFFF;
   border: 1px solid #c4c4c4;
   z-index: -1;
   box-shadow: 0 0 10px -6px;
   border-top: none;
   margin-top: -1px;
}
.selectric-items .selectric-scroll {
   height: 100%;
   overflow: auto;
}
.selectric-above .selectric-items {
   top: auto;
   bottom: 100%;
}
.selectric-items ul, .selectric-items li {
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 15px;
   line-height: 20px;
   text-align: left;
}
.selectric-items li {
   display: block;
   padding: 10px;
   color: #666;
   cursor: pointer;
}
.selectric-items li.selected {
   background: #E0E0E0;
   color: #444;
}
.selectric-items li.highlighted {
   background: #D0D0D0;
   color: #444;
}
.selectric-items li:hover {
   background: #D5D5D5;
   color: #444;
}
.selectric-items .disabled {
   filter: alpha(opacity=50);
   opacity: 0.5;
   cursor: default !important;
   background: none !important;
   color: #666 !important;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
   font-weight: bold;
   padding-left: 10px;
   cursor: default;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background: none;
   color: #444;
}
.selectric-items .selectric-group.disabled li {
   filter: alpha(opacity=100);
   opacity: 1;
}
.selectric-items .selectric-group li {
   padding-left: 25px;
}

.additional_action_select_city .selectric {
   background: white;
   margin-top: 0;
}




/* 404 Page */
.error_page {
   width: 100%;
   height: 100%;
   background: #090B10 url(../images/error_back.png) center top no-repeat;
   position: relative;
   left: 0;
}
.error_block {
   max-width: 839px;
   margin: 80px auto;
   position: relative;
   left: 20px;
}
.error_block {
   background: url(../images/error_bg.png) 0 92px no-repeat;
}
.error_block.unsubscribe {
   background: url(../images/unsubscribe.jpg) 0 92px no-repeat;
}
.error_block .error_block_text_big {
   font-weight: 300;
   margin-top: 100px;
   display: block;
   font-size: 240px;
   color: #FFFFFF;
   text-align: center;
   line-height: 230px;
}
.error_block .error_block_text_small {
   display: block;
   font-size: 36px;
   color: #FFFFFF;
   text-align: center;
   line-height: 42px;
}
.error_block p {
   margin-top: 170px;
   font-size: 18px;
   color: #FFFFFF;
   line-height: 24px;
}
@media screen and (max-width:850px) {
   .error_block_text {
      padding: 0 10px;
   }
   .error_block, .error_block.unsubscribe {
      background-size: 90%;
      background-position: center 92px;
   }
   .error_block {
      left: 0;
   }
   .error_page {
      background-size: 162%;
      background-position: center 72px;
   }
   .error_block_logo {
      padding-left: 35px;
   }
   .error_block {
      margin-top: 60px;
   }
   .error_block p {
      margin-top: 70px;
      padding-left: 35px;
   }
   .error_block .sub_btn {
      margin-left: 35px;
   }
}
@media screen and (max-width: 670px) {
   .error_block, .error_block.unsubscribe {
      margin-top: 30px;
      background-position: center 62px;
   }
   .error_page {
      background-size: 900px;
      background-position: center top;
   }
   .error_block, .error_block.unsubscribe {
      max-width: 500px;
   }
   .error_block .error_block_text_big {
      margin-top: 70px;
      font-size: 90px;
      line-height: 120px;
   }
   .error_block .error_block_text_small {
      font-size: 20px;
      line-height: 25px;
   }
   .error_block .sub_btn {
      margin-left: 20px;
   }
   .error_block p, .error_block_logo {
      padding-left: 20px;
   }
}
@media screen and (max-width: 500px) {
   .error_block, .error_block.unsubscribe {
      max-width: 320px;
      background-position: center 42px;
   }
   .error_block_logo img {
      max-width: 200px;
   }
   .error_block .error_block_text_big {
      margin-top: 10px;
   }
   .error_block p {
      margin-top: 30px;
      font-size: 15px;
      line-height: 20px;
   }
   .error_block .sub_btn {
      margin-left: 10px;
   }
   .error_block p, .error_block_logo {
      padding-left: 10px;
   }
   .error_block .sub_btn {
      font-size: 15px;
      line-height: 20px;
   }
   .error_page {
      background-size: 570px;
      background-position: center 14px;
   }
}

/* Share block */
.share_block {
   border: 1px solid rgba(255,255,255, 0.2);
   border-radius: 5px;
   display: inline-block;
}
.share_block > * {
   display: inline-block;
   float:left;
}
.share_block > span {
   padding: 8px 16px;
   border-right: 1px solid rgba(255,255,255, 0.2);
}
.share_block .ya-share2__link {
   height: 32px;
   padding: 8px 8px 0 8px;
   border-right: 1px solid rgba(255,255,255, 0.2);
}
/* Contacts */
.pt-103 {
	padding-top: 103px;
}


.contacts_header {
   background-image: linear-gradient(-90deg, #024188 0%, #2D639B 30%, #2D639B 70%, #024188 100%);
}
.contacts_header h1 {
   padding: 0 0 0 25px;
   margin: 0;
   font-size: 36px;
   line-height: 42px;
}
.contacts_header_row {
   display: inline-block;
   width: 100%;
   padding: 15px;
   box-sizing: border-box;
}
.contacts_header_block {
   padding: 10px;
   color: #FFFFFF;
}
.contacts_header_block > div {
   background-image: linear-gradient(47deg, rgba(160, 196, 237, 0.2) 0%, rgba(227, 192, 249, 0.2) 100%);
   padding: 20px;
   border-radius: 5px;
}
.contacts_header_block_head {
   font-size: 24px;
   line-height: 30px;
}
.contacts_header_block_sub {
   font-size: 14px;
   line-height: 18px;
}
.contacts_header_block hr {
   color: #D8D8D8;
   border-color: transparent;
   background-color: rgba(255,255,255,0.1);
   height: 0;
}
.contacts_header_block_phone {
   font-size: 36px;
   line-height: 42px;
}
.contacts_header_block_epinfo {
   font-size: 18px;
   line-height: 24px;
   margin-top: 3px;
}
.contacts_header_block_epinfo a {
   color: white;
   opacity: 0.7;
}
.contacts_row {
   display: inline-block;
   width: 100%;
}
.contacts_row.colored {
   background-color: #343B4C;
}
.contacts_row > div{
   padding: 25px 25px 45px 25px;
   color: #FFFFFF;
}
.contacts_row h3 {
   font-size: 24px;
   line-height: 30px;
   margin-top: 0;
}
.contacts_row .ul_sub {
   margin-left: 40px;
}
.contacts_row .ul_sub.margened li {
   margin-bottom: 20px;
}
.contacts_row p, .contacts_row a {
   font-size: 14px;
   line-height: 20px;
}
.contacts_row p {
   margin: 20px 0;
}
.contacts_row a {
   color:#8c8395;
}
.contacts_block {
   padding: 25px 25px 35px 25px;
   color: #FFFFFF;
}
.contacts_block h3 {
   margin-top: 0;
   font-size: 24px;
   line-height: 30px;
}
.contacts_block span {
   opacity: 0.5;
   font-size: 14px;
   line-height: 18px;
}
.contacts_block span i {
   display: inline-block;
   width: 6px;
   height: 6px;
   background-color: #9B9B9B;
   border-radius: 50%;
   margin-right: 7px;
   position: relative;
   top: -1px;
}
@media screen and (max-width: 1139px) {
   .contacts_row .sm-colored {
      background-color: #343B4C;
   }
   .contacts_row.sm-none-colored {
      background-color: transparent;
   }
   .contacts_row > div {
      padding-bottom: 25px;
   }
   .contacts_header h1 {
      padding-top: 30px;
   }
}
@media screen and (max-width: 719px) {
   .contacts_header_block_head {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 5px;
   }
   .contacts_header_block_sub {
      font-size: 16px;
   }
   .contacts_header_block_phone {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 5px;
   }
   .contacts_header_block_epinfo {
      font-size: 16px;
   }
   .contacts_row h3,  .contacts_block h3 {
      font-size: 20px;
      line-height: 25px;
   }
   .contacts_row p, .contacts_row a, .contacts_row ul {
      font-size: 16px;
   }
   .empty_header {
      padding-bottom: 40px;
   }
}

/* Bonus card flip */
.bonus_personal_card_single {
   perspective: 1000;
}

.bonus_personal_card_single .card_slide {
   margin-bottom: -20px;
}

.bonus_personal_card_single > a {
   display: block;
   width: 60px;
   margin: 0 auto;
   position: relative;
   top: -15px;
   z-index: 10;
   -webkit-transform: translateZ(100px);
}
.bonus_personal_card_single.hover .card_slide {
   transform: rotateY(180deg);
}

.bonus_personal_card_single.hover .card_slide .card_slide_back {
}

.card_slide, .card_slide_front, .card_slide_back {
   width: 100%;
   height: 250px;
   -webkit-transform: translateZ(0px);
}

.card_slide_back img {
   display: block;
   margin: 0 auto;
}

/* здесь находится скорость перевертывания */
.card_slide {
   transition: 1s;
   transform-style: preserve-3d;

   position: relative;
}

/* скройте обратную сторону во время переворота */
.card_slide_front, .card_slide_back {
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;

   position: absolute;
   top: 0;
   left: 0;
}

/* лицевая сторона размещена над обратной */
.card_slide_front {
   /*z-index: 2; */
}

/* обратная, изначально скрытая сторона */
.card_slide_back {
   transform: rotateY(180deg);
   z-index: 1;
}

.card_slide_back svg {
   position: relative;
   top: -220px;
}

@media screen and (max-width: 460px) {
   .card_slide, .card_slide_front, .card_slide_back {
      width: 100%;
      height: 220px;
   }

   .card_slide_back svg {
      top: -200px;
   }
}

@media screen and (max-width: 430px) {
   .card_slide, .card_slide_front, .card_slide_back {
      width: 100%;
      height: 200px;
   }
   .card_slide_back svg {
      top: -185px;
   }
}

@media screen and (max-width: 385px) {
   .card_slide_back svg {
      width: 250px;
   }
}

@media screen and (max-width: 370px) {
   .card_slide, .card_slide_front, .card_slide_back {
      width: 100%;
      height: 165px;
   }

   .card_slide_back svg {
      top: -170px;
      width: 230px;
   }
}

@media screen and (max-width: 350px) {
   .card_slide_back svg {
      top: -160px;
      width: 220px;
   }
}


#hidden-content {
   background: #343B4C;
   border-radius: 5px;
   box-shadow: 0 10px 40px 0 rgba(0,0,0,0.35);
   color: white;
}

#hidden-content .fancybox-close-small {
   color: white;
}

/* Banners */
.ad_wrap.wideframe .wrap_images_actions {
	position: relative;
    margin-left: -51px;
    margin-right: -51px;
}

.actions {
    width: 344px;
    height: 228px;
}


.actions_container_header {
    padding: 25px 0 5px 25px;
    background: #20152c;
}
.wrap_images {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 15px 15px 15px 15px;
}

 .wrap_images > a > img {
   margin-bottom: 20px;
 }

.wrap_images_actions > .wrap_images > a > img {
    border-radius: 5px;
 }
@media screen and (max-width: 719px) {
    .wrap_images_actions {
	    margin-left: 0px;
	    margin-right: 0px;}
    }
    .wrap_images {
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        padding: 15px 15px 25px 15px;
        margin-bottom: 20px;
    }
    .actions_container_header {
        padding: 25px 0 5px 25px;
        background: #141822;
    }
    .wrap_images_actions > .wrap_images > a > img {
        border-radius: 5px;
    }
}
.wrap_images_events {
    height: 322px;
}
.events_container_header {
    padding: 25px 0 5px 25px;
}
.wrap_images_events_flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 15px 15px 5px 15px;
    background: #20152c;
    height: 232px;
    margin-bottom: 20px;
}
.wrap_images_events > .wrap_images_events_flex > a > img {
    border-radius: 5px;
}
@media screen and (max-width: 1186px) {
    .wrap_images_events {
        background: #20152c;
        height: 562px;
    }
}
@media screen and (max-width: 719px) {
    .wrap_images_events {
        background: #20152c;
        height: 802px;
    }
    .wrap_images_events_flex {
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        padding: 15px 15px 5px 15px;
        background: #20152c;
        height: 232px;
        margin-bottom: 20px;
    }
    .events_container_header {
        padding: 25px 0 5px 25px;
    }
    .wrap_images_events > .wrap_images_events_flex > a > img {
        border-radius: 5px;
    }
}
.shedule_widget_link {
   font-size: 24px;
   display: block;
   margin-top: 20px;
}
.actions_container_header {
    background: #141822;
}

.shedule_widget_date {
   border: 2px solid #4F4060;
   display: inline-block;
   padding: 10px;
   margin-bottom: 0;
   border-radius: 5px;
}

.slimScrollDiv, .cinemas_list_wrap .tabs_container_main.active {
   height: auto!important;
}
/*
#rule_accept {
   width: 25px;
   position: relative;
   top: -3px;
}
*/

.notice {
   margin: 1em auto;
   display: flex;
   color: white;
   font-size: 0.9em;
   line-height: 1.4;
}
.notice > .icon {
   align-items: center;
   background: rgba(0, 0, 0, 0.2);
   display: flex;
   justify-content: center;
   width: 3.5em;
}
.notice > .icon path {
   fill: white;
}
.notice > p {
   flex: 1;
   margin: 0;
   padding: 1em 1em 0.9em;
}
.notice a {
   color: rgba(255, 255, 255, 0.7);
   text-decoration: underline;
}
.notice.warning {
   background: rgba(251, 179, 35, 0.8);
   margin: 10px;
   border-radius: 2px;
}

/* Site map */
.site_map h2 {
   color:white;
   font-size: 1.3em;
}
.site_map li {
   list-style: none;
   margin-top: 5px;
}

/* Mail form */

.mail_form {
   position: fixed;
   height: 55px;
   background-color: #6633cc;
   bottom: 0;
   width: 100%;
   margin-top: 100px;
   z-index: 1000;
   box-shadow: 0 2px 12px 0 rgba(0,0,0,0.39);
}

.mail_container {
   max-width: 1140px;
   margin: 0 auto;
}

.mail_container  div{
   display: inline-block;
}




.mail_container button {
   width: 200px;
   margin: 8px 0 0 0;
   padding: 7px;
   background: none;
   border: 1px solid white;
   border-radius: 5px;
   color: white;
   font-size: 18px;
}


.mail_container .get_button{
	margin-left: 50px;
}

.mail_form > .close_mail {
   display: inline-block;
   width: 55px;
   opacity: 0.6;
   position: absolute;
   right: 0;
   top: 0;
   color: #FFFFFF;
}

.mail_form > a svg {
   stroke: currentColor;
   stroke-width: 1.1;
}

.mail_container .selectric .button {
   background: url(../icons/arrow_top.svg) no-repeat 22px 15px;
}

.mail_container .selectric-wrapper.selectric-open .button {
   transform: rotate(180deg);
   background-position: 6px 15px;
}

.mail_container p {
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: 400;
}

.mail_container p.main_text {
	padding-right: 50px;
}
.mail_container p.tablet_text {
	padding-right: 50px;
	display: none;
	padding-left: 30px;
}




.mail_tablet_open {
   display: none;
   text-align: center;
   padding: 15px;
   font-size: 20px;
   color: white;
}

.mail_form label {
   display: none;
}

@media screen and (max-width: 1239px) {
   .mail_container { max-width: 1040px; }


	.mail_container p {
		font-size: 16px;
		font-weight: 400;
	}


	.mail_container p.main_text {
		display: none;
	}
	.mail_container p.tablet_text {
		display: inline-block;

	}


}



@media screen and (max-width: 1139px) {
   .mail_tablet_open {
      display: block;
   }

   .mail_tablet_open.active {
      display: none;
   }



   .mail_container.active {
      display: block;
      max-width: 600px;
   }

   .mail_form.active {
      height: 200px;
      background-color: #343B4C;
      padding: 20px 0;
   }
   .mail_form.active > .close_mail {
      color: white;
   }

   .mail_form label {
      width: 190px;
      display: inline-block;
      font-size: 16px;
      color: white;
   }
   .mail_container input {
      position: relative;
      top: -3px;
      width: 400px;
      padding: 5px 0 5px 0;
      margin-top: 15px;
      border-bottom: 1px solid rgba(255,255,255,0.2);
   }

   .mail_container.active .selectric-wrapper {
      top: 5px;
      width: 400px;
      padding: 0 0 30px 0;
      display: inline-block;
   }

}

@media screen and (max-width: 770px) {

	.mail_container button {
	   width: 120px;
	   margin: 8px 0 0 0;
	   padding: 7px;
	   background: none;
	   border: 1px solid white;
	   border-radius: 5px;
	   color: white;
	   font-size: 14px;
	}

}

@media screen and (max-width: 720px) {
   .mail_tablet_open {
      text-align: left;
      padding: 15px 15px 15px 10px;
   }


	.mail_container p {
		text-align: center;
	    padding-right: 10px;
	    padding-left: 10px;
	    font-size: 14px;
	    margin-top: 15px;
	    font-weight: 300;
		display: table-cell;
	    height: 75px;
	    vertical-align: middle;
   }

    .mail_container p.bonus_ruble{
   		display: none;
   }

   	.mail_container p.tablet_text {
		max-width: 124px;
		line-height: 1.71;
		text-align: left;
		font-weight: 500;
		color: white;
		padding-left: 20px;
		padding-right: 20px;
	}

   .mail_container .get_button {
    	position: absolute;
    	top: 13px;
    	right: 80px;
	}
	.mail_container button {
	   width: 120px;
	   margin-bottom: 20px;
	   padding: 7px;
	   background: none;
	   border: 1px solid white;
	   border-radius: 5px;
	   color: white;
	   font-size: 16px;
	   font-weight: normal;
	}


   .mail_form {
   	   height: 75px;
   }



	.mail_form > .close_mail {

	   top: 10px;
	   color: #FFFFFF;
	}




   .mail_form label {
      position: absolute;
      top: 13px;
      font-size: 18px;
   }

   .mail_container  div {
      position: relative;
      display: inline-block;
   }

   .mail_container.active {
      padding: 0 20px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
   }

   .mail_container input, .mail_container .selectric-wrapper {
      width: 100%!important;
      box-sizing: border-box;
   }

   .mail_container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: transparent;
   }
   .mail_container input::-moz-placeholder { /* Firefox 19+ */
      color: transparent;
   }
   .mail_container input:-ms-input-placeholder { /* IE 10+ */
      color: transparent;
   }
   .mail_container input:-moz-placeholder { /* Firefox 18- */
      color: transparent;
   }


   .mail_container input[name='name'] {
      padding-left: 60px;
   }

   .mail_container input[name='email'] {
      padding-left: 110px;
   }

   .mail_container .selectric .label {
      padding-left: 190px;
   }
}

@media screen and (max-width: 430px) {
   .mail_tablet_open {
      padding: 18px 15px 15px 10px;
      font-size: 17px;
   }
}

@media screen and (max-width: 360px) {
   .mail_tablet_open {
      font-size: 15px;
   }
}


.mail_form.text {
   height: 55px;
}

.mail_form.text .mail_container {
   color: white;
   text-align: center;
   padding-top: 20px;
}

/* tablet -- mobile fast bye widget fix */

@media screen and (max-width: 719px) and (min-width:530px) {
   .header_ticket_banner {
      padding: 0;
      position: absolute;
   }

   .header_ticket_banner > span {
      display: none;
   }

   .js-fast-window {
      position: absolute;
      float: right;
      right: 10px;
      top: 7px;
      padding: 6px 25px;
   }
   .header_container_sub {
      text-align: left;
   }

}

@media screen and (max-width: 600px) and (min-width:530px) {
   .js-fast-window { top: 5px; }
}

.email_city .selectric , .email_cinema .selectric {
   background-color: white;
}

.email_city .sub_title , .email_cinema .sub_title {
   margin: 10px 0 0 0;
}

.email_city .selectric-items, .email_cinema .selectric-items {
   position: relative!important;
}

.email_cinema {
   margin-top: 25px;
}

.tr_btn {
   padding: 0 20px;
   width: 100%;
}
.tr_btn a{
   text-align: center;
   display: inline-block;
   /* margin: 0 auto; */
   /* text-align: center; */
   padding: 10px;
   background: #141822;
   width: 100%;
   border-radius: 10px;
}

/* cookie_popup */
.cookie_popup {
    color: rgb(255, 255, 255);
    background-color: #5a397d;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    flex-wrap: nowrap;
    z-index: 100;
    justify-content: center;

}

.cookie_popup > .btn {
    min-width: 140px;
    color: rgb(255, 255, 255);
    background-color: #f5405f;
    border-color: transparent;

    border-radius: 5px;
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
 }

 .cookie_popup > .btn > a {
   color: rgb(255, 255, 255);
    font-weight: bold;
 }

 @media screen and (min-width:530px){
   .cookie_popup {
      display: flex;
   }
 }
/* // cookie_popup */


.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}
/* @media screen and (max-width: 719px) {
    .slick-list,
    .slick-slider,
    .slick-track > div {
        position: relative;
        bottom: 0;
        height: 100%;
        display: block
    }
} */
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}



/* Date time */
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:100}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;}.flatpickr-months .flatpickr-prev-month.disabled,.flatpickr-months .flatpickr-next-month.disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0;}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0;}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;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;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#6c43bf;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#6c43bf}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange,.flatpickr-day.startRange.startRange + .endRange,.flatpickr-day.endRange.startRange + .endRange{-webkit-box-shadow:-10px 0 0 #6c43bf;box-shadow:-10px 0 0 #6c43bf}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,1);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #6c43bf,5px 0 0 #6c43bf;box-shadow:-5px 0 0 #6c43bf,5px 0 0 #6c43bf}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400;}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#f0f0f0}.flatpickr-input[readonly]{cursor:pointer;width:100%;}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}} .rest_calendar .flatpickr-months { width: 100%; } .rest_calendar.have_today_tomorrow .flatpickr-months .flatpickr-prev-month, .rest_calendar.have_today_tomorrow .flatpickr-months .flatpickr-next-month { top: 47px; } .rest_btn {  padding: 10px;  background-color: transparent; border:none;  font-size: 16px; border-bottom: 1px solid rgba(0,0,0,0.2); color: buttontext} .rest_btn.btn_tomorrow {border-left: 1px solid rgba(0,0,0,0.2);}

/* Fancybox */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:100020}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}


/* after Max left the building*/


/* Anketa */
.radio_score > [type="radio"]:checked + label, .radio_score > [type="radio"]:not(:checked) + label {
   margin-right: 20px;
}

.anketa_cinemas_list {
   background: none;
   padding: 0;
}

.anketa_cinemas_list .selectric-wrapper {
    padding-left: 0;
}

.anketa_cinemas_list .selectric-items {
   margin-left: 0;
}

.anketa_cinemas_list .selectric-col-md-3 {
   width: 40%;
}

form#send_feedback .lined_input, form#send_feedback .ta_input{
   width: 40%;
}

/* // Anketa */

/* // after Max left the building*/

.youtube_poster_block{position:relative}

.png-over{position:absolute; top:0; left:40px;}

.read_more {
    cursor: pointer;
    color: #8c8395;
}


/* GEO закрыть окно */

.geo_close {
  position: absolute;
   right: -5px;
    top: 12px;
    width: 27px;
    height: 38px;
  opacity: 0.5;
}
.geo_close:hover {
  opacity: 1;
}
.geo_close:before, .geo_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #FFFFFF;
}
.geo_close:before {
  transform: rotate(45deg);
}
.geo_close:after {
  transform: rotate(-45deg);
}


/*событие описание вложенного фильма*/
.event_movie_descr{
   font-size: 18px;
   line-height: 24px;
}
.borderedbottom{
   border-bottom: 1px solid #2C303D;

}




/*Ставим всем */
.rules_block > .sberbank_date_cinemas{
   display: block;
   margin-top: 20px;
}

/* применить ко всем классам кроме первого*/
.rules_block > .sberbank_date_cinemas ~ .sberbank_date_cinemas{
   display: none;
}

.main.fixed_main_sberbank {
   margin-top: 60px;
}




/*Форма обратной связи*/
.feedback_category {
   margin: 24px 0 0 0;
}
.feedback_form_content .first_in_group {
   margin: 50px 0 0 0;
}




.ad_wrap {
   /*border: 1px solid red;*/
   width: 100%;
   /*margin: 10px 0 20px 0;*/
   text-align: center;
}

.ad_wrap.ad_wrap_hide1 {
	display: none;
}
.ad_wrap.ad_wrap_hide2 {
	display: none;
}

.ad_wrap2 {
	margin-left: -15px;
}


@media screen and (max-width: 1139px){
   .ad_wrap {
      /*border: 1px solid blue;*/
      width: 100%;
   }
}

@media screen and (max-width: 719px){
   .ad_wrap {
      /*border: 1px solid green;*/
      width: 100%;
   }

   .events_shedule_wrap{
      padding: 0 15px;
   }
}


.event_film_anons{
   position: relative;
   border-radius: 5px;
   border: 1px solid #6c43bf;
   width: 100%;
   margin: 20px 0px;
   background-color: #000;
}
.event_film_anons_text{

   color: #FFF;
   padding: 10px;
   padding-left: 0;
   margin: auto;
   text-align: right;
   width: 60%;
   display: inline-block;
}

.region_help{
   /*position: relative;*/
   border-radius: 5px;
   margin: 15px 0px;
   padding: 10px;
   background-color: #6c43bf;
   /*vertical-align: middle;*/
}
.region_help_text{
   color: #FFF;
   text-align: center;
   padding-top: 12px;
   font-weight: 400;
}
.region_help_button{
	width: 10%;
	display: inline-block;
	padding-top: 4px;
}
.region_help_selector{
	padding-top: 2px;
}


@media screen and (max-width: 1139px){

	.region_help_text{
	   padding-bottom: 10px;
	}
	.region_help_selector{
		padding-left: 15%;
	}
	.region_help_button{
		padding-top: 3px;
	}
}

@media screen and (max-width: 719px){

	.region_help_text{
	   padding-bottom: 10px;
	}
	.region_help_button{
		padding-top: 0px;
	}
}



.event_film_anons_text .arrow{
   padding-left: 10px;
   margin-bottom: -2px;

}

.event_film_anons .event_poster{
   position: absolute;
   bottom: -4px;
   display: inline-block;
   padding-left: 10px;
}

.event_film_anons .event_poster img{
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   width: 100%;
   height: auto;
}

@media screen and (max-width: 719px){

   .event_film_anons{
      position: relative;
      border-radius: 5px;
      border: 1px solid #6c43bf;
      width: 100%;
      margin: 20px 0px;
      background-color: #000;
   }
   .event_film_anons_text{
      width: unset;
      text-align: center;
      padding-left: 10px;
      padding-right 10px;
   }

   .event_film_anons .event_poster{
      bottom: -3px;
      display: none;
   }


   .event_film_anons .event_poster img{
      border-top-left-radius: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      margin-left: -1px;
      display: none;
   }


}


.barcode_container{
	width: 250px;
	margin: auto;
	float: none;
    background-color: white;
    border-radius: 8px;
    height: 80px;
    text-align: center;
    margin-bottom: 10px;
}

.barcode{
	height: 85px;
}

@media screen and (max-width: 719px){

	.barcode_container{
		width: 250px;
		margin: auto;
		float: none;
	    background-color: white;
	    border-radius: 8px;
	    height: 80px;
	    text-align: center;
	    margin-bottom: 10px;
	}
}

/*Абонементы */

.abonement_page{
	background-color: #1a082c;

}
.abonement_promo{
	color: white;
	padding-left: 80px;

}
.abon_advantage_arrow {
	display: none;
}

.abonement_promo h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.abonement_promo h1 .nonstop{
	color: #f4415f;
}
.abonement_promo h2 {
	font-size: 30px;
	margin-top: 10px;
}

.abonement_promo .description {
	font-size: 14px;
	padding-top: 30px;
	line-height: 2;
}

.abonement_promo .buy_btn{
	margin-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}


.abonement_cards img{
	/*width: 60%;*/
   object-fit: contain;
   margin-bottom: -30px;
   margin-left: auto;
   margin-right: auto;
   display: block;
}

.abonement_table {
	display: flex;
	padding-left: 80px;
}

.abonement_table.header {
	padding-top: 100px;
}


.abonement_table .content{
	font-size: 30px;
	flex: 1;
	color: white;
	position: relative;
	padding-right: 20px;
	margin: auto;
}

.abonement_table .content p.centered{
	text-align: center;
}

.abonement_table .content p.centered.red{
	color: #f4415f;
}

.abonement_table .content .btn_centered{
	display: block;
	margin: auto;
}


.abonement_table .content.bordered{
	border-bottom: 1px solid #3a2166;
}

.abonement_table .content.bordered.bordered_top{
	border-top: 1px solid #3a2166;
	padding-top: 10px;
}


.top_card_abon{
	margin-top: -60px;
	position: absolute;
	display: block;
	margin-left: 35%;
}

.abonement_table .content.small{
	font-size: 14px;
}

.abonement_table .content.small .grey{
	opacity: 0.3;
}

.abonement_status_title{

  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.abonement_status_title.red{
	color: #f4415f;
}



.how_to_use{
	display: flex;
	flex-flow: column wrap;
}

.how_to_use .item{
	flex: 1;
	padding-right: 30px;
	padding-top: 20px;
	display: flex;
}

.how_to_use .item > div.icon{
	flex: 1;
}

.how_to_use .item .text{
	flex: 5;
	padding-top: 10px;
	font-size: 18px;
	line-height: 24px;

}

.how_to_use .item .text .sign{
	float: left;
	color: #6c43bf;
	padding-right: 5px;
	padding-left: 15px;
	font-weight: 400;
	height: 70px;
}

@media screen and (max-width: 719px){

	.how_to_use{
		display: flex;
		flex-flow: column wrap;
	}

	.how_to_use .item{

		display: flex;
		padding-right: 15px;
		padding-top: 0;
	}
	.how_to_use .item .icon{
		padding-right: 10px;
		width: 90px;
		height: 90px;
		flex: 1;

	}
	.how_to_use .item .text {
    	padding-top: 0px;
    	flex: 6;
		font-size: 16px;

	}

	.how_to_use .item  .sign {
		font-size: 18px;
	}

}





.buy_btn{
	display: block;
	margin: auto;
	width: 150px;
	transition: all 0.2s;
}

.buy_btn.nomargin{
	margin: unset;
}

.buy_btn.inline{
	display: inline-block;
}


.buy_btn:hover{
	transform: scale(1.1);
}


.stick{
	display: block;
	margin: auto;
	padding-bottom: 10px;
}

.bonus_abonement_overlay {
   padding: 80px 80px 50px 80px;
   z-index: 10;
}

.bonus_abonement_overlay_middle {
   padding: 80px 0px 50px 80px;
   z-index: 10;
}

.bonus_abonement_content{
	display: flex;
	flex-flow: row wrap;
}

.bonus_abonement_item{
	flex: 1;
	padding-right: 20px;
}
.bonus_abonement_item .digit{
	color: #6c43bf;
	font-size: 36px;
	font-weight: 400;
	padding-top: 20px;
}
.bonus_abonement_item .text{
	padding-top: 20px;
	color: white;
	font-size: 14px;
  	line-height: 1.79;
}


.abonement_advantage{
	display: flex;
	flex-flow: row wrap;
}

.abonement_advantage_left{
	/*min-width: 370px;	*/
}

.advantage{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-self: center;
}

.abon_advantage_pic{
	display: inline-block;
	flex: 1;
}


.abon_advantage_pic img{
	transition: all 0.2s;
}

.abon_advantage_pic img.animate{
	transform: scale(1.3);
}


.abon_advantage_text{
	display: inline-block;
	flex: 6;
	color: white;
	opacity: 0.5;
	min-height: 53px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-left: 20px;
	line-height: 55px;
	min-width: 270px;
	cursor: pointer;
	transition: all 0.2s;
}

.abon_advantage_text.active {
	opacity: 1;
}
.abon_advantage_text_details{
	display: none;
}

.abonement_advantage_right{
	margin-left: 40px;
	z-index: 10;
	display: flex;

	justify-content: space-between;
	flex-flow: column nowrap;
}


.abon_advantage_right_text{
	color: white;
	max-width: 350px;
	padding-top: 18px;
	line-height: 1.5;
}


.abon_advantage_right_price{
	margin-right: auto;
}

.abon_advantage_right_price span.abon_right_price{
	font-size: 24px;
	color: #f4415f;
	padding-left: 30px;
}

.abonemement_right_picture{
	position: relative;
	width: 100%;
	z-index: 0;
}

.abonemement_right_picture .picture{
	position: absolute;
	width: 351px;
	height: 371px;
	top: -20px;
	right: 0px;
	background-image: url(/application/data/images/card_nonstop_premium.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#result_div_err.error p{

	color: red;
	margin: auto;
	text-align: center;
	padding: 10px;
}

#result_div.ok p{
	font-weight: bold;
	margin: auto;
	width: 200px;
}

.abon_premium{
	display: none;
}

.abonement_table.header p.grey{
		color: grey;
}

.manage_abonement{
	margin-left: 200px;
	margin-top : 30px;
}

@media screen and (max-width: 1139px){
	.abonement_promo{
		padding-left: 20px;
		padding-right: 20px;
	}

	.abonement_cards{
		width: 100%;
	   margin-top: 0px;
	}
	.abonement_table {
		padding-left: 20px;
	}
	h2.wide {
		text-align: left;
		margin-bottom: 20px;
	}
	.abonement_cards img{
		/*width: 70%;*/
		margin-top: 30px;

	}


}
@media screen and (max-width: 920px){
	.abonement_table .content{
		font-size: 24px;
	}
	.buy_btn{
		width: 70px;
	}
	.bonus_abonement_overlay, .bonus_abonement_overlay_middle  {
	   padding: 80px 0px 50px 20px;
	   z-index: 10;
	}
	.abonemement_right_picture {
		display: none;
	}


}

@media screen and (max-width: 720px) {

	.abonement_cards img{
	   margin-top: 10px;
	}
	.abonement_promo h1 {
		font-size: 36px;
		margin-bottom: 0px;
		line-height: 1.1;
	}

	.abonement_table{
		border-top: 1px solid #3b2268;
		padding-left: 10px;
	}
	.abonement_table.no_top_border{
		border-top: unset;
	}

	.bonus_abonement_content{
		display: flex;
		flex-flow: column wrap;
	}
	.bonus_abonement_item .digit{
		display: inline-block;
		vertical-align: top;

	}
	.bonus_abonement_item .text{
		display: inline-block;
		max-width: 80%;
		margin-left: 10px;
	}
	.abonement_promo .description {
		font-size: 14px;
		padding-top: 10px;
		line-height: 2;
	}
	.abonement_promo .buy_btn{
		margin-top: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.abonement_table.header {
		padding-top: 0px;
		border-top: unset;
	}

	.abon_premium{
		display: none;
	}

	.bonus_abonement_overlay {
	   padding: 10px 20px 20px 20px;
	}

	#real_buy_btn1{
		/* 0 иначе криво смотрится на промо старнице абонемент */
		margin-top: 0px;
	}

	.stick{
		padding-top: 10px;
	}
	.abonement_table .content.small{
		padding-left: 10px;
	}
	.abonement_table .content p.centered.red {
		margin-top: 0;
	}
	.abonement_table .content p.centered.red {
		margin-top: 10px;
		line-height: 1;
	}
	.abonement_table .content p.centered.red .small {
		font-size: 18px;
	}
	.bonus_abonement_overlay, .bonus_abonement_overlay_middle  {
	   padding: 20px;
	   z-index: 10;
	}

	.abon_advantage_right_price{
		margin-right: unset;
	}


	div.abon_right_price {

		color: #f4415f;
		font-size: 24px;
		padding: 20px;

	}

	div.abon_right_price span.small {
		font-size: 18px;
	}
	.abonement_advantage_right{
		margin-left: 40px;
		z-index: 10;
	}
	.buy_btn{
		width: 150px;
	}

	.abon_advantage_arrow {
	    content: "";
	    display: block;
	    width: 28px;
	    height: 29px;
	    background: url(../icons/arrow_top.svg) no-repeat;
	    /*opacity: 0.5;*/
	    background-position: 6px 9px;
	    border: 1px solid #3c314f;
	    background-size: 50%;
	    border-radius: 5px;
	    transform: rotate(180deg);
	    margin-left: 10px;
	    translate: all 0.3s;
	}
	.abon_advantage_arrow.active {
	    transform: rotate(0deg);
	}



	.advantage {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	.abon_advantage_text{
		border-bottom: unset;
		min-width: unset;
		line-height: 1;
		padding-top: 20px;
	}
	.abon_advantage_text_details{
		color: white;
		display: none;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.abon_advantage_text_details.active{
		display: block;
	}
	.feedback_form_content .input_group {
	   margin-top: unset;
	}

	.manage_abonement{
		margin-left: unset;
		margin-top : unset;
		position: relative;
		left: -30px;
	}


} /*@media 720px*/

.faq_form_tab.tab_last.active{
	padding-left: 20px;

}

.noborder {
   border: none;
}

hr.purple{
	 display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6c43bf;
    margin: 0 20px;
    padding: 0;
}


#NY_logo{
	    margin-top: -4px;
}

@media screen and (max-width: 720px) {

	#NY_logo{

		    height: 30px;
	}

   .hide-min { display: none; }
}


@media screen and (max-width: 1139px) and (min-width: 719px){
   .hide-middle { display: none; }
}

@media screen and (min-width: 1140px){
   .hide-max { display: none; }
}


.queen_block_youtube{
	padding: 20px 0;
	margin-bottom: 45px;

}

figcaption{
	text-align: center;
	color: white;
	padding: 10px 0 ;
}

.queen_youtube{
	display: block;
	margin: auto;
	height: 134px;
	border-radius: 5px;
}

@media screen and (max-width: 720px){
	.mobile_not_show{
		display: none;
	}
}

.vtornik_movie_sessions{
	padding-top: 10px;
}
.vtornik_trailer{
	font-size: 14px;
	color: #9764fe;
}

.vtornik_movie {
   display: inline-block;
   width: 100%;
   padding: 15px 0;

}

.vtornik_movie.bordered {
   border-bottom: 1px solid #2c303d;
}

.vtornik_cinema_name{
	display: inline-block;
	margin: 2px 0 5px 0;
	color: white;
	font-size: unset;
}

._gallery > img {
	border-radius: 5px;
}

.dnone {
   display: none;
}

#agreement_submit_yes, #agreement_submit_no{
	display: inline-block;
	width: 220px;
	margin-right: 10px;
}

@media screen and (max-width: 720px){
	#agreement_submit_yes, #agreement_submit_no{
		display: block;
		margin: 10px 30px;
	}
}

.dop_uslugi {
	padding-bottom: 10px;
}
.dop_uslugi > span{
    display: block;
    font-size: 24px;
    /*font-weight: 400;*/
    color: white;
    padding: 10px 0 15px 0;
}

@media screen and (max-width: 720px){
	.dop_uslugi > span {
	    font-size: 22px;
 	    font-weight: 400;
	}
	.dop_uslugi  {
		line-height: 1.5em;
	}
}



.grey_layer{
	background-color: #e7edef;
}

.grey_layer.white{
	background-color: white;
}


.grey_layer * {
	color: #333333;
	font-weight: 400;
}
.grey_layer p {
	font-weight: 400;
}

.grey_layer .light {
	font-weight: 200;
}

.grey_layer .movie_card {
	float: unset;
	width: 170px;
	padding-top: 10px;
}
.grey_layer .movie_card.small {
	float: unset;
	width: 155px;
}

.grey_layer .movie_card.small > div {
    max-width: 140px;
}

.grey_layer .movie_card .sub_title{
	font-size: 14px;
	opacity: 0.4;
}

.grey_layer .movie_card.small .sub_title{
	font-size: 12px;
	opacity: 0.4;
}

.grey_layer .movie_card.small .movie_card_header{
	font-size: 15px;
	line-height: 1.3;
}





.grey_layer .bonus_status .container .third_line .abonement_question > span {
	font-weight: 600;
}


.grey_layer .abonement_status_title{
  font-weight: 500;
}


.grey_layer .inner_block {
	padding: 0 20px;
}


.abonement_card_header{
	display: flex;
	justify-content: space-between;
}


.abonement_card_header * {
	color: white;
}
.nonstop__logo{
	display: block;
}
.abonement_card_header > div> span {
	opacity: 0.5;
	font-size: 14px;
}
.abonement_days_left{
	margin: 0;
	font-size: 37px;
	font-weight: 900 !important;
	margin-top: 7px;
	text-align: right;
	line-height: 0.7;
}

.abonement_status{
	font-size: 37px;
	font-weight: 900 !important;
	text-align: center;
	color: #fa9c1d;
	line-height: 0.8;
	margin: 0;
	margin-top: 30px;
}
.abonement_status_text, .abonement_kinobar_sale {
	opacity: 0.5;
	font-size: 14px;
	color: white;
	text-align: center;
	margin: 0;
}

.abonement_kinobar_sale{
	margin-top: 20px;
}

.abonement_kinobar_discounts {
	margin-top: 20px;
	font-size: 14px;
	color: white;
	text-align: center;
}


.abonement_kinobar_discounts > span {
	opacity: 0.7;
	color: white;
}

.poster_digit{
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #f4415f;
	padding: 4px 8px 3px 7px;
	border-radius: 20px;
	color: #fce1e6;
	z-index: 20;
	font-size: 10px;
	text-align: center;
}

.poster_menu{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 20;
	cursor: pointer;
	opacity: 0.8;
}


.bonus_buy{
	display: flex;
	padding: 10px 20px 0 20px;
}
.bonus_buy > div{
	flex: 1;
	cursor: pointer;
}

.bonus_buy > div:nth-child(2){
	padding-left: 20px;
}

.bonus_buy > div > img{
	width: auto;
}


.bonus_buy > div > p:nth-child(2){
	color: #f14462;
	font-size: 12px;
	line-height: 17px;
    font-weight: 500;
}

.bonus_buy > div > p:nth-child(3){
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
}

.bonus_buy > div > p:nth-child(4){
	color: #333333;
	font-size: 12px;
	line-height: 19px;
}

.saving_score{
	font-size: 18px;
	line-height: 24px;
	max-width: 374px;
}

.saving_score > img {
	width: 40%;
	float: right;
	padding-left: 10px;
	max-width: 212px;
}


@media screen and (max-width: 720px){
	.saving_score{
		font-size: 14px;
		line-height: 23px;
	}

	.saving_score > img {
		width: 40%;
		float: right;
		padding-left: 10px;
	}
}

span.clear_span {
   width: unset;
   opacity: unset;
   color: white;
}
span.hidden {
   display: none;
}

.mob_quest_block{
	border-radius: 5px;
}

.mob_quest_block.active{
	padding-top: 10px;
	background-color: white;
	opacity: 0.8;
	box-shadow: 0 2px 20px 0 rgba(20, 24, 34, 0.5);
}


.achievement_card_inactive{
	opacity: 0.2;
}

.movies_list {
	display: flex;
	flex-flow: row wrap;
}

.movies_list > div  {
	flex: 1 1 160px;
}
.saving_score_container {
	display: flex;
}
.saving_score_container.left_margin {
	margin-left: 20px;
}



.saving_score_container > div > img {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	max-width: 212px;
}

.saving_score_container > div {
	flex: 1;
}
.saving_score_container .saving2_img{
	padding: 0 70px 0 60px;
}

@media screen and (max-width: 1600px){
	.left_padding{
		padding-left: 0px;
	}
}


@media screen and (max-width: 1139px){
	.left_padding{
		padding-left: 20px;
	}
}


.grey_small{
	opacity: 0.5;
	font-size: 14px;
}
.bonus_number{
	color: #ffffff;
	font-weight: 500 !important;
	font-size: 12px;
	right: 10%;
	bottom: 14px;
	position: absolute;
}

.bonus_buy .packet_title{
	font-size: 24px !important;
	color: #333333 !important;
	line-height: 1 !important;
}
.bonus_buy .packet_descr{
  opacity: 0.5;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #333333;
  margin-top: -10px;
}

.bonus_buy.no_left_padding, .no_left_padding{
	padding-left: 0px;
}



@media screen and (max-width: 1139px){
	.bonus_buy.no_left_padding, .no_left_padding{
		padding-left: 20px;
	}
}

.word_points{
  	font-size: 20px !important;
}



@media screen and (max-width: 800px){
	.word_points{
		display: none;
	}
}


.personal_container .sub_title{
	opacity: 0.5;
}

.red_question {
	color: #f3415e !important;
}

.achievement_card{
	cursor: pointer;
}

.achievement_card > img {
	cursor: pointer;
	min-width: 150px;
}

#achievement_popup, #leto_popup {
	border-radius: 8px;
	width: 720px;
	padding: 30px;
}

@media screen and (max-width: 720px){
	#achievement_popup, #leto_popup  {
		width: auto;
	}
}



#achievement_popup .main_block, #leto_popup .main_block{

	color: black;
	text-align: center;
	opacity: 1;
}


#achievement_popup .main_block .p0, #leto_popup .main_block .p0{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 500;
}

#achievement_popup .main_block .p1, #leto_popup .main_block .p1{
	margin-top: 23px;
	font-size: 24px;
	font-weight: 500;
}

#achievement_popup .main_block .p2, #leto_popup .main_block .p2{
	margin-top: 19px;
	margin-left: auto;
	margin-right: auto;

	font-size: 14px;
  	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	border-radius: 13px;
  	background-color: #59a740;
  	width: 113px;
}

#achievement_popup .main_block .p3, #leto_popup .main_block .p3{
	margin-top: 23px;
	font-size: 18px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}

#achievement_popup .main_block .p4, #leto_popup .main_block .p4{
	margin-top: 23px;
	font-size: 18px;
  	font-weight: normal;
  	line-height: 1.33;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}





@media screen and (max-width: 720px){
	#achievement_popup .main_block .p3, #leto_popup .main_block .p3{
		font-size: 18px;
	}


}

#achievement_detail_btn, #cancel_btn{
	margin: 20px;
	display: inline-block;
	width: auto;
 	font-weight: 400;
  	background-color: #6c43bf;
}

.ext-form {
	padding: 0 40px;
	background-color: white;
	border-radius: 8px;
	margin: 10px 30px; ;
}

.ext-form .header_top{
	font-size: 28px;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 16px;
	display: inline-block;
}



.ext-form .textinput{
	margin: unset;
	height: unset;

	padding: 7px;
	background-color: #ffffff;
	color: #333333;
	border-radius: 4px;
	border: solid 1px #c6cad8;
	font-size: 16px;
	margin-bottom: 5px;
	width: 120%;
}

.ext-form .textinput::placeholder {
  color: #c6cad8;
}

.ext-form .textinput:focus{
	border: solid 1px #6c43bf;
}


.ext-form .textinput.date{
	width: 57%;
}



.ext-form .subheader{
	margin-top: 16px;
}

.ext-form .bold{
	font-size: 18px;
	font-weight: 500;
}

.ext-form .form_select{
	padding: 7px;
	background-color: #ffffff;
	color: #333333;
	border-radius: 4px;
	border: solid 1px #c6cad8;
	font-size: 16px;
	margin-bottom: 5px;
	width: 58.6%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	background: url(/application/data/images/arrowdown.svg) 97% / 2% no-repeat #ffffff;

}

.ext-form .form_select.child_year_select{
		background: url(/application/data/images/arrowdown.svg) 95% / 7% no-repeat #ffffff;
}

.ext-form .form_select.short{
	width: 80%;
}

.ext-form .header2{
	display: flex;
}
.ext-form .header2 {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.ext-form .header2 .digit{
	background-color: #6c43bf;
	color: white;
	font-size: 24px;
    border-radius: 30px;
    padding: 7px 16px;

}


#child_date_selector {
	display: flex;
	flex-flow: row nowrap;
	width: 70%;
}

#child_date_selector > .item.right{
	color: #6c43bf !important;
	font-size: 18px;
	margin-bottom: 16px;
}

#ext_form_submit{
	margin-top: 40px;
	margin-left: 0;
	display: block;
	width: 200px;
	padding: 15px;
	text-align: center;
  	background-color: #6c43bf;
  	color: white;
  	font-size: 16px;
  	border-radius: 5px;
  	transition: all 0.3s;
}

#ext_form_submit.disabled{
  	background-color: #999;
}

.ext-form .header2 .text{
	font-size: 24px;
    margin-left: 16px;
    font-weight: 500;
}

.ext-form .form_check{

	margin-bottom: 16px;
}
.ext-form .form_check input{
	margin-right: 16px;
}


.ext-form input[type="checkbox"]:checked,
.ext-form input[type="checkbox"]:not(:checked){

    position: absolute;
    left: -9999px;
}

.ext-form input[type="checkbox"]:checked + label,
.ext-form input[type="checkbox"]:not(:checked) + label{
    display: inline-block;
    position: relative;
    padding-left: 38px;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
}

.ext-form input[type="checkbox"]:checked + label:before,
.ext-form input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    transition: all 0.2s ease;
}
.ext-form input[type="checkbox"]:checked + label:before{
    background-color: #6c43bf;
    border: 1px solid #6c43bf;
    transition: all 0.2s ease;

}


.ext-form input[type="checkbox"]:checked + label:before,
.ext-form input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}


.ext-form input[type="checkbox"]:checked + label:after,
.ext-form input[type="checkbox"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ext-form input[type="checkbox"]:checked + label:after,
.ext-form input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.ext-form input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

.ext-form input[type="checkbox"]:checked + label:after{
    opacity: 1;
}

.ext-form label{
	padding-left: 30px;
}



.ext-form .red{
	color: #f75059;
}




@media screen and (max-width: 720px){
	.ext-form {
		padding: 0 20px;
		background-color: unset;
		border-radius: unset;
		margin: unset;

	}


	.ext-form .header_top{
		font-size: 20px;
	}
	.ext-form .header2 .digit{
		background-color: #6c43bf;
		color: white;
		font-size: 20px;
	    border-radius: 30px;
	    padding: 4px 11px;

	}
	.ext-form .header2 .text{
		font-size: 18px;
	    margin-left: 16px;
	    font-weight: 500;
	}

	.ext-form .bold{
		font-size: 16px;
		font-weight: 500;
	}

	.ext-form .textinput{
		padding: 7px;
		background-color: #ffffff;
		color: #333333;
		border-radius: 4px;
		border: solid 1px #c6cad8;
		font-size: 14px;
		margin-bottom: 5px;
		width: 120%;
	}

	.ext-form .textinput.date{
		width: 95%;
	}

	.ext-form .form_select{
		padding: 7px;
		background-color: #ffffff;
		color: #333333;
		border-radius: 4px;
		border: solid 1px #c6cad8;
		font-size: 14px;
		margin-bottom: 5px;
		width: 98%;
		background: url(/application/data/images/arrowdown.svg) 97% / 4% no-repeat #ffffff;
	}

	.ext-form .form_select.child_year_select{
		background: url(/application/data/images/arrowdown.svg) 95% / 10% no-repeat #ffffff;
	}



	.ext-form .form_select.short{
		width: 80%;
	}
	#child_date_selector {
		width: unset;
	}

	#child_date_selector > .item.right{
		color: #6c43bf !important;
		font-size: 16px;
		margin-bottom: 16px;
	}

	.ext-form input[type="checkbox"]:checked + label,
	.ext-form input[type="checkbox"]:not(:checked) + label{
	    font-size: 16px;
	}

	#ext_form_submit{
		margin-top: 42px;
		margin-left:0px;
		margin-right: auto;
		display: block;
		width: 179px;
		padding: 12px 24px;
		text-align: center;
	  	background-color: #6c43bf;
	  	color: white;
	  	font-size: 16px;
	  	border-radius: 5px;
	}





}

.submit_button_disabled{
	background-color: grey;
	background-image: none;
}




@media screen and (max-width: 720px){
	.bonus_buy{
		display: block;
	}

	.bonus_buy.okko_packets{
		overflow-x: scroll;
		white-space: nowrap;
	}

	.bonus_buy > div{
		margin-right: 20px;
		display: inline-block;
		width: 180px;
		vertical-align: top;
	}

	.bonus_buy > div:nth-child(2) {
     padding-left: unset;
	}


}

.leto {
	background-color: white;
	/*height: 394px;*/
}


@media screen and (max-width: 720px) {
	.leto {
		padding-bottom: 40px;
	}
}



.leto.image{
	height: 350px;
	background-image: url(/application/data/images/d-hot-summer.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}


.leto_star{
	padding-right: 18px;
	padding-bottom: 40px;
}

.leto_star_digit{
	color: #ffd972;
	font-weight: 500 !important;
	font-size: 16px;
	position: absolute;
	top: 77px;
    left: 58px;
}


.grey_layer .leto_text, .leto_text{
	font-size: 18px;
  	line-height: 1.33;
  	color: #333333;
  	padding-top: 5px;
  	font-family: Roboto;
}


.grey_layer .leto_text b, .leto_text b{
	font-weight: 500;
}

#achievement_popup .main_block .leto_ok_button, #leto_popup .main_block .leto_ok_button{
	width: 200px;
	margin: unset;
	margin-top: 40px;
}


@media screen and (max-width: 720px){

	.grey_layer .leto_text, .leto_text{
		font-size: 16px;
	  	line-height: 1.38;
	  	padding-top: 5px;
	  	padding-right: 20px;
	  	font-family: Roboto;
	}
	.leto_star{
		width: 100px;
		padding-right: 6px;
		padding-bottom: 16px;
	}

	.leto.image{
		height: auto;
		background-image: unset;
	}

	.sub_btn.sub_purple.leto_details{
		margin: 10px 20px 10px 0px;
	}

	.leto_star_digit{
	    top: 55px;
	    left: 45px;
	}


	#achievement_popup, #leto_popup {
		padding: 20px;
	}

	#achievement_popup .main_block .p0, #leto_popup .main_block .p0{
		margin-top: 48px;
		margin-bottom: 24px;
		font-size: 20px;
		font-weight: 500;
	}

	#achievement_popup .main_block .p4, #leto_popup .main_block .p4{
		font-size: 14px;
	  	font-weight: normal;
	  	line-height: 1.38;
		text-align: left;
		padding: 0;
		margin-top: 24px;

	}

	#achievement_popup .main_block .leto_ok_button, #leto_popup .main_block .leto_ok_button{
		width: 200px;
		margin-top: 24px;
		margin-bottom: 116px;
	}

	.popup_close_cross{
		width: 20px;
		float: right;
	}





}

.new_input {
   background: transparent;
   width: 220px;
   font-size: 18px;
   color: #FFFFFF;
   border-radius: 4px;
   border:  1px solid #ffffff;
   padding: 8px 16px;
   margin-right: 16px;
   margin-bottom: 10px;
}
.new_input:focus {
   outline: none;
   border: 1px solid #6633cc;
}

.new_input.error {
   outline: none;
   border: 1px solid #d93025;
}

.new_input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer_phone{
	color: #999999;
	font-size: 14px;
	margin-top: 30px;
	user-select: none;
}
.footer_phone.desktop{
	display: none;
}


@media screen and (max-width: 1139px){
	.footer_phone.desktop{
		display: none;
	}
	.footer_phone.tablet{
		display: block;
	}

}





/* movie card v2 */

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav {
  justify-content: center;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 900ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}



.wrap3 *,
body {
  margin: 0;
  padding: 0;
}

body {
/*   background: #000; */
	background: var(--darkviolet);
}

/* Дубль более новых стилей */
/*
.wrap3 {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: Roboto,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
  background-color: #19072c;
}
*/

.wrap3.fixed_header {
  margin-top: 326px;
}

.wrap3 * {
  letter-spacing: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 400;
  font-family: Roboto,Arial,sans-serif;
}

.wrap3 a {
  color: #b9a6e0;
  text-decoration: none;
}

.wrap3 a:hover {
  text-decoration: underline;
}

.wrap3 ol,
.wrap3 ul {
  list-style: none;
}

.wrap3 button,
.wrap3 input,
.wrap3 select,
.wrap3 textarea {
  outline: 0;
  border: 0;
  resize: none;
}

.wrap3 img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

.wrap3 h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 24px;
}

.wrap3 .btn {
  width: 160px;
  height: 40px;
  background-image: linear-gradient(to left,#4f0ed0,#63c);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  transition: all .3s;
}

.wrap3 .btn:hover {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
}

.wrap3 .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 30px;
}

.wrap3 .breadcrumbs>* {
  flex-shrink: 0;
}

.wrap3 .breadcrumbs span {
	color: #b9a6e0;


}
.wrap3 .breadcrumbs span.delimiter {
  padding: 0 5px;
}

.wrap3 *,
.wrap3 .breadcrumbs p {
  color: #fff;
}

.wrap3 .movie {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.wrap3 .movie .slider {
  width: 100%;
  max-width: 525px;
  flex-shrink: 0;
  margin-right: 30px;
}

.wrap3 .movie .slider .big_img {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}



.wrap3 .movie .slider .big_img a {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.wrap3 .movie .slider .big_img a img,
.wrap3 .tags {
  width: 100%;
  margin-bottom: 20px;
}

.wrap3 .movie .slider .big_img a.active,
.wrap3 img {
  display: block;
}

.wrap3 .movie .slider .big_img a.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/icons/play.svg") center no-repeat;
  opacity: .5;
  transition: opacity .3s;
}

.wrap3 .cinema .time_block .item .time:hover .title .pop_box,
.wrap3 .movie .slider .big_img a.video:hover:after,
.wrap3 .movie .slider .small .next:hover,
.wrap3 .movie .slider .small .owl-carousel a.video:hover:after,
.wrap3 .movie .slider .small .prev:hover {
  opacity: 1;
}

.wrap3 .movie .slider .big_img .current {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(0,0,0,.3);
}

.wrap3 .movie .slider .small {
  margin-top: 8px;
  width: calc(100% + 1px);
  height: 93px;
  position: relative;
}

.wrap3 .movie .slider .small .owl-carousel {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.wrap3 .movie .slider .small .owl-carousel a {
  position: relative;
  display: block;
}

.wrap3 .movie .slider .small .owl-carousel a.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/icons/play.svg") center no-repeat;
  background-size: 42px;
  opacity: .5;
  transition: all .3s;
}

.wrap3 .movie .slider .small .next,
.wrap3 .movie .slider .small .prev {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 18px);
  width: 24px;
  height: 36px;
  background: url("../images/icons/next.svg") center no-repeat;
  opacity: .5;
}

.wrap3 .movie .slider .small .prev {
  left: 0;
  transform: rotate(180deg);
}

.wrap3 .movie .slider .small .next {
  right: 1px;
}

.wrap3 .movie .info {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.wrap3 .movie .info h1 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
}

.wrap3 .movie .info .like {
  margin-left: 15px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap3 .movie .info .like:hover {
  background-color: #d93025;
}

.wrap3 .movie .info .like.liked {
  background: #d93025 url("../images/icons/heart.svg") center no-repeat;
}

.wrap3 .movie .info .b-flex {
  display: flex;
  align-items: center;
  margin: 8px 0 2px;
}

.wrap3 .movie .info .b-flex p {
  font-size: 14px;
  padding-right: 15px;
}

.wrap3 .movie .info .info_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrap3 .movie .info .info_boxes>div {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.wrap3 .movie .info .info_boxes .age,
.wrap3 .movie .info .info_boxes .box {
  margin-right: 8px;
  height: 20px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 2px;
}

.wrap3 .movie .info .info_boxes .age {
  border: 1px solid rgba(255,255,255,.2);
}

.wrap3 .movie .info .info_boxes .box {
  background: #63c;
}

.wrap3 .movie .info .rate {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.wrap3 .movie .info .rate:last-child {
  margin-right: 0;
}

.wrap3 .movie .info .rate span {
  margin: -3px 0 0 4px;
  display: block;
  font-size: 14px;
  width: 32px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
}

.wrap3 .movie .info .rate span.good {
  background: #093;
}

.wrap3 .movie .info .text {
  padding: 20px 0;
  font-weight: 300;
  line-height: 1.7;
}

.wrap3 .movie .info .text .read_all {
  font-weight: 500;
}

.wrap3 .movie .info .text .full_text {
  display: none;
}

.wrap3 .movie .info .text_line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 24px;
}

.wrap3 .movie .info .text_line .caption {
  flex-shrink: 0;
  width: 80px;
  padding-right: 20px;
  color: rgba(255,255,255,.5);
}

/* Дубль - есть более новые*/
/*.wrap3 .movie .info .text_line.share {
  margin-top: 55px;
}*/

.wrap3 .movie .info .text_line.share .caption {
  padding-top: 7px;
}

.wrap3 .movie .info .text_line .soc {
  display: flex;
}

.wrap3 .movie .info .text_line .soc a {
  display: block;
  margin-right: 8px;
}

.wrap3 h2 .date {
  position: relative;
}

.wrap3 h2 .date:hover {
  text-decoration: none;
}

.wrap3 h2 .date:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border: 5px solid transparent;
  border-top-color: #b9a6e0;
}

.wrap3 .tags .scroll.fixed_shedule_format_list {
  transition: all .3s;
  position: fixed;
  top: 58px;
  border-bottom: 1px solid white;
  left: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999;
}

.wrap3 .tags .scroll.fixed_shedule_format_list .filter,
.wrap3 .tags .scroll.fixed_shedule_format_list .panel {
  padding: 8px 30px 0;
  box-sizing: border-box;
}

.wrap3 .tags .scroll.fixed_shedule_format_list .filter {
  margin: 0;
  width: 100%;
  background: #19072c;
}

.wrap3 .tags .filter_mob,
.wrap3 .tags .scroll .filter {
  display: none;
}

.wrap3 .tags .scroll .panel {
  flex-wrap: wrap;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background: #19072c;
}

.wrap3 .tags .scroll .panel .search,
.wrap3 .tags .scroll .panel .toggle {
  min-width: 52px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
}

.wrap3 .tags .scroll .panel .search,
.wrap3 .tags .scroll .panel .toggle.active {
  background-image: linear-gradient(to left,#4f0ed0,#63c);
}

.wrap3 .tags .scroll .panel .toggle {
  border: 1px solid #b9a6e0;
}

.wrap3 .tags .scroll .panel .toggle.active {
  border: 0;
  padding: 0 16px;
}

.wrap3 .tags .scroll .panel .clear {
  margin-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../images/icons/clear.svg") center no-repeat;
}

.wrap3 .sort {
  margin: 25px 0 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap3 .sort div,
.wrap3 .tags .scroll .panel {
  display: flex;
  align-items: center;
}

.wrap3 .sort div a {
  display: block;
  color: #fff;
  margin-right: 25px;
}

.wrap3 .sort div a.active,
.wrap3 .sort div a:hover {
  text-decoration: none;
  color: #b9a6e0;
}

.wrap3 .select {
  position: relative;
  width: 180px;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: solid 1px #b9a6e0;
  cursor: pointer;
}

.wrap3 .select p.val {
  padding: 0 30px 0 15px;
  line-height: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.wrap3 .select .options {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 228px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  z-index: 10;
}

.wrap3 .select .options.active {
  display: block;
}

.wrap3 .select .options::-webkit-scrollbar-track {
  background-color: transparent;
}

.wrap3 .select .options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.wrap3 .select .options::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  border-radius: 3px;
}

.wrap3 .select .options p {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  transition: all .3s;
  font-family: Roboto;
  font-size: 16px;
  color: #333;
}

.wrap3 .select .options p.checked {
  color: #63c;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap3 .select .options p.checked:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url("../images/icons/checked.svg");
}

.wrap3 .select .options p:hover {
  background-color: rgba(185,166,224,.4);
}

.wrap3 .select:after,
.wrap3 .select:before {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  transition: all .3s;
}

.wrap3 .select:after {
  transform: rotate(45deg);
  right: 15px;
}

.wrap3 .select:before {
  right: 8px;
}

.wrap3 .select.active:before {
  transform: rotate(45deg);
}

.wrap3 .select.active:after,
.wrap3 .select:before {
  transform: rotate(-45deg);
}


/* Устаревшее */
/*.wrap3 .cinema {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}*/

.wrap3 .cinema .info {
  width: 350px;
  margin-right: 5%;
}

.wrap3 .cinema .info .name {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.wrap3 .cinema .info .name a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}

.wrap3 .cinema .info .name .like {
  display: block;
  width: 24px;
  height: 24px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap3 .cinema .info .name .like:hover {
  background-color: #d93025;
}

.wrap3 .cinema .info .name .like.liked {
  background: #d93025 url("../images/icons/heart.svg") center no-repeat;
}

.wrap3 .cinema .info .name p {
  padding: 0 10px;
}

.wrap3 .cinema .info .name .rate {
  display: block;
  font-size: 14px;
  width: 32px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
}

.wrap3 .cinema .info .name .rate.good {
  background: #093;
}

.wrap3 .cinema .info .text,
.wrap3 .info_text {
  margin: 8px 0;
  line-height: 24px;
  color: rgba(255,255,255,.5);
}

.wrap3 .cinema .info .subway {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wrap3 .cinema .info .subway p {
  color: rgba(255,255,255,.5);
  font-family: Roboto;
  font-size: 14px;
  height: 20px;
  margin-right: 15px;
}

.wrap3 .cinema .info .subway .station {
  display: flex;
  align-items: center;
}

.wrap3 .cinema .info .subway .station:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
}

.wrap3 .cinema .info .subway .station.red:before {
  background: #dd1d1f;
}

.wrap3 .cinema .info .subway .station.purple:before {
  background: #8f449d;
}

.wrap3 .cinema .info .subway .station.blue:before {
  background: #00c0f4;
}

.wrap3 .cinema .info .subway .station.orange:before {
  background: orange;
}

.wrap3 .cinema .info .subway .station.darkviolet:before {
  background: darkviolet;
}

.wrap3 .cinema .info .subway .station.deepskyblue:before {
  background: deepskyblue;
}

.wrap3 .cinema .info .subway .station.grey:before {
  background: grey;
}

.wrap3 .cinema .info .subway .station.dodgerblue:before {
  background: dodgerblue;
}

.wrap3 .cinema .info .subway .station.green:before {
  background: green;
}

.wrap3 .cinema .info .subway .station.lawngreen:before {
  background: lawngreen;
}

.wrap3 .cinema .info .subway .station.yellow:before {
  background: yellow;
}

.wrap3 .cinema .info .subway .station.paleturquoise:before {
  background: paleturquoise;
}

.wrap3 .cinema .info .subway .station.brown:before {
  background: #745c2f;
}




.wrap3 .cinema .time_block {
  flex-shrink: 1;
  flex-grow: 1;
/*  display: flex;
  flex-wrap: wrap;*/
}

.wrap3 .cinema .item_time {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.wrap3 .cinema .time_block .type {
  width: 100%;
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 500;
}


/* дублирует новые */
/*.wrap3 .cinema .time_block .item {
  width: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 8px 8px 0;
  font-family: 'Roboto';
}*/

/* дублирует новый стиль */
/*.wrap3 .cinema .time_block .item .time {
  position: relative;
  width: 77px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-sizing: border-box;
  font-family: 'Roboto';
}*/


/*
.wrap3 .cinema .time_block .item .time .title {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
}

.wrap3 .cinema .time_block .item .time .title span {
  font-size: 14px;
  background: #19072c;
  color: #b9a6e0;
  padding: 0 3px;
}

.wrap3 .cinema .time_block .item .time .title .pop_box {
  opacity: 0;
  transition: all .2s;
  position: absolute;
  top: -25px;
  left: -20px;
  left: calc(50% - 93px);
  width: 180px;
  display: flex;
  justify-content: center;
  color: #333;
}

.wrap3 .cinema .time_block .item .time .title .pop_box span {
  color: #333;
  line-height: 18px;
  padding: 1px 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;

  white-space: nowrap;
}

.wrap3 .cinema .time_block .item .time .title .pop_box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  border: 5px solid transparent;
  border-top-color: #fff;
}
*/
.wrap3 .cinema .time_block .item .price {
  margin-top: 8px;
  font-family: 'Roboto';
}

.wrap3 .cinema .time_block .item .hall {
  font-family: 'Roboto';
  margin-top: 2px;
  line-height: 24px;
  color: rgba(255,255,255,.5);
}

.wrap3 .cinema .time_block .item .hall span {
  display: block;
  color: rgba(255,255,255,.5);
}

.wrap3 .info_text {
  line-height: 1.7;
  margin: 25px 0 40px;
}

.wrap3 .banner {
  display: block;
  max-width: calc(100% + 60px);
  margin-left: -30px;
}

@media only screen and (max-width:991px),only screen and (max-device-width:991px) {
  .wrap3 .breadcrumbs {
    display: none;
  }

  .wrap3 .movie {
    flex-wrap: wrap;
    justify-content: center;
  }

/* дубль новых стилей */
/*
  .wrap3 .movie .slider {
    max-width: inherit;
    margin-right: 0;
  }
*/
  .wrap3 .movie .slider .big_img {
    border-radius: 0;
    padding-bottom: 45%;
  }

  .wrap3 .movie .slider .small {
    height: auto;
  }

  .wrap3 .movie .slider .small .owl-carousel {
    overflow: inherit;
  }

  .wrap3 .movie .info {
    margin-top: 20px;
  }
}

@media only screen and (max-width:800px),only screen and (max-device-width:800px) {
  .wrap3 .cinema {
    flex-wrap: wrap;
  }

  .wrap3 .cinema .time_block {
    margin-top: 25px;
  }
}

@media only screen and (max-width:630px),only screen and (max-device-width:630px) {
  .wrap3 {
    padding: 0 20px;
  }

  .wrap3.fixed_header {
    margin-top: 326px;
  }

  .wrap3 .banner {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }

  .wrap3 .movie .slider {
    width: calc(100% + 40px);
  }

  .wrap3 .movie .slider .small {
    width: 100%;
  }

  .schedule .tags .scroll .panel,
  .wrap3 .movie .slider .nav_arrow {
    display: none;
  }

  .wrap3 .movie .slider .owl-carousel .owl-stage-outer {
    margin-left: -30px;
  }

  .wrap3 .movie .info h1 {
    justify-content: space-between;
    font-size: 24px;
  }

  .wrap3 .movie .info .text_line.share {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .wrap3 .movie .info .text_line.share .caption {
    width: 100%;
    margin-bottom: 10px;
  }

  .wrap3 .movie .info .text_line.share .soc img {
    width: 40px;
  }

  .schedule .tags .scroll.fixed .filter {
    padding: 8px 20px 0;
  }

  .schedule .tags .scroll .filter {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
  }

  .schedule .tags .scroll .filter .button,
  .schedule .tags .scroll .filter .search {
    min-width: 52px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
    background-image: linear-gradient(to left,#4f0ed0,#63c);
  }

  .schedule .tags .scroll .filter .button:hover,
  .schedule .tags .scroll .filter .search:hover {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
  }

  .schedule .tags .scroll .filter .button {
    flex-grow: 1;
  }

  .schedule .tags .scroll .filter .button span.oval {
    width: 10px;
    height: 10px;
    background-color: #d93025;
    margin-bottom: 10px;
    margin-left: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .schedule .tags .scroll .filter .button:hover {
    text-decoration: none;
  }

  .schedule .tags .filter_mob {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding: 20px 20px 0;
    box-sizing: border-box;
    transition: right .4s;
  }

  .schedule .tags .filter_mob.active {
    right: 0;
    left: auto;
  }


  .schedule .tags .filter_mob.active-static {
    right: 0;
    left: 0;
  }


  .schedule .tags .filter_mob .top {
    text-align: center;
    position: relative;
  }

  .schedule .tags .filter_mob .top p {
    font-size: 18px;
    height: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    background: url("../images/icons/back.svg") center left no-repeat;
  }

  .schedule .tags .filter_mob .top .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/icons/close.svg") center no-repeat;
  }

  .schedule .tags .filter_mob .body {
    width: calc(100% + 10px);
    height: calc(100vh - 55px);
    margin: 10px -10px 0 0;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .schedule .tags .filter_mob .body .name {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 30px 0 15px;
  }

  .schedule .tags .filter_mob .body .box_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .schedule .tags .filter_mob .body .box_tags .more,
  .schedule .tags .filter_mob .body .box_tags .toggle {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
  }

  .schedule .tags .filter_mob .body .box_tags .toggle {
    min-width: 52px;
    box-sizing: border-box;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid #b9a6e0;
    padding: 0 15px;
    color: #333;
  }

  .schedule .tags .filter_mob .body .box_tags .toggle.active {
    color: #fff;
    background-image: linear-gradient(to left,#4f0ed0,#63c);
  }

  .schedule .sort,
  .schedule .tags .filter_mob .body .box_tags .toggle.hide {
    display: none;
  }

  .schedule .tags .filter_mob .body .box_tags .more {
    padding: 0 5px;
    color: #63c;
  }

  .schedule .tags .filter_mob .body .sort {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  .schedule .tags .filter_mob .body .sort a {
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #63c;
    color: #333;
    box-sizing: border-box;
  }

  .schedule .tags .filter_mob .body .sort a.active {
    background: #63c;
    color: #fff;
  }

  .schedule .tags .filter_mob .body .sort a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .schedule .tags .filter_mob .body .sort a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .schedule .tags .filter_mob .body .buttons>a:hover,
  .schedule .tags .filter_mob .body .sort a:hover {
    text-decoration: none;
  }

  .schedule .tags .filter_mob .body .radio_group .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 3px 0 0 3px;
  }

  .schedule .tags .filter_mob .body .radio_group .radio__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .schedule .tags .filter_mob .body .radio_group .radio__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c6cad8;
    border-radius: 50%;
    background: #fff;
  }

  .schedule .tags .filter_mob .body .radio_group .radio__text:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #63c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
  }

  .schedule .tags .filter_mob .body .radio_group .radio input:checked+.radio__text {
    color: #63c;
  }

  .schedule .tags .filter_mob .body .radio_group .radio input:checked+.radio__text:after {
    opacity: 1;
  }

  .schedule .tags .filter_mob .body .checkbox input {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
  }

  .schedule .tags .filter_mob .body .checkbox__text {
    position: relative;
    padding: 0 60px 0 0;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0 40px;
  }

  .schedule .tags .filter_mob .body .checkbox__text:before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 36px;
    height: 20px;
    border-radius: 13px;
    background: #cdd1da;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
  }

  .schedule .tags .filter_mob .body .checkbox__text:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 17px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
  }

  .schedule .tags .filter_mob .body .checkbox input:checked+.checkbox__text:before {
    background: #63c;
  }

  .schedule .tags .filter_mob .body .checkbox input:checked+.checkbox__text:after {
    right: 2px;
  }

  .schedule .tags .filter_mob .body .buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .schedule .tags .filter_mob .body .buttons>a {
    display: block;
    width: 48%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #63c;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
  }

  .schedule .tags .filter_mob .body .buttons>a.reset {
    color: #63c;
  }


}

@media (min-width:800px) {
  .wrap3 .cinema .time_block {max-width: calc(100% - 400px);}
}

.buy_seance {
  cursor: pointer;
}


/* обновленный Класс для таблиц*/

.movie__card_table {
	margin-bottom: 20px;
}
.movie__card_table td {
	font-size: 14px;
	padding-top: 10px;
}

.movie__card_table td:nth-child(1) {
	padding-right: 20px;
    opacity: 0.5;
    vertical-align: top;
}

.cabinet_counter_top {
	/*временно скрываем */
	/*opacity: 0;*/

	position: absolute;
    right: -8px;
    top: -7px;
    background-color: #d93025;
	color: white;
	border-radius: 12px;
	padding: 8px !important;
	font-family: Roboto;
  	font-size: 13px;
  	font-weight: bold;
  	display: none;
}

@media screen and (max-width: 720px) {
	.cabinet_counter_top {
	    right: -5px;
	    top: -1px;
        padding: 6px !important;
	}
}





/* Всплывашки новые */





.fancybox-content button,
.fancybox-content input,
.fancybox-content select,
.fancybox-content textarea,
 {
  outline: 0;
  border: 0;
  resize: none;
}



.fancybox-content .modals,
.wrap5 .modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  z-index: 999;
}

.fancybox-slide {
  padding: 0 20px!important;
}

.fancybox-slide .fancybox-button.fancybox-close-small {
  right: -27px;
  top: -23px;
  padding: 0;
  opacity: 1;
}

.fancybox-slide .fancybox-button.fancybox-close-small svg {
  width: 32px;
  height: 32px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;

}

.fancybox-slide .fancybox-button.fancybox-close-small svg path {
  color: #63c;
}

.fancybox-bg {
    /*background: none;*/
}

.fancybox-content button {
	display: none;
}


.pop_up_block {
  width: 100%;
  cursor: default!important;
  max-width: 556px!important;
  box-sizing: border-box;
  padding: 20px!important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.08);
}

#modal_get_kinolubitel {
  position: fixed;
  display: none;

}


.pop_up_block .caption {
  font-family: 'Fira Sans';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #333;
}

.pop_up_block .text {
  color: rgba(0,0,0,.5);
  margin: 15px 0 17px;
}

.pop_up_block .img {
  margin: 0 auto;
}

.pop_up_block .btn {
  margin: 30px auto 0;
  width: 160px;
  height: 40px;
  background-image: linear-gradient(to left,#4f0ed0,#63c);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  transition: all .3s;
  border: 0;
  outline: 0;
  display: block;
}

.pop_up_block .btn:hover {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
}

.pop_up_block .caption {
font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: var(--black);
	text-align: left;
}

.pop_up_block .text, .pop_up_block a {
	font-size: 16px;
	font-weight: 400;
	 line-height: 1.5;
	color: var(--black-50);
	text-align: left;
}

.pop_up_block a {
	color: var(--violet);
	font-weight: 500;
}


@media screen and (max-width: 1139px) {

	#modal_get_kinolubitel {
		left: 250px;
	}

  	.fancybox-content button {
		display: block;
	}

	.fancybox-close-small {
	  right: -22px;
	  top: -22px;
	  padding: 0;
	  background-color: white;
	  border-radius: 30px;
	  transform: scale(0.8);
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
	}
	.fancybox-close-small svg path {
  		color: #63c;
	}


}



@media screen and (max-width: 720px) {


	#modal_get_kinolubitel {
		position: relative;
		left: unset;
		 width: 312px;
	}

  	.fancybox-content button {
		display: block;
	}

	.fancybox-close-small {
	  right: -22px;
	  top: -22px;
	  padding: 0;
	  background-color: white;
	  border-radius: 30px;
	  transform: scale(0.8);
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
	}
	.fancybox-close-small svg path {
  		color: #63c;
	}

  .pop_up_block {
    padding: 10px 20px 20px!important;
  }

  .pop_up_block .caption {
    font-size: 20px;
    line-height: 1.2;
  }

  .pop_up_block .text {
    margin: 12px 0;
  }

  .pop_up_block .img {
    width: 150px;
  }

  .pop_up_block .btn {
    margin-top: 20px;
    width: 100%;
  }

  .pop_up_block .caption {
    font-size: 18px;
  	font-weight: 500;
  	line-height: 1.33;
  	color: var(--black);
  	text-align: left;
  }

  .pop_up_block .text, .pop_up_block a {
    font-size: 16px;
  	font-weight: 300;
  	 line-height: 1.5;
  	color: var(--black-50);
  	text-align: left;
  }

  .pop_up_block a {
  	color: var(--violet);
  	font-weight: 500;
  }

	.fancybox-bg {
	    background: #000000dd;
	}


}

.fancybox-content {overflow: visible!important;}


/* Конец: Всплывашки новые */




/* Премьеры */

/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);*/
/*@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&display=swap&subset=cyrillic);*/





@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav {
  justify-content: center;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 900ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.wrap4 *,
body {
  margin: 0;
  padding: 0;
}

body {
/*   background: #000; */
	background: var(--darkviolet);
}

.wrap4 {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: Roboto,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
/*   background-color: #19072c; */
/*   background-color: var(--darkviolet); */
}

.wrap4 * {
  letter-spacing: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.wrap4 a {
  color: #b9a6e0;
}

.wrap4 a:hover {
  text-decoration: underline;
}

.wrap4 ol,
.wrap4 ul {
  list-style: none;
}

.wrap4 button,
.wrap4 input,
.wrap4 select,
.wrap4 textarea {
  outline: 0;
  border: 0;
  resize: none;
}

.wrap4 img {
  display: block;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

.wrap4 h1,
.wrap4 h2 {
  font-weight: 500;
  line-height: 1.33;
}

.wrap4 h1 {
  margin-bottom: 24px;
  font-size: 30px;
}

.wrap4 h2 {
  font-size: 24px;
  margin: 40px 0 24px;
}

.wrap4 .btn,
.wrap4 .btn2 {
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  transition: all .3s;
}

.wrap4 .btn {
  background-image: linear-gradient(to left,#4f0ed0,#63c);
  width: 160px;
}

.wrap4 .btn:hover {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
}

.wrap4 .btn2 {
  width: 230px;
  box-sizing: border-box;
  border: 1px solid #b9a6e0;
}

.wrap4 .btn2:hover {
  background: #fff;
  border-color: #fff;
  color: #63c;
}

.wrap4 .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 30px;
}

.wrap4 .breadcrumbs>* {
  flex-shrink: 0;
}

.wrap4 .breadcrumbs span {
  color: #b9a6e0;
  padding: 0 5px;
}

.wrap4 *,
.wrap4 .breadcrumbs p {
  color: #fff;
}

.wrap4 .day {
  width: 100%;
  max-width: 720px;
}

.wrap4 .day>.caption {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.wrap4 .day .movie {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.wrap4 .day .movie .img {
  width: 170px;
/*   margin-right: 24px; */
  border-radius: 2px;
}

.wrap4 .movie_card_preview_img {
	margin-right: 24px;
}

.wrap4 .movie_card_preview_img .pubdate {
    background-image: linear-gradient(to right, #ff7222, #ff754f 100%);;
    height: 32px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding-top: 5px;
    color: #FFFFFF;
    position: relative;
    top: 8px;
	z-index: 0;
}

.wrap4 .movie_card_preview_img .img_container {
	position: relative;
	width: 160px;
}

@media only screen and (max-width: 630px), only screen and (max-device-width: 630px) {
	.wrap4 .movie_card_preview_img .pubdate {
		width: 100px;
	}
	.wrap4 .movie_card_preview_img .img_container {
		width: 100px;

	}
}
.wrap4 .day .movie .info {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.wrap4 .day .movie .info h2 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.wrap4 .day .movie .info .like {
  margin-left: 15px;
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #473856 url("/3/images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap4 .day .movie .info .like:hover {
  background-color: #d93025;
}

.wrap4 .day .movie .info .like.liked {
  background: #d93025 url("/3/images/icons/heart.svg") center no-repeat;
}

.wrap4 .day .movie .info .b-flex {
  display: flex;
  align-items: center;
  margin: 8px 0 2px;
}

.wrap4 .day .movie .info .b-flex p {
  font-size: 14px;
  padding-right: 15px;
}

.wrap4 .day .movie .info .info_boxes {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.wrap4 .day .movie .info .info_boxes p {
  font-size: 14px;
  padding: 2px 16px 0 0;
  line-height: 20px;
}

.wrap4 .day .movie .info .info_boxes .age,
.wrap4 .day .movie .info .info_boxes .box {
  margin-right: 8px;
  height: 20px;
  padding: 0 6px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}

.wrap4 .day .movie .info .info_boxes .age {
  border: 1px solid rgba(255,255,255,.2);
  line-height: 20px;
}

.wrap4 .day .movie .info .info_boxes .box {
  line-height: 21px;
  background: #63c;
}

.wrap4 .day .movie .info .text {
  padding: 20px 0;
  font-weight: 300;
  line-height: 1.7;
}

.wrap4 .day .movie .info .text .read_all {
  font-weight: 500;
}

.wrap4 .day .movie .info .text .full_text {
  display: none;
}

.wrap4 .day .movie .info .text_line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 24px;
}

.wrap4 .day .movie .info .text_line .caption {
  flex-shrink: 0;
  width: 80px;
  padding-right: 20px;
  color: rgba(255,255,255,.5);
}

.wrap4 .day .movie .info .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.wrap4 .day .movie .info .buttons p {
  opacity: .5;
}

.wrap4 .day .movie .info .buttons a:hover,
.wrap4 a {
  text-decoration: none;
}

.wrap4 .day .movie .info .buttons .btn,
.wrap4 .day .movie .info .buttons .btn2 {
  width: 230px;
  height: 40px;
  margin: 8px 15px 8px 0;
}

.wrap4 .line_select {
  margin-bottom: 30px;
}

.wrap4 .line_select .select {
  margin: 0 16px 8px 0;
}

.wrap4 .select {
  position: relative;
  display: inline-block;
  width: auto;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  cursor: pointer;
}

.wrap4 .select.small .options {
  width: 180px;
}

.wrap4 .select p.val {
  padding: 0 30px 0 15px;
  line-height: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.wrap4 .select .options {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 195px;
  max-height: 228px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
}

.wrap4 .select .options::-webkit-scrollbar-track {
  background-color: transparent;
}

.wrap4 .select .options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.wrap4 .select .options::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  border-radius: 3px;
}

.wrap4 .select .options p {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  transition: all .3s;
  font-family: Roboto;
  font-size: 16px;
  color: #333;
}

.wrap4 .select .options p.checked {
  color: #63c;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap4 .select .options p.checked:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url("/3/images/checked.svg");
}

.wrap4 .select .options p:hover {
  background-color: rgba(185,166,224,.4);
}

.wrap4 .select:after,
.wrap4 .select:before {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  transition: all .3s;
}

.wrap4 .select:after {
  transform: rotate(45deg);
  right: 15px;
}

.wrap4 .select:before {
  right: 8px;
}

.wrap4 .select.active:before {
  transform: rotate(45deg);
}

.wrap4 .select.active:after,
.wrap4 .select:before {
  transform: rotate(-45deg);
}

.wrap4 .banner {
  display: block;
  max-width: calc(100% + 60px);
  margin-left: -30px;
}

.wrap4 .load_more,
.wrap4 .pop_fon {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.wrap4 .load_more {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  border-radius: 4px;
  border: solid 1px #fff;
  transition: all .3s;
  height: 40px;
}

.wrap4 .load_more:hover {
  background: #fff;
  color: #63c;
}

.wrap4 .pop_fon {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.wrap4 .pop_fon .d-flex {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow-y: auto;
}

.wrap4 .pop_fon .window {
  padding: 30px 40px 40px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  min-width: 555px;
  box-sizing: border-box;
  cursor: default;
}

.wrap4 .pop_fon .window .title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}

.wrap4 .pop_fon .window .body {
  display: flex;
  align-items: flex-start;
  color: #333;
}

.wrap4 .pop_fon .window .body p {
  color: #333;
}

.wrap4 .pop_fon .window .body .img {
  width: 140px;
  flex-shrink: 0;
  margin-right: 56px;
  border-radius: 4px;
}

.wrap4 .pop_fon .window .body .info {
  max-width: 245px;
}

.wrap4 .pop_fon .window .body .info .name {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  margin-bottom: 8px;
}

.wrap4 .pop_fon .window .body .info .when,
.wrap4 .pop_fon .window .body .info input {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #093;
}

.wrap4 .pop_fon .window .body .info label {
  display: block;
  color: #333;
  margin: 16px 0;
  opacity: .5;
}

.wrap4 .pop_fon .window .body .info .input {
  position: relative;
}

.wrap4 .pop_fon .window .body .info .input .clear {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  right: 8px;
  width: 20px;
  height: 20px;
  background: url("/3/images/icons/clear.svg") center no-repeat;
}

.wrap4 .pop_fon .window .body .info input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 35px 0 8px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #6c43bf;
  background-color: #fff;
  font-family: Roboto;
  color: #333;
}

.wrap4 .pop_fon .window .body .info .btn {
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
}

.wrap4 .pop_fon .window .close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);
  background: #fff url("/3/images/icons/close.svg") center no-repeat;
  border-radius: 50%;
}

@media only screen and (max-width:991px),only screen and (max-device-width:991px) {
  .wrap4 .pop_fon .window {
    min-width: inherit;
  }

  .wrap4 .pop_fon .window .body .img {
    margin-right: 40px;
  }

  .wrap4 .pop_fon .window .close {
    width: 32px;
    height: 32px;
    top: -16px;
    right: -16px;
  }
}

@media only screen and (max-width:630px),only screen and (max-device-width:630px) {
  .wrap4 {
    padding: 0 20px;
  }

  .wrap4 h1 {
    padding-top: 16px;
    font-size: 24px;
  }

  .wrap4 .breadcrumbs {
    display: none;
  }

  .wrap4 .day .movie {
    display: block;
  }

  .wrap4 .day .movie .movie_card_preview_img {
    float: left;
    width: 100px;
  }

  .wrap4 .day .movie .info h2 {
    font-size: 18px;
    justify-content: space-between;
  }

  .wrap4 .day .movie .info .text {
    float: left;
    clear: both;
  }

  .wrap4 .day .movie .info .text_line,
  .wrap4 .pop_fon .window .body .info label {
    clear: both;
  }

  .wrap4 .day .movie .info .buttons .btn,
  .wrap4 .day .movie .info .buttons .btn2 {
    width: 100%;
    margin: 8px 0 0;
  }

  .wrap4 .day .movie .info .info_boxes {
    display: flex;
  }

  .wrap4 .day .movie .info .info_boxes>div {
    margin: 6px 8px 6px 0;
    display: inline;
  }

  .wrap4 .day .movie .info .info_boxes>p {
    display: inline;
    order: -1;
    padding: 6px 10px 4px 0;
  }

  .wrap4 .banner {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }

  .wrap4 .pop_fon .window {
    padding: 10px 20px 20px;
  }

  .wrap4 .pop_fon .window .title {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap4 .pop_fon .window .body {
    padding-bottom: 90px;
  }

  .wrap4 .pop_fon .window .body .img {
    float: left;
    width: 80px;
    margin-right: 24px;
  }

  .wrap4 .pop_fon .window .body .info .name {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  .wrap4 .pop_fon .window .body .info .when {
    font-size: 14px;
    line-height: 1.71;
  }

  .wrap4 .pop_fon .window .body .info .btn,
  .wrap4 .pop_fon .window .body .info .input {
    position: absolute;
    bottom: 68px;
    width: calc(100% - 40px);
    left: 20px;
  }

  .wrap4 .pop_fon .window .body .info .btn {
    bottom: 20px;
  }
}


/* новое оформление header и footer */


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav {
  justify-content: center;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 900ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body {
  padding: 0px;
  margin: 0;
/*   background: #000; */
	background: var(--darkviolet);
}

.wrap3 {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
  background-color: var(--darkviolet);
  overflow: hidden;
}

.wrap3.kinoteka {
  background-color: #000;
}



.wrap3.pt-103 {
  padding-top: 103px;
}

.wrap3.pt-movie-item {
	padding-top: 30px;
}

.pt-main-menu-wrap3 {
	padding-top: 103px;
}


.wrap3 * {
  color: #fff;
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.wrap3 a {
  color: #b9a6e0;
  text-decoration: none;
}

.wrap3 a:hover {
  text-decoration: underline;
}

.wrap3 ol,
.wrap3 ul {
  list-style: none;
}

.wrap3 input,
.wrap3 textarea,
.wrap3 select,
.wrap3 button {
  outline: none;
  border: none;
  resize: none;
}

.wrap3 img {
  display: block;
  max-width: 100%;
  vertical-align: top;
  border: none;
}

.wrap3 h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 24px;
  font-family: Fira Sans;
}

.wrap3 .btn {
  width: 160px;
  height: 40px;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  transition: all .3s;
}

.wrap3 .btn:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap3 .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 30px;
}

.wrap3 .breadcrumbs > * {
  flex-shrink: 0;
}

.wrap3 .breadcrumbs span {
	all:unset;
	color: #b9a6e0;
/* 	padding: 0 5px; */

}

.wrap3 .breadcrumbs p {
  color: #fff;
}

.wrap3 .movie {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.wrap3 .movie .slider {
  width: 100%;
  max-width: 525px;
  flex-shrink: 0;
  margin-right: 30px;
}

.wrap3 .movie .slider .big_img {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}

.wrap3 .movie .slider .big_img a {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.wrap3 .movie .slider .big_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap3 .movie .slider .big_img a.active {
  display: block;
}

.wrap3 .movie .slider .big_img a.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/icons/play.svg") center no-repeat;
  opacity: 0.5;
  transition: opacity .3s;
}

.wrap3 .movie .slider .big_img a.video:hover:after {
  opacity: 1;
}

.wrap3 .movie .slider .big_img .current {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}

.wrap3 .movie .slider .small {
  margin-top: 8px;
  width: calc(100% + 1px);
  height: 93px;
  position: relative;
}

.wrap3 .movie .slider .small .owl-carousel {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.wrap3 .movie .slider .small .owl-carousel a {
  position: relative;
  display: block;
}

.wrap3 .movie .slider .small .owl-carousel a.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/icons/play.svg") center no-repeat;
  background-size: 42px;
  opacity: 0.5;
  transition: all .3s;
}

.wrap3 .movie .slider .small .owl-carousel a.video:hover:after {
  opacity: 1;
}

.wrap3 .movie .slider .small .prev,
.wrap3 .movie .slider .small .next {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 18px);
  width: 24px;
  height: 36px;
  background: url("../images/icons/next.svg") center no-repeat;
  opacity: .5;
}

.wrap3 .movie .slider .small .prev:hover,
.wrap3 .movie .slider .small .next:hover {
  opacity: 1;
}

.wrap3 .movie .slider .small .prev {
  left: 0;
  transform: rotate(180deg);
}

.wrap3 .movie .slider .small .next {
  right: 1px;
}

.wrap3 .movie .info {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.wrap3 .movie .info h1 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  font-family: Fira Sans;
  margin-bottom: 15px;
}

.wrap3 .movie .info .like {
  margin-left: 15px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap3 .movie .info .like:hover {
  background-color: #D93025;
}

.wrap3 .movie .info .like.liked {
  background: #D93025 url("../images/icons/heart.svg") center no-repeat;
}

.wrap3 .movie .info .b-flex {
  display: flex;
  align-items: center;
  margin: 8px 0 2px;
}

.wrap3 .movie .info .b-flex p {
  font-size: 14px;
  padding-right: 15px;
}

.wrap3 .movie .info .info_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.wrap3 .movie .info .info_boxes > div {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.wrap3 .movie .info .info_boxes .left {
	margin-right: 32px;
}


.wrap3 .movie .info .info_boxes .age {
  margin-right: 8px;
  height: 20px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
}

.wrap3 .movie .info .info_boxes .box {
  margin-right: 8px;
  height: 20px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  background: #6633cc;
  border-radius: 2px;
}

.wrap3 .movie .info .rate {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.wrap3 .movie .info .rate:last-child {
  margin-right: 0;
}

.wrap3 .movie .info .rate span {
  margin: -3px 0 0 4px;
  display: block;
  font-size: 14px;
  width: 32px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.wrap3 .movie .info .rate span.good {
  background: #009933;
}

.wrap3 .movie .info .text {
  padding: 20px 0;
  font-weight: 300;
  line-height: 1.7;
}

.wrap3 .movie .info .text .read_all {
  font-weight: 500;
}

.wrap3 .movie .info .text .full_text {
  display: none;
}

.wrap3 .movie .info .text_line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 24px;
}

.wrap3 .movie .info .text_line .caption {
  flex-shrink: 0;
  width: 80px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.wrap3 .movie .info .text_line.share {
  margin-top: 55px;
}

.wrap3 .movie .info .text_line.share .caption {
  padding-top: 7px;
}

.wrap3 .movie .info .text_line .soc {
  display: flex;
}

.wrap3 .movie .info .text_line .soc a {
  display: block;
  margin-right: 8px;
}

.wrap3 .movie .info .text_line .soc a img {
	width: 32px;
	height: 32px;
}


.wrap3 h2 .date {
  position: relative;
  font-family: Fira Sans;
  white-space: nowrap;
}

.wrap3 h2 .date:hover {
  text-decoration: none;
}

.wrap3 h2 .date:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border: 5px solid transparent;
  border-top-color: #b9a6e0;
}

.wrap3 .tags {
  width: 100%;
}

.wrap3 .tags .scroll.fixed {
  transition: all .3s;
  position: fixed;
  top: 90px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 12;
  /*z-index: 100000;*/
}

.wrap3 .tags .scroll.fixed .panel {
  padding: 8px 30px 0;
  box-sizing: border-box;
}

.wrap3 .tags .scroll.fixed .filter {
  margin: 0;
  width: 100%;
  padding: 8px 30px 0;
  box-sizing: border-box;
  background: var(--darkviolet);
}

.wrap3 .tags .scroll .filter {
  display: none;
}

.wrap3 .tags .filter_mob {
  display: none;
}

.wrap3 .tags .scroll .panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background: var(--darkviolet);
}

.wrap3 .tags .scroll .panel .search,
.wrap3 .tags .scroll .panel .toggle {
  min-width: 52px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
}

.wrap3 .tags .scroll .panel .search {
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap3 .tags .scroll .panel .toggle {
  border: 1px solid #b9a6e0;
}

.wrap3 .tags .scroll .panel a.toggle:hover {
	text-decoration: none;
}


.wrap3 .tags .scroll .panel .toggle.active {
  border: none;
  padding: 0 16px;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap3 .tags .scroll .panel .clear {
  margin-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../images/icons/clear.svg") center no-repeat;
}

.wrap3 .sort {
  margin: 25px 0 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap3 .sort div {
  display: flex;
  align-items: center;
}

.wrap3 .sort div a {
  display: block;
  color: #fff;
  margin-right: 25px;
}

.wrap3 .sort div a.active,
.wrap3 .sort div a:hover {
  text-decoration: none;
  color: #b9a6e0;
}

.wrap3 .select {
  position: relative;
/*   width: 180px; */
  width: 300px;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: solid 1px #b9a6e0;
  cursor: pointer;
}

.wrap3 .select p.val {
  padding: 0 30px 0 15px;
  line-height: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.wrap3 .select .options {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 228px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}

.wrap3 .select .options.active {
  display: block;
}

.wrap3 .select .options::-webkit-scrollbar-track {
  background-color: transparent;
}

.wrap3 .select .options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.wrap3 .select .options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.wrap3 .select .options a {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  transition: all .3s;
  font-family: Roboto;
  font-size: 16px;
  color: #333;
  display: block;
}

.wrap3 .select .options a.checked {
  color: #6633cc;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap3 .select .options a.checked:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url("../images/icons/checked.svg");
}

.wrap3 .select .options a:hover {
  background-color: rgba(185, 166, 224, 0.4);
  text-decoration: none;
}

.wrap3 .select:after {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  transition: all .3s;
}

.wrap3 .select:before {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(-45deg);
  transition: all .3s;
}

.wrap3 .select.active:before {
  transform: rotate(45deg);
}

.wrap3 .select.active:after {
  transform: rotate(-45deg);
}

.wrap3 .cinema {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
  margin-top: 32px;
}

.wrap3 .cinema .info {
  width: 350px;
  margin-right: 5%;
}

.wrap3 .cinema .info .name {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.wrap3 .cinema .info .name .like {
  display: block;
  width: 24px;
  height: 24px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap3 .cinema .info .name .like:hover {
  background-color: #D93025;
}

.wrap3 .cinema .info .name .like.liked {
  background: #D93025 url("../images/icons/heart.svg") center no-repeat;
}

.wrap3 .cinema .info .name p {
  padding: 0 10px;
}

.wrap3 .cinema .info .name .rate {
  display: block;
  font-size: 14px;
  width: 32px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.wrap3 .cinema .info .name .rate.good {
  background: #009933;
}

.wrap3 .cinema .info .text {
  margin: 8px 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

.wrap3 .cinema .info .subway {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wrap3 .cinema .info .subway p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto;
  font-size: 14px;
  height: 20px;
  margin-right: 15px;
}

.wrap3 .cinema .info .subway .station {
  display: flex;
  align-items: center;
}

.wrap3 .cinema .info .subway .station:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
}

.wrap3 .cinema .info .subway .station.red:before {
  background: #dd1d1f;
}

.wrap3 .cinema .info .subway .station.purple:before {
  background: #8f449d;
}

.wrap3 .cinema .info .subway .station.blue:before {
  background: #00c0f4;
}

.wrap3 .cinema .time_block {
  flex-shrink: 1;
  flex-grow: 1;
	border-bottom: 1px solid rgba(242,242,242,0.15);
}

.wrap3 .cinema .time_block .item_time {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.wrap3 .cinema .time_block .type {
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
}

.wrap3 .cinema .time_block .item {
  width: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 8px 8px 0;
  font-family: 'Roboto';
}

.wrap3 .cinema .time_block .item .time {
  position: relative;
  width: 77px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-sizing: border-box;
  font-family: 'Roboto';
}

.wrap3 .cinema .time_block .item .time:hover .title .pop_box {
  opacity: 1;
}

.wrap3 .cinema .time_block .item .time .title {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
}

.wrap3 .cinema .time_block .item .time .title span {
  font-size: 14px;
  background: var(--darkviolet);
  color: #b9a6e0;
  padding: 0 3px;
}

.wrap3 .cinema .time_block .item .time .title .pop_box {
  opacity: 0;
  transition: all .2s;
  position: absolute;
  top: -25px;
  left: calc(50% - 93px);
  width: 180px;
  display: flex;
  justify-content: center;
  color: #333333;
}

.wrap3 .cinema .time_block .item .time .title .pop_box span {
  color: #333333;
  background: #fff;
  line-height: 18px;
  padding: 1px 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  white-space: pre;
}

.wrap3 .cinema .time_block .item .time .title .pop_box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  border: 5px solid transparent;
  border-top-color: #fff;
}

.wrap3 .cinema .time_block .item .price {
  margin-top: 8px;
  font-family: 'Roboto';
}

.wrap3 .cinema .time_block .item .hall {
  font-family: 'Roboto';
  margin-top: 2px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

.wrap3 .cinema .time_block .item .hall span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.wrap3 .info_text {
  line-height: 1.7;
  margin: 25px 0 40px;
  color: rgba(255, 255, 255, 0.5);
}

.wrap3 .banner {
  display: block;
  max-width: calc(100% + 60px);
  margin-left: -30px;
}

.movie_item_date_selector {
	margin-top: -60px;
}

@media only screen and (max-width: 991px) {
  .wrap3 .breadcrumbs {
    display: none;
  }

  .wrap3 .movie {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wrap3 .movie .slider {
    max-width: inherit;
    margin-right: 0;
	width: calc(100% + 60px);
  }

  .wrap3 .movie .slider .big_img {
    border-radius: 0;
    padding-bottom: 49%;
  }

  .wrap3 .movie .slider .small {
    height: auto;
  }

  .wrap3 .movie .slider .small .owl-carousel {
    overflow: inherit;
  }

  .wrap3 .movie .info {
    margin-top: 20px;
  }

	.wrap3 .movie .info .text_line.share {
		margin-top: 24px;
	}

	.wrap3 .movie .info .text {
		padding: 12px 0;
	}

	.wrap3.pt-movie-item {
		padding-top: 0;
	}


}

@media only screen and (max-width: 800px) {
  .wrap3 .cinema {
    flex-wrap: wrap;
  }

  .wrap3 .cinema .info {
    width: 100%;
	margin-right: 0;
  }

  .wrap3 .cinema .time_block {
    margin-top: 25px;
  }

	.wrap3 .cinema .time_block .item {
		margin: 0 8px 16px 0;
	}

	.wrap3 .cinema .time_block .item .time .title {
		top: -18px;
	}


}

@media only screen and (max-width: 630px) {
  .wrap3 {
    padding: 0 20px;
  }

  .wrap3 .banner {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }

  .wrap3 .movie .slider {
    width: calc(100% + 40px);
  }

  .wrap3 .movie .slider .small {
    width: 100%;
  }

  .wrap3 .movie .slider .nav_arrow {
    display: none;
  }

  .wrap3 .movie .slider .owl-carousel .owl-stage-outer {
    margin-left: -30px;
  }

  .wrap3 .movie .info h1 {
    justify-content: space-between;
  }

  .wrap3 .movie .info .text_line.share {
    flex-wrap: wrap;
  }

  .wrap3 .movie .info .text_line.share .caption {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .wrap3 .movie .info .text_line.share .soc img {
    width: 40px;
  }

  .schedule .tags .scroll.fixed .filter {
    padding: 8px 20px 0;
  }

  .schedule .tags .scroll .panel {
    display: none;
  }

  .schedule .tags .scroll .filter {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
  }

  .schedule .tags .scroll .filter .search,
  .schedule .tags .scroll .filter .button {
    min-width: 52px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
    background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .schedule .tags .scroll .filter .search:hover,
  .schedule .tags .scroll .filter .button:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .schedule .tags .scroll .filter .button {
    flex-grow: 1;
    margin-right: 0;
	font-family: Fira Sans;
  }

  .schedule .tags .scroll .filter .button:hover {
    text-decoration: none;
  }

  .schedule .tags .filter_mob {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 900;
    /*z-index: 100020;*/
    padding: 20px 20px 0;
    box-sizing: border-box;
    transition: right .4s;
  }

  .schedule .tags .filter_mob.active {
    right: 0;
    left: auto;
  }

  .schedule .tags .filter_mob .top {
    text-align: center;
    position: relative;
  }

  .schedule .tags .filter_mob .top p {
    font-size: 18px;
    height: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    background: url("../images/icons/back.svg") center left no-repeat;
  }

  .schedule .tags .filter_mob .top .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/icons/close.svg") center no-repeat;
  }

  .schedule .tags .filter_mob .body {
    width: calc(100% + 10px);
    height: calc(100vh - 55px);
    margin: 10px -10px 0 0;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .schedule .tags .filter_mob .body .name {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 30px 0 15px;
  }

  .schedule .tags .filter_mob .body .box_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .schedule .tags .filter_mob .body .box_tags .toggle {
    min-width: 52px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
    color: var(--violet);
    border: solid 1px var(--violet);
  }

  .schedule .tags .filter_mob .body .box_tags a.toggle:hover {
	text-decoration: none;
  }

  .schedule .tags .filter_mob .body .box_tags .toggle.active {
    color: #fff;
    background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .schedule .tags .filter_mob .body .box_tags .toggle.hide {
    display: none;
  }

  .schedule .tags .filter_mob .body .box_tags .more {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 5px;
    cursor: pointer;
    font-size: 16px;
    color: #6633cc;
  }

  .schedule .tags .filter_mob .body .sort {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  .schedule .tags .filter_mob .body .sort a {
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #6633cc;
    color: #333;
    box-sizing: border-box;
  }

  .schedule .tags .filter_mob .body .sort a.active {
    background: #6633cc;
    color: #fff;
  }

  .schedule .tags .filter_mob .body .sort a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .schedule .tags .filter_mob .body .sort a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .schedule .tags .filter_mob .body .sort a:hover {
    text-decoration: none;
  }

  .schedule .tags .filter_mob .body .radio_group .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 3px 0 0 3px;
  }

  .schedule .tags .filter_mob .body .radio_group .radio__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .schedule .tags .filter_mob .body .radio_group .radio__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c6cad8;
    border-radius: 50%;
    background: #FFF;
  }

  .schedule .tags .filter_mob .body .radio_group .radio__text:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6633cc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
  }

  .schedule .tags .filter_mob .body .radio_group .radio input:checked + .radio__text {
    color: #6633cc;
  }

  .schedule .tags .filter_mob .body .radio_group .radio input:checked + .radio__text:after {
    opacity: 1;
  }

  .schedule .tags .filter_mob .body .checkbox input {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
  }

  .schedule .tags .filter_mob .body .checkbox__text {
    position: relative;
    padding: 0 60px 0 0;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0 40px;
  }

  .schedule .tags .filter_mob .body .checkbox__text:before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 36px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: .2s;
  }

  .schedule .tags .filter_mob .body .checkbox__text:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 17px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: .2s;
  }

  .schedule .tags .filter_mob .body .checkbox input:checked + .checkbox__text:before {
    background: #6633cc;
  }

  .schedule .tags .filter_mob .body .checkbox input:checked + .checkbox__text:after {
    right: 2px;
  }

  .schedule .tags .filter_mob .body .buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .schedule .tags .filter_mob .body .buttons > a {
    display: block;
    width: 48%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #6633cc;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
  }

  .schedule .tags .filter_mob .body .buttons > a:hover {
    text-decoration: none;
  }

  .schedule .tags .filter_mob .body .buttons > a.reset {
    color: #6633cc;
  }

  .schedule .sort {
    display: none;
  }

  .wrap3 .movie .info .info_boxes > .right {
    flex-wrap: wrap;
  }

  .wrap3 .movie .info .info_boxes > .right > * {
/*     margin-top: 8px; */
  }

  .wrap3 .cinema .info {
    margin-right: 0;
  }
}





@media only screen and (max-width: 767px) {



	.wrap3 .tags .scroll.fixed {
		top: 80px;
	}

	.wrap3 .movie .info h1 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.wrap3 .cinema .time_block .item .time .title {
		top: -16px;
	}

	.wrap3 .movie .info .text_line .soc a img {
		width: 40px;
		height: 40px;
	}

}


@media only screen and (max-width: 500px) {
	.pt-main-menu-wrap3 {
		padding-top: 96px;
	}


	/*прячем scroolbar */
	.menu_line::-webkit-scrollbar {
	    background: transparent;
	    width: 0;
	    display: none;
	}




	.wrap3 .cinema .time_block .item {
		margin: 0 4px 16px 0;
		width: 76px;
	}

	.shedule_format_list {
		top: 81px;
	}


}




/* desktop/movies2 */
.d-cinema-empty-text1 {
  width: 360px;
  height: 24px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
  margin-top: 24px;
}
.d-cinema-empty-text2 {
  width: 360px;
  height: 24px;
  opacity: 0.5;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
  margin-top: 8px;
}



/* Брендирование */

.mt-branding {
	padding-top: unset;
	margin-top: 333px;
}


@media only screen and (max-width: 1139px) {
	.mt-branding {
		padding-top: unset;
		margin-top: 334px;
	}

	.ad_bg {
		top: 0;
	}


}

@media only screen and (max-width: 767px) {
	.mt-branding {
		padding-top: unset;
		margin-top: 328px;
	}
}


@media screen and (max-width: 720px) {
	.mt-branding {
		padding-top: unset;
		margin-top: 196px;
	}
}

@media only screen and (max-width: 500px) {
	.mt-branding {
		padding-top: unset;
		margin-top: 196px;
	}

}

#attached_schedule h3 {
   font-size: 24px;
   line-height: 30px;
   color:white;
}

.movie_actors{
	line-height: 24px;
}

.soc_link{
	text-decoration: none !important;
}

.status_burn_bonus{
	box-sizing: border-box;
	position: absolute;
	right: 59px;
    top: 318px;
	width: 192px;
	border-radius: 8px;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  	background-color: var(--white);
  	padding: 16px !important;
}

.status_burn_bonus p {
	font-family: Roboto;
	line-height: 24px;
	color: var(--black);
	font-size: 14px;
}
.status_burn_bonus p.red{
	color: var(--red);
}

.status_burn_bonus a{
	font-family: Roboto;
	line-height: 24px;
	font-size: 14px !important;
}

@media only screen and (max-width: 990px) {
	.status_burn_bonus{
		box-sizing: border-box;
		position: relative;
		left: 0px;
	    top: -15px;
	}
}

@media only screen and (max-width: 780px) {
	.status_burn_bonus{
		box-sizing: border-box;
		position: static;
		width: 100%;
		margin-top: 8px !important;
		margin-bottom: 18px !important;
		left: 0px;
	    top: -15px;
	}

}

/*Правовая информация */
.legal{
	padding-bottom: 120px;
	margin-left: 30px;
}

.legal * {
	color: var(--white);
	font-family: Roboto;
	box-sizing: border-box;
}


.legal_h1{
	font-family: Fira Sans;
  	font-size: 30px;
  	font-weight: 500;
  	line-height: 1.33;
  	color: var(--white);
  	margin: 0;
  	padding: 0;
  	margin-top: 56px;
}

.help_h2{
	font-family: Fira Sans;
  	font-size: 24px;
  	font-weight: 500;
  	line-height: 1.33;
  	color: var(--white);
  	margin: 0;
  	padding: 0;
  	margin-top: 56px;
}


.legal .col_flex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.legal .left_col{
	width: 700px;
	margin-right: 50px;
}

.legal .left_col.help{
	width: 824px;
	margin-right: 0px;
}



.legal .right_col {
	width: 263px;
}


.legal  .doc_published{
	 font-family: Roboto;
  	font-size: 16px;
  	line-height: 1.5;
  	color: var(--white);
  	margin-top: 56px;
}

.legal .appendix{
	list-style-type: none;
	margin: 0;
  	padding: 0;
  	margin-top: 24px;
}

.legal .appendix li a {
 	font-family: Roboto;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.5;
  	text-decoration: underline;
}

.legal .appendix.help li:first-child  {
		border-top: 1px solid #f2f2f226;
}

.legal .appendix.help li  {
		border-bottom: 1px solid #f2f2f226;
		cursor: pointer;
		padding-top: 24px;
		padding-bottom: 24px;
		margin: 0px;
		position: relative;

}



.legal .appendix.help li .answer   {
	display: none;
	font-family: Roboto;
  	font-size: 16px;
  	line-height: 1.5;
}

.legal .appendix.help li.active   {
  		background-color: #FFFFFF0A;
		border: none;

}






.legal .appendix.help li .question {
 	font-family: Roboto;
  	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.5;
  	text-decoration: none;
	margin: 0;
}

.legal .appendix.help li .question::before {
	width: 24px;
	height: 24px;
	background-image: url('/application/data/images/help-angle-down.svg');
	background-size: cover;
	float: right;
	content: " ";
	transition: all 0.5s;
	margin-left: 10px;
}

.legal .appendix.help li.active .question::before {
	transform: scaleY(-1);
}





.legal .appendix.help li .left_active_field {
	display: none;
}

.legal .appendix.help li.active .left_active_field {
	display: block;
	position: absolute;
	left: -700px;
	top: 0px;
	width: 700px;
	height: 100%;
	background-color: white;
	opacity: 0.04;
	content: " ";
}


.legal .legal-content h2,
.legal .legal-content h3
{
	margin-top: 40px;
	font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: var(--white);
}

.legal .legal-content h3 {
  font-size: 17px;
  font-weight: 400;
}

.legal .legal-content p{
	font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  margin-top: 24px;
}

.legal .legal-content a{
	text-decoration: underline;
}


.legal .date_publish{
	margin-top: 40px;
}

.legal .this_url a{
	text-decoration: underline;
}

.legal .feedback {
	margin-top: 56px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}
.legal .feedback a{
	text-decoration: underline;
}



.legal .doc_list {
	list-style-type: none;
	margin: 0;
  	padding: 0;
	margin-top: 232px;
	text-align: right;

}

.legal .doc_list li {
	margin-top: 16px;
	font-family: Roboto;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.5;
  	text-align: right;
  	color: var(--white);
}

.legal .doc_list li a{
	margin-top: 16px;
	font-family: Roboto;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.5;
  	text-align: right;
  	color: var(--white);
}




.legal .doc_list .active{
	color: var(--lavender);
}


.legal .search_block{
	position: fixed;
	top: 260px;
	right: calc(50% - 570px);
	background-color:  var(--darkviolet);
	width: 360px;
}

.legal .search_block .local_search{
	border: none;
	border-bottom: 1px solid #3a2a4a;
	width: 360px;
	background-color:  var(--darkviolet);
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 18px;
	transition: all 0.5s;
}

.legal .search_block .local_search:focus{
	border-bottom: 1px solid #612ccc;
}


.legal .search_block .zoom {
	position: absolute;
	left: -3px;
	top: -6px;
}

mark {
  background: #5b1a9f;
}

mark.current {
  background: orange;
}


.legal .rearch_results{
	font-size: 12px;
	margin-top: 5px;
	margin-left: 40px;
}

.legal_h1_tablet{
	display: none;
}



@media only screen and (max-width: 1139px) {
	.legal{
		margin-top: 140px;
		margin-bottom: 40px;
	}



	.legal .col_flex{
		display: flex;
		flex-flow: column-reverse;
		/*justify-content: space-between;*/
	}

	.legal .left_col,  {
    	width: auto;
    }

    .legal .left_col.help{
		width: auto;
		/*margin-right: 30px;*/
	}



    .legal .right_col {
    	width: 100%;
    }

    .legal_h1 {
    	margin-top: 32px;
		  font-size: 24px;
		  font-weight: 500;
		  line-height: 1.33;

    }

	.legal  .doc_published {
		margin-top: 32px;
	}

    .legal .doc_list {
    	margin-top: 32px;
    }




	.legal .search_block{
		position: static;
		top: 260px;
		left: 0;
		background-color:  var(--darkviolet);
		width: 100%;
		padding-right: 30px;
	}

	.legal .doc_list li{
		text-align: left;
		margin-top: 8px;

	}

	.legal .search_block .local_search{
		width: 100%;
	}

	.legal .appendix.help li  {
			padding-top: 17px;
			padding-bottom: 17px;
			padding-right: 30px;
	}


	.legal .appendix.help li .question	{
		font-size: 14px;
  		font-weight: 500;
  		line-height: 1.71;
	}

	.legal .appendix.help li.active .left_active_field {
		/*display: none;*/
	}

	.help_h2{
		display: none;
	}

	.legal .doc_list.help{
		text-align: left;

		overflow-x: auto;
		display: flex;
		justify-content: start;
    	flex-flow: row nowrap;

    	margin-bottom: 24px;
	}

	.legal .doc_list.help li,  .legal .doc_list.help li a{
		font-size: 18px;
		margin-right: 24px;
    	white-space: nowrap;
	}

	.legal .appendix.help li .answer {
		font-size: 14px !important;
	}

	.legal_h1_tablet{
		display: block;
	  font-size: 24px;
	  font-weight: 500;
	  line-height: 1.33;
	  color: var(--white);
	  margin: 0;
	}

	.legal_h1 {
		display: none;
	}

	.legal .feedback {
		margin-top: 40px;
	  font-size: 14px;
	}



}

.header_menu_podarok{

	width: 180px;
	position: relative;
	margin-top: 3px;

}

@media only screen and (max-width: 780px) {
	.header_menu_podarok{
		min-width: 139px;
	}

	.legal .doc_list.help li, .legal .doc_list.help li a {
	    font-size: 16px;
	    margin-right: 16px;
	}

	.legal .appendix.help li  {
			padding-top: 16px;
			padding-bottom: 16px;
			padding-right: 16px;
	}



}

.lk_btn{
	margin: 8px 0 0;
    display: block;
    height: 32px;
    border-radius: 4px;
    font-family: 'Fira Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    background-image: linear-gradient(to left,#4f0ed0,#63c);
    width: 180px;
    color: #fff;
    text-align: center;
}

.lk_btn:hover{
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
}

.personal_container .sub_title.green{
	color: var(--green);
	text-align: center;
	opacity: 1;
}

.personal_container .sub_title.error{
	color: red;
}


.supervtornik_message, .wrap9 .supervtornik_message {
/* 	display: none; */
	background-color: white;
/* 	margin: 24px 0 24px 0; */
	margin: 0 0 24px 0;
	padding: 20px;
	font-family: 'Fira Sans';
  	font-size: 16px;
  	font-weight: 400;
  	line-height: 1.5;
  	color: var(--black);
}

.implace_message .implace_message_inner {
	border: 1px solid #999DA5;
	border-radius: 5px;
	padding: 20px;
	color: white;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin: 0 1px 0 1px;
}

.supervtornik_message > span {
	color: var(--red);
	font-weight: 400;
}


@media only screen and (max-width: 1139px) {

	.supervtornik_message{
		position: relative;
		box-sizing: border-box;
		width: calc( 100% + 50px );
		left: -25px;
	}
}











/* .wrap9 страница кинотеатра версия 2 */

.wrap9 {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  color: #fff;
  background-color: var(--darkviolet);
  overflow: hidden;
}

.wrap9 * {
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;

  font-weight: unset;
  font-family: unset;
}

.wrap9 a {
  color: #b9a6e0;
  text-decoration: none;
}

.wrap9 a:hover {
  text-decoration: underline;
}

.wrap9 ol,
.wrap9 ul {
  list-style: none;
}

.wrap9 input,
.wrap9 textarea,
.wrap9 select,
.wrap9 button {
  outline: none;
  border: none;
  resize: none;
}

.wrap9 img {
  display: block;
  max-width: 100%;
  vertical-align: top;
  border: none;
}

.wrap9 h1,
.wrap9 .h1 {
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
/*   padding: 0 0 16px 48px; */
	padding: 0 0 16px 0;
  position: relative;
  box-sizing: border-box;
}

.wrap9 h1 .like,
.wrap9 .h1 .like {
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  width: 32px;
  height: 32px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  background-size: 18px;
  border-radius: 50%;
  transition: all .2s;
}

.wrap9 h1 .like:hover,
.wrap9 .h1 .like:hover {
  background-color: #D93025;
}

.wrap9 h1 .like.liked,
.wrap9 .h1 .like.liked {
  background: #D93025 url("../images/icons/heart.svg") center 9px no-repeat;
  background-size: 18px;
}

.wrap9 h1 .name,
.wrap9 .h1 .name {
  padding-right: 8px;
}

.wrap9 h1 .rate,
.wrap9 .h1 .rate {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  width: 32px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}

.wrap9 h1 .rate.good,
.wrap9 .h1 .rate.good {
  background: #009933;
}

.wrap9 h1 .rate span,
.wrap9 .h1 .rate span {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
}

.wrap9 h2,
.wrap9 .h2 {
  font-family: 'Fira Sans';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding: 0 0 32px;
}

.wrap9 .btn {
  width: 160px;
  height: 40px;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  transition: all .3s;
}

.wrap9 .btn:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .cinema {
  padding: 56px 0;
}

.wrap9 .cinema .f-between {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wrap9 .cinema .f-between .col {
  width: 470px;
}

.wrap9 .cinema .f-between .col:first-child {
  width: 100%;
  flex-shrink: 0;
  max-width: 560px;
  flex-shrink: 0;
  margin-right: 30px;
}

.wrap9 .cinema .slider {
  margin-bottom: 48px;
}

.wrap9 .cinema .slider .owl-item img {
  width: 100%;
}

.wrap9 .cinema .info {
  margin-bottom: 48px;
}

.wrap9 .cinema .info .line {
  display: flex;
  max-width: 530px;
  font-size: 16px;
  line-height: 1.5;
}

.wrap9 .cinema .info .line .title {
  margin-right: 8px;
  width: 100px;
  flex-shrink: 0;
  color: #b9a6e0;
}

.wrap9 .cinema .info .line p {
  display: flex;
  flex-wrap: wrap;
}

.wrap9 .cinema .info .line p span {
  display: flex;
  margin: 0 16px 8px 0;
  height: 24px;
  border-radius: 4px;
}

.wrap9 .cinema .info .line p span.purple {
  line-height: 24px;
  padding: 0 8px;
  background-color: #6633cc;
}

.wrap9 .cinema .promo {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}

.wrap9 .cinema .promo .box {
  width: 275px;
  display: flex;
  margin: 0 8px 8px 0;
  align-items: center;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.wrap9 .cinema .promo .box .img {
  flex-shrink: 0;
  margin-right: 15px;
}

.wrap9 .cinema .promo .box p {
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}

.wrap9 .cinema .promo .box:nth-child(2n) {
  margin-right: 0;
}

.wrap9 .cinema .address {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.wrap9 .cinema .exist {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.wrap9 .cinema .exist span {
  margin-right: 16px;
  display: flex;
  align-items: center;
}

.wrap9 .cinema .exist span span.metro {
  display: block;
  margin: 0 8px 0 0;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.wrap9 .cinema .exist span.blue:before,
.wrap9 .cinema .exist span.purple:before {
  display: block;
  margin: 0 8px 0 0;
  content: '';
  width: 10px;
  height: 10px;
  background: #00c0f4;
  border: 1px solid #fff;
  border-radius: 50%;
}

.wrap9 .cinema .exist span.purple:before {
  background: #8f449d;
}

.wrap9 .cinema .timetable {
  font-size: 16px;
  line-height: 1.5;
}

.wrap9 .cinema .show_hide {
  padding-top: 24px;
  margin-bottom: 48px;
}

.wrap9 .cinema .show_hide .toggle {
  display: initial;
  cursor: pointer;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.wrap9 .cinema .show_hide .toggle:after {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  transition: all .3s;
}

.wrap9 .cinema .show_hide .toggle:before {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(-45deg);
  transition: all .3s;
}

.wrap9 .cinema .show_hide .toggle.active:before {
  transform: rotate(45deg);
}

.wrap9 .cinema .show_hide .toggle.active:after {
  transform: rotate(-45deg);
}

.wrap9 .cinema .show_hide .hide {
  display: none;
  padding: 16px 0;
}

.wrap9 .cinema .show_hide .hide .map {
  width: 100%;
  height: 160px;
/*   background: url("../images/map.jpg"); */
/*   background-size: cover; */
}

.wrap9 .cinema .buttons {
  display: flex;
  padding-bottom: 8px;
}

.wrap9 .cinema .buttons a {
  flex-shrink: 0;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(185, 166, 224, 0.1);
}

.wrap9 .cinema .buttons a:last-child {
  margin-right: 0;
}

.wrap9 .cinema .buttons a.checked,
.wrap9 .cinema .buttons a:hover {
  text-decoration: none;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .tags {
  width: 100%;
}

.wrap9 .tags .scroll.fixed {
  transition: all .3s;
  position: fixed;
  top: 104px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
	.wrap9 .tags .scroll.fixed {
		top: 96px;
	}
}

.wrap9 .tags .scroll.fixed .panel {
  padding: 8px 30px 0;
  box-sizing: border-box;
}

.wrap9 .tags .scroll.fixed .filter {
  margin: 0;
  width: 100%;
  padding: 8px 30px 0;
  box-sizing: border-box;
  background: var(--darkviolet);
}

.wrap9 .tags .scroll .filter {
  display: none;
}

.wrap9 .tags .filter_mob {
  display: none;
}

.wrap9 .tags .scroll .panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: var(--darkviolet);
}

.wrap9 .tags .scroll .panel .search {
  width: 48px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .tags .scroll .panel .search img {
  width: 32px;
  max-width: initial;
}

.wrap9 .tags .scroll .panel .select {
  margin-right: 8px;
}

.wrap9 .tags .scroll .panel .select.s_date .options {
  width: 372px;
  max-height: 340px;
}

.wrap9 .tags .scroll .panel .select.s_date .options .month {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 4px 16px 8px;
}

.wrap9 .tags .scroll .panel .select.s_date .options .days {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 16px;
}

.wrap9 .tags .scroll .panel .select.s_date .options .days div {
  cursor: pointer;
  color: #6633cc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: solid 1px #6633cc;
}

/* отключенные даты в календаре */
.wrap9 .tags .scroll .panel .select.s_date .options .days div.disabled {
	cursor: default;
	color: silver;
	border: solid 1px silver;
}

.wrap9 .tags .scroll .panel .select.s_date .options .days div span {
  line-height: 1;
}

.wrap9 .tags .scroll .panel .select.s_date .options .days div.checked {
  color: #fff;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .tags .scroll .panel .select.s_date .options .group {
  padding: 0 16px 8px;
  display: flex;
  flex-wrap: wrap;
}

.wrap9 .tags .scroll .panel .select.s_date .options .group div {
  cursor: pointer;
  padding: 0 16px;
  margin: 0 8px 8px 0;
  height: 32px;
  line-height: 32px;
  color: #6633cc;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #6633cc;
  border-radius: 20px;
}

.wrap9 .tags .scroll .panel .select.s_date .options .group div.disabled {
	cursor: default;
	color: silver;
	border: solid 1px silver;
}


.wrap9 .tags .scroll .panel .select.s_date .options .group div:last-child {
  margin-right: 0;
}

.wrap9 .tags .scroll .panel .select.s_date .options .group div.checked {
  color: #fff;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .tags .scroll .panel .select.s_time .options {
  width: 220px;
}

.wrap9 .tags .scroll .panel .select.s_time .group {
  padding: 0 16px 8px;
  display: flex;
  flex-wrap: wrap;
}

.wrap9 .tags .scroll .panel .select.s_time .group div {
  white-space: nowrap;
  cursor: pointer;
  padding: 0 16px;
  margin: 0 0 8px 0;
  height: 32px;
  line-height: 32px;
  color: #6633cc;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #6633cc;
  border-radius: 20px;
  width: 100%;
}


.wrap9 .tags .scroll .panel .select.s_time .group div span {
  margin-right: 8px;
}

.wrap9 .tags .scroll .panel .select.s_time .group div.checked {
  color: #fff;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  cursor: pointer;
}

.wrap9 .tags .scroll .panel .select.s_time .group div.disabled {
	color: silver;
	border-color: silver;
	cursor: default;
}

.wrap9 .tags .scroll .panel .select.s_time .group div.checked.disabled {
  cursor: pointer;
  opacity: 0.5;
}

.wrap9 .tags .scroll .panel .select.s_hole {
  width: 168px;
}

.wrap9 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text {
  padding: 10px 10px 10px 45px;
}
.wrap9 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text.disabled {
  cursor: default;
  opacity: .3;
}

.wrap9 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text:after,
.wrap9 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text:before {
  margin: 9px 0 0 16px;
}

.wrap9 .tags .scroll .panel .select.s_hole .option .checkbox2 input:checked + .checkbox__text {
  background: rgba(185, 166, 224, 0.2);
  color: #6633cc;
}

.wrap9 .tags .scroll .panel .checkbox {
  margin: 6px 0 6px 0;
}

.wrap9 .tags .scroll .panel .tag {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  height: 32px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  border: solid 1px #b9a6e0;
  box-sizing: border-box;
}

.wrap9 .tags .scroll .panel .tag.disabled {
  cursor: default;
  color: silver;
  opacity: 0.5;
}

.wrap9 .tags .scroll .panel .tag.checked {
  line-height: 32px;
  padding: 0 16px;
  border: none;
  color: #fff;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .tags .scroll .panel .tag.disabled.checked {
  cursor: pointer;
}


.wrap9 .tags .scroll .panel .clear {
  margin-bottom: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../images/icons/clear.svg") center no-repeat;
}

.wrap9 .sort {
  margin: 24px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap9 .sort .right a {
  margin: 0 0 0 24px;
}

.wrap9 .sort div {
  display: flex;
  align-items: center;
}

.wrap9 .sort div a {
  display: block;
  color: #fff;
  margin-right: 25px;
  font-size: 16px;
}

.wrap9 .sort div a.active,
.wrap9 .sort div a:hover {
  text-decoration: none;
  color: #b9a6e0;
}

.wrap9 .select {
  position: relative;
  width: 160px;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: solid 1px #b9a6e0;
  box-sizing: border-box;
}

.wrap9 .select p.val {
  cursor: pointer;
  padding: 0 30px 0 15px;
  line-height: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap9 .select .options {
  display: none;
  position: absolute;
  top: -8px;
  left: -1px;
  width: 173px;
  max-height: 270px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}

.wrap9 .select .options.active {
  display: block;
}

.wrap9 .select .options::-webkit-scrollbar-track {
  background-color: transparent;
}

.wrap9 .select .options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.wrap9 .select .options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.wrap9 .select .options .name {
  font-size: 16px;
  padding: 12px 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
}

.wrap9 .select .options .list {
  padding: 0 0 8px 16px;
  display: flex;
  flex-wrap: wrap;
}

.wrap9 .select .options .list .toggle {
  min-width: 52px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
  color: #333;
  border: 1px solid #b9a6e0;
}

.wrap9 .select .options .list .toggle.checked {
  color: #fff;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.wrap9 .select .options .list .toggle.disabled {
	cursor: default;
	border: 1px solid silver;
	color: silver;
}

.wrap9 .select .options .list .toggle.checked.disabled {
  opacity: 0.3;
  cursor: pointer;
}



.wrap9 .select .options .list .toggle.hide {
  display: none;
}

.wrap9 .select .options .check_list p.check_p {
  cursor: pointer;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 0 20px 0 16px;
  box-sizing: border-box;
  transition: color .3s;
}

.wrap9 .select .options .check_list p.check_p:hover,
.wrap9 .select .options .check_list p.check_p.checked {
  background: rgba(185, 166, 224, 0.2) calc(100% - 5px) center no-repeat;
  color: #6633cc;
}

.wrap9 .select .options .check_list p.check_p.checked {
  background-image: url("../images/icons/checked.svg");
}

.wrap9 .select.s_hole .options {
  width: calc(100% + 2px);
}

.wrap9 .select:after {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  transition: all .3s;
}

.wrap9 .select:before {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(-45deg);
  transition: all .3s;
}

.wrap9 .select.active:before {
  transform: rotate(45deg);
}

.wrap9 .select.active:after {
  transform: rotate(-45deg);
}

.wrap9 .checkbox input {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.wrap9 .checkbox .checkbox__text {
  position: relative;
  padding: 0 0 0 45px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}

.wrap9 .checkbox .checkbox__text:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 36px;
  height: 20px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  transition: .2s;
}

.wrap9 .checkbox .checkbox__text:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: .2s;
}

.wrap9 .checkbox input:checked + .checkbox__text:before {
  background: #6633cc;
}

.wrap9 .checkbox input:checked + .checkbox__text:after {
  left: 17px;
}

.wrap9 .checkbox2 input {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.wrap9 .checkbox2 .checkbox__text {
  position: relative;
  padding: 0 0 0 45px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}

.wrap9 .checkbox2 .checkbox__text:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #c6cad8;
  background-color: #fff;
  transition: .2s;
}

.wrap9 .checkbox2 .checkbox__text:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: .2s;
  background: url("../images/icons/checked2.svg") center no-repeat;
}

.wrap9 .checkbox2 input:checked + .checkbox__text:before {
  background: #6633cc;
  border-color: #6633cc;
}

.wrap9 .checkbox2 input:checked + .checkbox__text:after {
  opacity: 1;
}

.wrap9 .movie {
  position: relative;
  display: flex;
  padding: 32px 0 0;
  align-items: flex-start;
}

.wrap9 .movie:last-child .item_time:last-child {
  border: none;
}

.wrap9 .movie .collapse {
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-right: 25px;
  cursor: pointer;
}

.wrap9 .movie .collapse.shown:after {
  transform: rotate(-45deg);
}

.wrap9 .movie .collapse.shown:before {
  transform: rotate(45deg);
}

.wrap9 .movie .collapse:after,
.wrap9 .movie .collapse:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: .3s;
}

.wrap9 .movie .collapse:after {
  right: 5px;
  transform: rotate(45deg);
}

.wrap9 .movie .info {
  flex-shrink: 0;
  width: 165px;
  padding-right: 24px;
  margin-right: 9%;
}

.wrap9 .movie .info .img {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.wrap9 .movie .info .img img {
  border-radius: 4px;
}

.wrap9 .movie .info .img .rate {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}

.wrap9 .movie .info .img .rate.good {
  background: #009933;
}

.wrap9 .movie .info .img .new {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 0 9px;
  height: 20px;
  border-radius: 2px;
  background-color: #6633cc;
}

.wrap9 .movie .info .img .age {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
}

.wrap9 .movie .info .info_movie .stat {
  display: none;
}

.wrap9 .movie .info .name {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 32px;
}

.wrap9 .movie .info .name .like {
  display: none;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap9 .movie .info .name .like:hover {
  background-color: #D93025;
}

.wrap9 .movie .info .name .like.liked {
  background: #D93025 url("../images/icons/heart.svg") center no-repeat;
}

.wrap9 .movie .info .about {
  display: none;
}

.wrap9 .movie .time_block {
  display: block;
  flex-shrink: 1;
  flex-grow: 1;
}

.wrap9 .movie .time_block .item_time {
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wrap9 .movie .time_block .item_time .format {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.wrap9 .movie .time_block .name {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 130px;
  box-sizing: border-box;
}

.wrap9 .movie .time_block .type {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.wrap9 .movie .time_block .item {
  width: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 8px 8px 0;
  font-family: 'Roboto';
}

.wrap9 .movie .time_block .item.hot .time {
  border-color: #ff754f;
}

.wrap9 .movie .time_block .item.hot .time .title span {
  color: #ff754f;
}

.wrap9 .movie .time_block .item .time {
  position: relative;
  width: 77px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-sizing: border-box;
  font-family: 'Roboto';
}

.wrap9 .movie .time_block .item .time:hover .title .pop_box {
  opacity: 1;
}

.wrap9 .movie .time_block .item .time .title {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
}

.wrap9 .movie .time_block .item .time .title span {
  font-size: 14px;
/*   background: var(--darkviolet); */
  color: #b9a6e0;
  padding: 0 3px;
}

.wrap9 .movie .time_block .item .time .title span.p_title {
  background: var(--darkviolet);
}

.wrap9 .movie .time_block .item .time .title .pop_box {
  opacity: 0;
  transition: all .2s;
  position: absolute;
  top: -25px;
  left: calc(50% - 93px);
  width: 180px;
  display: flex;
  justify-content: center;
  color: #333333;
}

.wrap9 .movie .time_block .item .time .title .pop_box span {
  color: #333333;
  background: #fff;
  line-height: 18px;
  padding: 1px 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
}

.wrap9 .movie .time_block .item .time .title .pop_box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  border: 5px solid transparent;
  border-top-color: #fff;
}

.wrap9 .movie .time_block .item .price {
  margin-top: 8px;
  font-family: 'Roboto';
  line-height: 1.71;
}

.wrap9 .movie .time_block .item .hall {
  font-family: 'Roboto';
  margin-top: 2px;
  line-height: 1.71;
  color: #b9a6e0;
}

.wrap9 .movie .time_block .item .hall span {
  display: block;
  color: #b9a6e0;
}

.wrap9 .load_more {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 25px auto 0;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  font-family: 'Fira Sans';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.wrap9 .load_more:hover {
  text-decoration: none;
}

.wrap9 .info_text {
  line-height: 1.7;
  padding: 56px 0 90px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .wrap9 .cinema {
    padding-top: 40px;
  }

  .wrap9 .cinema .slider {
    margin-bottom: 32px;
  }

  .wrap9 .cinema .f-between {
    flex-wrap: wrap;
  }

  .wrap9 .cinema .buttons {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 840px), only screen and (max-device-width: 840px) {
  .wrap9 .cinema .owl-carousel .owl-nav {
    display: none;
  }

  .wrap9 .movie {
    padding: 26px 0 0;
    flex-wrap: wrap;
  }

  .wrap9 .movie .info {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .wrap9 .movie .info .img {
    flex-shrink: 0;
    width: 145px;
    margin: 0 30px 0 0;
    padding: 0;
  }

  .wrap9 .movie .info .info_movie .name {
    margin-bottom: 8px;
  }

  .wrap9 .movie .info .info_movie .name p {
    font-size: 24px;
    font-weight: 500;
  }

  .wrap9 .movie .info .info_movie .name .like {
    display: block;
    flex-shrink: 0;
  }

  .wrap9 .movie .info .info_movie .about {
    display: flex;
    flex-wrap: wrap;
  }

  .wrap9 .movie .info .info_movie .about .created,
  .wrap9 .movie .info .info_movie .about .duration {
    font-weight: 400;
    font-size: 14px;
    color: #b9a6e0;
    margin: 8px 16px 0 0;
  }

  .wrap9 .movie .time_block {
    width: 100%;
    margin-top: 24px;
  }

  .wrap9 .movie .time_block .item_time {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 630px), only screen and (max-device-width: 630px) {
  .wrap9 {
    padding: 0 20px;
  }

  .wrap9 .cinema {
    padding: 40px 0;
  }

  .wrap9 .cinema h1,
  .wrap9 .cinema .h1 {
    font-size: 24px;
    padding: 0 0 0 36px;
  }

  .wrap9 .cinema h1 .like,
  .wrap9 .cinema .h1 .like {
    width: 24px;
    height: 24px;
    background-position: center 7px;
    background-size: 14px;
  }

  .wrap9 .cinema .info .line,
  .wrap9 .cinema .address,
  .wrap9 .cinema .exist,
  .wrap9 .cinema .timetable,
  .wrap9 .cinema .show_hide .toggle {
    font-size: 14px;
  }

  .wrap9 .cinema .promo .box {
    width: 100%;
    margin-right: 0;
  }

  .wrap9 .cinema .promo .box .img {
    width: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .wrap9 .cinema .slider,
  .wrap9 .cinema .info,
  .wrap9 .cinema .promo {
    margin-bottom: 24px;
  }

  .wrap9 .cinema .show_hide {
    margin-bottom: 24px;
  }

  .wrap9 .cinema .show_hide .hide {
    max-width: initial;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .wrap9 .cinema .slider {
    width: calc(100% + 20px);
    overflow: hidden;
  }

  .wrap9 .cinema .slider .owl-carousel .owl-stage-outer {
    margin-left: -30px;
  }

  .wrap9 .schedule .tags .scroll.fixed .filter {
    padding: 8px 20px 0;
  }

  .wrap9 .schedule .tags .scroll .panel {
    display: none;
  }

  .wrap9 .schedule .tags .scroll .filter {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
  }

  .wrap9 .schedule .tags .scroll .filter .search,
  .wrap9 .schedule .tags .scroll .filter .button {
    width: 48px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
    background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .wrap9 .schedule .tags .scroll .filter .search:hover,
  .wrap9 .schedule .tags .scroll .filter .button:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .wrap9 .schedule .tags .scroll .filter .search img,
  .wrap9 .schedule .tags .scroll .filter .button img {
    max-width: initial;
  }

  .wrap9 .schedule .tags .scroll .filter .button {
    flex-grow: 1;
    margin-right: 0;
  }

  .wrap9 .schedule .tags .scroll .filter .button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -15px 0 0 3px;
    border-radius: 50%;
    background: #d93025;
  }

  .wrap9 .schedule .tags .scroll .filter .button:hover {
    text-decoration: none;
  }

  .wrap9 .schedule .tags .filter_mob {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding: 24px 20px 0;
    box-sizing: border-box;
    transition: right .4s;
  }

  .wrap9 .schedule .tags .filter_mob.active {
    right: 0;
    left: auto;
  }

  .wrap9 .schedule .tags .filter_mob .top {
    text-align: center;
    position: relative;
  }

  .wrap9 .schedule .tags .filter_mob .top p {
    font-size: 18px;
    height: 24px;
    font-weight: 500;
    line-height: 1.33;
    padding-bottom: 24px;
    color: #333;

	background: unset;
  }

  .wrap9 .schedule .tags .filter_mob .top .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5;
    color: #6633cc;

	width: unset;
	background: unset;
  }

  .wrap9 .schedule .tags .filter_mob .body {
    width: calc(100% + 10px);
    height: calc(100vh - 72px);
    margin: 0 -10px 0 0;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block {
    color: #333;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block:first-child .name {
    margin-top: 0;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block.active .name:after {
    transform: rotate(-45deg);
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block.active .name:before {
    transform: rotate(45deg);
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .name {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .name:after,
  .wrap9 .schedule .tags .filter_mob .body .toggle_block .name:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    transition: .3s;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .name:after {
    right: 6px;
    transform: rotate(45deg);
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .val {
    font-size: 14px;
    line-height: 1.71;
    color: rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .hide_block {
    display: none;
    margin: 24px 0 -4px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .hide_block.active {
    display: block;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .month {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .days {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .days div {
    flex-shrink: 0;
    cursor: pointer;
    color: #6633cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: solid 1px #6633cc;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .days div.disabled {
    color: silver;
    border-color: silver;
    cursor: default;
  }
  .wrap9 .schedule .tags .filter_mob .body .toggle_block .days div span {
    line-height: 1;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .days div.checked {
    color: #fff;
    background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .group {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-bottom: -16px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .group div {
    flex-shrink: 0;
    cursor: pointer;
    padding: 0 16px;
    margin: 0 8px 8px 0;
    height: 32px;
    line-height: 32px;
    color: #6633cc;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #6633cc;
    border-radius: 20px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .group div span {
    padding-right: 10px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .group div.checked {
    color: #fff;
    background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  }

.wrap9 .schedule .tags .filter_mob .body .toggle_block .group div.disabled {
	color: silver;
	border-color: silver;
	cursor: default;
	opacity: 0.5;
}


  .wrap9 .schedule .tags .filter_mob .body .toggle_block .group div.checked.disabled {
    cursor: pointer;
	color: silver;
  }


  .wrap9 .schedule .tags .filter_mob .body .toggle_block p.check_p {
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    transition: color .3s;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block p.check_p:hover,
  .wrap9 .schedule .tags .filter_mob .body .toggle_block p.check_p.checked {
    background: center right no-repeat;
    color: #6633cc;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block p.check_p.checked {
    background-image: url("../images/icons/checked.svg");
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .input {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .input input {
    padding-left: 42px;
    height: 30px;
    border: none;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    box-sizing: border-box;
    background: url("../images/icons/search2.svg") top left no-repeat;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .input span.clear_input {
    display: none;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../images/icons/clear_input.svg") center no-repeat;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 40px;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch {
    flex-shrink: 0;
    width: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch span {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px 4px 2px 0;
    border-radius: 50%;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch span.green {
    background-color: #42b95a;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch span.brown {
    background-color: #9a5033;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch span.red {
    background-color: #dd1d1f;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch span.blue {
    background-color: #0076c2;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .branch span.yellow {
    background-color: #ffc700;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .option .caption {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .metro_list {
    padding-top: 8px;
    max-height: 160px;
    overflow-y: auto;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .metro_list::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .metro_list::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }

  .wrap9 .schedule .tags .filter_mob .body .toggle_block .metro_list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .wrap9 .schedule .tags .filter_mob .body .name {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 30px 0 15px;
  }

  .wrap9 .schedule .tags .filter_mob .body .box_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .wrap9 .schedule .tags .filter_mob .body .box_tags .toggle {
    min-width: 52px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
    color: #6633cc;
    border: 1px solid #b9a6e0;
  }
  .wrap9 .schedule .tags .filter_mob .body .box_tags .toggle.disabled {
	cursor: default;
	color: silver;
	border: solid 1px silver;
	opacity: 0.5;
  }

  .wrap9 .schedule .tags .filter_mob .body .box_tags .toggle.checked {
    color: #fff;
    background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  }

  .wrap9 .schedule .tags .filter_mob .body .box_tags .toggle.checked.disabled {
    opacity: 0.5;
	color: silver;
	cursor: pointer;
  }


  .wrap9 .schedule .tags .filter_mob .body .box_tags .toggle.hide {
    display: none;
  }

  .wrap9 .schedule .tags .filter_mob .body .box_tags .more {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 5px;
    cursor: pointer;
    font-size: 16px;
    color: #6633cc;
  }

  .wrap9 .schedule .tags .filter_mob .body .sort {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  .wrap9 .schedule .tags .filter_mob .body .sort a {
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #6633cc;
    color: #333;
    box-sizing: border-box;
  }

  .wrap9 .schedule .tags .filter_mob .body .sort a.active {
    background: #6633cc;
    color: #fff;
  }

  .wrap9 .schedule .tags .filter_mob .body .sort a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .wrap9 .schedule .tags .filter_mob .body .sort a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .wrap9 .schedule .tags .filter_mob .body .sort a:hover {
    text-decoration: none;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group {
    padding-bottom: 1px;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 3px 0 0 3px;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group .radio__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group .radio__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c6cad8;
    border-radius: 50%;
    background: #FFF;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group .radio__text:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6633cc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group .radio input:checked + .radio__text {
    color: #6633cc;
  }

  .wrap9 .schedule .tags .filter_mob .body .radio_group .radio input:checked + .radio__text:after {
    opacity: 1;
  }

  .wrap9 .schedule .tags .filter_mob .body .checkbox input {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
  }

  .wrap9 .schedule .tags .filter_mob .body .checkbox .checkbox__text {
    position: relative;
    padding: 0 60px 0 0;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0;
  }

  .wrap9 .schedule .tags .filter_mob .body .checkbox .checkbox__text.disabled {
    opacity: 0.3;
  }


  .wrap9 .schedule .tags .filter_mob .body .checkbox .checkbox__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: auto;
    right: 0;
    width: 36px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: .2s;
  }

  .wrap9 .schedule .tags .filter_mob .body .checkbox .checkbox__text:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 17px;
    left: auto;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: .2s;
  }

  .wrap9 .schedule .tags .filter_mob .body .checkbox input:checked + .checkbox__text:before {
    background: #6633cc;
  }

  .wrap9 .schedule .tags .filter_mob .body .checkbox input:checked + .checkbox__text:after {
    right: 2px;
    left: auto;
  }

  .wrap9 .schedule .tags .filter_mob .body .buttons {
    padding-top: 24px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .wrap9 .schedule .tags .filter_mob .body .buttons > a {
    display: block;
    width: 48%;
    height: 32px;
    font-family: 'Fira sans';
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #6633cc;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
  }

  .wrap9 .schedule .tags .filter_mob .body .buttons > a:hover {
    text-decoration: none;
  }

  .wrap9 .schedule .tags .filter_mob .body .buttons > a.reset {
    color: #6633cc;
  }

  .wrap9 .schedule .sort {
    display: none;
  }

  .wrap9 .movie .time_block {
    margin-top: 32px;
  }

  .wrap9 .movie .time_block .type {
    margin-bottom: 20px;
  }

  .wrap9 .movie .time_block .item {
    margin-top: 10px;
  }

  .wrap9 .movie .time_block .name {
    padding: 0;
  }

  .wrap9 .movie .time_block .show_more {
    margin: -5px 0 0;
  }

  .wrap9 .movie .info {
    width: 100%;
    margin-right: 0;
  }

  .wrap9 .movie .info .img {
    width: 80px;
    margin-right: 16px;
  }

  .wrap9 .movie .info .img .stat {
    display: none;
  }

  .wrap9 .movie .info .info_movie .name p {
    font-size: 18px;
  }

  .wrap9 .movie .info .info_movie .stat {
    display: flex;
    flex-wrap: wrap;
  }

  .wrap9 .movie .info .info_movie .stat > * {
    margin: 0 8px 8px 0;
  }

  .wrap9 .movie .info .info_movie .stat .rate {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #fff;
    width: 32px;
    height: 20px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .wrap9 .movie .info .info_movie .stat .rate.good {
    background: #009933;
  }

  .wrap9 .movie .info .info_movie .stat .new {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 0 9px;
    height: 20px;
    border-radius: 2px;
    background-color: #6633cc;
  }

  .wrap9 .movie .info .info_movie .stat .age {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #fff;
    width: 32px;
    height: 20px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .wrap9 .movie .info .info_movie .about {
    display: none;
  }

  .wrap9 .load_more {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}


/* блок стрелочек для слайдера { */
.wrap9 .owl-carousel .owl-dot,
.wrap9 .owl-carousel .owl-nav .owl-next,
.wrap9 .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrap9 .owl-carousel .owl-nav {
    justify-content: center;
}
.wrap9 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    width: 24px;
    height: 36px;
    background: url("../images/icons/next.svg");
    opacity: 0.5;
    transition: 0.3s;
}
.wrap9 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    width: 24px;
    height: 36px;
    background: url("../images/icons/next.svg");
    opacity: 0.5;
    transition: 0.3s;
    transform: rotate(180deg);
}
.wrap9 .owl-carousel .owl-nav .owl-prev:hover,
.wrap9 .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

/* } блок стрелочек для слайдера */





/* .wrap8 start -> desktop/cinemas2/list.twig  */

.wrap8 {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: Roboto,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
  background-color: #19072c;
}

.wrap8 * {
  letter-spacing: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.wrap8 a {
  color: #b9a6e0;
  text-decoration: none;
}

.wrap8 a:hover {
  text-decoration: underline;
}

.wrap8 ol,
.wrap8 ul {
  list-style: none;
}

.wrap8 button,
.wrap8 input,
.wrap8 select,
.wrap8 textarea {
  outline: 0;
  border: 0;
  resize: none;
}

.wrap8 img {
  display: block;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

.wrap8 .h1,
.wrap8 h1 {
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  padding: 56px 0 16px;
}

.wrap8 .desc {
  font-size: 16px;
  opacity: .98;
  line-height: 1.5;
  margin-bottom: 40px;
}

.wrap8 .btn {
  width: 160px;
  height: 40px;
  background-image: linear-gradient(to left,#4f0ed0,#63c);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  transition: all .3s;
}

.wrap8 .btn:hover {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
}

.wrap8 .tags {
  width: 100%;
}

.wrap8 .tags .scroll.fixed {
  transition: all .3s;
  position: fixed;
  top: 104px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999;
}


.wrap8 .tags .scroll.fixed .filter,
.wrap8 .tags .scroll.fixed .panel {
  padding: 8px 30px 0;
  box-sizing: border-box;
}

.wrap8 .tags .scroll.fixed .filter {
  margin: 0;
  width: 100%;
  background: #19072c;
}

.wrap8 .tags .filter_mob,
.wrap8 .tags .scroll .filter {
  display: none;
}

.wrap8 .tags .scroll .panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #19072c;
}

.wrap8 .tags .scroll .panel .search {
  width: 48px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
  background-image: linear-gradient(to left,#4f0ed0,#63c);
}

.wrap8 .tags .scroll .panel .search img {
  width: 32px;
  max-width: initial;
}

.wrap8 .tags .scroll .panel .select {
  margin-right: 8px;
}

.wrap8 .tags .scroll .panel .select.s_date .options {
  width: 342px;
  max-height: 280px;
}

.wrap8 .tags .scroll .panel .select.s_date .options .month {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 4px 16px 8px;
}

.wrap8 .tags .scroll .panel .select.s_date .options .days {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 16px;
}

.wrap8 .tags .scroll .panel .select.s_date .options .days div {
  cursor: pointer;
  color: #63c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: solid 1px #63c;
}

.wrap8 .tags .scroll .panel .select.s_date .options .days div span {
  line-height: 1;
}

.wrap8 .tags .scroll .panel .select.s_date .options .days div.checked,
.wrap8 .tags .scroll .panel .select.s_date .options .group div.checked {
  color: #fff;
  background-image: linear-gradient(to left,#4f0ed0,#63c);
}

.wrap8 .tags .scroll .panel .select.s_date .options .group {
  padding: 0 16px 8px;
  display: flex;
  flex-wrap: wrap;
}

.wrap8 .tags .scroll .panel .select.s_date .options .group div {
  cursor: pointer;
  padding: 0 16px;
  margin: 0 8px 8px 0;
  height: 32px;
  line-height: 32px;
  color: #63c;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #63c;
  border-radius: 20px;
}

.wrap8 .tags .scroll .panel .select.s_hole {
  width: 168px;
  margin-right: 16px;
}

.wrap8 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text {
  padding: 10px 10px 10px 45px;
}

.wrap8 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text:after,
.wrap8 .tags .scroll .panel .select.s_hole .option .checkbox2 .checkbox__text:before {
  margin: 9px 0 0 16px;
}

.wrap8 .tags .scroll .panel .select.s_hole .option .checkbox2 input:checked+.checkbox__text {
  background: rgba(185,166,224,.2);
  color: #63c;
}

.wrap8 .tags .scroll .panel .select.s_metro .options {
  width: calc(100% + 2px);
}

.wrap8 .tags .scroll .panel .select.s_metro .input {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 16px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.wrap8 .tags .scroll .panel .select.s_metro .input input {
  height: 50px;
  border: 0;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.wrap8 .tags .scroll .panel .select.s_metro .input span.clear_input {
  display: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../images/icons/clear_input.svg") center no-repeat;
}

.wrap8 .tags .scroll .panel .select.s_metro .option {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch {
  flex-shrink: 0;
  width: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch span {
  flex-shrink: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px 4px 2px 0;
  border-radius: 50%;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch span.green {
  background-color: #42b95a;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch span.brown {
  background-color: #9a5033;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch span.red {
  background-color: #dd1d1f;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch span.blue {
  background-color: #0076c2;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .branch span.yellow {
  background-color: #ffc700;
}

.wrap8 .tags .scroll .panel .select.s_metro .option .caption {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.wrap8 .tags .scroll .panel .select.s_metro .metro_list {
  padding-top: 8px;
  max-height: 160px;
  overflow-y: auto;
}

.wrap8 .select .options::-webkit-scrollbar-track,
.wrap8 .tags .scroll .panel .select.s_metro .metro_list::-webkit-scrollbar-track {
  background-color: transparent;
}

.wrap8 .select .options::-webkit-scrollbar,
.wrap8 .tags .scroll .panel .select.s_metro .metro_list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.wrap8 .select .options::-webkit-scrollbar-thumb,
.wrap8 .tags .scroll .panel .select.s_metro .metro_list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  border-radius: 3px;
}

.wrap8 .tags .scroll .panel .checkbox {
  margin: 6px 0;
}

.wrap8 .tags .scroll .panel .clear {
  margin-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../images/icons/clear.svg") center no-repeat;
}

.wrap8 .tags .scroll .panel .f-between {
  flex-grow: 1;
  max-width: 185px;
  display: flex;
  justify-content: space-between;
}

.wrap8 .sort {
  margin: 24px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap8 .sort .right a {
  margin: 0 0 0 24px;
}

.wrap8 .sort div {
  display: flex;
  align-items: center;
}

.wrap8 .sort div a {
  display: block;
  color: #fff;
  margin-right: 25px;
  font-size: 16px;
}

.wrap8 .sort div a.active,
.wrap8 .sort div a:hover {
  text-decoration: none;
  color: #b9a6e0;
}

.wrap8 .select,
.wrap8 .select .options .list .toggle {
  height: 32px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border-radius: 4px;
}

.wrap8 .select {
  position: relative;
  width: 160px;
  border: solid 1px #b9a6e0;
}

.wrap8 .select.bigger {
  width: 200px;
}

.wrap8 .select p.val {
  cursor: pointer;
  padding: 0 30px 0 15px;
  line-height: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap8 .select .options {
  display: none;
  position: absolute;
  top: -8px;
  left: -1px;
  width: 173px;
  max-height: 270px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}

.wrap8 .select .options.active {
  display: block;
}

.wrap8 .select .options .name {
  font-size: 16px;
  padding: 12px 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0,0,0,.5);
}

.wrap8 .select .options .list {
  padding: 0 0 8px 16px;
  display: flex;
  flex-wrap: wrap;
}

.wrap8 .select .options .list .toggle {
  min-width: 52px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  padding: 0 15px;
  cursor: pointer;
  color: #333;
  border: 1px solid #b9a6e0;
}

.wrap8 .select .options .list .toggle.checked {
  color: #fff;
  background-image: linear-gradient(to left,#4f0ed0,#63c);
}

.wrap8 .select .options .list .toggle.hide {
  display: none;
}

.wrap8 .select .options .check_list p.check_p {
  cursor: pointer;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 0 20px 0 16px;
  box-sizing: border-box;
  transition: color .3s;
}

.wrap8 .select .options .check_list p.check_p.checked,
.wrap8 .select .options .check_list p.check_p:hover {
  background: rgba(185,166,224,.2) calc(100% - 5px) center no-repeat;
  color: #63c;
}

.wrap8 .select .options .check_list p.check_p.checked {
  background-image: url("../images/icons/checked.svg");
}

.wrap8 .select.s_hole .options,
.wrap8 .select.s_rate .options {
  width: calc(100% + 2px);
}

.wrap8 .select:after,
.wrap8 .select:before {
  content: '';
  width: 10px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  transition: all .3s;
}

.wrap8 .select:after {
  transform: rotate(45deg);
  right: 15px;
}

.wrap8 .select:before {
  right: 8px;
}

.wrap8 .select.active:before {
  transform: rotate(45deg);
}

.wrap8 .cinema .collapse.shown:after,
.wrap8 .select.active:after,
.wrap8 .select:before {
  transform: rotate(-45deg);
}

.wrap8 .with_popup {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
}

.wrap8 .with_popup .popup_box {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 350px;
  font-size: 14px;
  padding: 16px 34px 16px 16px;
  box-sizing: border-box;
  color: #333;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.08);
}

.wrap8 .with_popup .popup_box .close {
  cursor: pointer;
  position: absolute;
  opacity: .4;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/icons/close.svg") center no-repeat;
  background-size: cover;
}

.wrap8 .with_popup .popup_box:after {
  content: '';
  position: absolute;
  top: -19px;
  right: 30px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.wrap8 .checkbox input,
.wrap8 .checkbox2 input {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.wrap8 .checkbox .checkbox__text {
  position: relative;
  padding: 0 0 0 45px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}

.wrap8 .checkbox .checkbox__text:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 36px;
  height: 20px;
  border-radius: 13px;
  background: rgba(255,255,255,.1);
  transition: .2s;
}

.wrap8 .checkbox .checkbox__text:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}

.wrap8 .checkbox input:checked+.checkbox__text:before {
  background: #63c;
}

.wrap8 .checkbox input:checked+.checkbox__text:after {
  left: 17px;
}

.wrap8 .checkbox2 .checkbox__text {
  position: relative;
  padding: 0 0 0 45px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}

.wrap8 .checkbox2 .checkbox__text:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #c6cad8;
  background-color: #fff;
  transition: .2s;
}

.wrap8 .checkbox2 .checkbox__text:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: .2s;
  background: url("../images/icons/checked2.svg") center no-repeat;
}

.wrap8 .checkbox2 input:checked+.checkbox__text:before {
  background: #63c;
  border-color: #63c;
}

.wrap8 .checkbox2 input:checked+.checkbox__text:after {
  opacity: 1;
}

.wrap8 .cinema {
  position: relative;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  align-items: flex-start;
}

.wrap8 .cinema:last-child {
  border-bottom: none;
}

.wrap8 .cinema .collapse {
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-right: 25px;
  cursor: pointer;
}

.wrap8 .cinema .collapse.shown:before {
  transform: rotate(45deg);
}

.wrap8 .cinema .collapse:after,
.wrap8 .cinema .collapse:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  width: 8px;
  border-bottom: 1px solid #fff;
  transition: .3s;
}

.wrap8 .cinema .collapse:before {
  right: 0;
  transform: rotate(-45deg);
}

.wrap8 .cinema .collapse:after {
  right: 5px;
  transform: rotate(45deg);
}

.wrap8 .cinema .info {
  flex-shrink: 0;
  width: 360px;
  margin-right: 5%;
}

.wrap8 .cinema .info .name {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.wrap8 .cinema .info .name .like {
  display: block;
  width: 24px;
  height: 24px;
  background: #473856 url("../images/icons/empty.svg") center no-repeat;
  border-radius: 50%;
  transition: all .2s;
}

.wrap8 .cinema .info .name .like:hover {
  background-color: #d93025;
}

.wrap8 .cinema .info .name .like.liked {
  background: #d93025 url("../images/icons/heart.svg") center no-repeat;
}

.wrap8 .cinema .info .name p {
  padding: 0 10px;
}

.wrap8 .cinema .info .name .rate {
  display: block;
  font-size: 14px;
  width: 32px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
}

.wrap8 .cinema .info .name .rate.good {
  background: #093;
}

.wrap8 .cinema .info .text {
  margin: 8px 0;
  line-height: 1.71;
  color: #b9a6e0;
}

.wrap8 .cinema .info .subway {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wrap8 .cinema .info .subway p {
  color: #b9a6e0;
  font-family: Roboto;
  font-size: 14px;
  height: 20px;
  margin-right: 15px;
}

.wrap8 .cinema .info .subway .station {
  display: flex;
  align-items: center;
}

.wrap8 .cinema .info .subway .station:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
}

.wrap8 .cinema .info .subway .station.red:before {
  background: #dd1d1f;
}

.wrap8 .cinema .info .subway .station.purple:before {
  background: #8f449d;
}

.wrap8 .cinema .info .subway .station.blue:before {
  background: #00c0f4;
}

.wrap8 .cinema .time_block {
  display: none;
  flex-shrink: 1;
  flex-grow: 1;
}

.wrap8 .cinema .time_block.active {
  display: block;
}

.wrap8 .cinema .time_block .item_time {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.wrap8 .cinema .time_block .item_time:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.wrap8 .cinema .time_block .name {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 130px;
  box-sizing: border-box;
}

.wrap8 .cinema .time_block .genre {
  display: flex;
  align-items: center;
  width: 100%;
  color: #b9a6e0;
  line-height: 20px;
}

.wrap8 .cinema .time_block .genre span {
  color: #fff;
  margin-right: 6px;
  padding: 0 6px;
  display: block;
  height: 20px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,.2);
}

.wrap8 .cinema .time_block .type {
  display: block;
  width: 100%;
  margin: 24px 0 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.wrap8 .cinema .time_block .item {
  width: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 8px 8px 0;
  font-family: 'Roboto';
}

.wrap8 .cinema .time_block .item.hot .time {
  border-color: #ff754f;
}

.wrap8 .cinema .time_block .item.hot .time .title span {
  color: #ff754f;
}

.wrap8 .cinema .time_block .item .time {
  position: relative;
  width: 77px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-sizing: border-box;
  font-family: 'Roboto';
}

.wrap8 .cinema .time_block .item .time:hover .title .pop_box {
  opacity: 1;
}

.wrap8 .cinema .time_block .item .time .title {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
}

.wrap8 .cinema .time_block .item .time .title span {
  font-size: 14px;
  background: #19072c;
  color: #b9a6e0;
  padding: 0 3px;
}

.wrap8 .cinema .time_block .item .time .title .pop_box {
  opacity: 0;
  transition: all .2s;
  position: absolute;
  top: -25px;
  left: calc(50% - 93px);
  width: 180px;
  display: flex;
  justify-content: center;
  color: #333;
}

.wrap8 .cinema .time_block .item .time .title .pop_box span {
  color: #333;
  line-height: 18px;
  padding: 1px 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
}

.wrap8 .cinema .time_block .item .time .title .pop_box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  border: 5px solid transparent;
  border-top-color: #fff;
}

.wrap8 .cinema .time_block .item .price {
  margin-top: 8px;
  font-family: 'Roboto';
  line-height: 1.71;
}

.wrap8 .cinema .time_block .item .hall {
  font-family: 'Roboto';
  margin-top: 2px;
  line-height: 1.71;
  color: #b9a6e0;
}

.wrap8 .cinema .time_block .item .hall span {
  display: block;
  color: #b9a6e0;
}

.wrap8 .cinema .time_block .show_more {
  cursor: pointer;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  transition: .3s;
}

.wrap8 .cinema .time_block .show_more:hover {
  color: #b9a6e0;
}

.wrap8 .load_more {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 25px auto 0;
  border-radius: 4px;
  border: solid 1px #b9a6e0;
  font-family: 'Fira Sans';
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}

.wrap8 .load_more,
.wrap8 .load_more:hover {
  text-decoration: none;
}

.wrap8 .info_text {
  line-height: 1.7;
  padding: 56px 0 90px;
  color: #b9a6e0;
}

@media only screen and (max-width:991px),only screen and (max-device-width:991px) {
  .wrap8 .breadcrumbs {
    display: none;
  }

  .wrap8 .movie {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wrap8 .movie .slider {
    max-width: inherit;
    margin-right: 0;
  }

  .wrap8 .movie .slider .big_img {
    border-radius: 0;
  }

  .wrap8 .movie .slider .small {
    height: auto;
  }

  .wrap8 .movie .slider .small .owl-carousel {
    overflow: inherit;
  }

  .wrap8 .movie .info {
    margin-top: 20px;
  }
}

@media only screen and (max-width:840px),only screen and (max-device-width:840px) {
  .wrap8 .h1,
  .wrap8 h1 {
    padding-top: 32px;
  }

  .wrap8 .sort {
    margin-bottom: 8px;
  }

  .wrap8 .cinema {
    flex-wrap: wrap;
  }

  .wrap8 .cinema .time_block {
    margin-top: 40px;
  }

  .wrap8 .load_more {
    margin-top: 10px;
  }

  .wrap8 .info_text {
    padding: 40px 0;
  }
}

@media only screen and (max-width:630px),only screen and (max-device-width:630px) {
  .wrap8 {
    padding: 0 20px;
  }

  .wrap8 .h1,
  .wrap8 h1 {
    padding-top: 24px;
    font-size: 24px;
  }

  .wrap8 .desc {
    font-size: 14px;
    line-height: 1.71;
  }

  .wrap8 .schedule .tags .scroll.fixed .filter {
    padding: 8px 20px 0;
  }

  .wrap8 .schedule .tags .scroll .panel {
    display: none;
  }

  .wrap8 .schedule .tags .scroll .filter {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
  }

  .wrap8 .schedule .tags .scroll .filter .button,
  .wrap8 .schedule .tags .scroll .filter .search {
    width: 48px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
    background-image: linear-gradient(to left,#4f0ed0,#63c);
  }

  .wrap8 .schedule .tags .scroll .filter .button {
    flex-grow: 1;
    margin-right: 0;
  }

  .wrap8 .schedule .tags .scroll .filter .button:hover,
  .wrap8 .schedule .tags .scroll .filter .search:hover {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(to left,#4f0ed0,#63c);
  }

  .wrap8 .schedule .tags .scroll .filter .button img,
  .wrap8 .schedule .tags .scroll .filter .search img {
    max-width: initial;
  }

  .wrap8 .schedule .tags .scroll .filter .button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -15px 0 0 3px;
    border-radius: 50%;
    background: #d93025;
  }

  .wrap8 .schedule .tags .scroll .filter .button:hover {
    text-decoration: none;
  }

  .wrap8 .schedule .tags .filter_mob {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding: 24px 20px 0;
    box-sizing: border-box;
    transition: right .4s;
  }

  .wrap8 .schedule .tags .filter_mob.active {
    right: 0;
    left: auto;
  }

  .wrap8 .schedule .tags .filter_mob .top {
    text-align: center;
    position: relative;
  }

  .wrap8 .schedule .tags .filter_mob .top p {
    font-size: 18px;
    height: 24px;
    font-weight: 500;
    line-height: 1.33;
    padding-bottom: 24px;
    color: #333;
  }

  .wrap8 .schedule .tags .filter_mob .top .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5;
    color: #63c;
  }

  .wrap8 .schedule .tags .filter_mob .body {
    width: calc(100% + 10px);
    height: calc(100vh - 72px);
    margin: 0 -10px 0 0;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block {
    color: #333;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block:first-child .name {
    margin-top: 0;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block.active .name:after {
    transform: rotate(-45deg);
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block.active .name:before {
    transform: rotate(45deg);
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .name {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .name:after,
  .wrap8 .schedule .tags .filter_mob .body .toggle_block .name:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 9px;
    border-bottom: 2px solid #333;
    transition: .3s;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .name:before {
    right: 0;
    transform: rotate(-45deg);
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .name:after {
    right: 6px;
    transform: rotate(45deg);
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .val {
    font-size: 14px;
    line-height: 1.71;
    color: rgba(0,0,0,.5);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .hide_block {
    display: none;
    margin: 24px 0 -4px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .hide_block.active {
    display: block;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .month {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .days,
  .wrap8 .schedule .tags .filter_mob .body .toggle_block .group {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .days div {
    flex-shrink: 0;
    cursor: pointer;
    color: #63c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: solid 1px #63c;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .days div span {
    line-height: 1;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .days div.checked,
  .wrap8 .schedule .tags .filter_mob .body .toggle_block .group div.checked {
    color: #fff;
    background-image: linear-gradient(to left,#4f0ed0,#63c);
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .group {
    margin-bottom: -16px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .group div {
    flex-shrink: 0;
    cursor: pointer;
    padding: 0 16px;
    margin: 0 8px 8px 0;
    height: 32px;
    line-height: 32px;
    color: #63c;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #63c;
    border-radius: 20px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .group div span {
    padding-right: 10px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block p.check_p {
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    transition: color .3s;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block p.check_p.checked,
  .wrap8 .schedule .tags .filter_mob .body .toggle_block p.check_p:hover {
    background: center right no-repeat;
    color: #63c;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block p.check_p.checked {
    background-image: url("../images/icons/checked.svg");
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .input {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .input input {
    padding-left: 42px;
    height: 30px;
    border: 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    box-sizing: border-box;
    background: url("../images/icons/search2.svg") top left no-repeat;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .input span.clear_input {
    display: none;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../images/icons/clear_input.svg") center no-repeat;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 40px;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch {
    flex-shrink: 0;
    width: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch span {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px 4px 2px 0;
    border-radius: 50%;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch span.green {
    background-color: #42b95a;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch span.brown {
    background-color: #9a5033;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch span.red {
    background-color: #dd1d1f;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch span.blue {
    background-color: #0076c2;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .branch span.yellow {
    background-color: #ffc700;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .option .caption {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .metro_list {
    padding-top: 8px;
    max-height: 160px;
    overflow-y: auto;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .metro_list::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .metro_list::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }

  .wrap8 .schedule .tags .filter_mob .body .toggle_block .metro_list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 3px;
  }

  .wrap8 .schedule .tags .filter_mob .body .name {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 30px 0 15px;
  }

  .wrap8 .schedule .tags .filter_mob .body .box_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .wrap8 .schedule .tags .filter_mob .body .box_tags .more,
  .wrap8 .schedule .tags .filter_mob .body .box_tags .toggle {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #63c;
  }

  .wrap8 .schedule .tags .filter_mob .body .box_tags .toggle {
    min-width: 52px;
    box-sizing: border-box;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid #b9a6e0;
    padding: 0 15px;
  }

  .wrap8 .schedule .tags .filter_mob .body .box_tags .toggle.checked {
    color: #fff;
    background-image: linear-gradient(to left,#4f0ed0,#63c);
  }

  .wrap8 .schedule .sort,
  .wrap8 .schedule .tags .filter_mob .body .box_tags .toggle.hide {
    display: none;
  }

  .wrap8 .schedule .tags .filter_mob .body .box_tags .more {
    padding: 0 5px;
  }

  .wrap8 .schedule .tags .filter_mob .body .sort {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  .wrap8 .schedule .tags .filter_mob .body .sort a {
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #63c;
    color: #333;
    box-sizing: border-box;
  }

  .wrap8 .schedule .tags .filter_mob .body .sort a.active {
    background: #63c;
    color: #fff;
  }

  .wrap8 .schedule .tags .filter_mob .body .sort a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .wrap8 .schedule .tags .filter_mob .body .sort a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .wrap8 .schedule .tags .filter_mob .body .buttons>a:hover,
  .wrap8 .schedule .tags .filter_mob .body .sort a:hover {
    text-decoration: none;
  }

  .wrap8 .schedule .tags .filter_mob .body .radio_group .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 3px 0 0 3px;
  }

  .wrap8 .schedule .tags .filter_mob .body .radio_group .radio__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .wrap8 .schedule .tags .filter_mob .body .radio_group .radio__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c6cad8;
    border-radius: 50%;
    background: #fff;
  }

  .wrap8 .schedule .tags .filter_mob .body .radio_group .radio__text:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #63c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
  }

  .wrap8 .schedule .tags .filter_mob .body .radio_group .radio input:checked+.radio__text {
    color: #63c;
  }

  .wrap8 .schedule .tags .filter_mob .body .radio_group .radio input:checked+.radio__text:after {
    opacity: 1;
  }

  .wrap8 .schedule .tags .filter_mob .body .checkbox input {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
  }

  .wrap8 .schedule .tags .filter_mob .body .checkbox .checkbox__text {
    position: relative;
    padding: 0 60px 0 0;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0;
  }

  .wrap8 .schedule .tags .filter_mob .body .checkbox .checkbox__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: auto;
    right: 0;
    width: 36px;
    height: 20px;
    border-radius: 13px;
    background: #cdd1da;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
  }

  .wrap8 .schedule .tags .filter_mob .body .checkbox .checkbox__text:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 17px;
    left: auto;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
  }

  .wrap8 .schedule .tags .filter_mob .body .checkbox input:checked+.checkbox__text:before {
    background: #63c;
  }

  .wrap8 .schedule .tags .filter_mob .body .checkbox input:checked+.checkbox__text:after {
    right: 2px;
    left: auto;
  }

  .wrap8 .schedule .tags .filter_mob .body .buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .wrap8 .schedule .tags .filter_mob .body .buttons>a {
    display: block;
    width: 48%;
    height: 32px;
    font-family: 'Fira sans';
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #63c;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
  }

  .wrap8 .schedule .tags .filter_mob .body .buttons>a.reset {
    color: #63c;
  }

  .wrap8 .cinema .time_block {
    margin-top: 32px;
  }

  .wrap8 .cinema .time_block .type {
    margin-bottom: 20px;
  }

  .wrap8 .cinema .time_block .item {
    margin-top: 10px;
  }

  .wrap8 .cinema .time_block .name {
    padding: 0;
  }

  .wrap8 .cinema .time_block .show_more {
    margin: -5px 0 0;
  }

  .wrap8 .cinema .info {
    width: 100%;
    margin-right: 0;
  }

  .wrap8 .cinema .collapse {
    position: relative;
    margin: -10px 0 20px;
  }

  .wrap8 .cinema .collapse.shown {
    display: none;
  }

  .wrap8 .load_more {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}

/* .wrap8 end  */


#service_popup_close{
	position: absolute;
	opacity: 0.4;
	top: 10px;
	right: 10px;
}

@media only screen and (max-width:1140px) {
	#service_popup_close{
		display: none;
	}
}


#widget_popup .popup_content.special{
/* 	background-image: url(/application/data/images/popup_bg2.jpg); */
/* 	background-color: #180443  !important; */
	background-color: #21103a !important;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
}

/*#input_special{
	width: 64%;
}
*/
@media only screen and (max-width:720px) {
	#widget_popup .popup_content.special{
		background-position: -17px -29px;
/* 		background-image: url(/application/data/images/popup_bg2_mob.jpg); */
	}


}

#input_special::placeholder{
	font-size: 15px;
	color: #FFFFFF77;
}


.header_movies_online{
	/*display: none !important;*/
	display: inline-block !important;
    width: 50px;
    margin-top: 3px;
    margin-left: 3px;
}
@media only screen and (max-width:720px) {
	.header_movies_online{
	    width: 37px;
	    margin-top: -10px;
	    margin-left: -16px;
	    position: absolute;
	}

}


.alert_wrapper {
	display: flex;
	position: fixed;
	width:100%;
	height: 100%;
	background: var(--black-50);
	top: 0;
	left:0;
	z-index:100;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.alert_wrapper .alert_wnd_wrap {
	background: var(--darkviolet);
	color: var(--white);
	min-width: 30%;
}

.alert_wrapper .alert_wnd_wrap .alert_msg {
	margin: auto;
	padding: 1.5em 1em 0.5em 1em;
	text-align: center;
	max-width: 500px;
}


.alert_wrapper .alert_wnd_wrap .button_wrapper {
	padding: 15px;
}

.alert_wrapper .alert_wnd_wrap .button_wrapper button {
	display: block;
	padding: 5px;
	margin: 15px auto;
	z-index: 100000;
	min-width: 200px;
	cursor: pointer;
	background: var(--violet);
	font-weight: bold;
	border:0;
	color: var(--white);
	min-height: 30px;
	border-radius: 5px
}


.spoiler  .spoiler-title {
	cursor: pointer;
	color: #9764fe;
	font-weight: 500;
}
.spoiler  .spoiler-title .spoiler-toggle::before{
	content: '';
	border: solid #9764fe;
  	border-width: 0 3px 3px 0;
  	display: inline-block;
  	padding: 3px;
	transform: rotate(-45deg);
    margin-bottom: 2px;
    transition: all 0.3s;
}

.spoiler  .spoiler-title .spoiler-toggle.active::before{
	transform: rotate(45deg);
}

.spoiler  .spoiler-title .spoiler-toggle{
	display: inline-block;
}

.spoiler  .spoiler-content{
	padding-left: 20px;
/*	border-left: 2px solid #9764fe;
	opacity: 0.7;
*/	display: none;
}

.spoiler  .spoiler-content p{
	margin: 0;
	margin-top: 13px;
}

.movie_vod_button{
	width: 214px;
  	height: 65px;
  	border-radius: 10px;
  	background-color: #6b1df8;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.movie_vod_button span{
	color: white;
	font-size: 20px;
  	font-weight: 500;
  	letter-spacing: 0.8px;
    margin-left: 15px;
    margin-top: 3px;
}
.movie_vod_button img{
	margin-top: -3px;
	margin-left: -8px;
}


.movie_vod_hr{
	width: 525px;
	height: 2px;
	margin: 21.5px 3px 15.5px 0;
	opacity: 0.28;
	background-color: #8b8295;
}

.movie_vod_wrap{
	display: flex;
	align-items: center;
}

.movie_vod_about{
	margin-left: 50px;
}
.movie_vod_about_head{
	color: #fff;
	font-size: 20px;
}
.movie_vod_wrap .movie_vod_about_more{
	color: #fff;
	opacity: 0.5;
	margin-top: 9px;
	text-decoration: underline;
	font-size: 16px;
	display: block;
}

@media only screen and (max-width:720px) {
	.movie_vod_button{
		width: 154px;
	  	height: 47px;
	  	border-radius: 7px;
	}
	.movie_vod_button span{
		font-size: 14px;
	  	letter-spacing: 0.56px;
	    margin-left: 11px;
    	margin-top: -2px;
	}
	.movie_vod_button img{
		width: 25px;
		margin-left: -3px;
		margin-top: -7px;
	}
	.movie_vod_about_head {
	    font-size: 18px;
	}
	.movie_vod_hr{
		display: none;
	}
	.movie_vod_wrap{
		margin-top: 34px;
		margin-bottom: 6px;
	}
	.movie_vod_about{
		margin-left: 37px;
	}
	.movie_vod_wrap .movie_vod_about_more {
		font-size: 14px;
		margin-top: 5px;
	}
}

.videojs_modal{
  	display: none;
  	position: fixed;
  	z-index: 1000;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto;
  	background-color: rgba(0,0,0,0.4);
  	justify-content: center;
  	align-items: center;
}
.videojs_modal_content{
    margin: 30px;
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}


#my_video_player{
	width: 100%;
	height: 100%;
}
.videojs_modal_close{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 32px;
	color: #ffffff;
	background-color: #00000050;
	padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
}

.btn_view_online{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
  	height: 65px;
  	border-radius: 10px;
  	/*background-color: #6b1df8;*/
  	background-color: #00DFF0;
  	/*position: absolute;*/
}

.btn_view_online_img{
	margin-right: 18px;
	fill: #000;
}

.btn_view_online_text{
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.7px;
	color: #000;
    margin-top: -5px;
}

.movie_kinoteka_wrap{
	margin-bottom: 30px;
}
.movie_kinoteka_inner{
	margin-left: auto;
	width: 525px;
}

.kinoteka_hr{
	width: 525px;
	height: 1px;
	background-color: #8b8295;
 	opacity: 0.28;
 	margin-bottom: 15px;
}

.kinoteka_buy_wrap{
	display: flex;
}

.kinoteka_text_group{
	display: flex;
	flex-flow: column;
	margin-left: 33px;
    justify-content: center;

}

.kinoteka_text_head{
	font-family: Roboto;
  	font-size: 20px;
  	color: #ffffff;
  	margin-bottom: 7px;
}

.kinoteka_text_descr{
	opacity: 0.6;
  	font-family: Roboto;
 	color: #ffffff;
  	font-size: 16px;
  	text-decoration: underline  !important;
}

.movie_list .movie_vipplay_subscr_wrap{
	display: flex;
	justify-content: center;
}

.movie_list .movie_vipplay_subscr_item{
	width: 196px;
	background-color: #30343a;
	height: 357px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.movie_list .movie_vipplay_poster_gradient{
	position: absolute;
	bottom: 0px;
	width: 196px;
	height: 235px;
	background-image: linear-gradient(1deg, #30343a 58%, rgba(48, 52, 58, 0) 90%);
}
.movie_list .movie_vipplay_subsr_poster{
	width: 196px;
}

.movie_list .movie_vipplay_poster_info{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
.movie_list .movie_btn_vipplay_subscr{
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 97px;

	background-color: #6b1df8;
	color: #ffffff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border: 0px;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.movie_list .movie_vipplay_subscr_item.active .movie_btn_vipplay_subscr{
	background-color: #00c7b2;
	color: #3c3d44;
}
.movie_list .movie_vipplay_subscr_item.active .movie_vipplay_poster_gradient{
	 background-image: linear-gradient(1deg, #6b1df8 50%, rgba(48, 52, 58, 0) 98%);
}


.movie_list  .movie_vipplay_subscr_item.inactive .movie_btn_vipplay_subscr{
	background-color: #484b4e;
	opacity: 0.4;
}

.movie_list .movie_vipplay_subscr_item_text{
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.19;
	color: #fff;
	text-align: center;
	width: 196px;
	position: absolute;
	bottom: 75px;
}
.movie_list .movie_vipplay_subscr_item.inactive .movie_vipplay_subscr_item_text {
	opacity: 0.3;
}
.movie_list .movie_vipplay_subscr_item.inactive .movie_vipplay_subsr_poster{
	opacity: 0.44;
}


.movie_list .movie_vipplay_poster_info_wrap{
	position: absolute;
	width: 196px;
	height: 173px;
	bottom: 0;
	border-radius: 5px;
	overflow: hidden;
	-webkit-backdrop-filter: blur(25px);
  	backdrop-filter: blur(25px);
  	filter: brightness(1.4);

  	display: none;
}
.movie_list .movie_vipplay_poster_info_close{
    top: 10px;
    right: -5px;
	color: #fff;
	width: 32px;
	height: 32px;
	position: absolute;
    font-size: 23px;
    cursor: pointer;
}

.movie_list .movie_vipplay_poster_info_text{
	padding: 0px 18px 26px 23px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	position: absolute;
	bottom: 0px;
	margin: 0;
	color: #ffffff;
}


	.movie_list .movie_vipplay_subscr_item {
	    width: 349px;;
	    background-color: #30343a;
	    height: 89px;
	    margin-bottom: 24px;
	    overflow: hidden;
	    border-radius: 10px;
    	margin-right: 21px;
	}
	.movie_list .movie_vipplay_subscr_item:last-of-type{
		margin-right: 0px;
	}



	.movie_list .movie_vipplay_subsr_poster_mob{
		display: block;
		width: 132px;
	}
	.movie_list .movie_vipplay_poster_gradient {
	    position: absolute;
	    bottom: 0px;
	    left: 67px;
	    width: 86px;
  		height: 89px;
	    background-image: linear-gradient(-90deg, #30343a 58%, rgba(48, 52, 58, 0) 89%);
	}
	.movie_list .movie_vipplay_subscr_item_text {
		display: none;
	}

	.movie_list .movie_vipplay_subscr_item_text_mob {
	    font-family: Roboto;
	    font-size: 18px;
	    font-weight: normal;
	    line-height: 1.33;
	    color: #fff;
	    text-align: left;
	    width: 196px;
	    position: absolute;
	    bottom: unset;
	    top: 11px;
    	left: 135px;
	    display: block;
	    margin: 0;
	}

	.movie_list .movie_vipplay_subscr_item.inactive .movie_vipplay_subscr_item_text_mob {
		opacity: 0.3;
	}
	.movie_list .movie_vipplay_subscr_item.inactive .movie_btn_vipplay_subscr{
		background-color: #484b4e;
		opacity: 1;
	}
	.movie_list .movie_vipplay_subscr_item.active .movie_vipplay_poster_gradient {
	    left: unset;
	    width: 286px;
  		height: 89px;
  		right: 0px;
	    background-image: linear-gradient(-90deg, #6b1df8 71%, rgba(48, 52, 58, 0) 89%);
	}

.kinoteka_movies_hr{
	width: 100%;
	background-color: #343c4d;
	height: 1px;
	margin-top: 14px;
	margin-bottom: 24px;
}

.videojs_modal_preloader{
	font-size: 32px;
    font-weight: 400;
    color: white;
    width: 600px;
    height: 200px;
    background-color: #00000099;
    display: flex;
    justify-content: center;
    align-items: center;

}


.movie_list_viju_logo{
	position: absolute;
	width: 41px;
	height: 22px;
	bottom: 22px;
	right: 8px;
	z-index: 20;
}
.movie_list_viju_logo > img{
	width: 38px;
	height: 32px;
}

.movie_list_viju_logo_grad{
	position: absolute;
	z-index: 18;
	bottom:0;
	right: 0;
	width: 160px;
    border-radius: 4px;
  	height: 93px;
	background-image: linear-gradient(150deg, #00000000 43%, rgba(0, 0, 0, 0.78) 99%);
}

.viju_logo_main_menu{
	position: absolute;
	width: 34px;
    margin-left: 83px;
    margin-top: -30px;
}

.wrap5  .donut{
    width: 210px;
    position: absolute;
	left: -71px;
    top: -52px;
}

@media only screen and (max-width: 767px) {

	.viju_logo_main_menu{
		position: relative;
	    width: 28px;
	    margin-left: 81px;
	    margin-top: -29px;
	    margin-right: 28px;
	}

}

@media only screen and (max-width: 670px) {

	.viju_logo_main_menu{
		position: relative;
	    width: 28px;
	    margin-left: 61px;
	    margin-top: -25px;
	    margin-right: 28px;
	}

}

.mainwindow_modal_quiz *{
	box-sizing: border-box;
}

.mainwindow_modal_quiz{
  	display: none;
  	position: fixed;
  	z-index: 1000;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
    overflow: hidden;
  	background-color: rgba(0,0,0,0.4);
  	justify-content: center;
  	align-items: center;
}
.mainwindow_modal_quiz_content{
    margin: 30px;
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainwindow_modal_quiz_wrap{
	width: 361px;
	height: 268px;
	padding: 37px 24px 24px;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}
.mainwindow_modal_quiz_head{
	font-size: 18px;
	font-weight: bold;
	/*line-height: 1.31;*/
	color: #000;
	text-align: center;
}
.mainwindow_modal_quiz_button{
	width: 313px;
	height: 40px;
	margin: 15px 0 0;
	padding: 9px 100px 10px 101px;
	border-radius: 4px;
	background-color: #6b1df8;
	/*font-family: Fira;*/
	font-size: 18px;
	color: #fff;
	border: 0px;
	transition: all 0.3s;
}

.mainwindow_modal_quiz_button:hover{
	background-color: #5900ef;;
}

.mainwindow_modal_quiz_buttons_wrap{
	margin-top: 22px;
	margin: auto;
}
.mainwindow_modal_quiz_close{
	width: 42px;
	height: 42px;
	padding: 12.5px 13.6px 13.2px 12px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	position: absolute;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	cursor: pointer;
}


@media only screen and (max-width: 767px) {



	.btn_view_online{
		width: 221px;
	  	height: 47px;

	}
	.btn_view_online_text{
		font-size: 16px;
		letter-spacing: 0.56px;
	}

	.kinoteka_hr{
		display: none;
	}
	.kinoteka_text_head {
	    font-size: 18px;
	    margin-bottom: 4px;
	}
	.kinoteka_text_descr{
	  	font-size: 14px;
	}
	.btn_view_online_img{
		margin-right: 13px;
	}
	.kinoteka_text_group {
	    margin-left: 14px;
	}

	.movie_list .movie_vipplay_subscr_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 10px;
	}

	.movie_list .movie_vipplay_subscr_item {
    	margin-right: 0px;
	}


 }
@media screen and (max-width: 1140px) {
	.movie_list_viju_logo {
	    bottom: -228px;
	    right: 10px;
	}
	.movie_list_viju_logo_grad {
	    bottom: -240px;
	}
}

.cinema_parking{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.cinema_parking_text{
    margin-left: 6px;
    font-size: 14px;
    color: #999da5;
    line-height: 24px;
}
.cinema_parking img{
    margin-top: 5px;
}

/*временно скрываем супервторник */
.supervtornik_message, #supervtornik_msg{
	display: none;
}


.viju_filters_wrap{
	width: 500px;
	height: 40px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
	gap: 24px;
	padding: 10px 0;
	margin: 0 auto;
}
.viju_genre_wrap{
	cursor: pointer;
	width: 148px;
	height: 40px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: solid 1px #63c;
	background-color: #17082a;
}
.viju_genre_text{
	width: 100px;
	height: 22px;
	font-size: 18px;
	color: #63c;
	white-space: nowrap;
	font-weight: 400;
}
.kinoteka_filters {
    display: inline-block;
    padding: 30px 10px 0px 80px;
    width: 100%;
    box-sizing: border-box;
}
.viju_clear_fliters{
	font-size: 18px;
	color: #63c;
	font-weight: 400;
}
.viju_search{
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: 1px solid rgb(196,196,196);
	padding-left: 20px;
	font-weight: 400;
	font-size: 18px;
}
.viju_search_wrap{
	position: relative;
    padding: 10px 20px;
}

.viju_search::placeholder{
	color: #333;
	font-size: 18px;
	font-weight: 400;

}
.viju_search_zoom{
	position: absolute;
	right: 10px;
	top: 22px;
}
.viju_genres_wrap{
	padding: 10px 20px;
}

.supervtornik_banner.movie_page{
	margin-top:20px;
	margin-left: -30px;
	margin-right: -30px;
}
.supervtornik_banner.cinema_schedule_page{
	margin-top:20px;
	margin-left: -50px;
	margin-right: -50px;
}


@media only screen and (max-width: 1024px) {
	.supervtornik_banner{
		margin-left: -25px;
		margin-right: -25px;
	}
	.viju_filters_wrap {
	    width: calc(100% + 40px);
	    display: flex;
	    justify-content: space-between;
	    gap: 24px;
	    padding: 10px 0;
	    margin: 0 -20px;
	    overflow-x: auto;
	    overflow-y: hidden;
	}
	.viju_filters_wrap::-webkit-scrollbar {
		display: none;
	}

	.viju_genre_wrap{
		min-width: 155px;
	}

	.viju_search_wrap{
		position: relative;
	    padding: 10px 0px;
	}
	.viju_search{
		box-sizing: border-box;
		height: 40px;
		padding-left: 10px;
	}
	.viju_genres_wrap{
		padding: 10px 20px;
	}
	.viju_clear_fliters {
	    display: flex;
	    justify-content: center;
	}



}

@media only screen and (max-width: 767px) {

	.supervtornik_banner.cinema_schedule_page{
		margin-top:20px;
		margin-left: unset;
		margin-right: unset;
	}
	.supervtornik_banner.movie_page{
		margin-left: unset;
		margin-right: unset;
	}

	.kinoteka_filters {
	    display: inline-block;
	    padding: 20px;
	    width: 100%;
	    box-sizing: border-box;
	}


}

@media only screen and (max-width: 719px) {
	.viju_genres_wrap{
		padding: 10px 0px;
	}
}
.modal_mob_adv {
 display: none;
}
/* баннер рекламы моб приложения */
@media only screen and (max-width: 1024px) {
	.modal_mob_adv {
	  display: none;
	  position: fixed;
	  z-index: 1000;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto;
	  background-color: rgba(0,0,0,0.4);
	  opacity: 0;
	  transition: all 0.5s ease-out;
	}
	.modal_mob_adv.visible {
		display: block;
		opacity: 1;
	}

	.modal_mob_adv_content {
	  background-color: #fff;
	  box-sizing: border-box;
	  margin: auto;
	  padding: 20px 20px 20px 20px;
	  width: 100vw;
	  height: 250px;
	  border-top-left-radius: 20px;
	  border-top-right-radius: 20px;
	  position: fixed;
	  bottom: -250px;
	  transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	}
	.modal_mob_adv_content.visible {
	  bottom: 0;
	}
	.modal_mob_head_wrap{
		display: flex;
		align-items: center;
	}
	.modal_mob_close{
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.modal_mob_body_wrap{
		display: flex;
		flex-flow: column;
		margin-top: 15px;
	}
	.modal_mob_body_str{
		display: flex;
		align-items: flex-start;
		margin-bottom: 1px;
	}
	.modal_mob_body_text{
		font-size: 14px;
		font-weight: 500;
	 	line-height: 1.43;
		color: rgba(0, 0, 0, 0.5);
		margin-left: 3px;
	}

	.modal_mob_icon{
	}
	.modal_mob_head{
		font-size: 18px;
		line-height: 20px;
		color: #333333;
		font-weight: 500;
		margin-left: 20px;
		padding-right: 20px;
	}
	.modal_mob_button{
		width: 100%;
		height: 45px;
		border-radius: 4px;
		background-image: linear-gradient(to right, #63c 0%, #4f0ed0 100%);
		font-size: 16px;
		line-height: 1.5;
		color: #fff;
		border: 0px;
		margin-top: 15px;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;

	}
}

/*Мосфильм подписка */
.mainwindow_modal_mosfilm *{
	box-sizing: border-box;
}

.mainwindow_modal_mosfilm{
  	display: none;
  	position: fixed;
  	z-index: 1000;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
    overflow: hidden;
  	background-color: rgba(0,0,0,0.4);
  	justify-content: center;
  	align-items: center;
  	/*opacity: 0;*/
}
.mainwindow_modal_mosfilm_content{
    margin: 30px;
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainwindow_modal_mosfilm_wrap{
	width: 361px;
	height: 268px;
	padding: 21px 24px 24px;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}
.mosfilm_subscr_ok{
	margin: auto;
	display: block;
    margin-top: 10px;
}

.mainwindow_modal_mosfilm_head{
	opacity: 0.5;
	/*font-family: Roboto;*/
	font-size: 29px;
	font-weight: bold;
	line-height: 1.31;
	color: #000;
}
.mainwindow_modal_mosfilm_button{
	width: 313px;
	height: 40px;
	margin: 10px 0 0;
	padding: 9px 100px 10px 101px;
	border-radius: 4px;
	background-color: #6b1df8;
	/*font-family: Fira;*/
	font-size: 18px;
	color: #fff;
	border: 0px;
	transition: all 0.3s;
}

.mainwindow_modal_mosfilm_button:hover{
	background-color: #5900ef;;
}

.mainwindow_modal_mosfilm_buttons_wrap{
	margin-top: 22px;
}
.mainwindow_modal_mosfilm_close{
	width: 42px;
	height: 42px;
	padding: 12.5px 13.6px 13.2px 12px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	position: absolute;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	cursor: pointer;
}


.mosfilm_banner *{
	box-sizing: border-box;
}

.mosfilm_banner.mobile{
	display: none;
}


.mosfilm_banner.desktop
{
	width: 1032px;
/* 	height: 132px; */
	/*margin: 81px 20px 0 29px;*/
	margin: auto;
	margin-bottom: 18px;
	object-fit: contain;
	border-radius: 42px;
	background-color: #2b1449;
	position: relative;
	padding-bottom: 15px;
}
.mosfilm_banner_wrap{
	display: flex;
}
.mosfilm_envelope{
	width: 116px;
	margin-left: 23px;
	position: absolute;
    top: -15px;
}
.mosfilm_banner_left{
	min-width: 164px;
}
.mosfilm_banner_right{
	display: flex;
	flex-direction: column;
	margin: auto;
}
.mosfilm_line_top{
	display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-top: 26px;
}
.mosfilm_banner_text{
	font-size: 18px;
	  font-weight: 500;
	  line-height: 1.45;
	  color: #fff;
}

.mosfilm_banner_button{
    min-width: 132px;

  	height: 45px;
  	background-color: #63c;
  	font-size: 16px;
  	color: #fff;
  	border: 0;
    border-radius: 50px;

  	margin-left: 12px;
  	margin-right: 32px;
}
.mosfilm_line_bottom{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
    margin-top: 17px;
	padding-right: 20px;
}
.mosfilm_input{
	width: 283px;
	height: 45px;
	background-color: #fff;
	display: flex;
	font-size: 16px;
	color: black;
	padding-left: 20px;
	border: 0;
    border-radius: 50px;
}
.mosfilm_banner_input_wrap{
	display: flex;
}


@media only screen and (max-width: 1060px) {
	.mosfilm_banner.desktop{
		width: auto;
/* 	    height: 171px; */
	    padding-right: 32px;
	}
	.mosfilm_line_top{
		flex-direction: column;
	}
	.mosfilm_banner_input_wrap{
		margin-top: 16px;
	}
	.mosfilm_line_top {
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 900px) {
	.mosfilm_banner.desktop{

/* 	    height: 200px; */
	}
}
@media screen and (max-width: 720px) {
	.mosfilm_banner.desktop{
		display: none;
	}

	.mosfilm_banner.mobile{
		display: block;
		width: 100%;
	    height: 343px;
	    position: fixed;
	    bottom: 0;
	}
}

.modal_mob_mosf {
	display: none;
}
@media only screen and (max-width: 720px) {
	.modal_mob_mosf {
	  display: none;
	  position: fixed;
	  z-index: 50;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto;
	  background-color: rgba(0,0,0,0.4);
	  opacity: 0;
	  transition: all 0.7s ease-out;
	}
	.modal_mob_mosf.visible {
		display: block;
		opacity: 1;
	}
	.modal_mob_mosf_content {
	  background-color: #fff;
	  box-sizing: border-box;
	  margin: auto;
	  padding: 20px 20px 20px 20px;
	  width: 100vw;

	  border-top-left-radius: 20px;
	  border-top-right-radius: 20px;
	  position: fixed;
	  bottom: -500px;
	  transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	}
	.modal_mob_mosf_content.visible {
	  bottom: 0;
	}
	.modal_mob_mosf_head_wrap{
		display: flex;
	}
	.modal_mob_mosf_close{
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.modal_mob_mosf_icon{
		min-width:  95px;
		max-width:  95px;
	}
	.modal_mob_mosf_body_wrap{
		display: flex;
		flex-flow: column;
		margin-top: 15px;
	}
	.modal_mob_mosf_body_str{
		display: flex;
		align-items: flex-start;
		margin-bottom: 1px;
	}
	.modal_mob_mosf_body_text{
		font-size: 14px;
		font-weight: 500;
	 	line-height: 1.43;
		color: rgba(0, 0, 0, 0.5);
		margin-left: 3px;
	}

	.modal_mob_mosf_head,
	.modal_mob_mosf_head_thanks
	{
		font-size: 18px;
		line-height: 20px;
		color: #000000;
		font-weight: 500;
		margin-left: 7px;
		padding-right: 20px;
	    margin-top: 17px;
	    line-height: 1.3;
	}
	.modal_mob_mosf_head_thanks
	{
		text-align: center;
		padding-right: 0px;
		margin: auto;
	}
	.mosfilm_input_mob{
        height: 41px;
	    background-color: #fff;
	    display: flex;
	    font-size: 16px;
	    color: black;
	    border-radius: 4px;
      	border: solid 1px #c6cad4;
      	padding-left: 13px;
  	    margin-top: 13px;
	}
	.modal_mob_mosf_button,
	.modal_mob_mosf_button_ok
	{
		width: 100%;
		height: 45px;
		border-radius: 4px;
		background-image: linear-gradient(to right, #63c 0%, #4f0ed0 100%);
		font-size: 16px;
		line-height: 1.5;
		color: #fff;
		border: 0px;
		margin-top: 12px;
		font-weight: 500;

	}
	.modal_mob_mosf_remark{
		font-size: 14px;
		color: #979797;
	    margin-top: 14px;

	}


}
/* конец Мосфильм подписка */


.link-cinema {
	display: grid;
	grid-template-columns: 160px 1fr;
	column-gap: 20px;
}

.link-cinema__title {
	grid-column: 1 / 3;
	margin: 0 0 10px 0;
}

.link-cinema__image {
	width: 160px;
	height: 140px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.39);
}


@media screen and (max-width: 719px) {
	.link-cinema__title {
		font-size: 18px;
		line-height: 1.33;
	}

	.link-cinema__image {
		display: none;
	}

	.link-cinema__address {
		grid-column: 1 / 3;
	}
}









/* Баннер ждун */

@font-face {
    font-family: 'Circe';
    src: url('/podarok2024/fonts/Circe-Light.woff2') format('woff2'),
        url('/podarok2024/fonts/Circe-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('/podarok2024/fonts/Circe-Bold.woff2') format('woff2'),
        url('/podarok2024/fonts/Circe-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.zhdun_wrap{
	margin-top: 30px;
	height: 128px;
	width: 525px;
	display: flex;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.zhdun_right{
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-left: 7px;
}
.zhdun_text_blue,
.zhdun_text_white
{
	font-family: Circe;

	font-weight: 700;
	font-size: 23.75px;
	line-height: 30.09px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #247EFF;
    margin-top: 24px;


}
.zhdun_text_white{
	margin-top: -2px;
	font-size: 19px;
	color: #ffffff;
}
.zhdun_detect{
	width: 91px;
	height: 27.87px;
	border-radius: 57.53px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background: #247EFF;
	font-family: Circe;

	font-weight: 700;
	font-size: 17.26px;
	line-height: 24.45px;
}
.zhdun_img{
	margin-left: 32px;
}
.zhdun_popup{
	position: fixed;
	z-index: 10;
	top:  285px;
	left: calc((100vw - 774px) / 2);

	/*display: flex;*/
	display: none;
	padding-top: 27px;

	flex-flow: column;
	align-items: center;
	justify-content: center;

	width: 774px;
	height: 460px;
	border-radius: 30px;
	background: #40404080;
	box-shadow: 0px 75px 100px 0px #00000040;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);


	padding-right: 30px;

}
.zhdun_popup_preload_wrap{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}


.zhdun_popup_text{
	font-family: Roboto;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #ffffff;

}
.zhdun_loader{
	height: 120px;
	margin-bottom: 24px;
}
.zhdun_final_img{
	margin-left: 33px;
	margin-right: 40px;
}
.zhdun_final_wrap{
	/*display: flex;*/
	display: none;

}
.zhdun_final_right{
	display: flex;
	flex-flow: column;


}
.zhdun_popup_final_main{
	font-family: Roboto;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	margin-top: 102px;
}
.zhdun_popup_final_text{
	font-family: Roboto;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	margin-top: 45px;
	margin-bottom: 50px;
}


/*.zhdun_final_wrap:nth-of-type(7) {
	display: flex;
}
*/
.zhdun_popup_close{
	position: absolute;
	right: 18px;
	top: 20px;
	cursor: pointer;
}
.nav-header__item.header_zhdun{
	background-image: url('/application/data/images/zhdun_bg_header.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #00dff0;;

}



@media only screen and (max-width: 720px) {
	.zhdun_wrap{
		margin-left: auto;
		margin-right: auto;
		width: 100%;

	}
	.zhdun_img{
		height: 120px;
		margin-left: 20px;
	}
	.zhdun_text_blue{
		font-size: 16px;
		line-height: 19.48px;
		margin-top: 40px;
	}
	.zhdun_text_white{
		font-size: 12px;
		line-height: 16px;
	}
	.zhdun_detect{
		width: 59px;
		height: 18px;
		border-radius: 37.26px;
		font-size: 12px;
	    margin-top: 3px;
	}
	.zhdun_right{
		margin-left: auto;
		margin-right: auto;
	}

	.zhdun_popup {
	    position: fixed;
	    top: 0px;
	    left: 0;
	    flex-flow: column;
	    align-items: center;
	    justify-content: center;
	    width: 100vw;
	    height: 100vh;
	    border-radius: 0px;
	    background: #00000080;
	    backdrop-filter: blur(70px);
	    box-shadow: 0px 25px 50px 0px #00000033;
	    padding-right: 0px;
	    z-index: 100;
	}
	.zhdun_final_wrap{
		flex-flow: column;
		align-items: center;
	}
	.zhdun_final_img {
	     margin-left: auto;
	     margin-right: auto;
	     height: calc( 100vh - 330px);
	     max-height: 400px;
	}
	.zhdun_popup_final_main {
	    margin-top: 41px;
	}
	.zhdun_final_right {
	    padding-left: 22px;
	    padding-right: 28px;
	}
	.zhdun_popup_final_text {
	    font-size: 17px;
	    line-height: 20px;
	    margin-top: 24px;
	    margin-bottom: 30px;
	}


}

/* Конец: Баннер ждун */



