BODY {
	background-color: #0a172b;
}

#quizPage {
	background-color: #000;
}

#menuWrapper {
	right: -40px;
}

/* == CLUB PAGE == */

#orderForm {
	display: none;
	position: fixed;
	top: 40px;
	left: 0;
	background-color: #f8f8f8;
	width: 100%;
	z-index: 100;
}
.orderWrapper {
	position: relative;
	padding: 10px 20px;
}
#orderForm h2 {
	font-size: 25px;
	color: #0a172b;
}
#orderForm h3 {
	font-size: 45px;
	font-weight: bold;
	color: #0a172b;
	margin-bottom: 10px;
}
#orderForm .ticketsDateTime {
	font-size: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
#orderForm .formInput {
	margin-bottom: 15px;
}
.formInput label {
	display: block;
	padding-bottom: 5px;
}
.formInput input, .formInput select {
	width: 300px;
	padding: 5px 10px;
	border: 1px solid #d8d8d8;
}
.formInput #ticketsSubmit {
	display: inline-block;
	width: auto;
	border: 2px solid #5ca8ef;
	border-radius: 30px;
	color: #5ca8ef;
	padding: 10px 40px;
	margin-top: 15px;
	background-color: #f8f8f8;
}}
.formInput #ticketsSubmit:hover {
	background-color: #5ca8ef!important;
	color: #fff;
}
#orderForm p {
	width: 50%;
	color: #acaeb4;
}
#orderForm #closeOrder {
	position: absolute;
	top: 40px;
	right: 40px;
}

#linkToBar {
	position: absolute;
	font-family: 'Fira Sans';
	font-weight: 100;
	padding: 38px 10px;
	font-size: 17px;
	line-height: 34px;
	color: #5ca8ef;
	z-index: 3;
}
#linkToBar:hover {
	background-color: #132741;
}
#linkToBar span {
	display: inline-block;
	vertical-align: top;
}
.arrowLeft {
	width: 32px;
	height: 34px;
	background-image: url('/view/front/images/icons/arrowLeft.png');
}

#quizPage #linkToBar {
	color: #fff;
}
#quizPage #linkToBar:hover, #quizPage #menu li a:hover {
	background-color: #970007;
}
#quizPage .arrowLeft {
	background-image: url('/view/front/images/icons/arrowLeftWhite.png');
}

#clubLogo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -110px;
	width: 190px;
	height: 190px;
	padding: 15px;
	border-radius: 110px;
	background-color: #0a172b;
	z-index: 2;
}
#clubLogo video {
	border-radius: 100px;
	overflow: hidden;
}

#quizLogo {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	height: 190px;
	z-index: 2;
	border-radius: 150px;

	background-image: url('/view/front/images/quiz_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#menu li a.selected, #menu li a:hover {
	background-color: #132741;
}
#menu li:nth-child(3n-1) a {
	padding-right: 110px;
}
#menu li:nth-child(3n) a {
	padding-left: 120px;
}

#phone {
	top: 47px;
	right: 0px;
}

#clubMainBanner {
	position: relative;
	height: 440px;
	background-image: url('/view/front/images/dance.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.mainParts {
	position: relative;
}
#danceHashTag {
	top: 120px;
}
#danceTitle {
	top: 160px;
}

#bannerBtns {
	position: absolute;
	bottom: 20px;
	width: auto;
	text-align: center;
	z-index: 5;
}
#bannerBtns > * {
	margin-bottom: 5px;
}
#danceBtn {
	display: inline-block;
	width: 180px;
	border: 2px solid #5ca8ef;
	border-radius: 23px;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	background-color: #5ca8ef;
}
#danceBtn:hover {
	background-color: #5ca8ef;
}
.timepadBtn {
	display: inline-block;
	width: 180px;
	border-radius: 23px;
	padding: 7px 0;
	text-align: center;
	color: #fff;
}
.yandexAfishaBtn {
	display: inline-block;
	width: 300px;
	background-color: #fff500;
	border-radius: 23px;
	padding: 7px 0;
	color: #000;
}
.afishaImage .tc-background-yellow {
	position: absolute;
	top: 200;
	left: 50%;
	margin-left: -70px!important;
}

#clubAfishaFilter {
	position: relative;
	padding: 40px 0;
}
#afishaIcon {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 77px;
	background-image: url('/view/front/images/icons/afisha.png');
}
#afishaTitle {
	position: relative;
	font-size: 32px;
	text-align: center;
	color: #fff;
}
#afishaTitle .pageTitles {
	left: -5px;
}
#afishaTabs {
	position: relative;
	margin-top: 50px;
	text-align: center;
}
#afishaTabs .afishaTab {
	display: inline-block;
	margin: 0 7px 15px 7px;
	padding: 6px 20px;
	vertical-align: top;
	background-color: #0a1c38;
	color: #3a7ebc;
	border-radius: 32px;
	text-align: center;
}
#afishaTabs .afishaTab.selected, #afishaTabs .afishaTab:hover {
	background-color: #5ba8ef;
	color: #fff;
}

#clubAfisha {
	position: relative;
}
.afishaItem {
	position: relative;
	height: 260px;
	margin-bottom: 1px;
}
.hiddenAfisha {
	display: none;
}
.afishaItem .afishaFullInfo {
	display: none;
}
.afishaImage {
	position: relative;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.afishaItem.selected {
	height: auto;
}
.afishaItem.selected .afishaImage {
	height: 75px;
	background-position: center center;
}
.afishaItem.selected .afishaFullInfo {
	display: block;
	position: relative;
	background-color: #ffffff;
	padding: 20px 0;
}
.afishaItem.selected .afishaPoster {
	position: absolute;
	top: -40px;
	left: 13%;
	width: 24%;
	height: auto;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 1px #71798c;
}
.afishaItem.selected .afishaPoster img {
	width: 100%;
}
.afishaItem.selected .afishaPoster h3 {
	margin-top: 5px;
	color: #0a172b;
	font-weight: bold;
}
.afishaItem.selected .afishaInfo {
	position: relative;
	padding: 0 0 0 50%;
}
.afishaDateTime {
	position: relative;
}
.afishaDateTime .iconCalendar {
	position: relative;
	bottom: 10px;
	vertical-align: middle;
}
.afishaDateTime .afishaDate {
	color: #0a172b;
	font-size: 53px;
	font-weight: bold;
	margin-left: 20px;
}
.afishaDateTime .afishaTime {
	position: relative;
	top: 25px;
	left: -55px;
	color: #b5b5bc;
	font-size: 33px;
	font-weight: bold;
	background-image: url('/view/front/images/corner.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 0 0 40px;
}
.afishaText {
	margin-top: 40px;
	border-top: 1px solid #d8d8d8;
	padding: 40px 0 20px 0;
	min-height: 350px;
}
.afishaText p {
	margin-bottom: 20px;
	color: #525967;
}

#allAfisha {
	display: block;
	padding: 25px 0;
	color: #5ca8ef;
	text-align: center;
}

#billiardsBanner {
	background-image: url('/view/front/images/billiards.jpg');
}
#billiardsTitle {
	position: absolute;
	left: 50%;
	margin-left: -62px;
	bottom: 60px;
	font-size: 32px;
}
#billiardsIcon {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 79px;
	height: 81px;
	background-image: url('/view/front/images/icons/billiards.png');
}

.bigText, .longText {
	color: #fff;
	text-align: center;
	padding: 60px 0;
}
.bigText p, .longText p {
	margin-bottom: 30px;
}
.bigText p:last-child, .longText p:last-child {
	margin-bottom: 0px;
}

#clubGallery {
	background-color: #e4e4ea;
	padding: 70px 0 30px 0;
}
#galleryIcon {
	display: block;
	position: relative;
	width: 77px;
	height: 58px;
	margin: 0 auto;
	background-image: url('/view/front/images/icons/gallery.png');
}
#galleryTitle {
	position: relative;
	color: #0a172b;
	font-size: 32px;
	margin-top: 20px;
}
#galleryTabs {
	position: relative;
	margin-top: 50px;
	text-align: center;
}
#galleryTabs .galleryTab {
	display: inline-block;
	margin: 0 7px 7px 7px;
	padding: 6px 20px;
	vertical-align: top;
	background-color: #eeeef2;
	color: #30194d;
	border-radius: 25px;
	text-align: center;
}
#galleryTabs .galleryTab.selected, #galleryTabs .galleryTab:hover {
	background-color: #aa9bcb;
	color: #fff;
}
#listPhoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#listPhoto a {
	flex: 1 1 20%;
	padding: 7px;
	margin: 10px;
	background-color: #fff;
}
#listPhoto a i {
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}
.galleryCats {
	display: none;
	margin-top: 40px;
}
.galleryCats.selected {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.galleryCats .galleryItem {
	width: 30%;
	background-color: #fff;
	align-self: center;
	cursor: pointer;
	margin: 0 auto 40px 0;
}
.galleryCats .galleryItem:nth-child(n+4) {
	display: none;
}
.galleryCats .galleryItem .galleryCatImage {
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.galleryCats .galleryItem .galleryCatImage iframe {
	width: 100%!important;
	max-height: 270px!important;
}
.galleryCats .galleryItem:nth-child(2n) .galleryCatImage {
	/*height: 290px;*/
}
.galleryCats .galleryItem:nth-child(2n) .galleryCatImage iframe {
	/*max-height: 290px!important;*/
}
.galleryCats .galleryItem .galleryCatTitle {
	font-weight: bold;
	color: #0a172b;
	padding: 15px 45px 0 45px;
	height: 50px;
}
.galleryCats .galleryItem:nth-child(2n) .galleryCatTitle {
	/*padding-top: 25px;*/
}
.galleryCats .galleryItem .galleryCatDate {
	color: #525967;
	padding: 10px 45px 30px 45px;
}
#photoGallery .galleryItem.show, #videoGallery .galleryItem.show {
	display: block!important;
}
#photoGalleryAll, #videoGalleryAll {
	display: block;
	width: 100%;
	text-align: center;
	margin: 15px 0;
	color: #0a172b;
}

#clubGallerySearch {
	background-color: #ffffff;
	padding: 30px 0;
	text-align: center;
}
#clubGallerySearch span {
	color: #0a172b;
	font-weight: bold;
}
#clubGallerySearch select {
	margin-left: 10px;
	border: 2px solid #5ba8ef;
	border-radius: 15px;
	padding-left: 15px;
}

#LG_zoomIn, #LG_zoomOut, #LG_zoomNormal {
	display: none!important;
}
#LG_imgIndex {
	margin: 0!important;
}

.swiper-container {
	display: flex;
}
.heightAuto {
	height: auto!important;
}

.longText {
	font-size: 23px;
}
.longText p {
	margin-bottom: 20px;
	font-family: 'Fira Sans';
}
.longText h3 {
	margin: 15px 0 5px 0;
	font-family: 'Fira Sans';
}
.longText table {
	margin-top: 5px;
}
.longText td {
	padding: 0 5px;
}
.longText td.image, .longText p.image, .longText p.sign {
	text-align: center!important;
}
.longText p.image img {
	width: 100%;
	height: auto;
	max-width: 800px;
	max-height: 500px;
}
.longText p.image img.vertical {
	height: 500px;
	width: auto;
}
.longText td.image p {
	margin: 0;
	padding: 0;
}
.longText td.image em, .longText p.sign em {
	display: inline-block;
	padding-bottom: 10px;
}

#shopItems {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 40px;
	background-color: #e4e4ea;
	font-family: 'Fira Sans';
}
#shopItems .wrapper {
	width: 980px;
}
#shopItems .shopItem {
	position: relative;
	display: block;
	width: 100%;
	height: 490px;
	border-top: 1px solid #313131;
	padding: 60px 0;
}
#shopItems .shopItem:first-child {
	border-top: 0;
}
.shopItem .shopItemImage {
	display: block;
	width: 45%;
	float: left;
	min-height: 300px;
	margin: 0;
}
.shopItem .shopItemImage i {
	display: block;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
.shopItem .shopItemText {
	display: block;
	float: right;
	width: 50%;
	padding: 40px 0 20px 0;
}
.shopItemText .shopItemTitle {
	display: block;
	font-weight: bold;
	color: #0a172b;
	padding-bottom: 10px;
	font-family: 'Fira Sans';
	font-weight: 500;
	font-size: 35px;
}
.shopItemText .shopItemCost {
	font-weight: bold;
	color: #b5b5bc;
}
.shopItemText .shopItemGramm {
	margin-left: 20px;
	color: #b5b5bc;
}
.shopItem .shopItemDescription {
	display: block;
	margin-top: 30px;
	color: #6c6b6b;
	font-size: 23px;
}
.shopItem .shopItemComposition {
	display: none;
	margin-top: 40px;
}
.shopItem .shopItemComposition p {
	color: #97c354;
}
.shopItem .shopItemComposition ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	width: 90%;
}
.shopItem .shopItemComposition ul li {
	list-style: disc inside;
	flex: 1 1 45%;
	color: #97c354;
	padding-left: 3px;
}
.shopItem .shopItemComposition ul li span {
	color: #525967;
	text-transform: capitalize;
}
.shopItem .shopBtn {
	display: inline-block;
	width: 150px;
	margin-top: 20px;
    border: 2px solid #5ca8ef;
    border-radius: 23px;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    background-color: #5ca8ef;
	font-size: 23px;
}

#registerForm {
	background-image: url('/view/front/images/quiz_bg.jpg');
	color: #fff;
}
#registerForm .wrapper {
	width: 350px;
	padding-top: 90px;
	padding-bottom: 40px;
}
#registerForm h2 {
	font-size: 24px;
	text-align: center;
}
#registerForm div {
	margin-bottom: 20px;
}
#registerForm input, #registerForm select {
	width: 350px;
}
#registerForm input[type=submit] {
	background-color: #970007;
	color: #fff;
	border: 0;
	padding: 8px 0;
}

#rating {
	width: 650px;
	margin: 0 auto;
	padding: 40px 0;
	color: #fff;
}
#rating h2 {
	width: 350px;
	font-size: 24px;
	margin: 0 auto;
	color: #a6010a;
	text-align: center;
}
#ratingTable {
	margin: 20px 0 20px 0;
	width: 100%;
	color: #fff;
}
#ratingTable .ratingTableHeader td {
	color: #a6010a;
	font-weight: bold;
}
#ratingTable tr td:first-child {
	padding-right: 10px;
}
#ratingTable td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
	line-height: 25px;
}
#ratingTable td.rang {
	width: 25px;
	padding-right: 10px;
}
#ratingTable td.rang img {
	width: 100%;
}
#ratingTable td.teamName {
	text-align: left;
}

#ratingInfo {
	background-image: url('/view/front/images/quiz_bg.jpg');
	color: #fff;
	text-align: center;
}
#ratingInfo img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 1366px) {
	#menu li:nth-child(3n-1) a {
		padding-right: 100px;
	}
	#menu li:nth-child(3n) a {
		padding-left: 100px;
	}

	#clubLogo {
		width: 165px!important;
		height: 165px!important;
		margin-left: -90px;
	}

	#phone i {
		display: none;
	}
	#phone #mainHeaderPhone {
		margin: 0 10px 0 0;
	}

	.afishaItem.selected .afishaText {
		min-height: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.orderWrapper {
		padding: 10px 20px;
	}
	#orderForm {
		top: 20px;
	}
	#orderForm h2 {
		font-size: 20px;
	}
	#orderForm h3 {
		font-size: 35px;
	}
	#orderForm .ticketsDateTime {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#orderForm .formInput {
		margin-bottom: 15px;
	}
	#orderForm #closeOrder {
		top: 20px;
		right: 20px;
	}
	#orderForm p {
		width: 100%;
	}

	#menu li:nth-child(3n-1) a {
		padding-right: 90px;
	}
	#menu li:nth-child(3n) a {
		padding-left: 90px;
	}

	.afishaDateTime .afishaDate {
		font-size: 40px;
		margin-left: 10px;
	}
	.afishaDateTime .afishaTime {
		font-size: 25px;
	}

	#linkToBar {
		left: -2.5%;
		padding: 20px 10px;
	}
	#phone {
		top: 33px;
	}

	#quizLogo {
		width: 220px!important;
		height: 145px!important;
		margin-left: -110px;
	}
}

@media screen and (max-width: 980px) {
	#phone #mainHeaderPhone {
		position: relative;
	    top: 70px;
	    left: 30px;
		margin: 0;
	}

	.afishaDateTime .afishaDate {
		font-size: 35px;
		margin-left: 10px;
	}
	.afishaDateTime .afishaTime {
		font-size: 22px;
	}

	.afishaItem.selected .afishaPoster {
		width: 30%;
		left: 10%;
	}

	.afishaItem {
		height: 200px;
	}
	.afishaImage {
		height: 200px;
	}

	.bigText p.image img {
		width: 100%!important;
	}

	#shopItems .wrapper {
		width: 95%!important;
	}
	#shopItems .shopItem {
		height: auto;
	}
	.shopItem .shopItemImage {
		width: 100%;
		float: none;
		clear: both;
	}
	.shopItem .shopItemText {
		width: 100%;
		float: none;
		clear: both;
	}
	#shopItems .shopBtn {
		position: relative;
		left: 50%;
		margin-left: -77px;
	}

	#ratingInfo img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mainParts {
		height: 300px;
	}
	#bannerBtns {
		bottom: 5px;
	}

	.afishaItem {
		height: 150px;
	}
	.afishaImage {
		height: 150px;
	}
	.afishaItem.selected .afishaImage {
		display: none;
	}
	.afishaItem.selected .afishaPoster {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		box-shadow: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.afishaItem.selected .afishaInfo {
		padding: 0;
	}
	.afishaItem.selected .afishaText {
		min-height: 0;
		padding-top: 20px;
	}

	.afishaDateTime .afishaDate {
		font-size: 30px;
		margin-left: 10px;
	}
	.afishaDateTime .afishaTime {
		font-size: 23px;
	}

	.orderWrapper {
		padding: 10px 20px;
	}
	#orderForm {
		top: 10px;
	}
	#orderForm h2 {
		font-size: 17px;
	}
	#orderForm h3 {
		font-size: 29px;
	}
	#orderForm .ticketsDateTime {
		font-size: 17px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#orderForm .formInput {
		margin-bottom: 10px;
	}
	#orderForm #closeOrder {
		top: 10px;
		right: 10px;
	}
	#orderForm p {
		width: 100%;
	}

	#clubHeader, #quizHeader {
		height: 50px;
	}
	#linkToBar {
		display: none;
	}
	#clubLogo {
		top: 0px;
		width: 130px!important;
		height: 130px!important;
		margin-left: -75px;
		padding: 10px;
	}
	#quizLogo {
		top: 0px;
		width: 130px!important;
		height: 130px!important;
		margin-left: -75px;
		padding: 10px;
	}
	#phone {
		width: 100%;
		top: 16px;
	}
	#phone i {
		display: none;
	}
	#phone #mainHeaderPhone {
		position: absolute;
	    top: 0;
	    left: 0;
	}
	#phone .iconMenuRight {
		position: absolute;
	    right: 0;
		height: 20px;
	}

	.galleryCats.selected {
		display: block;
	}
	.galleryItem {
		width: 100%!important;
		margin: 0 0 40px 0!important;
	}

	#danceHashTag {
		top: 130px;
	}
	#danceTitle {
		font-size: 35px;
		line-height: 35px;
	}

	#listPhoto a {
		flex: 1 1 40%;
	}


	#shopItems .shopItem {
		display: block;
	}
	.shopItem .shopItemImage {
		height: 200px;
		min-height: 200px;
		margin: 0!important;
	}
	.shopItem .shopItemText {
		margin: 0!important;
		padding-bottom: 0;
	}
	.shopItem .shopItemComposition ul {
		width: 100%;
	}

	#rating {
		width: 100%;
	}
}
