
@font-face {
	font-family: 'OpenSans-CondensedBold';
		src: url('../upload/fonts/OpenSans-CondensedBold/OpenSans-CondensedBold.eot') format('embedded-opentype'),  
		url('../upload/fonts/OpenSans-CondensedBold/OpenSans-CondensedBold.woff') format('woff'), 
		url('../upload/fonts/OpenSans-CondensedBold/OpenSans-CondensedBold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "regular";
	font-display: "auto";
		src: url("../upload/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), 
		url("../upload/fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), 
		url("../upload/fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "bold";
	font-display: "auto";
		src: url("../upload/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), 
		url("../upload/fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), 
		url("../upload/fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "light";
	font-display: "auto";
		src: url("../upload/fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), 
		url("../upload/fonts/SegoeUILight/SegoeUILight.woff") format("woff"), 
		url("../upload/fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html {
	width: 100%;
	height: 100%;
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	color: #000000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: "regular";
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform:translate3d(0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: none !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.cell_bottom {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
}
input, select, textarea {
	outline: none
}
a {
	text-decoration: none;
}
button {
	outline: none;
	cursor: pointer;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
button:hover,
a:hover {
	text-decoration: none;
}
img	{
	max-height: none;
	border: none;
}

.h_centered img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	min-width: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.v_centered img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.page_body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.loader {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -40px;
	opacity: 0;
	-o-transition: opacity: 0.3s;
	-ms-transition: opacity: 0.3s;
	-moz-transition: opacity: 0.3s;
	-webkit-transition: opacity: 0.3s;
	transition: opacity: 0.3s;
	font-size: 200%;
}
.small_loader {
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 239px;
	height: 56px;
	background: #c3127d;

}
.small_loader .loader_dots {
	position: relative;
	width: 42px;
	height: 10px;
	margin: 23px auto;
}
.small_loader.showed,
.loader.active {
	opacity: 1;
	z-index: 100;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}
.dot {
  	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #c3127d;
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.small_loader .dot {
	width: 10px;
	height: 10px;
	background: #ffffff;
}
.dot1, .dot2 {
  left: 0;
}

.dot3 { left: 30px; }
.small_loader .dot3 {
	left: 16px;
}
.dot4 { left: 60px; }
.small_loader .dot4 {
	left: 32px;
}
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}


.dot1 {
  animation-name: reveal;
}

.dot2, .dot3 {
  animation-name: slide;
}

.dot4 {
  animation-name: reveal;
  animation-direction: reverse; /* thx @HugoGiraudel */
}




.page_content,
.page_inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.page_inner {
	overflow: hidden;
	padding-top: 93px;
}
.shops_list li.selected {
	background: #c3127d !important;
	color: #ffffff !important;
}

.info_title {
	font-size: 420%;
	line-height: 50px;
	font-family: "OpenSans-CondensedBold", "bold"; 
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.info_text {
	font-size: 200%;
	line-height: 26px;
	color: #333333;
	font-family: "light";
}

.list_search {
	position: absolute;
	padding: 16px 18px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	background: #ffffff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
}
/* .list_search.closed {
	left: -407px;
} */
.search_section:after,
.shops_list:after {
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 33px;
	background: url('images/search_shadow.png') repeat-y;
	background-size: auto 1px;
	background-position: left top;
	content: "";
	z-index: 1;
	display: none;
}
.search_section {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: flex-end;

	/* padding: 30px 40px 40px;
	background:#ffffff;
	background-size: 1px auto;
	background-position: left bottom;
	position: relative;
	z-index: 10;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1); */

}

.shops_list {
	position: absolute;
	top: 93px;
	left: 0;
	width: 100%;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 20;
	background: url('images/nav_shadow.png') repeat-x #ffffff;
	background-size: 1px auto;
	background-position: left bottom;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
}
.shops_list.search_active,
.shops_list.opened  {
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.shops_list:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background: url('images/schedule_bg.png') no-repeat;
	background-size: auto;
	background-position: top center;
	content: "";
}
.shops_list::-webkit-scrollbar { 
    display: none; 
}
.search_text {
	width: 0;
	border: none;
	background: #eeeeee;
	border-radius: 18px;
	font-size: 140%;
	line-height: 16px;
	padding: 10px 0;
	color: transparent;
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 2;
	-o-transition: all 0.5s, color 0.2s;
	-ms-transition: all 0.5s, color 0.2s;
	-moz-transition: all 0.5s, color 0.2s;
	-webkit-transition: all 0.5s, color 0.2s;
	transition: all 0.5s, color 0.2s;
	text-transform: uppercase;
	caret-color: inherit;
}
.search_text.showed {
	width: 100%;
	padding-left: 18px;
	padding-right: 54px;
	color: #333333;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.search_text.focused {
	border-color: #c7c7c7;
}
.search_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.6;
}
.search_text::-moz-placeholder {
	color: inherit;
	opacity: 0.6;
}
.search_text:-moz-placeholder {
	color: inherit;
	opacity: 0.6;
}
.search_text:-ms-input-placeholder  {
	color: inherit;
	opacity: 0.6;
}
.shops_list > span {
	display: block;
	font-size: 140%;
	line-height: 15px;
	padding: 10px 40px;
	font-family: "bold";
	color: #333333;
	background: #e8e8e8;
	text-transform: uppercase;
	overflow: hidden;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	z-index: 3;
}
.shops_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 160%;
	line-height: 19px;
	font-family: "light";
	position: relative;
	z-index: 3;
}
.shops_list ul li {
	padding: 20px 40px;
	border-top: 1px solid rgba(0,0,0,0.1);
	position: relative;
	z-index: 20;
	height: 60px;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.shops_list ul li:first-child {
	border: none;
	height: 59px;
}
.shops_list ul li.filtered,
.shops_list.filtered > span:first-child,
.shops_list.filtered .top_list li,
.shops_list span.filtered {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	height: 0;
}
.no_results_info {
	display: none;
	font-size: 160%;
	line-height: 19px;
	font-family: "light";
	padding: 20px 40px;
	text-align: center;
	color: #333333;
}
.list_button {
	display: block;
	width: 44px;
	height: 35px;
	margin-top: -10px;
	margin-right: -10px;
	color: #c3127d;
	z-index: 20;
	background: transparent !important;
	padding: 16px 10px;
	position: relative;
}
.list_button:before {
	display: block;
	content: "";
	border-top: 3px solid;
}
.list_button:after {
	display: block;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border-width: 3px 0;
	border-style: solid;
}

.search_input {
	position: relative;
	margin: 0;
	display: block;
	font-weight: normal;
	flex: 1;
	width: 50%;
}
.reset_button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 15px;
	background: url('images/svg/search.svg') no-repeat;
	background-size: 14px;
	background-position: center;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	outline: none;
	box-shadow: none;
	z-index: 3;
	margin-left: auto;
}
.search_input.active .reset_button {
	background: url('images/svg/cancel.svg') no-repeat;
	background-size: 14px;
	background-position: center;
    pointer-events: initial;

}
.reset_button:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url('images/svg/search_hover.svg') no-repeat;
	background-size: 14px;
	background-position: center;
	opacity: 0;
}
.search_input.active .reset_button:before {
	background: url('images/svg/cancel_hover.svg') no-repeat;
	background-size: 14px;
	background-position: center;
}

.navigation_page {
	background: #f3f3f3;
}
.map_section {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.floor_buttons {
	width: 100%;
	margin-top: 8px;
	border: 1px solid #c3127d;
	border-radius: 3px;
}
.floor_buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row-reverse;
}
.floor_buttons li {
	text-transform: uppercase;
	-o-transition: all ease-out 1s;
	-ms-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-webkit-transition: all ease-out 1s;
	transition: all ease-out 1s;
	position: relative;
	width: 33.3%;
	font-size: 120%;
	line-height: 12px;
	color: #c3127d;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
}
.floor_buttons li:not(:last-child) {
	border-left: 1px solid #c3127d;
}

.floor_buttons li.selected {
	color: #ffffff;
	background: #c3127d;
}
.floor_block img {
	width: 100%;
}
.map_blocks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.map_track {
	position: absolute;
	left: 0;
	width: 100%;
	-o-transition: top 1s ease-in-out;
	-ms-transition: top 1s ease-in-out;
	-moz-transition: top 1s ease-in-out;
	-webkit-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;
	height: 300%;
	top: -100%;
}
.floor_hints {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 390px;
	left: 860px;
}
.floor_hints.showed {
	z-index: 100;
}
.floor_hints > div {
	position: absolute;
	font-size: 600%;
	color: #333333;
	font-family: "bold";
	line-height: 56px;
	opacity: 0;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	text-align: center;
	top: 72px;
	left: 0;
	width: 100%;
}
.floor_hints > div.showed {
	opacity: 1;
}
.floor_hints > div img {
	width: 55px;
	vertical-align: bottom;
}
.floor_block {
	position: relative;
	height: 33.3%;
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
}
.floor_inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.card_points_size + .info_text {
	margin-top: 20px;
}
path {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 20s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.map-svg{
    display: block;
   background-size: 100% !important;
   position:relative;
	-webkit-backface-visibility: hidden !imoprtant;
    backface-visibility: hidden;
	-webkit-transform-style: preserve-3d !important;
	-webkit-perspective: 1000 !important;
	will-change: unset !important;
    transition: none !important;
    -webkit-transition: none !important;
}
.elementToZoomOn {
	width: 3000px;
	height: 3000px;
	position:relative;
	-webkit-backface-visibility: hidden !imoprtant;
    backface-visibility: hidden;
	-webkit-transform-style: preserve-3d !important;
	-webkit-perspective: 1000 !important;
	will-change: unset !important;
}

/* .elementToZoomOn {
	transform: translate3d(662.4px, 2.535px, 0px) scale3d(0.31, 0.31, 1);
} */

.timers {
	position: absolute;
	top: 150px;
	right: 50px;
	font-size: 200%;
	z-index: 500;
	margin-top: 150px;
	margin-right: 50px;
}
.timers span {
	display: block;
}





.shops_list ul li.hovered,
.page_navbar li.hovered,
.tab_buttons li.hovered,
.lang_switcher a.hovered,
.floor_buttons li:not(.selected).hovered,
.shops_list ul li:not(.hovered):hover,
.page_navbar li:not(.hovered):hover,
.tab_buttons li:not(.hovered):hover,
.lang_switcher a:not(.hovered):hover,
.floor_buttons li:not(.hovered):not(.selected):hover {
	background: #f3f3f3;
	cursor: pointer;
}
.list_button.hovered,
.keyboard_block button.hovered,
.list_button:not(.hovered):hover,
.keyboard_block button:not(.hovered):hover  {
	background: #a60f69;
	cursor: pointer;
}
.keyboard_table span.hovered {
	background: url('images/ckb_hover.png') repeat-x;
	background-size: 1px auto;
	background-position: left top;
}
.gift_card_keyboard .keyboard_table span.hovered {
	background: url('images/gkb_hover.png') repeat-x;
	background-size: 1px auto;
	background-position: left top;
}
.club_card_keyboard .keyboard_table span.hovered.backspace_key:before,
.club_card_keyboard .keyboard_table span.hovered.reset_key:before,
.gift_card_page .keyboard_table span.hovered.backspace_key:before,
.gift_card_page .keyboard_table span.hovered.reset_key:before,
.lg_button.hovered:before,
.reset_button.hovered:before,
.slick-prev.hovered:before,
.slick-next.hovered:before,
.club_card_keyboard .keyboard_table span:not(.hovered):hover.backspace_key:before,
.club_card_keyboard .keyboard_table span:not(.hovered):hover.reset_key:before,
.gift_card_page .keyboard_table span:not(.hovered):hover.backspace_key:before,
.gift_card_page .keyboard_table span:not(.hovered):hover.reset_key:before,
.lg_button:not(.hovered):hover:before,
.reset_button:not(.hovered):hover:before,
.slick-prev:not(.hovered):hover:before,
.slick-next:not(.hovered):hover:before {
	opacity: 1;
	cursor: pointer;
}
.navigation_content .info_title {
	font-size: 200%;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 2px;
}
.location {
	position: absolute;
	width: 67px;
	bottom: 475px;
	left: 900px;
	z-index: 50;
	transition: all 1s ease-out;
	transform-origin: center bottom;
  	-webkit-transform-origin: center bottom;
}
.location img {
	width: 100%;
}
.location_text {
	position: absolute;
	bottom: 70px;
	left: 62px;
	font-size: 130%;
	width: 123px;
	height: 41px;
	line-height: 21px;
	padding: 7px 0 13px;
	text-align: center;
	color: #333333;
	display: block;
	background: url('images/location_bg.png') no-repeat;
	background-size: 100%;
}




.circle {
  position: absolute;
  height:140px;
  width:140px;
  border-radius:50%;
  
  display: block;
  position:relative;
  top: 30px;
  left: 30px;
  
  -webkit-transition:height .25s ease, width .25s ease;
  transition:height .25s ease, width .25s ease;
  

}


.circle:before,
.circle:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border:6px solid #c3127d;
  opacity: 0;
}

.floor_hints.showed .circle:before {
  -webkit-animation: ripple 0.9s linear;
  animation: ripple 0.9s linear;
}
.floor_hints.showed .circle:after {
  -webkit-animation: ripple 0.9s linear 0.3s ;
  animation: ripple 0.9s linear 0.3s;
}


@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  50% {-webkit-transform:scale(1.4); opacity:0.3;}
  100% {-webkit-transform:scale(1.75); opacity:0;}
}

@keyframes ripple{
  0% {transform:scale(1); }
  50% {transform:scale(1.4); opacity:0.3;}
  100% {transform:scale(1.75); opacity:0;}
}
.scroll-x {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 200;
}
.scroll-x .scroll-element_outer {
	margin: 0 33%;
	height: 6px;
	background: #e6e6e6;
	border-radius: 2px;
	position: relative;
}
.scroll-x .scroll-bar {
	background: #c3127d;
	height: 6px;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 1399px) {
	.shops_list > span,
	.shops_list ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ym_logo {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		padding-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.location {
		position: absolute;
		width: 51px;
		bottom: 475px;
		left: 908px;
		z-index: 50;
	}
	.location_text {
		position: absolute;
		bottom: 50px;
		left: 50px;
	}
	.location_text {
		bottom: 70px;
		left: 62px;
		font-size: 120%;
		width: 110px;
		height: 30px;
		line-height: 15px;
		padding: 7px 0 8px;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 991px) {
	.shops_list ul {
		font-size: 140%;
		line-height: 20px;
	}
	.shops_list ul li {
		padding-top: 11px;
		padding-bottom: 11px;
		height: 42px;
	}
	.shops_list ul li:first-child {
		height: 41px;
	}
	.shops_list ul li.filtered,
	.shops_list.filtered > span:first-child,
	.shops_list.filtered .top_list li,
	.shops_list span.filtered {
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		height: 0;
	}
	.ym_logo {
		width: 100px;
		height: 100px;
		margin-left: -50px;
		padding: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ym_logo img {
		width: 80px;
	}
	.location {
		position: absolute;
		width: 41px;
		left: 913px;
	}
	.location_text {
		position: absolute;
		bottom: 35px;
		left: 40px;
		font-size: 110%;
		width: 100px;
		height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.ym_logo {
		width: 80px;
		height: 80px;
		margin-left: -40px;
	}
	.ym_logo img {
		width: 100%;
	}
	.location {
		width: 21px;
		left: 923px;
	}
	.location_text {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
}
@media screen and (max-width: 359px) {
	.ym_logo {
		width: 70px;
		height: 70px;
		margin-left: -35px;
		padding: 10px;
	}
}
svg text {
	font-size: 220%;
	transition: all 1s;
	display: none;
}
svg a:hover text {
	opacity: 0.7;
}
.lg_block {
	position: absolute;
	right: 97px;
	top: -4px;
	z-index: 1;
}
.lg_btn {
	border: none;
	padding: 6px;
	background: #f2f2f2;
	color: #c3127d;
	display: flex;
	align-items: center;
	border-radius: 6px;
}
.lg_btn img {
	display: block;
	width: 13px;
	min-width: 13px;
	height: 13px;
	margin-right: 6px;
}
.lg_btn:after {
	display: block;
	content: "";
	width: 4px;
	height: 3px;
	border-width: 3px 2px 0;
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.lg_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background: #ffffff;
	font-size: 120%;
	position: absolute;
	overflow: hidden;
	border-radius: 6px;
	left: 0;
	top: 30px;
	width: 54px;
	display: none;
}
.lg_list button {
	border: none;
	color: #c3127d;
	padding: 9px;
	width: 100%;
	text-align: left;
	background: transparent;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.lg_list button.selected {
	background: #c3127d;
	color: #ffffff;
}
@media screen and (max-width: 359px) {
	.floor_buttons li {
		padding: 0 15px;
	}
	.lg_block {
		right: 82px;
	}
}