/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  width: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
	outline: 0;
}
textarea {
  overflow: auto;
}

/* ========================================================================= */


/* Общее */
body {
	font: 12px Tahoma, Verdana, Segoe, sans-serif;
	color: #000;
	min-width: 1010px;
}
@media all and (min-width: 1010px) {
	body {
		background: #fff url(../images/bg-body.png) no-repeat left bottom;
		background-size: contain;
	}
}
@media all and (max-width: 1010px) {
	body {
		background: #fff url(../images/bg-body-easy.png) repeat-x left bottom;
	}
}
input.invalid,
select.invalid,
textarea.invalid {
	border: 1px solid #e1778d !important;
	background-color: #f8dbdd;
}
input.valid,
select.valid,
textarea.valid {
	border: 1px solid #859b75 !important;
	background-color: #e0efd8;
}
.inner {
	width: 980px;
	margin: 0 auto;
}


/* Шапка сайта */
header {
	height: 76px;
	background: #000 url(../images/sprite.png) 0 70px;
	min-width: 1010px;
	color: #fff;
	position: relative;
}
header:before {
	content: '';
	display: block;
	background: #2e9c47;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 0;
	height: 3px;
}
header:after {
	content: '';
	display: block;
	background: #fad236 url(../images/sprite.png) no-repeat -590px -8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	margin-left: 330px;
	z-index: 0;
}
header .logo {
	float: left;
	margin-top: 12px;
}
header .logo img {
	float: left;
	width: 175px;
	height: 64px;
}
header .info {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 30px 0 0 0;
}
header .info a {
	color: #fff;
}
header .info a:hover {
	opacity: .9;
	border-bottom: 1px dashed #fff;
}
header .info li {
	display: inline-block;
	margin-left: 50px;
}
header .info li:before {
	content: '';
	background: url(../images/sprite.png) no-repeat;
	display: block;
	height: 15px;
	position: absolute;
	margin-left: -22px;
}
header .info .city:before {
	background-position: -2px -9px;
	width: 9px;
	margin-left: -18px;
}
header .info .city .select {
	display: none;
	border-radius: 2px;
	background: #f8f8f8;
	border: 1px solid #eee;
	position: absolute;
	margin: 20px 0 0 0;
	z-index: 20;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	list-style: none;
}
header .info .city .select li {
	display: block;
	margin: 0;
	padding: 10px 25px;
	white-space: nowrap;
}
header .info .city .select a {
	color: #333;
	opacity: 1;
}
header .info .city .select a:hover {
	border-bottom: 1px dashed #bbb;
}
header .info .city .select:before {
	content: '';
	position: absolute;
	left: 10px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f8f8f8;
}
header .info .city .select:hover,
header .info .city > a:focus ~ .select,
header .info .city > a:active ~ .select {
	display: block;
}
header .info .phone:before {
	background-position: -16px -8px;
	width: 14px;
}
header .info .venues:before {
	background-position: -34px -8px;
	width: 13px;
}
header .info .account:before {
	background-position: -52px -8px;
	width: 15px;
}
header .info .cart:before {
	background-position: -71px -8px;
	width: 17px;
	margin: -2px 0 0 -25px;
}
header .search {
	position: absolute;
	left: 50%;
	margin: 28px 0 0 355px;
	z-index: 1;
}
header .search input {
	width: 95px;
	border: 1px solid #000;
	background: transparent url(../images/sprite.png) no-repeat -580px -80px;
	padding: 4px 10px 4px 30px;
	color: #000;
}
header input::-webkit-input-placeholder { color: #000; }
header input::-moz-placeholder          { color: #000; }
header input:-moz-placeholder           { color: #000; }
header input:-ms-input-placeholder      { color: #000; }
header input:focus::-webkit-input-placeholder { color: transparent; }
header input:focus::-moz-placeholder          { color: transparent; }
header input:focus:-moz-placeholder           { color: transparent; }
header input:focus:-ms-input-placeholder      { color: transparent; }


/* Жанровый рубрикатор */
nav.genres {
	background: #2e9c47;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	min-width: 1010px;
}
nav.genres .inner {
	padding-left: 190px;
	box-sizing: border-box;
}
nav.genres ul {
	padding: 0;
	list-style: none;
}
nav.genres > ul > li:before {
	content: "\2022";
	display: block;
	position: absolute;
}
nav.genres > ul > li:first-child:before {
	display: none;
}
nav.genres li {
	display: inline-block;
}
nav.genres li:hover ul {
	display: block;
}
nav.genres a {
	display:inline-block;
	color: #000;
	padding: 0 10px 6px 18px;
	text-transform: uppercase;
	font-size: 13px;
}
nav.genres .red a {
	color: red;
}
nav.genres a:hover {
	opacity: .6;
}
nav.genres li ul {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	margin-left: -1px;
	z-index: 10;
}
nav.genres li li {
	display: block;
	border-left: 0;
	border-bottom: 1px solid #eaeaea;
}
nav.genres li li a {
	padding: 8px 40px 8px 20px;
}


/* Хлебные крошки */
.breadcrumbs {
	padding-top:10px;
	color: #999;
}
.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs a {
	color: #999;
}
.breadcrumbs a:hover {
	color: #666;
	border-bottom: 1px dashed #bbb;
}


/* Тело страницы */
.headline {
	padding-bottom: 3px;
	border-bottom: 4px solid #ffd213;
	margin: 30px 0 35px 0;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 27px;
}
h1, h2 {
	width: 1010px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	letter-spacing: 1px;
	position: relative;
	box-sizing: border-box;
}
.headline h1:before,
.headline h2:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/sprite.png) no-repeat -477px -16px;
	width: 100px;
	height: 45px;
	left: 0;
	top: 1px;
	z-index: -1;
}
.headline.green {
	border-bottom: 4px solid #2e9c47;
}
.headline.green h1:before,
.headline.green h2:before {
	background-position: -477px -76px;
}


/* Блоки страницы */
.sidebar {
	float: right;
	width: 230px;
}
aside.sidebar {
	padding-bottom: 40px;
}
#left-side {
	width: 730px;
}


/* Кнопки социальных сетей */
#share {
	text-align: center;
	padding-top: 10px;
}
#share a {
	display: inline-block;
	margin: 6px 3px;
	height: 24px;
	width: 24px;
	background: url(../images/sprite.png) no-repeat;
	opacity: .5;
}
#share a:hover {
	opacity: 1;
}


/* Список событий */
.events .item {
	width: 230px;
	height: 330px;
	display: inline-block;
	margin: 0 15px 20px 0;
	background: #eee;
	position: relative;
}
.events .item:nth-child(4n) {
	margin-right: 0;
}
.events.col3 .item:nth-child(4n) {
	margin-right: 15px;
}
.events.col3 .item:nth-child(3n) {
	margin-right: 0;
}
.events img {
	width: 230px;
	height: 154px;
}
.events .title {
	margin: 10px 15px 15px 15px;
	overflow: hidden;
	height: 34px;
}
.events .title div {
	display: table;
	height: 34px;
}
.events .title a {
	font-weight: bold;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.events .date {
	position: relative;
	margin: 0 0 10px 15px;
	padding-left: 20px;
}
.events .date:before {
	content: '';
	background: transparent url(../images/sprite.png) no-repeat -368px -30px;
	width: 13px;
	height: 14px;
	position: absolute;
	margin: 0 0 0 -20px;
}
.events .venue {
	position: relative;
	margin: 0 15px;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.events .venue:before {
	content: '';
	background: transparent url(../images/sprite.png) no-repeat -386px -30px;
	width: 9px;
	height: 14px;
	position: absolute;
	margin: 0 0 0 -18px;
}
.events .buy {
	background: #2e9c47;
	line-height: 28px;
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.events .title a:hover,
.events .venue a:hover,
.events .buy:hover {
	opacity: .7;
}
.events.yellow .item {
	background: #fad236;
}
.events .all {
	padding: 40px 0;
	text-align: center;
}
.events .all a {
	background: #2e9c47;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 30px;
	display: inline-block;
}
.events .all a:hover {
	opacity: .7;
}


/* Слайдер на главной странице */
#slider {
	position: relative;
	width: 1010px;
	height: 440px;
	overflow: hidden;
	margin: 20px auto;
}
#slider .rotate {
	width: 1010px;
	height: 375px;
	overflow: hidden;
}
#slider .box {
	opacity: 0;
	display: none;
	position: absolute;
	height: 375px;
	width: 1010px;
}
#slider .box:first-child {
	opacity: 1;
	display: block;
}
#slider .box img {
	height: 375px;
	width: 1010px;
}
#slider .box .info {
	position: absolute;
	left: 15px;
	bottom: 40px;
	height: 120px;
	width: 330px;
	background: #fad236;
	box-sizing: border-box;
	padding: 12px;
}
#slider .box .title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	width: 306px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
#slider .box .note {
	padding-top: 2px;
	height: 28px;
	overflow: hidden;
}
#slider .box .date {
	position: relative;
	margin: 5px 0 10px 0;
	padding-left: 20px;
}
#slider .box .date:before {
	content: '';
	background: transparent url(../images/sprite.png) no-repeat -368px -30px;
	width: 13px;
	height: 14px;
	position: absolute;
	margin: 0 0 0 -20px;
}
#slider .box .venue {
	position: relative;
	padding-left: 20px;
}
#slider .box .venue:before {
	content: '';
	background: transparent url(../images/sprite.png) no-repeat -386px -30px;
	width: 9px;
	height: 14px;
	position: absolute;
	margin: 0 0 0 -18px;
}
#slider .box .buy {
	background: #2e9c47;
	line-height: 28px;
	position: absolute;
	bottom: 12px;
	left: 15px;
	width: 165px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#slider .preview {
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
#slider .preview a {
	display: inline-block;
	background: #999;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;

}
#slider .preview a:first-child {
	background: #fad236;
}
#slider .preview img {
	height: 90px;
	margin-left: -46px;
}
#slider #calendar {
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 14px;
}
#slider .navi {
	width: 80px;
	height: 45px;
	position: absolute;
	left: 15px;
	bottom: 225px;
}
#slider .navi a {
	display: block;
	height: 45px;
	width: 40px;
	background: #fff url(../images/sprite.png) no-repeat;
	opacity: .6;
}
#slider .navi a:hover {
	opacity: .8;
}
#slider .navi a.prev {
	background-position: -383px -46px;
	float: left;
}
#slider .navi a.next {
	background-position: -422px -46px;
	float: right;
}


/* Календарь событий */
#calendar {
	width: 232px;
	height: 280px;
}
#calendar .layout {
	background: #fff;
	padding: 10px 0 15px 0;
}
#calendar .title {
	background: #fad236;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#calendar .month {
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 15px 0;
}
#calendar .prev,
#calendar .next {
	background: url(../images/sprite.png) no-repeat;
	display: block;
	height: 9px;
	width: 13px;
}
#calendar .prev:hover,
#calendar .next:hover {
	opacity: .6;
}
#calendar .prev {
	float: left;
	background-position: -412px -32px;
	margin: 6px 0 0 16px;
}
#calendar .next {
	float: right;
	background-position: -435px -32px;
	margin: 6px 16px 0 0;
}
#calendar .days {
	text-align: center;
}
#calendar .days span {
	font-weight: bold;
	text-align: center;
	width: 27px;
	display: inline-block;
}
#calendar .grid {
	text-align: center;
}
#calendar .grid a,
#calendar .grid span {
	text-align: center;
	width: 27px;
	display: inline-block;
	padding-top: 14px;
	position: relative;
}
#calendar .grid b:hover,
#calendar .grid a:hover {
	font-weight: bold;
}
#calendar .grid span {
	color: #999;
}
#calendar .grid b {
	background: #2e9c47;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	padding: 4px;
	margin: -16px 0 0 -11px;
	width: 16px;
}


/* Постраничная навигация */
.pager {
	padding: 20px 0;
	text-align: center;
}
.pager * {
	margin: 0 3px;
	display: inline-block;
}
.pager b {
	width: 25px;
	height: 20px;
	padding-top: 4px;
	background: #2e9c47;
	border-radius: 2px;
	font-weight: normal;
}
.pager a {
	width: 23px;
	height: 19px;
	padding-top: 3px;
	border: 1px solid #2e9c47;
	border-radius: 2px;
}
.pager a:hover {
	font-weight: bold;
}


/* Пустой результат поиска */
.empty {
	background: url(../images/empty.png) no-repeat center 58px;
	max-width: 430px;
	padding: 200px 0 100px 0;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin: auto;
}
.empty a {
	color: #666;
	text-decoration: underline;
}
.empty a:hover {
	text-decoration: none;
}


/* Выбор жанров на странице АФИША */
#genres {
	margin: 20px 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}
#genres .title {
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	background: #2e9c47;
	text-transform: uppercase;
}
#genres input {
	position: absolute;  
	opacity: 0;  
}
#genres ul {
	list-style: none;
	padding: 0;
}
#genres label {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
}
#genres label:before {
	content: '';
	display: inline-block;
	height: 24px;
	width: 24px;
	margin: -4px 0 0 -35px;
	position: absolute;
}
#genres input:not(checked) + label:before {
	background: #eee;
}
#genres input:checked + label:before {
	background: #2e9c47;
}
#genres ul b {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	border: 10px solid #fff;
	cursor: pointer;
	margin-right: 10px;
}
#genres ul b.closed {
	background: url(../images/sprite.png) no-repeat -331px -60px;
}
#genres ul b.opened {
	background: url(../images/sprite.png) no-repeat -329px -36px;
}
#genres ul b.opened ~ ul {
	display: block;
}
#genres ul ul {
	padding-left: 30px;
	display: none;
}
#genres > ul > li > label {
	font-weight: bold;
	text-transform: uppercase;
}


/* Фильтр поиска событий и мест проведения */
#filter {
	margin-bottom: 20px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	 overflow: hidden;
}
#filter input {  
  position: absolute;  
  opacity: 0;  
}
#filter .params {
	padding: 20px 10px 0 10px;
}
#filter .params .venue {
	padding-top: 20px;
	border-top: 1px solid #dfb427;
}
.params input {
	position: absolute;
	opacity: 0;
	z-index:-1;
}
.params label {
	display: block;
	margin: 0 0 18px 35px;
	cursor: pointer;
}
.params label:before {
	content: '';
	display: inline-block;
	height: 24px;
	width: 24px;
	margin: -4px 0 0 -35px;
	position: absolute;
}
.params input:not(checked) + label:before {
	background: #eee;
}
.params input:checked + label:before {
	background: #2e9c47;
}


/* Список площадок */
.venues .item {
	width: 230px;
	height: 265px;
	display: inline-block;
	margin: 0 16px 20px 0;
	background: #eee;
	position: relative;
}
.venues .item:nth-child(3n) {
	margin-right: 0;
}
.venues.col4 .item:nth-child(3n) {
	margin-right: 16px;
}
.venues.col4 .item:nth-child(4n) {
	margin-right: 0;
}
.venues img {
	width: 230px;
	height: 154px;
}
.venues .title {
	margin: 10px 15px 15px 15px;
	overflow: hidden;
	height: 34px;
}
.venues .title div {
	display: table;
	height: 34px;
}
.venues .title a {
	font-weight: bold;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.venues .address {
	position: relative;
	margin: 0 15px;
	padding-left: 20px;
	height: 28px;
	overflow: hidden;
}
.venues .address:before {
	content: '';
	background: transparent url(../images/sprite.png) no-repeat -386px -30px;
	width: 9px;
	height: 14px;
	position: absolute;
	margin: 0 0 0 -18px;
}


/* Описание на странице события или площадки */
#description {
	cursor: text;
	overflow: hidden;
	margin-bottom: 20px;
}
#description p {
	margin: 0 0 20px 0;
}
#description .text {
	position: relative;
	font-size: 13px;
}


/* Страница места проведения */
#venue {
	overflow: hidden;
	padding-bottom: 60px;
}
#venue .right {
	margin-top: 3px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}
#venue .right .address {
	padding: 20px 20px 20px 45px;
	font-size: 12px;
}
#venue .right .address:before {
	content: '';
	background: transparent url(../images/sprite.png) no-repeat -386px -30px;
	width: 9px;
	height: 14px;
	position: absolute;
	margin: 5px 0 0 -25px;
}
#venue .right .map {
	height: 310px;
}


/* Сетка для описания страницы */
#grid .left {
	float: left;
	width: 315px;
}
#grid .left .photo {
	width: 100%;
}
#grid .left .photos {
	padding-top: 20px;
}
#grid .left .photos a {
	margin-right: 33px;
}
#grid .left .photos a:nth-child(3n)  {
	margin-right: 0;
}
#grid .center {
	margin-left: 335px;
	width: 395px;
}
#grid .block {
	margin-left: 335px;
}
#grid .right {
	float: right;
	width: 230px;
}


/* Основные страницы */
#promo,
#activity,
#festival,
#event {
	overflow: hidden;
	padding-bottom: 60px;
}
#afisha #calendar {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}


/* Страница события */
#event .info {
	background: #fad236;
	padding: 20px;
	color: #333;
}
#event .date {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#event .date:before {
	content: '';
	display: block;
	margin: 0 auto 5px auto;
	background: transparent url(../images/sprite.png) no-repeat -230px -56px;
	width: 18px;
	height: 19px;
}
#event .venue {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
}
#event .venue:hover {
	opacity: .7;
}
#event .venue:before {
	content: '';
	display: block;
	margin: 25px auto 5px auto;
	background: transparent url(../images/sprite.png) no-repeat -256px -56px;
	width: 13px;
	height: 19px;
}
#event .price {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#event .price:before {
	content: '';
	display: block;
	margin: 25px auto 5px auto;
	background: transparent url(../images/sprite.png) no-repeat -275px -55px;
	width: 20px;
	height: 19px;
}
#event .age {
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
#event .age span {
	font-weight: bold;
}
#event .buy {
	text-align: center;
	margin-top: 30px;
}
#event .buy a,
#event .buy button {
	background: #2e9c47;
	line-height: 28px;
	display: inline-block;
	width: 166px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0;
	outline: 0;
}
#event .buy a:hover,
#event .buy button:hover {
	opacity: .7;
}
#request {
	padding-bottom: 150px;
}
#request form {
	width: 525px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	padding: 15px;
	text-align: center;
	min-height: 220px;
}
#request input {
	border: 1px solid #2e9c47;
	padding: 7px 15px;
	margin: 8px 6px;
	width: 216px;
	border-radius: 2px;
}
#request textarea {
	border: 1px solid #2e9c47;
	padding: 7px 15px;
	margin: 8px 6px;
	width: 480px;
	border-radius: 2px;
	height: 40px;
}
#request .send {
	text-align: left;
	padding: 5px 9px;
}
#request .send button {
	background: #2e9c47;
	line-height: 28px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 25px;
}
#request .note {
	float: right;
	border: #f4f4f4;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	width: 400px;
}
#request .title {
	font-weight: bold;
	padding: 20px 0 0 20px;
	text-transform: uppercase;
}
#request li {
	padding: 5px;
	color: #666;
	font-size: 12px;
}
#request .confirm {
	padding: 20px;
	display: none;
}
#request .confirm div {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}


/* Выбор билетов на странице события */
#order .notickets {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	max-width: 400px;
	margin: 50px auto 100px auto;
	text-align: center;
	padding-bottom: 40px;
}
#order .notickets .title {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background: #2e9c47;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
#order .note {
	margin-bottom: 40px;
}
#order .note .cart {
	float:right;
	margin: 27px 20px 0 0;
}
#order .note .cart a {
	background: #2e9c47;
	line-height: 28px;
	display: inline-block;
	padding: 0 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#order .note .cart a:hover {
	opacity: .7;
}
#order .note .title {
	text-transform: uppercase;
	font-weight: bold;
}
#order .note ol {
	margin: 10px 0;
	padding: 0 0 0 13px;
}
#order .note li {
	padding: 1px;
	color: #666;
	font-size: 12px;
}
#map {
	min-height: 200px;
	padding-top: 20px;
}
#map .load {
	padding: 40px;
	text-align: center;
	line-height: 20px;
	display: none;
}
#map .legend {
	text-align: center;
	font-size: 12px;
	padding: 30px 0 20px 0;
}
#map .legend span {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 3px;
	border: 1px solid #bbb;
	margin: 0 5px 0 15px;
	border-radius: 2px;
}
#map .places {
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#map .places b {
	position: absolute;
	font-weight: normal;
	color: #666;
	text-align: center;
}
#map .places .place {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #f6f6f6;
}
#map .places .ticket {
	cursor: pointer;
	font-size: 8px;
    line-height: 17px;
}
#map .places .ticket img {
	width: 16px;
	height: 16px;
}
#map .places .selected {
	background-color: #ec5959 !important;
	border: 1px solid #8d1d4b;
}


/* Подсказка при наведении на место */
#map .places span {
	display: none;
	position: absolute;
	z-index: 10;
	background: #000;
	padding: 8px 10px 10px 10px;
	color: #fff;
	opacity: .8;
	font-size: 12px;
	border-radius: 4px;
	white-space: nowrap;
	text-align: left;
}
#map .places span strong {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
#map .places span div {
	font-size: 10px;
}
#map .places span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}
#map .places span.tr {
	bottom: 33px;
	left: -16px;
}
#map .places span.tr:after {
	left: 10px;
	bottom: -10px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #000;
}
#map .places span.tl {
	bottom: 33px;
	right: -16px;
}
#map .places span.tl:after {
	right: 10px;
	bottom: -10px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #000;
}
#map .places span.br {
	top: -16px;
	left: 43px;
}
#map .places span.br:after {
	left: -10px;
	top: 10px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #000;
}
#map .places span.bl {
	top: -16px;
	right: 43px;
}
#map .places span.bl:after {
	right: -10px;
	top: 10px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #000;
}


/* Входные места */
#map .admission {
	padding-top: 20px;
	text-align: center;
	width: 930px;
	margin: 0 auto;
}
#map .admission .header {
	overflow: hidden;
	border-left: 1px solid #2e9c47;
}
#map .admission .header div {
	border: 1px solid #2e9c47;
	border-left: 0;
	padding: 15px;
	float: left;
}
#map .admission .name {
	width: 350px;
}
#map .admission .price {
	width: 150px;
}
#map .admission .count {
	width: 150px;
}
#map .admission .cart {
	width: 150px;
}
#map .admission .sector {
	border-left: 1px solid #ddd;
	overflow: hidden;
	color: #666;
}
#map .admission .sector div {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 15px 0 15px;
	height: 33px;
	float: left;
}
#map .admission .sector .name {
	padding: 0 15px;
	height: 48px;
	display: table;
}
#map .admission .sector .name span {
	display: table-cell;
	vertical-align: middle;
}
#map .admission select {
	border: 1px solid #2e9c47;
	padding: 5px 15px;
	margin-top: -6px;
	width: 75px;
	border-radius: 2px;
}
#map .admission button {
	border: 0;
	padding: 5px 15px;
	margin-top: -6px;
	background: #2e9c47;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: 0;
}
#map .admission button:hover {
	opacity: .8;
}
#map .admission .cart span {
	display: none;
}
#map .to-cart {
	text-align: center;
	padding: 40px 0 80px 0;
}
#map .to-cart a {
	background: #2e9c47;
	line-height: 28px;
	display: inline-block;
	padding: 0 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#map .to-cart a:hover {
	opacity: .7;
}
#sectors {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	width: 650px;
	margin: 3px;
}
#sectors .title {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background: #2e9c47;
	letter-spacing: 1px;
}
#sectors .head {
	border-bottom: 1px solid #2e9c47;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
}
#sectors .head div {
	border-left: 1px solid #2e9c47;
	float: left;
	padding: 15px 10px;
	text-align: center;
}
#sectors .head div:first-child {
	border: 0;
}
#sectors .name {
	width: 340px;
}
#sectors .price {
	width: 120px;
}
#sectors .order {
	width: 128px;
}
#sectors .sector {
	overflow: hidden;
	color: #666;
}
#sectors .sector div {
	border-left: 1px solid #2e9c47;
	float: left;
	padding: 15px 10px 0 10px;
	text-align: center;
	height: 33px;
}
#sectors .sector div:first-child {
	border: 0;
}
#sectors button {
	border: 0;
	padding: 5px 15px;
	margin-top: -6px;
	background: #2e9c47;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: 0;
}
#sectors button:hover {
	opacity: .8;
}
.event-sectors {
	overflow: hidden;
}
#svg {
	float: right;
	width: 300px;
}
#svg path {
	stroke: #ddd;
	fill: #fff;
	stroke-width: 1px;
}
#svg path.active {
	fill: #dfb427;
	stroke: #dfb427;
	cursor: pointer;
}
#svg path.active:hover {
	opacity: .8;
}
#svg text {
	font-size: 10px;
	pointer-events: none;
}
#svg div {
	background: #000;
	padding: 10px;
	position: absolute;
	opacity: .9;
	color: #fff;
	border-radius: 5px;
	width: 200px;
	font-size: 12px;
	line-height: 18px;
}
#svg div:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #000;
	border-bottom: 15px solid transparent;
}
#svg div strong {
	font-size: 14px;
	display: block;
}
#svg div span {
	color: #bbb;
	display: block;
}
.hall-scheme {
	float: right;
	width: 300px;
	text-align: center;
}
.hall-scheme img {
	border: 1px solid #ddd;
	cursor: pointer;
	width: 200px;
}

/* Текстовая страница */
#text {
	min-height: 500px;
	margin-bottom: 150px;
}
#text a {
	color: #666;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}
#text h2 {
	font-size: 18px;
	padding: 0;
	margin: 25px 0 15px 0;
}
#text h3 {
	font-size: 16px;
	padding: 0;
	margin: 20px 0 16px 0;
}


/* Корзина */
#cart {
	min-height: 500px;
}
#cart .empty {
	padding-bottom: 250px;
}


/* Итоговая стоимость заказа в корзине */
#total {
	background: #eaeaea;
	border-radius: 5px;
	padding: 20px;
	margin-left: 723px;
}
#total .cost {
	font-size: 22px;
	font-weight: bold;
}
#total .fee {
	display: none;
}
#total .fee span {
	color: #999;
	margin-right: 10px;
}


/* Промокод */
#total .discount {
	display: none;
	padding-bottom: 2px;
}
#total .discount span {
	color: #999;
	margin-right: 10px;
}
#promocode {
	float: left;
	text-align: left;
    padding-top: 25px;
	max-width: 680px;
}
#promocode input {
	width: 120px;
	border: 1px solid #d4d4d5;
	padding: 5px 10px;
	border-radius: 3px;
}
#promocode button {
	background: #f7f8fa linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	border-radius: 5px;
	padding: 6px 14px;
	box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 1px #adb2bb inset;
	font-size: 14px;
	color: #333;
	border: none;
}
#promocode .description {
	padding: 5px 0 0 5px;
	font-size: 12px;
	color: #999;
}


/* Форма оформления заказа в корзине */
#order-form .steps {
	list-style: none;
	padding: 30px 0 80px 0;
	display: table;
	width: 100%;
}
#order-form .steps li {
	display: table-cell;
	width: 310px;
	padding-right: 40px;
}
#order-form .steps li:last-child {
	padding: 0;
	width: 282px;
}
#order-form .steps .title {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
#order-form .params input:disabled + label {
	opacity: .3;
}
#order-form .form .delivery {
	display: none;
}
#order-form .form input,
#order-form .form textarea {
	width: 260px;
	border: 1px solid #2e9c47;
	padding: 8px 12px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#order-form .form textarea {
	height: 40px;
}
#order-form .form i {
	display: block;
	margin-bottom: 20px;
}
#order-form .form a {
	color: #2e9c47;
	border-bottom: 1px dashed #2e9c47;
}
#order-form .form a:hover {
	border: 0;
}
#order-form .form select {
	width: 180px;
	border: 1px solid #2e9c47;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	float: right;
}
#order-form .form .date {
	line-height: 30px;
}
#order-form button {
	background: #2e9c47;
	color: #333;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0 25px;
	border: 0;
	outline: 0;
	margin-top: 20px;
	text-transform: uppercase;
}
#order-form button:hover {
	opacity: .7;
}
#order-form .no-delivery {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	padding: 20px;
	margin-bottom: 20px;
}
#order-form .retail,
#order-form .eticket,
#order-form .banned {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	padding: 20px;
	margin-top: 50px;
}
#order-form .retail .topic,
#order-form .eticket .topic,
#order-form .banned .topic {
	font-size: 18px;
	font-weight: bold;
	color: #911d4c;
	padding-bottom: 20px;
}
#order-form .banned a {
	color: #2e9c47;
    border-bottom: 1px dashed #2e9c47;
}
#order-form .banned a:hover {
    border-bottom: transparent;
}
#order-form .retail,
#order-form .eticket {
	display: none;
}
#order-form .retail-link {
	display: none;
}
#order-form .retail-link a {
	border-bottom: 1px dashed #2e9c47;
	color: #2e9c47;
	opacity: .5;
}
#order-form .retail-link a:hover {
	border-bottom: 1px dashed #fff;
}
#order-form .params input:checked + label .retail-link {
	display: block;
}


/* Платежная форма */
.pay-form {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	padding: 50px;
	text-align: center;
	max-width: 500px;
	margin: 50px auto 40px auto;
	color: #999;
}
#centerButtom {
	background: #2e9c47;
	color: #333;
	text-transform: uppercase;
	padding: 0 25px;
	border: 0;
	outline: 0;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 36px;
	letter-spacing: 1px;
}
#centerButtom:hover {
	opacity: .7;
}
.pay-ssl,
.pay-mail {
	width: 500px;
	margin: 0 auto;
	padding: 15px 40px;
}
.pay-ssl:before,
.pay-mail:before {
	content: "";
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 0 0 0 -35px;
}
.pay-ssl:before {
	background-position: -182px -55px;
}
.pay-mail:before {
	background-position: -202px -55px;
}


/*  Список событий в корзине */
#cart .event {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	list-style: none;
	padding: 1px;
	height: 90px;
	overflow: hidden;
}
#cart .event li {
	list-style: none;
	display: inline-block;
	height: 90px;
	float: left;
}
#cart .event .number {
	width: 60px;
	text-align: center;
	background: #2e9c47;
	margin-right: 15px;
	font-size: 25px;
	font-weight: 600;
	line-height: 90px;
}
#cart .event .image {
	width: 134px;
}
#cart .event .image img {
	width: 134px;
	height: 90px;
}
#cart .event .info {
	padding: 10px 15px;
	width: 320px;
}
#cart .event .info a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#cart .event .info a:hover {
	opacity: .7;
}
#cart .event .date {
	margin: 15px 0 10px 0;
}
#cart .event .venue {
	margin: 0;
}
#cart .event .ticket {
	background: #eaeaea;
	width: 190px;
	padding: 0 10px;
	font-size: 12px;
}
#cart .event .ticket .sector {
	font-weight: 600;
	padding: 12px 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#cart .event .ticket i {
	display: block;
	color: #999;
	padding-top: 5px;
}
#cart .event .total {
	font-size: 14px;
	font-weight: 600;
	width: 160px;
	text-align: center;
	line-height: 90px;
}
#cart .event .remove {
	text-align: center;
	background: #eaeaea;
	width: 40px;
	float: right;
}
#cart .event .remove a {
	line-height: 90px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}
#cart .event .remove a:hover {
	opacity: .7;
}
#cart .event .remove img {
	width: 16px;
	height: 11px;
}


/* Форма подтверждения принятого заказа */
#cart .confirm {
	padding: 20px 0 50px 0;
	text-align: center;
}
#cart .confirm .title {
	color: #999;
	padding-bottom: 30px;
}
#cart .confirm .order {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
#cart .confirm .number {
	font-size: 24px;
	font-weight: bold;
}
#cart .details {
	border-top: 1px solid #ddd;
	width: 600px;
	margin: 0 auto;
	padding: 10px 0 250px 0;
}
#cart .details div {
	padding: 15px 40px;
}
#cart .details div:before {
	content: '';
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 0 0 0 -35px;
}
#cart .details .date:before {
	background-position: -162px -55px;
}
#cart .details .coast:before {
	background-position: -182px -55px;
}
#cart .details .mail:before {
	background-position: -202px -55px;
}


/* Модальные окна */
#overlay {
	z-index: 10;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0;
	cursor: pointer;
	display: none;
}
#modal {
	width: 380px;
	padding: 20px;
	border: 2px solid #f9d136;
	outline: 2px solid #fff;
	background: #fff;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -210px;
	z-index: 15;
	opacity: 0;
}
#modal .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
#modal input {
	width: 350px;
	border: 1px solid #333;
	padding: 7px 15px;
	border-radius: 3px;
	margin-bottom: 12px;
	font-size: 13px;
}
#modal .params {
	padding-top: 20px;
}
#modal a {
	color: #333;
	text-decoration: underline;
}
#modal a:hover {
	text-decoration: none;
}
#modal .error {
	font-size: 12px;
	color: red;
	text-align: center;
	margin-bottom: 15px;
	display: none;
}
#modal button {
	background: #2e9c47;
	padding: 10px 25px;
	border-radius: 2px;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#modal button:hover {
	opacity: .7;
}
#modal .center {
	text-align: center;
}
#modal .network {
	text-align: center;
	margin-top: 20px;
	border-top: 2px solid #f9d136;
	padding: 10px;
	color: #999;
}
#modal #uLogin {
	margin-top: 10px;
}
#modal .question {
	padding-bottom: 20px;
}
#modal .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	right: -50px;
	cursor: pointer;
	display: block;
	background: url(../images/sprite.png) no-repeat -358px -56px;
}
#modal.reg {
	height: 455px;
	margin-top: -260px;
}
#modal.auth {
	height: 350px;
	margin-top: -180px;
}
#modal.forgot {
	height: 210px;
	margin-top: -110px;
}
#modal.password .center,
#modal.forgot .center {
	padding-top: 15px;
}
#modal.password .question,
#modal.forgot .question {
	font-size: 12px;
}
#modal.password {
	height: 200px;
	margin-top: -100px;
}


/* Личный кабинет покупателя */
#account {
	min-height: 500px;
}
#account .menu {
	float: left;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	width: 180px;
	list-style: none;
	padding: 8px 0;
	margin: 0;
}
#account .menu li {
	padding: 8px 20px;
}
#account .menu a {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}
#account .menu a:hover {
	opacity: .7;
}
#account .page {
	margin-left: 210px;
}
#account .title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
#account .note {
	font-size: 12px;
	padding-bottom: 20px;
}
#account .form {
	width: 380px;
}
#account .form input {
	width: 300px;
	border: 1px solid #333;
	padding: 7px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#account .params {
	padding-top: 10px;
}
#account button {
	background: #2e9c47;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-radius: 2px;
	border: 0;
	margin-top: 20px;
}
#account button:hover {
	opacity: .7;
}
#account .error {
	font-size: 12px;
	color: red;
	padding: 10px 0;
	display: none;
}
#account .pay-form,
#account .pay-ssl,
#account .pay-mail {
	margin: 0;
}
#account .order {
	list-style: none;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	height: 70px;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	max-width: 850px;
	overflow: hidden;
	display: table;
	line-height: 18px;
}
#account .order li {
	border-right: 1px solid #eee;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding-left: 20px;
}
#account .order li:last-child {
	border: 0;
	font-size: 12px;
}
#account .order .number {
	width: 160px;
	font-size: 18px;
	font-weight: bold;
}
#account .order .info {
	width: 410px;
	color: #666;
}
#account .order a {
	text-decoration: underline;
}
#account .order a.red {
	color: #666;
}
#account .order a.fade {
	color: #666;
	font-weight: bold;
}
#account .order a.grey {
	color: #999;
}
#account .order a:hover {
	text-decoration: none;
}
#account .form .fee {
	margin: -15px 0 15px 70px;
	font-size: 12px;
	color: #999;
}
#account .form .fee span {
	margin-left: 5px;
	color: #666;
}


/* Страница 404-й ошибки */
#error-404 {
	min-height: 500px;
	font-size: 13px;
}
#error-404 .title {
	font-size: 154px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 30px 0;
}
#error-404 .note {
	width: 500px;
	margin: 0 auto;
	color: #666;
	text-align: center;
	line-height: 20px;
}
#error-404 a {
	color: #666;
	text-decoration: underline;
}
#error-404 a:hover {
	text-decoration: none;
}


/* Страцы с резыльтатми оплат, и повторной оплаты ссылкой из письма */
#payments {
	min-height: 500px;
}
#payments .result {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	padding: 40px;
	text-align: center;
	max-width: 600px;
	margin: 50px auto 40px auto;
	font-size: 13px;
	line-height: 20px;
}
#payments a {
	color: #666;
	text-decoration: underline;
}
#payments a:hover {
	text-decoration: none;
}
#payments .note {
	color: #999;
	padding-top: 30px;
}


/* SEO текст на страницах */
.seo {
	clear: both;
}
.seo h3 {
	color: #666;
	margin: 0 0 15px 0;
	padding-top: 10px;
	font-size: 14px;
}
.seo .text {
	color: #666;
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-gap: 30px;
	-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}
.seo .text p {
	margin: 0 0 15px 0;
}
.seo .text a {
	color: #333;
}
.seo .text a:hover {
	border-bottom: 1px dashed #bbb;
}


/* Footer */
footer {
	min-height: 130px;
	min-width: 1010px;
	padding: 60px 0 20px 0;
	clear: both;
}
footer ul {
	list-style: none;
	margin: 0;
}
footer li {
	padding-bottom: 10px;
}
footer .social,
footer .mobile,
footer .r {
	float: right;
	padding: 0 25px 0 15px;
}
footer .r a:hover {
	opacity: .8;
	border-bottom: 1px dashed #666;
}
footer .title {
	font-weight: bold;
}
footer .lang a:hover {
	border: 0;
}
footer .social a {
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	height: 17px;
	width: 17px;
	margin-right: 10px;
}
footer .social .fb {
	background-position: -228px -30px;
}
footer .social .vk {
	background-position: -181px -30px;
}
footer .social .tw {
	background-position: -205px -30px;
}
footer .social .ig {
	background-position: -298px -30px;
}
footer .social .ok {
	background-position: -276px -30px;
}
footer .social .rss {
	background-position: -252px -30px;
}
footer .social a:hover {
	opacity: .6;
}
footer .info {
	padding: 0;
}
footer .ps {
	width: 100px;
	height: 12px;
	background: url(../images/sprite.png) no-repeat -1px -28px;
}
footer .copy {
	padding-top: 26px;
	opacity: .7;
	width: 250px;
}
footer .lang a {
	background: none;
	display: inline-block;
	height: auto;
	width: auto;
	margin: 19px 0 0 0;
}
footer .mobile .app {
	padding: 5px 0;
}
footer .mobile a {
	display: inline-block;
	width: 70px;
	height: 23px;
	background: url(../images/sprite.png) no-repeat -14px -127px;
	padding: 0;
}
footer .mobile a:hover {
	opacity: .7;
}
footer .mobile a.android {
	background-position: -14px -157px;
}


/* Список розничных точек */
#retail {
	padding-bottom: 100px;
}
#retail .map {
	height: 380px;
	display: none;
}
#retail ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#retail li {
	width: 227px;
	display: inline-block;
	padding: 8px 0;
	margin-left: 20px;
}
#retail ul li:first-child {
	margin-left: 0;
}
#retail .title {
	padding-top: 30px;
}
#retail .title li {
	border-bottom: 2px solid #fad236;
	font-size: 14px;
	font-weight: bold;
}
#retail .office {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	min-height: 50px;
	color: #666;
	display: table;
}
#retail .office li {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#retail .office li:first-child {
	padding-left: 0;
	color: #000;
}
#retail .address {
	padding-left: 25px;
	color: #000;
	line-height: 16px;
}
#retail .address:before {
	content: "";
	background: transparent url(../images/sprite.png) no-repeat -386px -30px;
	display: inline-block;
	height: 16px;
	width: 9px;
	position: absolute;
	margin: 1px 0 0 -22px;
}
#retail .district {
	color: #999;
}
#retail .photo {
	float: right;
	display: block;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -348px -32px;
}
.gmap_marker {
	margin: 0 5px;
}


/* Кнопка "наверх" */
#up {
	background: #dfb427 url(../images/sprite.png) no-repeat -118px -50px;
	width: 30px;
	height: 30px;
	border: 15px solid #dfb427;
	cursor: pointer;
	display: none;
	opacity: .3;
    position: fixed;
    bottom: 70px;
    right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	z-index: 100;
}


/* Скроллер схемы зала */
#scroller {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#map .places {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 100%;
	box-sizing: border-box;
	padding: 20px;
}


/* Список акций */
.promos {
	min-height: 400px;
}
.promos .promo {
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.promos .promo > a {
	float: left;
}
.promos .promo img {
	width: 215px;
	height: 105px;
}
.promos .promo .info {
	margin-left: 240px;
}
.promos .promo .title {
	font-size: 14px;
	font-weight: bold;
}
.promos .promo .title:hover {
	opacity: .7;
}
.promos .promo .valid {
	color: #8d1d4b;
}
.promos .promo .novalid {
	color: #999;
}
.promos .promo p {
	min-height: 36px;
}
