@font-face {
	font-family: 'ALSRublRegular';
	src: url('../fonts/rouble-webfont.eot');
	src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#ALSRublRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: url('../fonts/GothamPro.woff2') format('woff2'),
		url('../fonts/GothamPro.woff') format('woff'),
		url('../fonts/GothamPro.ttf') format('truetype'),
		url('../fonts/GothamPro.svg#GothamPro') format('svg'),
		url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Bold.eot');
	src: url('../fonts/GothamPro-Bold.woff2') format('woff2'),
		url('../fonts/GothamPro-Bold.woff') format('woff'),
		url('../fonts/GothamPro-Bold.ttf') format('truetype'),
		url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg'),
		url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: 
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #1c1d25;
}

@media (max-width: 779px) {
	html, body {
		font-size: 13px;
	}
}

@media (min-width: 780px) {
	html, body {
		font-size: 16px;
	}
}

body {
	line-height: 1.375;
	font-family: "Gotham Pro", 'Circe', "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	padding-left: 0;
	padding-right: 0;
}

.h2-header {
	margin: 0 auto;
	font-family: "Gotham Pro";
	font-weight: bold;
	text-align: center;
}

@media (max-width: 779px) {
	.h2-header {
		font-size: 24px;
	}
}

@media (min-width: 780px) {
	.h2-header {
		font-size: 36px;
	}
}

.header-description {
	font-family: "Circe";
	text-align: center;
}

@media (max-width: 779px) {
	.header-description {
		font-size: 18px;
	}
}

@media (min-width: 780px) {
	.header-description {
		font-size: 24px;
	}
}

p {
	margin: 0 0 9px
}

.clear {
	clear: both;
}

.with-currency-rouble:after {
	font-family: 'ALSRublRegular' !important;
	content: 'a';
	text-transform: lowercase !important;
	font-style:normal !important;
	margin-left: 0.2em;
}

.wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper_main {
	padding-left: 0;
	padding-right: 0;
}

.wrapper_not-main {
	/*padding-left: 30px;
	padding-right: 30px;*/
}

.container {
	max-width: 100%;
}

header.header.header_fixed + .wrapper {
	padding-top: 82px;
}

header.header.header_fixed.header_hidden + .wrapper {
	padding-top: 0;
}

header.header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 82px;
	padding: 15px 30px;
	color: #ffffff;
	transition: all 0.5s ease;
	background: #20368c;
}

.header_fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.header_hidden {
	-webkit-transform: translate(0, -100%) !important;
	-ms-transform: translate(0, -100%) !important;
	transform: translate(0, -100%) !important;
}

.header__logo {
	-webkit-flex: 2 0 auto;
	flex: 2 0 auto;
	max-width: 70%;
}

.header__logo img {
	max-width: 100%;
}

.header__menu {
	-webkit-flex: 10 0 auto;
	flex: 10 0 auto;
	margin-left: 30px;
}


/*
@media (min-width: 1000px) and (max-width: 1399px) {
	.header__social-list {
		max-height:50px;
		display: block;
	}
	.header__social-list img {
		height: 10px;
		border-radius:10%;
	}
}*/

@media (min-width: 1400px) and (max-width: 10000px) {
	.header__social-list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		align-items: stretch;
		margin: 10px 50px;
		height: 2.3em;
	}

	.header__social-list a + a {
		margin-left: 10px;
	}

	.header__social-list a img {
		overflow: hidden;
		height: 100%;
		border-radius: 50%;
	}
}
@media (min-width: 0) and (max-width: 1550px) {
	.header__social-list {
		display: none;
	}
}
@media (min-width: 0) and (max-width: 1184px) {
	.header__phone {
		display: none;
	}
}

@media (min-width: 1185px) and (max-width: 10000px) {
	.header__phone {
		display: block;
		box-sizing: border-box;
		margin-left: 20px;
		padding: 9px 0;
		text-align: right;
		white-space: nowrap;
	}
}

.header__phone a {
	font-size: 24px;
	text-decoration: none;
	color: #f8eeff;
}

.header__phone-time {
	color: #f8eeff;
	font-size: 16px;
}

.header__menu-toggler {
	text-align: right;
}

@media (max-width: 946px) {
	.header__menu-toggler {
		display: inline-block;
		width: 34px;
		height: 20px;
		background: url('../images/menu_toggler.png') 0 0 no-repeat;
		text-decoration: none;
	}
}

@media (min-width: 947px) {
	.header__menu-toggler {
		display: none;
	}
}

.header__menu-toggler img {
	margin-top: 15px;
}


.about {
	box-sizing: border-box;
	position: relative;
	font-family: "Gotham Pro";
	color: #ffffff;
	padding: 1px 15px;
}

.about__video-outer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	background: url('../images/about_background.jpg') 54% 70% no-repeat;
}

.about__video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
}

@supports (object-fit: cover) {
	.about__video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.about__inner {
	margin: 80px auto;
	max-width: 1110px;
}

.about__slogan {
	color: #fffeff;
	font-family: "Gotham Pro";
	font-weight: 400;
}

.about__header {
	color: #fffeff;
	font-family: "Gotham Pro";
	font-weight: 700;
}

.about__description {
	color: #fffeff;
	/*font-family: "Circe";
	font-style: italic;*/
}

.about__content {
	margin-top: 40px;
}

.about__content-date {
	text-align: center;
}

.about__content-price {
	text-align: center;
}

.about__content_red {
	color: #f06148;
}

.about__content_bold {
	font-weight: 700;
	font-size: 32px;
}

.about__content-button {
	margin-top: 40px;
	
}

.red-button {
	display: inline-block;
	width: 100%;
	max-width:411px;
	background-color: #ef3937;
	background-image: linear-gradient(to right, #ef3937 0%, #f06148 100%);
	border-radius: 44px;
	box-sizing: border-box;
	padding: 19px 0;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 24px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

.tickets-slider__outer .red-button {
	display: inline-block;
	width: 100%;
	max-width:100%;
	background-color: #ef3937;
	background-image: linear-gradient(to right, #ef3937 0%, #f06148 100%);
	box-sizing: border-box;
	border-radius: 0px;
	padding: 19px 0;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 24px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	min-width: 230px;
}

.red-button:hover {
	background-image: linear-gradient(to right, #f06148 0%, #ef3937 100%);
}

.red-button:active {
	background-image: linear-gradient(to right, #f06148 0%, #ef3937 100%);
}

.red-button:hover, .red-button:active, .red-button:focus, .red-button:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.about__content-age-and-logo {
	margin-top: 47px;
}

.about__age-limit {
	-webkit-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	transform: translate(0, 3px);
}

.about__age-limit + .about__logo-meizu {
	margin-left: 30px;
}

@media (max-width: 779px) {
	.about__slogan {
		font-size: 20px;
	}

	.about__header {
		font-size: 36px;
	}

	.about__description {
		display: none;
	}

	.about__content-date-and-price {
		width: 100%;
		border: 1px solid rgba(255,255,255,0.7);
		border-radius: 3px;
		border-collapse: collapse;
	}

	.about__content-date {
		width: 49%;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		padding: 10px;
		font-size: 18px;
		vertical-align: middle;
	}

	.about__content-price {
		width: 50%;
		border-left: 1px solid rgba(255,255,255,0.7);
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 10px;
		font-size: 18px;
		vertical-align: middle;
	}

	.about__content-phone {
		margin-top: 10px;
		text-align: center;
	}

	.about__content-button {
		width: 100%;
	}

	.about__content-phone a {
		font-size: 27px;
		color: #ffffff;
	}

	.about__content-age-and-logo {
		text-align: center;
	}

	.red-button {
		font-size: 18px;
	}
}

@media (min-width: 780px) {
	.about__slogan {
		font-size: 36px;
	}

	.about__header {
		font-size: 48px;
	}

	.about__description {
		font-size: 30px;
	}

	.about__content-date-and-price {
		width: 60%;
	}

	.about__content-date {
		border-left: 1px solid rgba(255,255,255,0.7);
		border-right: 1px solid rgba(255,255,255,0.7);
		padding: 17px 56px;
		font-size: 30px;
	}

	.about__content-price {
		border-right: 1px solid rgba(255,255,255,0.7);
		padding: 17px 56px;
		font-size: 24px;
	}

	.about__content-phone {
		display: none;
	}

	.about__content-button {
		float: left;
		width: 49%;
	}

	.about__content-age-and-logo {
		float: left;
		width: 50%;
		text-align: right;
	}

	.red-button {
		font-size: 24px;
	}
}


.another-about {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	color: #1c1d25;
	padding: 30px 15px 15px;
	background-color: #f4f4f4;
}

.another-about__list {
	margin: 30px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.another-about__list-item {
	box-sizing: border-box;
	border-radius: 15px;
	position: relative;
	padding: 20px 15px;
	overflow: hidden;
}

.another-about__list_light .another-about__list-item {
	background-color: #ffffff;
	color: #1c1d25;
}

.another-about__list_light .another-about__list-item-header {
	margin: 0 50px 10px 0;
	font-weight: bold;
}

.another-about__list_light .another-about__list-item-description {
	font-family: "Circe";
}



.another-about__list_dark .another-about__list-item {
	background-color: #4e4a63;
	color: #ffffff;
}

.another-about__list_dark .another-about__list-item-header {
	margin-top: 0;
	font-weight: normal;
	font-size: 22px;
}

.another-about__list_dark .another-about__list-item-description {
	font-size: 18px;
	font-weight: bold;
	color: #f9836e;
}

@media (max-width: 779px) {
	.another-about__list-item {
		width: 100%;
	}

	.another-about__list-item + .another-about__list-item {
		margin-top: 0.6em;
	}

	.another-about__list-item-header {
		font-weight: normal;
	}

	.another-about__list_light .another-about__list-item:nth-child(3n-2):after {
		background-color: #fe389f;
	}

	.another-about__list_light .another-about__list-item:nth-child(3n-1):after {
		background-color: #753cfc;
	}

	.another-about__list_light .another-about__list-item:nth-child(3n-0):after {
		background-color: #15ced3;
	}

	.another-about__list_light .another-about__list-item-description {
		display: none;
	}
}

@media (min-width: 780px) {
	.another-about {
		background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 10%, transparent 30%), url('../images/another_about_background.jpg') 50% 100% no-repeat;
	}

	.another-about__list {
		max-width: 1110px;
	}

	.another-about__list-item {
		margin: 0 3% 3% 0;
		width: 28%;
	}



	.another-about__list_light .another-about__list-item:nth-child(6n-5):after {
		background-color: #753cfc;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-4):after {
		background-color: #15ced3;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-3):after {
		background-color: #fe389f;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-2):after {
		background-color: #fe389f;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-1):after {
		background-color: #753cfc;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-0):after {
		background-color: #15ced3;
	}
	

	.another-about__list_light .another-about__list-item:nth-child(6n-5) .another-about__list-item-header:after {
		border-color: #753cfc;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-4) .another-about__list-item-header:after {
		border-color: #15ced3;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-3) .another-about__list-item-header:after {
		border-color: #fe389f;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-2) .another-about__list-item-header:after {
		border-color: #fe389f;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-1) .another-about__list-item-header:after {
		border-color: #753cfc;
	}

	.another-about__list_light .another-about__list-item:nth-child(6n-0) .another-about__list-item-header:after {
		border-color: #15ced3;
	}

	.another-about__list_dark {
		counter-reset: dark;
	}

	.another-about__list_dark .another-about__list-item:before {
		counter-increment: dark;
		content: counter(dark);
		margin-right: 12px;
		margin-bottom: 30px;
		color: #a8a4bf;
		font-size: 56px;
		line-height: 0.85em;	
		font-weight: 700;
		float: left;
	}
}

.nestle a{
	color:#fff;
}

@media (max-width: 780px) {
	.nestle a{
		color:#000;
	}
}

.photos {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	color: #1c1d25;
	padding: 30px 15px;
	background: url('../images/photos_background.png') 50% 50% no-repeat;
}

.photos__content {
	position: relative;
	margin: 15px auto 0;
	max-width: 1110px;
}

.photos__item {
	display: block;
	overflow: hidden;
	float: left;
}

.photos__item img {
	width: 100%;
}

.photos__item img {
	transition: all 5s ease-in-out;
}

.photos__item img:hover {
	transform: scale(1.1);
}

.photos__content:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 779px) {
	.photos__item:nth-child(1) {
		display: none;
	}
	
	.photos__item:nth-child(2) {
		width: 49%;
	}

	.photos__item:nth-child(3) {
		width: 49%;
		margin-left: 0.5%;
	}

	.photos__item:nth-child(4) {
		display: none;
	}

	.photos__item:nth-child(5) {
		width: 49%;
		margin-top: 0.5%;
	}

	.photos__item:nth-child(6) {
		display: none;
	}

	.photos__item:nth-child(7) {
		display: none;
	}

	.photos__item:nth-child(8) {
		width: 49%;
		margin-top: 0.5%;
		margin-left: 0.5%;
	}
}

@media (min-width: 780px) {
	.photos__item:nth-child(1) {
		width: 39.1%;
	}
	
	.photos__item:nth-child(2) {
		width: 29.3%;
		margin-left: 0.4%;
	}

	.photos__item:nth-child(3) {
		width: 29.3%;
		margin-left: 0.4%;
	}

	.photos__item:nth-child(4) {
		width: 28.7%;
		margin-top: 0.4%;
	}

	.photos__item:nth-child(5) {
		width: 28.9%;
		margin-top: 0.4%;
		margin-left: 0.4%;
	}

	.photos__item:nth-child(6) {
		width: 40.2%;
		margin-top: 0.4%;
		margin-left: 0.4%;
	}

	.photos__item:nth-child(7) {
		width: 41%;
		margin-top: 0.4%;
		margin-left: 0.4%;
	}

	.photos__item:nth-child(8) {
		width: 28.2%;
		margin-top: 0.4%;
		margin-left: 0.4%;
	}
}


.touch-by-hands {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	padding: 30px 0;
	color: #ffffff;
}

@media (max-width: 779px) {
	.touch-by-hands {
		display: none;
	}
}

@media (min-width: 780px) {
	.touch-by-hands {
		height: 661px;
		background: url('../images/touch_by_hand_background.jpg') 50% 50% no-repeat;
	}

	.touch-by-hands .h2-header {
		font-size: 48px;
		font-weight: 500;
	}

	.touch-by-hands__list {
		position: relative;
		counter-reset: touchbyhands;
		margin: 0 auto;
		min-width: 780px;
		max-width: 1240px;
	}

	.touch-by-hands__list-item {
		position: absolute;
		font-size: 1.4vw;
		text-shadow: 1px 1px 0px #000000, 0 0 0.5em #000000;
	}

	.touch-by-hands__list-item:nth-child(1):before, .touch-by-hands__list-item:nth-child(2):before, .touch-by-hands__list-item:nth-child(3):before, .touch-by-hands__list-item:nth-child(4):before {
		counter-increment: touchbyhands;
		content: counter(touchbyhands);
		display: inline-block;
		box-sizing: border-box;
		margin-right: 10px;
		width: 2.3em;
		height: 2.3em;
		border: 5px solid #34dfe3;
		border-radius: 50%;
		padding: 0.2em;
		background-color: #1cb4b8;
		box-shadow: 5px 9px 10px rgba(77, 51, 139, 0.35);
		text-align: center;
		font-size: inherit;
	}

	.touch-by-hands__list-item:nth-child(5):after, .touch-by-hands__list-item:nth-child(6):after, .touch-by-hands__list-item:nth-child(7):after, .touch-by-hands__list-item:nth-child(8):after {
		counter-increment: touchbyhands;
		content: counter(touchbyhands);
		display: inline-block;
		box-sizing: border-box;
		margin-left: 10px;
		width: 2.3em;
		height: 2.3em;
		border: 5px solid #34dfe3;
		border-radius: 50%;
		padding: 0.2em;
		background-color: #1cb4b8;
		box-shadow: 5px 9px 10px rgba(77, 51, 139, 0.35);
		text-align: center;
		font-size: inherit;
	}

	.touch-by-hands__list-item:nth-child(1) {
		left: 30px;
		top: 70px;
	}

	.touch-by-hands__list-item:nth-child(2) {
		left: 15px;
		top: 168px;
	}

	.touch-by-hands__list-item:nth-child(3) {
		left: 15px;
		top: 268px;
	}

	.touch-by-hands__list-item:nth-child(4) {
		left: 30px;
		top: 366px;
	}

/*	.touch-by-hands__list-item:nth-child(5) {
		left: 30px;
		top: 466px;
	}*/

	.touch-by-hands__list-item:nth-child(5) {
		right: 30px;
		top: 70px;
	}

	.touch-by-hands__list-item:nth-child(6) {
		right: 15px;
		top: 168px;
	}

	.touch-by-hands__list-item:nth-child(7) {
		right: 15px;
		top: 268px;
	}

	.touch-by-hands__list-item:nth-child(8) {
		right: 30px;
		top: 366px;
	}

/*	.touch-by-hands__list-item:nth-child(9) {
		right: 15px;
		top: 366px;
	}

	.touch-by-hands__list-item:nth-child(10) {
		right: 30px;
		top: 466px;
	}*/
}

@media (min-width: 1240px) {
	.touch-by-hands__list-item {
		font-size: 18.5px;
	}
}


.where {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	margin: 0 auto;
	max-width: 1110px;
	padding: 30px 15px;
}

.where__content {
	position: relative;
	margin: 15px auto 0;
	width: 100%;
	max-width: 1110px;
}

.where__list {
	box-sizing: border-box;
}

.where__list-item {
	display: inline-block;
}

.where__list-item:after {
	content: '';
	display: block;
	clear: both;
}

.where__list-item-image {
	float: left;
	margin: 0 15px 0 0;
}

.where__photo {
	display: block;
	margin: 15px auto 0;
	width: 100%;
	max-width: 1110px;
}

@media (max-width: 779px) {
	.where__list-item {
		font-size: 16px;
	}

	.where__list-item + .where__list-item {
		margin-top: 20px;
	}
}

@media (min-width: 780px) {
	.where__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.where__list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 26%;
		flex: 0 1 26%;
	}
}



.tickets {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	padding: 30px 15px;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, transparent 30%), url('../images/tickets_pattern.png') repeat;
}

.tickets__list {
	margin: 30px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.tickets__list-item {
	box-sizing: border-box;
	border-radius: 15px;
	position: relative;
	padding: 20px 15px;
	overflow: hidden;
}

.tickets__list-item {
	background-color: #ffffff;
	color: #1c1d25;
}

.tickets__list-item:after {
	content: '';
	display: block;
	clear: both;
}

.tickets__list-item-image {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #432783;
}

.tickets__list-item:nth-child(1) .tickets__list-item-image {
	padding: 15px;
}

.tickets__list-item:nth-child(2) .tickets__list-item-image {
	padding: 10px;
}

.tickets__list-item:nth-child(3) .tickets__list-item-image {
	padding: 12px 10px;
}

.tickets__list-item-image img {
	vertical-align: top;
}

.tickets__time-list-item {
	margin-right: 8px;
}

@media (max-width: 779px) {
	.tickets__list-item {
		width: 100%;
		font-size: 18px;
	}

	.tickets__list-item + .tickets__list-item {
		margin-top: 0.6em;
	}

	.tickets__list-item:nth-child(2) {
		font-size: 18px;
	}

	.tickets__list-item:nth-child(3) {
		font-size: 18px;
	}

	.tickets .header-description {
		margin-top: 30px;
	}
}

@media (min-width: 780px) {
	.tickets__list {
		max-width: 1110px;
	}

	.tickets__list-item {
		margin: 0 2% 2% 0;
		width: 30%;
		font-size: 24px;
	}

	.tickets__list-item:nth-child(2) {
		font-size: 18px;
	}

	.tickets__list-item:nth-child(3) {
		font-size: 18px;
	}
}


.offer {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	padding: 30px 15px;
	background: linear-gradient(0deg, #20368C, #20368C);
	/*background: url('../images/offer_pattern_corner.png') 50% 0 no-repeat, url('../images/offer_background.jpg') 50% 50% no-repeat;*/
	color: #ffffff;
}

.offer__content {
	margin: 40px auto;
	max-width: 1110px;
}

.offer__content:after {
	content: '';
	display: block;
	clear: both;
}

.offer__image {
	float: right;
	margin-left: 15px;
	width: 214px;
}

.offer__header {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	
}

.offer__description {
	font-size: 30px;
}

.offer__phone {
	color: #f06148;
	text-decoration: none;
	white-space: nowrap;
}

.offer__content_red:hover {
	text-decoration: underline;
}

@media (max-width: 779px) {
	.offer__content {
		display: none;
	}

	.offer__mobile-content {
		font-size: 24px;
		text-align: center;
	}
}

@media (min-width: 780px) {
	.offer__mobile-content {
		display: none;
	}
}

.warning {
	position: relative;
	box-sizing: border-box;
	font-family: "Gotham Pro";
	padding: 30px 15px;
	background: linear-gradient(to top, #000000 0%, transparent 70%), url('../images/warning_background.jpg') 50% 50% no-repeat;
	color: #ffffff;
}

.warning__content {
	margin: 280px auto;
	max-width: 1110px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}


.faq__outer {
	box-sizing: border-box;
	margin: 50px auto 0;
	max-width: 1110px;
	padding: 0 15px;
}

.faq__outer .h2-header {
	margin-bottom: 50px;
	text-align: center;
}


footer.footer {
	box-sizing: border-box;
	padding: 30px;
	background-color: #1d1b28;
	color: #ffffff;
}

.footer__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1110px;
}

.footer__logo {
	-webkit-flex: 2 0 25%;
	flex: 2 0 25%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.footer__links {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-decoration: none;
}

.footer__phone {
	-webkit-flex: 3 0 37%;
	flex: 3 0 37%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: right;
	font-weight:normal;
}

.footer__phone a {
	vertical-align: middle;
	font-size: 24px;
	text-decoration: none;
	color: #f8eeff;
}

.footer__phone-time {
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 10px;
	border-radius: 2px;
	padding: 7px;
	background-color: #753cfc;
	color: #f8eeff;
	font-size: 16px;
}

.footer__hr {
	-webkit-flex: 8 0 100%;
	flex: 8 0 100%;
}

.footer__details {
	-webkit-flex: 3 0 35%;
	flex: 3 0 35%;
	font-size: 16px;
	font-weight:normal;
}

.footer__details-subheader {
	font-weight:bold;
}

.footer__details a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}

.footer__details a:hover {
	text-decoration: underline;
}

@media (max-width: 779px) {
	.footer__row {
		display: none;
	}

	.footer__logo {
		display: none;
	}

	.footer__links {
		order: 10;
		font-size: 16px;
	}

	.footer__phone {
		display: none;
	}

	.footer__hr {
		display: none;
	}

	.footer__details-toggler {
		-webkit-flex: 3 0 100%;
		flex: 3 0 100%;
		font-size: 16px;
	}

	.footer__details {
		display: none;
		-webkit-flex: 3 0 100%;
		flex: 3 0 100%;
		margin: 10px 0;
	}

	.footer__social-list {
		order: 30;
		-webkit-flex: 3 0 100%;
		flex: 3 0 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: stretch;
		margin: 10px 0;
	}

	.footer__social-list a img {
		overflow: hidden;
		width: 100%;
		border-radius: 50%;
	}

	.footer__email {
		order: 40;
		-webkit-flex: 3 0 100%;
		flex: 3 0 100%;
		text-align: center;
		font-size: 24px;
		font-weight: 400;
	}

	.footer__email a {
		color: #ffffff;
	}
}

@media (min-width: 780px) {
	.footer__row {
		-webkit-flex: 8 0 100%;
		flex: 8 0 100%;
		margin-bottom: 15px;
	}

	.footer__row .h2-header {
		margin-bottom: 30px;
		font-weight: normal;
	}

	.footer__social-communities {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		margin-bottom: 30px;
	}
	.footer__social-link {
		margin-left: 30px;
	}

	.footer__social-community {
		width: 250px;
		height: 370px;
	}

	.footer.footer .footer__column {
		flex: 0 1 21%;
	}

	.footer__links {
		-webkit-flex: 3 0 19em;
		flex: 3 0 19em;
		font-size: 14px;
	}

	.footer__details-toggler {
		display: none;
	}

	.footer__social-list {
		display: none;
	}

	.footer__email {
		display: none;
	}
}


.return-to-top {
	display: none;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 1000;
	width: 40px;
	height: 40px;
}


.mobile-buy-tickets {
	display: none;
}

@media (max-width: 779px) {
	.mobile-buy-tickets {
		display: block;
		position: fixed;
		box-sizing: border-box;
		right: 0;
		bottom: 0;
		z-index: 10;
		padding: 10px 20px;
		background-color: #ff1857;
		color: #ffffff;
	}

	.mobile-buy-tickets a {
		color: #ffffff;
	}
}

#msg_pop{
background-color: rgba(0, 0, 0, 0.7);
display: none;
position: fixed;
z-index: 99999;
bottom: 45px;
left:30px;
width: 300px;
padding: 10px;
color:#fff;
font-size:13px;
line-height:13px;
-webkit-box-shadow: 0px 0px 10px #999;
-moz-box-shadow: 0px 0px 10px #999;
box-shadow: 0px 0px 10px #999;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#msg_pop h4{
margin-top:-5px;
text-align:center;
font-size:15px;
}
 
#msg_close{
	
display:block;
position:absolute;
top:5px;
right:10px;
line-height:15px;
width:16px;
height:16px;
text-align:center;
color:#fff;
cursor:pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

#msg_close:hover {
background-color:#fff;
color:#000;
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
     animation-duration: 0.4s; 
    -webkit-animation-duration: 0.4s;
     animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
     visibility: visible !important; 
}
  
@keyframes fadeIn {
    0% {transform: scale(0.7);opacity: 0.5;}
    80% {transform: scale(1.1);}       
    100% {transform: scale(1);opacity: 1;}       
}
  
@-webkit-keyframes fadeIn {
    0% {-webkit-transform: scale(0.7);opacity: 0.5;}
    80% {-webkit-transform: scale(1.1);}       
    100% {-webkit-transform: scale(1);opacity: 1;}       
}