.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.valign-center {
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.header-line-1 .button {
	top: 11px;
}
.header-line-1 .logo {
	padding-right: 20px;
}
.header-line-2 .clock {
	flex: 0 0 12%;
	max-width: 12%;
}
.header-line-2 .weather {
	flex: 0 0 22%;
	max-width: 22%;
}
.header-line-2 .affiche-link {
	flex: 0 0 15%;
	max-width: 15%;
}
.header-line-2 .currency {
	flex: 0 0 11%;
	max-width: 11%;
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
}
.header-line-2 .currency-wrap {
	width: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.affiche-link a{
	display: block;
	border-right: 1px solid #e8e8e8;
	height: 65px;
	text-align: center;
}
.affiche-link a img {
	max-height: 65px;
}


.affiche-menu {
	background: #e2e6f2;
	font-size: 0;
	position: relative;
	padding-right: 0px;
}
.affiche-menu-line {
	white-space: nowrap;
	overflow-x: auto;
}
.affiche-menu-line::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.affiche-menu-line::-webkit-scrollbar-thumb {
	width: 0;
	height: 0;
}
.affiche-menu:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	background: linear-gradient(90deg, transparent 0%, #e2e6f1 55%);
}
.affiche-menu:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 9px;
	height: 16px;
	background: url(../images/affiche/arrow-right.png) no-repeat;
	z-index: 2;
	animation: swipe 1.4s linear infinite;
}
@keyframes swipe {
	50% {
		-ms-transform: translateX(-12px);
		transform: translateX(-12px);
	}
}
@-ms-keyframes swipe {
	50% {
		-ms-transform: translateX(-12px);
		transform: translateX(-12px);
	}
}
.affiche-menu a {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding: 0px 16px;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	color: #474d63;
}
.affiche-menu a:last-child {
	margin-right: 80px;
}
.affiche-menu a:hover {
	color: #c23a54;
}
.affiche-menu a.active,
.affiche-menu a.selected {
	color: #FFF;
	background: #c23a54;
	padding: 0px 30px;
}
.affiche-by-days {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 0;
	border-left: 1px solid #e2e6f2;
	margin-bottom: 30px;
}
.affiche-day {
	display: inline-block;
	vertical-align: middle;
	min-width: 8.333%;
	flex: 0 0 8.333%;
	min-height: 112px;
	border: 1px solid #e2e6f2;
	border-left: 0;
	text-align: center;
	padding: 17px 8px 10px;
	color: #474d63;
	font-size: 14px;
	text-decoration: none;
}
.affiche-day:not(.active):hover {
	background: #e2e6f2;
}
.affiche-day.active {
	background: #474d63;
	color: #FFF;
	border-color: #474d63;
	position: relative;
}
.affiche-day.active:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 1px;
	background: #474d63;
}
.affiche-day.day-off {
	color: #c23a54;
}
.affiche-day-week {
	margin-bottom: 8px;
}
.affiche-day-date {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 4px;
}
.affiche-block {
	margin-bottom: 18px;
}
.affiche-title {
	padding: 15px 25px;
	margin-bottom: 20px;
	background: #e2e6f2;
	font-weight: 700;
	font-size: 18px;
}
.affiche-events {
	font-size: 0;
	margin-right: -25px;
}
.affiche-event {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding-right: 25px;
	margin-bottom: 27px;
	text-align: center;
	font-size: 16px;
}
.affiche-event-img {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.affiche-event-img img {
	display: block;
	transition: transform .3s;
}
.affiche-event-img a:hover img {
	transform: scale(1.1);
}
.affiche-event-title {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
}
.affiche-event-title a {
	text-decoration: none;
	color: #474d63;
}
.affiche-event-title a:hover {
	color: #0067b9;
}
.affiche-event-date {
	color: #c23a54;
}
.seo-block {
	border-top: 1px solid #d9dfed;
	padding-top: 30px;
}
.seo-block p {
	margin-bottom: 30px;
}

.film-page,
.event-page {
	margin-top: 30px;
	font-size: 0;
}
.film-page > *,
.event-page > * {
	font-size: 16px;
}
.film-page-img,
.event-page-img {
	width: 175px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}
.film-page-body,
.event-page-body {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 205px);
	margin-bottom: 5px;
}
.cinema, .event-place {
	border: 1px solid #e2e6f2;
	padding: 25px;
	margin-bottom: 25px;
	font-size: 18px;
	color: #474d63;
}
.cinema-name,
.event-place-name {
	font-size: 28px;
	margin-bottom: 8px;
	font-weight: 700;
}
.event-place-name {
	margin-bottom: 12px;
}
.cinema-date {
	color: #c23a54;
	margin-bottom: 8px;
}
.cinema-prices {
	margin-bottom: 8px;
	font-weight: 700;
}
.cinema-prices span {
	margin-right: 3px;
}
.cinema-sessions {
	position: relative;
	padding-left: 70px;
}
.cinema-sessions-label {
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: 700;
}
.cinema-sessions-items {
	font-size: 0;
}
.cinema-sessions-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	min-width: 64px;
	background: #e2e6f2;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.cinema-contacts,
.event-place-contacts {
	margin: 25px -25px -25px;
	padding: 25px;
	background: #f0f2f8;
	font-size: 16px;
}
.cinema-contacts > div,
.event-place-contacts > div {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}
.cinema-contacts > div:last-child,
.event-place-contacts > div:last-child {
	margin-bottom: 0;
}
i[class^="i-"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.i-pin {
	background-image: url(../images/affiche/i-pin.png);
}
.i-tel {
	background-image: url(../images/affiche/i-tel.png);
}
.i-globe {
	background-image: url(../images/affiche/i-globe.png);
}
.cinema-contacts i[class^="i-"],
.event-place-contacts i[class^="i-"] {
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -13px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
.film-page-body .inline-row,
.event-page-body .inline-row {
	margin-left: -15px;
	margin-right: -15px;
}
.film-page-body [class*="span-"],
.event-page-body [class*="span-"] {
	padding-left: 15px;
	padding-right: 15px;
}
.btn-bordered {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 35px;
	border: 1px solid #e2e6f2;
	color: #474d63;
	height: 50px;
	line-height: 48px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
	text-decoration: none;
}
.btn-bordered:hover {
	color: #0067b9;
	border-color: #0067b9;
}
.btn-block {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.btn-all-cinemas {
	margin-bottom: 30px;
}
.share-btns {
	margin-bottom: 25px;
}
.share-btns > span {
	display: inline-block;
	vertical-align: middle;
}
.share-btns .label {
	color: #CCC;
}
.share-btns ul {
	padding: 0 !important;
}
.share-btns li {padding: 0 !important;}

.film-descr,
.event-descr {
	margin-bottom: 30px;
}
.film-descr-title,
.event-descr-title {
	padding: 15px 25px;
	background: #e2e6f2;
	font-weight: 700;
	font-size: 18px;
}
.film-descr-body,
.event-descr-body {
	padding: 25px;
	border: 1px solid #e2e6f2;
}
.film-descr-body p,
.event-descr-body p {
	margin-bottom: 10px;
}
.film-descr-body .title {font-weight: 700;}







