.main_afisha_button{
	width: 200px;
	margin: 30px auto;
}

.main_afisha_button .button {
  background: #b44119;
  color: #FCFCFC;
}

.story-text{color: #fff; margin-bottom: 50px;}




.recom-item, .popular-item, .scene-item{
	overflow: hidden;
	display: block !important;
}
.recom-item-link, .popular-item-link, .scene-item-link{
	width: 100%;
	transition: ease 1s;
	height: 370px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
}
.scene-item-link{
	height: 245px;
}

.recom-item-link:hover, .popular-item-link:hover, .scene-item-link:hover{
	transform: scale(1.05);
}




header.page-header .play-button{
	transition: ease 1s;
	bottom: 120px;
}
header.page-header .play-button:hover{
	transform: translate(460px, 0) scale(1.2);
}

header.page-header {
  background-blend-mode: color;
}



.story-slider-block{border: 0;}

.story-slider-item{opacity: 0.3; cursor: pointer;}
.story-slider-item.slick-current{opacity: 1;}

.mobile_fly_menu{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #101010;
	padding: 10px;
	z-index: 1000;
}

.mobile_fly_menu ul{display: flex; align-items: center; justify-content: space-between;}
.mobile_fly_menu ul li{font-size: 12px; color: #101010; text-transform: uppercase;}
.mobile_fly_menu ul li a{color: #101010;}

.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.9);
  display: none;
}
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  max-height: 100%;
  background: #FCFCFC;
  overflow: auto;
  padding: 30px;
  display: none;
}
.gallery-modal .close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.gallery-modal-item{width: 100%; max-width: 1000px; margin: 0 auto; margin-bottom: 30px;}
.gallery-modal-item img{width: 100%;}

@media screen and (max-width: 750px) {
	header.page-header .play-button {
	  bottom: 10px;
	}
}
@media screen and (max-width: 560px) {
	.recom-item-link, .popular-item-link{
		height: 320px;
	}
	
	.scene-item{margin-bottom: 10px;}
	.story-slider-item{opacity: 1;}
	
	.gallery-modal .close {
	  position: fixed;
	  top: unset;
	  right: unset;
	  bottom: 25px;
	  left: 40%;
	  background: #fff;
	  border-radius: 100px;
	  line-height: 0;
	}
	.gallery-modal .close img{width: 60px;}
	
	.dates-more {
	  display: flex;
	  margin-bottom: 20px;
	}
}




.affiche-page__affiches-title, .affiche-page__affiches-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.affiche-page__affiches-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.affiche-page__affiches-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

.affiche-page__filter-block, .affiche-page__filter-block .affiche-page__filter-block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.affiche-page__filter-block {
    height: 100px;
    margin-bottom: 10px
}

.affiche-page__filter-block .affiche-page__filter-block-left {
    width: 50%
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select {
    margin: 0 auto;
    position: relative;
    width: 150px
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select:hover .affiche-page-select__body {
    display: block
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__header {
    border: 0;
    width: 100px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #4b0e0e
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__current {
    font-size: 18px;
    line-height: 24px;
    padding: 8px
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-left: auto;
    text-align: center;
    width: 40px
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body {
    border-top: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    width: 200px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 5px
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #4b0e0e;
    height: 50px;
    width: 100%;
    padding: 12px
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item input, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item label {
    cursor: pointer
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .affiche-checkbox, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .affiche-checkbox {
    display: none
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #101010;
    border-radius: 2px;
    position: relative
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox:before, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox:before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    background-image: url(../img/arrow-select.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox:before svg path, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox:before svg path {
    fill: #b11733
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox-text {
    margin-left: 14px
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .affiche-checkbox:checked + .custom-checkbox:before, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .affiche-checkbox:checked + .custom-checkbox:before {
    opacity: 1
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #101010;
    border-radius: 2px;
    position: relative
}

.affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox-text {
    margin-left: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #4b0e0e
}

.affiche-page__filter-block .affiche-page__filter-block-rigth {
    position: relative
}

.affiche-page__filter-block .affiche-page__filter-block-rigth::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 27px;
    background-image: url(../img/glass.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.affiche-page__filter-block .affiche-page__filter-block-rigth input {
    border: 0;
    width: 360px;
    height: 50px;
    border-bottom: 1px solid #101010;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 13px 40px;
    outline: 0
}

.affiche-page__filter-block .affiche-page__filter-block-rigth input::-webkit-input-placeholder, .popup-form form .popup-form__input-phone::-webkit-input-placeholder, .popup-galery .phone-form .phone-form__block form input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(36, 36, 36, .4)
}

.affiche-page__filter-block .affiche-page__filter-block-rigth input::-moz-placeholder, .popup-form form .popup-form__input-phone::-moz-placeholder, .popup-galery .phone-form .phone-form__block form input::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(36, 36, 36, .4)
}

.affiche-page__filter-block .affiche-page__filter-block-rigth input:-ms-input-placeholder, .popup-galery .phone-form .phone-form__block form input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(36, 36, 36, .4)
}

.affiche-page__filter-block .affiche-page__filter-block-rigth input::-ms-input-placeholder, .popup-form form .popup-form__input-phone::-ms-input-placeholder, .popup-galery .phone-form .phone-form__block form input::-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(36, 36, 36, .4)
}

.affiche-page__filter-block .affiche-page__filter-block-rigth input::placeholder, .popup-form form .popup-form__input-phone::placeholder, .popup-galery .phone-form .phone-form__block form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(36, 36, 36, .4)
}

@media (max-width: 960px) {
    .affiche-page__filter-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px
    }

    .affiche-page__filter-block .affiche-page__filter-block-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        width: 100%
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select {
        margin: 0;
        position: relative;
        width: 150px
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select:hover .affiche-page-select__body {
        display: block
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body {
        border-top: 0;
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
        width: 200px;
        height: auto;
        background: #fff;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
        border-radius: 5px
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        color: #4b0e0e;
        height: 50px;
        width: 100%;
        padding: 12px
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item input, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item label {
        cursor: pointer
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .affiche-checkbox, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .affiche-checkbox {
        display: none
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #e3cb85;
        border-radius: 2px;
        position: relative
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox:before, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox:before {
        position: absolute;
        content: "";
        display: block;
        width: 8px;
        height: 4px;
        background-image: url(../img/arrow-select.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox:before svg path, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox:before svg path {
        fill: #b11733
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .custom-checkbox-text {
        margin-left: 14px
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .affiche-checkbox:checked + .custom-checkbox:before, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select__body .affiche-page-select__item .affiche-checkbox-label .affiche-checkbox:checked + .custom-checkbox:before {
        opacity: 1
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #b11733;
        border-radius: 2px;
        position: relative
    }

    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox-text {
        margin-left: 14px;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
        text-transform: uppercase;
        color: #4b0e0e
    }

    .affiche-page__filter-block .affiche-page__filter-block-rigth {
        position: relative;
        width: 100%
    }

    .affiche-page__filter-block .affiche-page__filter-block-rigth::before {
        position: absolute;
        content: "";
        top: 13px;
        left: 0;
        z-index: 0;
        width: 18px;
        height: 27px;
        background-image: url(../img/glass.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .affiche-page__filter-block .affiche-page__filter-block-rigth input {
        border: 0;
        width: 360px;
        height: 50px;
        border-bottom: 1px solid #e3cb85;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        padding: 13px 40px;
        outline: 0
    }
}

@media (max-width: 621px) {
    .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select .affiche-page-select__header .affiche-page-select__current, .affiche-page__filter-block .affiche-page__filter-block-left .affiche-page-select-checkbox .affiche-checkbox-label .custom-checkbox-text {
        font-size: 14px
    }

    .affiche-page__filter-block .affiche-page__filter-block-rigth input {
        width: 100%
    }
    
    .affiche-page__affiches-title h3 {  font-size: 25px;}
}