@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.growl-container {
	top: 50% !important;
	right: 50% !important;
}

@media screen and (max-width: 679px) {
	.growl-container {
		width: 300px !important;
		max-width: 300px !important;
		margin-right: -150px;
	}
}

@media screen and (min-width: 680px) {
	.growl-container {
		width: 400px !important;
		max-width: 400px !important;
		margin-right: -200px;
	}
}

.ghost-select {
  display: none;
  z-index: 9000;
  position: absolute !important;
  cursor: default !important;
}
.ghost-active {
  display: block !important;
}

.ghost-select > span {
  background-color: rgba(239, 28, 190, 0.6);
  border: 1px solid #b20e8c;
  width: 100%;
  height: 100%;
  float: left;
}

#bil {
	min-height: 100%;
}

#bil body {
	padding: 0;
	margin: 0;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

#bil.basket-opened {
	overflow-y: hidden;
}

#bil .fade-in {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#bil .fade-in-down {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

#bil .fade-out-up {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

#bil .slide-in-right {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#bil .slide-out-right {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

#bil .loader,
#bil .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

#bil .loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(199, 230, 199, 0.2);
	border-right: 1.1em solid rgba(199, 230, 199, 0.2);
	border-bottom: 1.1em solid rgba(199, 230, 199, 0.2);
	border-left: 1.1em solid #c7e6c7;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#bil .bil-version {
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 10px;
	color: #d3d3d3;
}

#bil .bil-main {
	margin: 0 auto;
}

#bil .bil-wrapper {
	padding-right: 25px;
	padding-left: 25px;
}

#bil .bil-header {
	padding: 20px 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
	.bil-header {
		min-height: 170px;
	}
}
@media (min-width: 992px) {
	.bil-header {
		min-height: 150px;
	}
}
@media (min-width: 1200px) {
	.bil-header {
		min-height: 120px;
	}
}

#bil.touchevents .bil-header .bil-wrapper {
	padding-top: 40px;
}

#bil .bil-header header {
	padding: 0 15px;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
    box-shadow: -5px 5px 15px -4px #b0b0b0;
}
#bil:not(.touchevents) .bil-header header {
	display: none;
}

#bil .bil-header .header-wrapper {
	margin: 0 auto;
	width: calc(100% - 30px);
}

#bil .bil-header header .menuTrigger,
#bil .bil-header header .authTrigger,
#bil .bil-header header .basketTrigger {
	margin: 5px;
	display: inline-flex;
	cursor: pointer;
}

#bil .bil-header header .menuTrigger svg,
#bil .bil-header header .authTrigger svg,
#bil .bil-header header .basketTrigger svg {
	fill: #5CB85C;
	pointer-events: none;
}

#bil .bil-header header .basketTrigger {
	display: flex;
	align-items: center;
}

#bil .bil-header header .basketTrigger span {
	font-size: 16px;
	pointer-events: none;
}

#bil .bil-header header .menuTrigger svg {
	width: 33px;
	height: 33px;
}

#bil .bil-header header .authTrigger svg,
#bil .bil-header header .basketTrigger svg {
	width: 25px;
	height: 25px;
}

#bil .bil-header header .basketTrigger svg {
	margin-right: 5px;
}

#bil .bil-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

#bil .bil-title h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
}

#bil .bil-title .menuTrigger,
#bil .bil-title .authTrigger {
	fill: #5CB85C;
	cursor: pointer;
}

#bil .bil-title .menuTrigger {
	margin-left: 20px;
	flex: 0 0 33px;
	height: 33px;
}

#bil .bil-title .authTrigger {
	margin-left: 10px;
	flex: 0 0 25px;
	height: 25px;
}

#bil.touchevents .bil-title .menuTrigger,
#bil.touchevents .bil-title .authTrigger {
	display: none;
}

/* страница мерприятия */
#bil .event-page .bil-header h1 {
	font-size: 25px;
}

#bil .bil-header .bil-description {
	margin-top: 5px;
	font-size: 20px;
	color: #aaa;
}

#bil .bil-header .bil-venue {
	margin-top: 5px;
	font-size: 14px;
	color: #777;
}

#bil .bil-content {
	margin-top: 20px;
}

#bil .email-get {
	margin: 0 auto;
	max-width: 400px;
}

#bil .email-get,
#bil .email-confirm,
#bil .promoCodes-set {
	margin: 0 auto;
	max-width: 400px;
}

#bil .email-confirm .form-label,
#bil .promoCodes-set .form-label {
	margin: 20px 0;
	text-align: center;
}

#bil .email-confirm .form-label span {
	font-weight: bold;
}

#bil .venue-list,
#bil .eventMonth-list,
#bil .eventDay-list,
#bil .eventTime-list {
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#bil .venue-list {
	margin-top: 30px;
}

#bil .venue-list .venueItem,
#bil .eventMonth-list .eventMonthItem,
#bil .eventDay-list .eventDayItem,
#bil .eventTime-list .eventTimeItem {
	margin: 5px 10px;
	padding: 5px 10px;
	display: inline-block;
	color: #444;
	cursor: pointer;
}

#bil .venue-list .venueItem:hover,
#bil .venue-list .venueItem.active,
#bil .eventMonth-list .eventMonthItem:hover,
#bil .eventMonth-list .eventMonthItem.active,
#bil .eventDay-list .eventDayItem:hover,
#bil .eventDay-list .eventDayItem.active,
#bil .eventTime-list .eventTimeItem:hover,
#bil .eventTime-list .eventTimeItem.active {
	background: #5cb85c;
	color: white;
}

#bil .placement {
	margin-top: 50px;
}

#bil .placement .placement-title {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}

#bil .placement .placement-withoutPlace {
	margin-bottom: 50px;
}

#bil .placement .placement-withoutPlace .placementItem {
	/* v1.1 */
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	/* /v1.1 */
	line-height: 34px;
	border-bottom: 1px solid #eee;
}

#bil .placement .placement-withoutPlace .placementItem .placementItem-title {
	float: left;
}

#bil .placement .placement-withoutPlace .placementItem .placementItem-price {
	float: left;
	margin: 0 20px;
	width: 100px;
	font-weight: 700;
	text-align: center;
}

#bil .placement .placement-withoutPlace .placementItem .placementItem-actions {
	float: right;
	width: 100px;
}

#bil .placement .placement-withoutPlace .placementItem .placementItem-actions input {
	padding: 6px;
	text-align: center;
}

#bil .placement .placement-withoutPlace .placementItem .placementItem-availability {
	/* v1.1 */
	position: absolute;
	left: 5px;
	bottom: -5px;
	font-size: 10px;
	color: #83a3bd;
	/* /v1.1 */
}

#bil .placement .placementLegend {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 549px) {
	#bil .placement .placementLegend {
		width: 100%;
		max-width: 500px;
		text-align: center;
	}
}

@media only screen and (min-width: 550px) {
	#bil .placement .placementLegend {
		width: 80%;
		max-width: 960px;
	}
}

#bil .placement .placementLegend .placementLegend-wrapper {
	display: inline-block;
	text-align: center;
}

#bil .placement .placementLegend .placementLegend-left,
#bil .placement .placementLegend .placementLegend-right {
	padding: 10px;
	border: 1px solid black;
	border-radius: 10px;
}

#bil .placement .placementLegend .placementLegend-right {
	margin-top: 20px;
}

#bil .placement .placementLegend .placementLegend-item {
	line-height: 17px;
}

@media only screen and (min-width: 550px) {
	#bil .placement .placementLegend .placementLegend-item {
		margin-right: 20px;
		display: inline-block;
	}
	#bil .placement .placementLegend .placementLegend-item:last-child {
		margin-right: 0;
	}
}


#bil .placement .placementLegend .placementLegend-item i {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid black;
	border-radius: 50%;
}

#bil .placement .placementSheme {
	margin-top: 20px;
	position: relative;
}

/* v1.1 */
#bil .placement .placementSheme #sheme {
	margin: 0 auto 20px auto;
	width: 100%;
	overflow: auto;
}

#bil .placement .placementSheme #sheme svg {
	width: 100%;
	height: auto;
}
/* /v1.1 */

#bil .placement .placementSheme #sheme svg #PriceCategory,
#bil .placement .placementSheme #sheme svg #Legend {
	display: none !important;
}

#bil .placement .placementSheme #sheme svg circle {
	cursor: pointer;
}

#bil.no-touchevents .placement .placementSheme .controls {
	display: none;
}

#bil.touchevents .placement .placementSheme {
	padding-top: 55px;
}

#bil.touchevents .placement .placementSheme .controls {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
}

#bil.touchevents .placementSheme #sheme #svg-pan-zoom-controls {
	display: none;
}

/* v1.1 */

#bil .bil-wrapper .filterWrapper {
	margin: 25px auto;
	max-width: 960px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#bil .bil-wrapper .filterWrapper .filterElem {
	margin: 10px;
}

#bil .bil-wrapper .eventsList {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#bil .bil-wrapper .eventsList .eventItem {
	margin: 10px;
	padding: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 282px;
	flex: 0 0 282px;
	width: 282px;
	max-width: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZDRkNGQ0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(212, 212, 212)),color-stop(1, rgb(242, 242, 242)));
	background-image: -webkit-linear-gradient(top,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	background-image: linear-gradient(to bottom,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	background-image: -ms-linear-gradient(top,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	text-decoration: none;
	color: #333;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-image {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-title,
#bil .bil-wrapper .eventsList .eventItem .eventItem-subtitle {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-title {
	margin-top: 5px;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-description {
	margin-top: 10px;
	font-size: 14px;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-date,
#bil .bil-wrapper .eventsList .eventItem .eventItem-time,
#bil .bil-wrapper .eventsList .eventItem .eventItem-rating {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-date {
	margin-top: 10px;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-rating .stars10,
#bil .bil-wrapper .eventsList .eventItem .eventItem-rating .stars9 {
	margin-left: 10px;
	position: relative;
	top: 3px;
	display: inline-block;
	height: 19px;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-rating .stars10 {
	width: 102px;
	background: url(../images/five_star.png);
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-rating .stars9 {
	width: 83px;
	background: url(../images/five_star.png);
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-price {
	padding: 8px 0 0 0;
	box-sizing: border-box;
	display: block;
	float: right;
	width: 66px;
	height: 66px;
	background: url(../images/circle.png);
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: center;
}

#bil .bil-wrapper .eventsList .eventItem .eventItem-price span {
	display: block;
	font-size: 15px;
	text-align: center;
}

/* v1.1 */
#bil .bil-wrapper .no-results {
	font-size: 25px;
	text-align: center;
}
/* /v1.1 */

@media screen and (max-width: 679px) {

	#bil .bil-wrapper .eventsList .eventItem {
		margin: 10px 0;
	}

	#bil .bil-wrapper .eventsList {
		max-width: 302px;
	}

}

@media screen and (max-width: 767px) {

	#bil .bil-wrapper .filterWrapper .filterElem {
		margin: 10px 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

}

@media screen and (min-width: 768px) {

	#bil .bil-wrapper .filterWrapper .filterElem {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(100% / 3 - 20px);
		flex: 1 0 calc(100% / 3 - 20px);
	}

}

@media screen and (min-width: 680px) and (max-width: 979px) {

	#bil .bil-wrapper .eventsList {
		max-width: 604px;
	}

}

@media screen and (min-width: 980px) and (max-width: 1279px) {

	#bil .bil-wrapper .eventsList {
		max-width: 906px;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1579px) {

	#bil .bil-wrapper .eventsList {
		max-width: 1208px;
	}

}

@media screen and (min-width: 1580px) and (max-width: 1872px) {

	#bil .bil-wrapper .eventsList {
		max-width: 1510px;
	}

}

@media screen and (min-width: 1873px) {

	#bil .bil-wrapper .eventsList {
		max-width: 1812px;
	}

}

/* мои билеты */
#bil .tickets-page .bil-header {
	min-height: 80px;
}

#bil .bil-wrapper .ticketsList {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#bil .bil-wrapper .ticketsList .ticketItem {
	margin: 10px;
	padding: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 282px;
	flex: 0 0 282px;
	width: 282px;
	max-width: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZDRkNGQ0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(212, 212, 212)),color-stop(1, rgb(242, 242, 242)));
	background-image: -webkit-linear-gradient(top,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	background-image: linear-gradient(to bottom,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	background-image: -ms-linear-gradient(top,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	text-align: center;
}

#bil .bil-wrapper .ticketsList .ticketItem-image {
	margin: 0 auto;
	display: block;
	max-width: 244px;
	height: auto;
}

#bil .bil-wrapper .ticketsList .ticketItem-title {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

#bil .bil-wrapper .ticketsList .ticketItem-date {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

#bil .bil-wrapper .ticketsList .remove-btn {
	margin-top: 10px;
	width: 168px;
}

@media screen and (max-width: 679px) {

	#bil .bil-wrapper .ticketsList .ticketItem {
		margin: 10px 0;
	}

	#bil .bil-wrapper .ticketsList {
		max-width: 302px;
	}

}

@media screen and (min-width: 680px) and (max-width: 979px) {

	#bil .bil-wrapper .ticketsList {
		max-width: 604px;
	}

}

@media screen and (min-width: 980px) and (max-width: 1279px) {

	#bil .bil-wrapper .ticketsList {
		max-width: 906px;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1579px) {

	#bil .bil-wrapper .ticketsList {
		max-width: 1208px;
	}

}

@media screen and (min-width: 1580px) and (max-width: 1872px) {

	#bil .bil-wrapper .ticketsList {
		max-width: 1510px;
	}

}

@media screen and (min-width: 1873px) {

	#bil .bil-wrapper .ticketsList {
		max-width: 1812px;
	}

}

/* мои заказы */
#bil .orders-page .bil-header {
	min-height: 80px;
}

#bil .bil-wrapper .ordersList {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#bil .bil-wrapper .ordersList .orderItem {
	margin: 10px;
	padding: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 282px;
	flex: 0 0 282px;
	width: 282px;
	max-width: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZDRkNGQ0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(212, 212, 212)),color-stop(1, rgb(242, 242, 242)));
	background-image: -webkit-linear-gradient(top,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	background-image: linear-gradient(to bottom,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
	background-image: -ms-linear-gradient(top,rgb(212, 212, 212) 0%,rgb(242, 242, 242) 100%);
}

#bil .bil-wrapper .ordersList .orderItem-title {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

#bil .bil-wrapper .ordersList .orderItem-info {
	margin-top: 10px;
}

#bil .bil-wrapper .ordersList .orderItem-actions {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 679px) {

	#bil .bil-wrapper .ordersList .orderItem {
		margin: 10px 0;
	}

	#bil .bil-wrapper .ordersList {
		max-width: 302px;
	}

}

@media screen and (min-width: 680px) and (max-width: 979px) {

	#bil .bil-wrapper .ordersList {
		max-width: 604px;
	}

}

@media screen and (min-width: 980px) and (max-width: 1279px) {

	#bil .bil-wrapper .ordersList {
		max-width: 906px;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1579px) {

	#bil .bil-wrapper .ordersList {
		max-width: 1208px;
	}

}

@media screen and (min-width: 1580px) and (max-width: 1872px) {

	#bil .bil-wrapper .ticketsList {
		max-width: 1510px;
	}

}

@media screen and (min-width: 1873px) {

	#bil .bil-wrapper .ordersList {
		max-width: 1812px;
	}

}

/* мои карты */
#bil .cards-page .bil-header {
	min-height: 80px;
}

#bil .bil-wrapper .cardsList {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#bil .bil-wrapper .cardsList .cardItem {
	position: relative;
	margin: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 282px;
	flex: 0 0 282px;
	width: 282px;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

#bil .bil-wrapper .cardsList .cardItem-image {
	display: block;
	max-width: 100%;
	border-radius: 10px;
}

#bil .bil-wrapper .cardsList .cardItem-title {
	padding: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	line-height: 24px;
	color: white;
}

@media screen and (max-width: 679px) {

	#bil .bil-wrapper .cardsList .cardItem {
		margin: 10px 0;
	}

	#bil .bil-wrapper .cardsList {
		max-width: 302px;
	}

}

@media screen and (min-width: 680px) and (max-width: 979px) {

	#bil .bil-wrapper .cardsList {
		max-width: 604px;
	}

}

@media screen and (min-width: 980px) and (max-width: 1279px) {

	#bil .bil-wrapper .cardsList {
		max-width: 906px;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1579px) {

	#bil .bil-wrapper .cardsList {
		max-width: 1208px;
	}

}

@media screen and (min-width: 1580px) and (max-width: 1872px) {

	#bil .bil-wrapper .cardsList {
		max-width: 1510px;
	}

}

@media screen and (min-width: 1873px) {

	#bil .bil-wrapper .cardsList {
		max-width: 1812px;
	}

}

#cards-popup {
	padding: 20px;
	width: 500px;
	background-color: #eff0eb;
}

#cards-popup .popup-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#cards-popup .mecsList {
	margin-top: 20px;
}

#cards-popup .mecItem {
	margin-top: 15px;
	padding: 15px 10px 15px 20px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	background-color: white;
	border-radius: 10px;
}

#cards-popup .mecItem-right {
	flex: 0 0 calc(100% / 2 - 20px);
	max-width: calc(100% / 2 - 20px);
}

#cards-popup .mecItem-right img {
	margin-bottom: 5px;
	max-width: 100%;
}

#card-popup {
	padding: 40px 20px 20px 20px;
	width: 440px;
}

#card-popup img {
	max-width: 100%;
}

/* мои промокоды */
#bil .codes-page .bil-header {
	min-height: 80px;
}

#bil .bil-wrapper .codesList {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#bil .bil-wrapper .codesList .codeItem {
	padding: 20px;
	margin: 10px;
	display: flex;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

#bil .bil-wrapper .codesList .codeItem[data-active="false"] {
	opacity: 0.5;
}

#bil .bil-wrapper .codesList .codeItem-left {

}

#bil .bil-wrapper .codesList .codeItem-title {
	font-size: 20px;
	font-weight: bold;
	color: #044a8f;
}

#bil .bil-wrapper .codesList .codeItem-info {
	margin-top: 5px;
	color: #858585;
}

#bil .bil-wrapper .codesList .codeItem-right {
	padding-left: 20px;
}

#bil .bil-wrapper .codesList .codeItem-discount {
	font-size: 35px;
	font-weight: bold;
	color: #77803d;
}

@media screen and (max-width: 679px) {

	#bil .bil-wrapper .codesList .codeItem {
		margin: 10px 0;
		width: 100%;
	}

}

@media screen and (min-width: 680px) and (max-width: 1279px) {

	#bil .bil-wrapper .codesList .codeItem {
		width: calc(100% / 2 - 20px);
	}

}

@media screen and (min-width: 1280px) and (max-width: 1579px) {

	#bil .bil-wrapper .codesList .codeItem {
		width: calc(100% / 3 - 20px);
	}

}

@media screen and (min-width: 1580px) {

	#bil .bil-wrapper .codesList .codeItem {
		width: calc(100% / 4 - 20px);
	}

}

#pack-popup {
	padding: 20px;
	width: 440px;
}

#pack-popup .popup-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#pack-popup .popup-content {
	margin-top: 10px;
}

/* мобильное меню */
.menu {
	padding: 0;
	margin: 0 0 0 20px;
	min-width: 180px;
}

.menu .menuItem {
	margin: 10px 0;
}

.menu .menuItem a {
	font-size: 16px;
	line-height: 20px;
	color: #5CB85C;
	text-decoration: none;
	outline: none;
}

.menu .menuItem a:hover {
	color: #77803d;
}

.menu .menuItem span {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #5CB85C;
}

#auth-popup .popup-title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#auth-popup .message {
	margin-bottom: 20px;
}