.b-schedule {
	margin: 30px 0 0;
	border-top: 1px solid #244640;
}
.grinvich .b-schedule {
	border-color: #2d3c55;
}
.b-shcedule-controls {
	margin-top: -1px;
	position: relative;
	min-height: 60px;
}

.b-schedule_film .b-schedule_film .row {
	position: relative;
	/*padding-bottom: 32px*/
	padding-bottom: 62px
}

._switch-holder {
	display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 5px 23px;
    min-height: 60px;
    background: transparent;
    border: 1px solid #244640;
    border-radius: 0;
    box-shadow: none;
    transition: background 280ms ease;
}
.grinvich ._switch-holder {
	border-color: #2d3c55;
}
._switch-holder:hover {
	background-color: #314e49;
}
.grinvich ._switch-holder:hover {
	background-color: #3b4961;
}
._switch-holder ._switch {
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    white-space: nowrap;
}
._switch-holder span {
    display: block;
}

._switch-holder__name {
    font-size: 19px;
    line-height: 130%;
    margin-top: 7px;
}
@media (max-width: 1199px) {
	._switch-holder {
		padding: 5px 16px;
	}
}

/*Переключатели*/

@media (max-width: 767px) {
	.b-schedule-controls-toggles {
		margin: 0 -15px;
		padding: 15px;
		background-color: #172e2a;
	}
	.grinvich .b-schedule-controls-toggles {
		background-color: #0f1e37;
	}
}


@media (max-width: 767px) {
	/*.b-schedule-controls-toggles {
		display: none;
	}*/
	.b-shcedule-controls ._switch-holder {
		/*display: none;*/
	}
	.datepicker.dropdown-menu, .datepicker.datepicker-inline {
		margin-left: 0;
	}
}

.b-schedule-controls-toggles:after,
.b-schedule-controls-toggles:before {
	content: " ";
	display: table
}

.b-schedule-controls-toggles:after {
	clear: both
}

.b-schedule-controls-toggles ._date {
	/*float: left;*/
	display: flex;
	font-size: 0;
}

@media (max-width: 767px) {
	.b-schedule-controls-toggles ._date {
		justify-content: center;
	}
}


.b-schedule-controls-toggles ._date_item {

}

.b-schedule-controls-toggles ._date_item_title {
	display: block;
	width: 100%;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 3px
}

.b-schedule-controls-toggles ._date_item_val {
	display: block;
	width: 100%;
	font-size: 14px;
	text-transform: lowercase;
}



/*Фильтр по сеансам*/

.b-schedule_filter {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: -1px;
	width: 100%;
	max-width: 540px;
	padding: 20px 40px;
	background-color: #244640;
	border: 1px solid #101F1C;
	z-index: 100;
}
.grinvich .b-schedule_filter {
	background-color: #2d3c55;
}
.b-schedule_filter.active {
	display: block;
}
.b-schedule_filter ._title {
	margin: 0 0 25px;
	font-size: 24px;
	text-align: left;
}

@media (max-width: 767px) {

	.b-schedule_filter ._title {
		position: absolute;
		width: 29px;
		height: 29px;
		font-size: 0;
		/*top: -50px;*/
		top: -85px;
		right: 0;
		background: transparent url('img/filter-toggle__xs.png') no-repeat center;
	}

	.b-schedule_filter.active ._title {
		background: none;
	}

	.b-schedule_filter.active ._title::before,
	.b-schedule_filter.active ._title::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: rotate(45deg);
	}

	.b-schedule_filter.active  ._title::after {
		transform: rotate(-45deg);
	}

}


.b-schedule_filter ._items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b-schedule_filter ._item {
	width: calc(50% - 20px);
    margin: 0 10px;
}
.b-schedule_filter ._item ._checkbox label {
	width: 100%;
	margin: 0;
}
.b-schedule_filter ._item:nth-child(n+3) {
    margin-top: 20px;
}

.b-schedule_filter ._subtitle {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 14px;
}

.b-schedule_filter ._subtitle a,
.b-schedule_filter ._subtitle a:visited {
	color: inherit;
	text-decoration: none;
}

.b-schedule_filter ._subtitle a:hover,
.b-schedule_filter ._subtitle a:active {
	color: #dcbb25;
}

.b-schedule_filter ._select {
	color: #000;
}

@media (max-width: 767px) {
	.b-schedule_filter ._checkbox  label {
		display: block;
	}
}

.b-schedule_filter ._checkbox  input[type="checkbox"] {
	display: none;
}

.b-schedule_filter ._checkbox  input[type="checkbox"] + span {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #BDC7C6;
	cursor: pointer;
	min-height: 48px;
	justify-content: center;
}

.b-schedule_filter ._checkbox  input[type="checkbox"] + span:hover {
	border-color: #DCBB25;
}

.b-schedule_filter ._checkbox  input[type="checkbox"]:checked + span {
	border-color: #DCBB25;
}

.b-schedule_controls-select {
	margin-bottom: 20px;
}


.b-schedule_controls-select ._item {
	width: 50% !important;
	padding-right: 5px;
}


.b-schedule_controls-select select {
   text-align: center;
}



.b-schedule_films {
	margin-top: 10px;
}
.b-schedule_film {
	padding: 10px 0;
	border-bottom: 1px solid #244640;
}
.b-schedule_film:last-child {
	border-bottom: none;
}
.b-schedule_film_info {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.b-schedule_film_info_visual {
	position: relative;
	width: 180px;
	margin-right: 30px;
	flex-shrink: 0;
}
.b-schedule_film .film-image {
	position: relative;
}
.film-image__video {
    position: absolute;
    top: 95px;
    left: 50%;
    display: block;
    width: 100%;
    height: 75px;
    padding-top: 55px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    transform: translateX(-50%);
}
.film-image__video::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='29.5' fill='%23fff' fill-opacity='.2' stroke='%23fff'/%3E%3Cpath d='M23.982 20.705l14.886 8.684a.709.709 0 010 1.223l-14.886 8.684a.708.708 0 01-1.065-.615V21.317a.709.709 0 011.065-.612z' fill='%23fff'/%3E%3C/svg%3E");
	transform: translateX(-50%);
	z-index: 1;
	transition: background-image 0.3s ease-in-out;
}
.film-image__video:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='24.5' fill='%23DCBB25' fill-opacity='.2' stroke='%23DCBB25'/%3E%3Cpath d='M20.752 18.439l10.508 6.13a.5.5 0 010 .863l-10.508 6.13a.5.5 0 01-.752-.434V18.871a.501.501 0 01.752-.432z' fill='%23DCBB25'/%3E%3C/svg%3E");
}
.film-image__video::after {
    content: "";
    position: absolute;
    top: -95px;
    left: 0;
    width: 180px;
    height: 240px;
    background: #101F1C;
	opacity: 0;
    z-index: 0;
    pointer-events: none;
	user-select: none;
    transition: all 0.3s ease-in-out ;
}
.film-image__video:hover::after {
	background: #101F1C;
	opacity: 0.8;
}

.film-image__video-text {
	position: relative;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    z-index: 1;
}
.film-image__video:hover .film-image__video-text {
	opacity: 1;
}

.b-schedule_film_info_content {
	width: 100%;
}
.b-schedule_film_info_header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}
.b-schedule_film_info .film-name {
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
}
.b-schedule_film_info .film-name a {
	text-decoration: none;
}
.b-schedule_film_group {
	display: flex;
	align-items: flex-start;
}
.b-schedule_film_info ._age {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px;
}

.b-schedule_film_group_info {
	font-size: 14px;
}
.b-schedule_film_info .film-premiere {
	position: absolute;
	top: 7px;
	left: -5px;
	width: auto;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border: none;
}
.b-schedule_film_info .film-premiere span {
    padding: 5px 13px;
}

.film-premiere-new {
	font-size: 14px;
	padding: 3px 6px;
	background-color: #DCBB25;
	border-radius: 5px;
	color: #162B27;
	font-weight: 600;
}

.b-schedule_film_hall {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	font-size: 0;
}

.b-schedule_film ._hall_ticket {
	display: inline-block;
	width: calc((100% / 10) - 20px);
	margin: 10px 10px 0;
	font-size: 13px;
	text-decoration: none!important;
	border-top: 1px solid #244640;
	padding-top: 5px;
	transition: all .3s;
}
.grinvich .b-schedule_film ._hall_ticket {
	border-color: #2d3c55;
}
@media (max-width: 1469px) {
	.b-schedule_film ._hall_ticket {
		width: calc((100% / 6) - 20px);
	}
}
.b-schedule_film_hall ._hall_ticket.disabled:not(:last-child) {
	display: none;
}

.b-schedule_film ._hall_ticket._hidden {
	display: none;
}
.b-schedule_film ._session_time {
	font-weight: 600;
	font-size: 23px;
	line-height: 130%;
	color: #DCBB25;
	margin: 0 2px 0 0;
	flex-shrink: 0;
}

.b-schedule_film ._session_price {
	display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 1px;
    flex-shrink: 0;
}
.b-schedule_film ._session_type,
.b-schedule_film ._session_hall {
	display: block;
	overflow: hidden;
	color: #BDC7C6;
}

@media (max-width: 767px) {
	.b-schedule_film ._session_type {
		margin: 2px 0;
	}
}

.b-schedule_film ._hall_ticket.disabled {
	pointer-events: none
}

@media (max-width: 767px) {
	.b-schedule_film ._hall_ticket._hidden_mobile {
		display: none;
	}
}

.b-schedule_film ._hall_ticket.disabled ._session_time,
.b-schedule_film ._hall_ticket.disabled ._session_price,
.b-schedule_film ._hall_ticket.disabled ._session_type,
.b-schedule_film ._hall_ticket.disabled ._session_hall {
	color: hsla(0, 0%, 100%, .5)
}
.b-schedule_film ._hall_ticket:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.b-schedule_film  ._session_group {
	display: flex;
	margin-top: 1px;
}


.b-schedule_film_more {
	margin: 30px 0 0;
}

.b-schedule_film_more a {
    text-decoration: none;
    display: block;
    display: inline-block;
    margin-top: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    padding: 15px 43px;
    border: 1px solid #DCBB25;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.b-schedule_film_more a:hover {
	color: #fff;
	background-color: #dcbb25;
}
.grinvich .b-schedule_controls,
.grinvich .b-schedule_film {
	border-bottom-color: #223047
}

.grinvich .b-schedule_film ._hall_title a {
	color: #ffdc41
}
.grinvich .b-schedule_film ._hall_time {
	background-image: url(img/ticket_grinvich.png)
}

.grinvich .b-schedule_filter ._subtitle a:hover,
.grinvich .b-schedule_filter ._subtitle a:active {
	color: #ffdc41;
}


/*** Стили кнопки "Киножор" (возле кнопок в расписании) *__/
.b-button-kinozhor {
	border-color: #dcbb25;
	background-color: #dcbb25;
}
.b-button-kinozhor:hover {
	border-color: #ffdc41;
	background-color: #ffdc41;
}
.grinvich .b-button-kinozhor {
	border-color: #ffdc41;
	background-color: #ffdc41;
	color: #000 !important;
}
.grinvich .b-button-kinozhor:hover {
	border-color: #ffe940;
	background-color: #ffe940;
}
***/

@media (max-width: 1199px) {
	.date-and-time-picker.pull-right {
		/*float: left!important;*/
	}
}

@media (max-width: 1199px) {
	.g-tab._date_item:nth-of-type(5) {
		display: none;
	}
}

@media (max-width: 991px) {
	.g-tab._date_item:nth-of-type(4) {
		display: none;
	}
}

@media (max-width: 750px) {
	.g-tab._date_item:nth-of-type(3) {
		display: none;
	}
}

@media (max-width: 620px) {
	.g-tab._date_item:nth-of-type(2) {
		display: none;
	}
	.datepicker.dropdown-menu {
		left: 14px!important;
		margin-left: 0!important;
	}
}

.g-tab.filter-button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	line-height: 1.3;
	border: 1px solid #244640;
	margin-left: -1px;
    padding-right: 47px;
	pointer-events: auto !important;
}
.grinvich .g-tab.filter-button {
	border-color: #2d3c55;
}
.grinvich .g-tab.filter-button.active {
	background-color: #2d3c55;
	border-color: #101F1C;
	color: #fff !important;
}
.g-tab.filter-button span {
	position: relative;
}
.g-tab.filter-button span::after {
	content: "";
    position: absolute;
    top: 7px;
    right: -22px;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../../img/arrow-angle.svg);
}
.g-tab.filter-button.active span::after {
    transform: rotate(180deg);
}
@media (max-width: 1199px) {
	.g-tab.filter-button {
		padding-right: 37px;
	}
}

.b-schedule__warning {
    padding: 15px 0;
    text-align: center;
    border: 1px solid #244640;
    font-size: 19px;
    line-height: 1.3;
}
.grinvich .b-schedule__warning {
	border-color: #2d3c55;
}
@media (max-width: 991px) {
	.b-schedule_films {
		margin: 0;
	}
	.b-schedule_film {
		padding: 30px 0;
	}
	.b-schedule_film_info {
	    flex-wrap: wrap;
	}
	.b-schedule_film_info_visual {
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		margin: 0;
	}
	.b-schedule_film_info_header {
		align-content: flex-start;
		min-height: 160px;
		padding-left: 140px;
		margin: 0 0 20px;
	}
	.film-image__video {
	    top: 60px;
	    height: 50px;
	    padding: 0;
	}
	.film-image__video::after {
	    width: 120px;
	    height: 160px;
	    top: -60px;
	}
	.film-image__video:hover .film-image__video-text {
	    display: none;
	}
	.b-schedule_film ._hall_ticket {
	    width: calc((100% / 4) - 20px);
	}

}
@media (max-width: 767px) {
	.b-schedule_filter {
	    margin-top: -16px;
	}
}
@media (max-width: 570px) {
	.b-schedule_filter {
	    padding: 20px 25px;
	}
}
@media (max-width: 520px) {
	.b-schedule_film_info .film-name {
	    font-size: 24px;
	    line-height: 1;
	    margin-bottom: 5px;
	}
	.b-schedule_film_group {
		flex-wrap: wrap;
	}
	.b-schedule_film_group_info {
		width: 100%;
		margin-top: 3px;
	}
	.b-schedule_film ._hall_ticket {
	    width: calc((100% / 2) - 20px);
	}
	._switch-holder {
		margin: 0;
	}
	.g-tab.filter-button {
		padding: 5px 37px  5px 16px;
	}
	.g-tab._date_item:nth-of-type(1) {
		display: none;
	}
}
@media (max-width: 480px) {

	._switch-holder {
		padding: 6px 10px;
		min-height: 50px;
	}
	._switch-holder ._switch {
		font-size: 12px;
	}
	.g-tab.filter-button {
		padding: 6px 30px 6px 10px;
		min-height: 50px;
	}
	.g-tab.filter-button span::after {
		top: 4px;
	}
	._switch-holder__name {
		margin-top: 3px;
	}
	.b-schedule_filter {
	    padding: 20px 25px;
	}
	.b-schedule_filter ._items {
	    margin: 0;
	}
	.b-schedule_filter ._item {
	    width: 100%;
	    margin: 0 0 15px;
	}
	.b-schedule_filter ._item:nth-child(n+3) {
		margin-top: 0;
	}
}
@media (max-width: 380px) {
	.g-tab.filter-button {
		padding: 6px 26px 6px 10px;
	}
	.g-tab.filter-button span::after {
		width: 10px;
		height: 6px;
		right: -17px;
	}
	._switch-holder ._switch {
		white-space: normal;
	}
}
