@font-face {
    font-family: 'lugatype';
    src: url('../fonts/tkachev_-_lugatype-webfont.eot');
    src: url('../fonts/tkachev_-_lugatype-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tkachev_-_lugatype-webfont.woff') format('woff'),
         url('../fonts/tkachev_-_lugatype-webfont.ttf') format('truetype'),
         url('../fonts/tkachev_-_lugatype-webfont.svg#lugatyperegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/PTS55F_W.eot');
    src: url('../fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F_W.woff') format('woff'),
         url('../fonts/PTS55F_W.ttf') format('truetype'),
         url('../fonts/PTS55F_W.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/PTS56F_W.eot');
    src: url('../fonts/PTS56F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS56F_W.woff') format('woff'),
         url('../fonts/PTS56F_W.ttf') format('truetype'),
         url('../fonts/PTS56F_W.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/PTS75F_W.eot');
    src: url('../fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS75F_W.woff') format('woff'),
         url('../fonts/PTS75F_W.ttf') format('truetype'),
         url('../fonts/PTS75F_W.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/PTS76F_W.eot');
    src: url('../fonts/PTS76F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS76F_W.woff') format('woff'),
         url('../fonts/PTS76F_W.ttf') format('truetype'),
         url('../fonts/PTS76F_W.svg#pt_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/gothaprobol-webfont.eot');
    src: url('../fonts/gothaprobol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaprobol-webfont.woff') format('woff'),
         url('../fonts/gothaprobol-webfont.ttf') format('truetype'),
         url('../fonts/gothaprobol-webfont.svg#gotham_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/gothaprolig-webfont.eot');
    src: url('../fonts/gothaprolig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaprolig-webfont.woff') format('woff'),
         url('../fonts/gothaprolig-webfont.ttf') format('truetype'),
         url('../fonts/gothaprolig-webfont.svg#gotham_proligium') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/gothapromed-webfont.eot');
    src: url('../fonts/gothapromed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothapromed-webfont.woff') format('woff'),
         url('../fonts/gothapromed-webfont.ttf') format('truetype'),
         url('../fonts/gothapromed-webfont.svg#gotham_promedium') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/gothaproreg-webfont.eot');
    src: url('../fonts/gothaproreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaproreg-webfont.woff') format('woff'),
         url('../fonts/gothaproreg-webfont.ttf') format('truetype'),
         url('../fonts/gothaproreg-webfont.svg#gotham_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  outline:none !important;
}

body,
html {
  height:100%;
	font-family:"pt_sans";
	font-size:14px;
	line-height:16px;
	color:#707070;
	min-height:768px;
}

a {
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

/* Buttons */

.btn {
  outline:none !important;
	box-shadow:none !important;
	cursor:pointer;
}

.btn-1,
.btn-1:focus {
  border:1px solid #a1895f;
  background:#a1895f;
	color:#fff;
	border-radius:3px;
	font-family:"gotham_pro",sans-serif;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	line-height:16px;
	padding:11px 20px 11px 20px;
}


.btn-1:hover {
  color:#fff;
}

.btn-1:disabled {
	color:#7f6c4a;
	background:#fff;
	opacity:1 !important;
}

.btn-1:disabled:hover {
  color:#7f6c4a;
}

.btn-2,
.btn-2:focus {
  border:1px solid #fff;
  background:transparent;
	color:#fff;
	border-radius:3px;
	font-family:"gotham_pro",sans-serif;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	line-height:16px;
	padding:11px 20px 11px 20px;
	cursor:pointer;
}


.btn-2:hover {
  color:#484848;
	background:#fff;
}

/* Buttons END */

/* Forms */

.form-group {
  margin:0 0 10px 0;
	position:relative;
}

input[type=radio] {
  visibility:hidden;
	position:absolute;
}

input[type=radio] + label {
  padding:0 0 0 38px;
	position:relative;
	font-family:"gotham_pro",sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:600;
	color:#828282;
}

input[type=radio] + label:before {
	content:"";
	width:22px;
	height:22px;
	background:url(../images/radio.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
}

input[type=radio]:checked + label:before {
	background-position:0 -22px;
}

/* Forms END */

.page-container {
	height:100%;
	min-height:768px;
	overflow-x:hidden;
}

.page-container:after {
  content:"";
	display:table;
	clear:both;
}

.map-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#000;
}

.objects-map {
  position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:768px;
	overflow:hidden;
}

.objects-map-main:before {
  content:"";
	width:100%;
	height:100%;
	background:url(../images/earth-mask.png) center center no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	transition:all .8s ease;
	pointer-events:none;
}

.objects-map-main.mask-animate:before {
  transform:scale(1.5);
}

.objects-map-main.mask-fading:before {
  opacity:0;
	transition:all .2s ease;
	transform:scale(1.5);
}

.objects-map-main.no-mask:before {
  display:none;
}

.parks-balloon {
  position:absolute;
	background:#fff;
	border-radius:3px;
	width:487px;
}

.parks-balloon:after {
	content:"";
  width:28px;
	height:40px;
	border-top:20px solid #fff;
	border-right:14px solid transparent;
	border-left:14px solid transparent;
	border-bottom:20px solid transparent;
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-14px;
}

.parks-balloon .close {
  opacity:1 !important;
	width:16px;
	height:16px;
	background:url(../images/balloon-close.png) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	right:16px;
	top:16px;
}

[class*="cluster-tabs__item-header"] {
	display:none !important;
}

[class$="balloon__close-button"] {
  opacity:1 !important;
	width:16px !important;
	height:16px !important;
	background:url(../images/balloon-close.png) 0 0 no-repeat !important;
	cursor:pointer;
	position:absolute;
	right:10px !important;
	top:10px !important;
	margin:0 !important;
}

[class$="balloon__close-button"]:hover,
.parks-balloon .close:hover {
  background-position:0 -16px !important;
}

.parks-balloon .point-descr-wrapper {
  padding:18px 30px 26px 30px;
}

[class$="balloon__content"] .point-name,
.parks-balloon .point-name {
  font-family:"gotham_pro",sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
	color:#a1895f;
	margin:0 0 20px 0;
}

[class$="balloon__content"] .col-ttl,
.parks-balloon .col-ttl {
  padding:0 0 0 50px;
	margin:0 0 11px 0;
	min-height:32px;
	position:relative;
	font-family:"gotham_pro",sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:600;
	text-transform:uppercase;
}

[class$="balloon__content"]  .col-ttl .ico,
.parks-balloon .col-ttl .ico {
  position:absolute;
	left:0;
	top:0;
}

[class$="balloon__content"] .col-ttl .text,
.parks-balloon .col-ttl .text {
  display:table-cell;
	height:32px;
	vertical-align:middle;
}

ul.park-items-list {
  list-style:none;
	margin:0 0 0 50px;
	padding:0;
}

[class$="balloon__content"] ul.park-items-list {
	margin:0;
}

[class$="balloon__content"] .row {
	margin:0;
}

ul.park-items-list li {
  background:none;
	margin:0 0 6px 0;
}

ul.park-items-list li:before {
  display:none;
}

ul.park-items-list li a {
  color:#787878;
}

[class$="balloon__content"] .park-link,
.parks-balloon .park-link {
  margin:18px 0 0 0;
}

[class$="balloon__content"] .park-link a,
.parks-balloon .park-link a {
  position:relative;
	font-size:16px;
	line-height:18px;
	color:#a1895f;
}

[class$="balloon__content"] .park-link a:after,
.parks-balloon .park-link a:after {
  content:"";
	width:12px;
	height:10px;
	background:url(../images/balloon-arr.png) 0 0 no-repeat;
	position:absolute;
	right:-20px;
	top:7px;
}

.cluster-icon {
	font-family:"gotham_pro",sans-serif;
  font-size:12px;
	line-height:16px;
	font-weight:600;
	color:#feffff;
	text-align:center;
	padding:12px 0 0 0;
}

.sidebar {
  width:240px;
	height:100%;
	min-height:650px;
	background:url(../images/sidebar-bg.png) right 0 repeat-y;
	position:fixed;
	left:0;
	top:0;
	z-index:20;
	transition:width .5s ease;
}

.sidebar-inner {
  position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:650px;
	z-index:20;
	padding:0 60px 320px 25px;
	transition:all .5s ease;
}

.sidebar .logo {
  padding: 35px 0 0 14px;
  margin: 0 0 34px 0;
	transition:all .5s ease;
	width:100%;
}

.sidebar .logo img {
  max-width:100%;
}

.main-menu {
  list-style:none;
	margin:0;
	padding:0;
	font-family:"gotham_pro",sans-serif;
  font-size:12px;
	line-height:16px;
	font-weight:600;
	text-transform:uppercase;
	transition:all .5s ease;
	overflow:hidden;
}

.main-menu > li {
  margin:0 0 15px 0;
	padding:0;
	background:none;
}

.main-menu > li:before {
  display:none;
}

.main-menu a {
  text-decoration:none !important;
	color:#000;
	display:block;
	position:relative;
	min-height:32px;
	min-width:32px;
	padding:0 0 0 50px;
	overflow:hidden;
	transition:all .5s ease;
}

.main-menu a span {
  position:relative;
	border-bottom:1px solid #bfbfbf;
}

.main-menu a:hover span {
  border:none;
}

.main-menu a .ico {
  position:absolute;
	left:0;
	top:50%;
	margin-top:-16px;
}

.main-menu a .text {
  display:table-cell;
	height:32px;
	vertical-align:middle;
}

.sidebar-bottom {
  position:absolute;
	left:0;
	bottom:0;
	padding:0 60px 45px 40px;
}

.sidebar-bottom img {
  max-width:100%;
}

.sidebar-bottom-menu-trigger {
  display:none;
	width:24px;
	height:24px;
	background:url(../images/sidebar-menu-trigger.png) 0 0 no-repeat;
	cursor:pointer;
}

.sidebar-bottom-menu {
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin: 28px 0 0 0;
  padding: 0;
}

.sidebar-bottom-menu > li {
  background: none;
  padding: 0;
  margin: 0 0 4px 0;
}

.sidebar-bottom-menu > li:before {
  display:none;
}

.sidebar-bottom-menu a {
  color:#787878;
}

.sidebar-sponsors {
  transition:all .5s ease;
}

.sidebar-sponsors-item {
  margin:0 0 20px 0;
}

.sidebar-right {
  position:relative;
	float:right;
	width:345px;
	height:100%;
	background:#fff;
	z-index:10;
	transition:all .5s ease;
}

.sidebar-right.closed {
  margin-right:-410px;
}

.sidebar-right:before {
  content:"";
	width:65px;
	height:100%;
	position:absolute;
	right:100%;
	top:0;
	background:url(../images/sidebar-right-edge.png) 0 0 repeat-y;
}

.sidebar-right-pic {
  position:relative;
}

.sidebar-right-pic:after {
  content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:89px;
	background:url(../images/sidebar-pic-edge-1.png) 0 0 no-repeat;
	background-size:100% 89px;
}

.sidebar-right-pic img {
  width:100%;
}

.sidebar-right-text {
  padding:17px 40px 20px 40px;
}

.sidebar-right-ttl {
  font-family:"Lugatype",sans-serif;
	font-size:42px;
	line-height:42px;
	text-transform:uppercase;
	color:#000;
	margin:0 0 21px 0;
}

.sidebar-right-ttl span {
	display:block;
  font-size:28px;
	line-height:32px;
}

.begin-link {
	font-family: "gotham_pro",sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a1895f;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 62px 0 0 0;
}

.begin-link:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../images/rarr.png) 0 0 no-repeat;
  position: absolute;
  right: -46px;
  top: -2px;
}

.sidebar-right .close {
  opacity:1 !important;
	width:31px;
	height:31px;
	background:url(../images/sidebar-right-close.png) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	right:12px;
	top:12px;
	z-index:10;
}

.section-menu {
  position:absolute;
	left:40px;
	top:0;
	width:290px;
	height:100%;
	background:#fff;
	z-index:10;
	padding:33px 0 30px 60px;
	transition:all .5s ease;
	margin-left:-330px;
}

.section-menu-parks {
  width:490px;
	margin-left:-530px;
}

.section-menu.active {
  margin-left:0
}

.section-menu:after {
  content:"";
	width:90px;
	height:100%;
	position:absolute;
	left:100%;
	top:0;
	background:url(../images/sidebar-bg.png) right 0 repeat-y;
}

.section-menu-ttl {
  font-family: "gotham_pro",sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
	color:#000;
	margin:0 0 25px 0;
}

.section-menu-list ul {
	font-family: "gotham_pro",sans-serif;
  list-style:none;
	margin:0 0 23px 0;
	padding:0;
	font-size:14px;
	line-height:18px;
}

.section-menu-list ul > li {
  margin:0 0 9px 0;
	padding:0 0 0 20px;
	background:none;
	position:relative;
}

.section-menu-list ul > li:before {
  content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#a1895f;
	position:absolute;
	left:0;
	top:6px;
}

.section-menu-list ul a {
  color:#5a5959;
	text-decoration:none !important;
	background:url(../images/ul-gray.png) 0 15px repeat-x;
}

.section-menu-list ul a:hover {
  background:none;
}

.parks-list-letter {
  font-family: "gotham_pro",sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
	color:#a1895f;
	margin:0 0 9px 0;
}

.parks-list ul {
	font-family: "gotham_pro",sans-serif;
  list-style:none;
	margin:0 0 23px 0;
	padding:0;
	font-size:14px;
	line-height:18px;
}

.parks-list ul > li {
  margin:0 0 9px 0;
	padding:0;
	background:none;
}

.parks-list ul > li:before {
  display:none;
}

.parks-list ul a {
  color:#5a5959;
	text-decoration:none !important;
	background:url(../images/ul-gray.png) 0 15px repeat-x;
}

.parks-list ul a:hover {
  background:none;
}

.parks-list-nav {
  text-align:center;
	font-family: "gotham_pro",sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	margin:60px 60px 0 0;
}

.parks-list-nav > div {
  display:inline-block;
	cursor:pointer;
	line-height:24px;
	vertical-align:middle;
}

.parks-list-nav-prev,
.parks-list-nav-next {
  width:24px;
	height:24px;
	background-image:url(../images/section-slider-arrows.png);
	background-repeat:no-repeat;
	cursor:pointer;	
}

.parks-list-nav-prev {
  background-position:0 -24px;
	margin:0 15px 0 0;
}

.parks-list-nav-prev.inactive {
  background-position:0 0;
}

.parks-list-nav-next {
  background-position:-24px -24px;
	margin:0 0 0 15px;
}

.parks-list-nav-next.inactive {
  background-position:-24px 0;
}

.parks-list-nav-dot {
  margin:0 13px;
	cursor:pointer;
}

.parks-list-nav-dot.active {
  font-weight:bold;
	color:#a1895f;
}

.object-slider {
  position:relative;
	float:right;
	width:345px;
	height:100%;
	z-index:9;
}

.object-slider-close {
  width: 31px;
  height: 31px;
  background: url(../images/sidebar-right-close.png) center center no-repeat;
  position: absolute;
  left: 301px;
  top: 12px;
  z-index: 50;
	cursor:pointer;
}

.object-slider-inner {
  position:absolute;
	top:0;
	left:0;
	width:2194px;
	height:100%;
	z-index:10;
	transition:all 1s ease;
}

.object-slider-inner:before {
  content:"";
	width:65px;
	height:100%;
	position:absolute;
	right:100%;
	top:0;
	background:url(../images/sidebar-right-edge.png) 0 0 repeat-y;
}

.object-slider-prev {
  width:41px;
	height:41px;
	background:url(../images/object-slider-prev.png) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	left:16px;
	top:50%;
	margin-top:-86px;
	z-index:20;
	transition:all 1s ease;
}

.object-slider-next {
  width:41px;
	height:41px;
	background:url(../images/object-slider-next.png) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	right:16px;
	top:50%;
	margin-top:-86px;
	z-index:20;
	transition:all 1s ease;
}

.object-slider-prev.disabled,
.object-slider-next.disabled {
	opacity:0;
}

.object-slider .slide {
  float:left;
	position:relative;
	height:100%;
	font-family:"gotham_pro",sans-serif;
	font-size:13px;
	line-height:18px;
}

.object-slider .slide-1 {
  width:345px;
	background:#fff;
}

.object-slider .slide-2 {
  width:426px;
}

.object-slider .slide-3 {
  width:471px;
	z-index:10;
}

.object-slider .slide-4 {
  width:568px;
}

.object-slider .slide-5 {
  width:384px;
}

.slide-4-5-bg {
  position:absolute;
	left:-44px;
	top:0;
	/* width:878px; */
	width:612px;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.object-slider .slide-content {
  position:relative;
	height:100%;
}

.object-slider .slide-2 .slide-content {
  background:#fff;
	margin:0 70px 0 0;
}

.object-slider .slide-2 .slide-content:after {
  content:"";
	position:absolute;
	width:114px;
	height:100%;
	left:100%;
	top:0;
	background:url(../images/slide-edge-r.png) 0 0 repeat-y;
}

.object-slider .slide-3 .slide-content {
  background:#fff;
	margin:0 62px 0 96px;
}

.object-slider .slide-3 .slide-content:before {
  content:"";
	position:absolute;
	width:90px;
	height:100%;
	right:100%;
	top:0;
	background:url(../images/slide-edge-l.png) 0 0 repeat-y;
}

.object-slider .slide-3 .slide-content:after {
  content:"";
	position:absolute;
	width:100px;
	height:100%;
	left:100%;
	top:0;
	background:url(../images/slide-edge-r-2.png) 0 0 repeat-y;
}

.object-slide-pic {
  position:relative;
	margin:0 0 0 0;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.object-slide-pic:before {
  content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:154px;
	background:url(../images/object-pic-edge-top.png) 0 0 no-repeat;
	background-size:100% 154px;
}

.object-slide-pic:after {
  content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:52px;
	background:url(../images/object-pic-edge-bottom.png) 0 0 no-repeat;
	background-size:100% 52px;
}

.object-slide-pic img {
  width:100%;
}

.object-slide-pic-2 {
	width:313px;
  position:relative;
	margin:20px 0 20px 0;
	transition:all 1s ease;
	transition-delay:.5s;
	margin-left:0;
	z-index:20;
}

.object-slider .slide-current + .slide .object-slide-pic-2 {
	margin-left:100%;
}

.object-slide-pic-2:before {
  content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:30px;
	background:url(../images/object-pic-edge-2-top.png) 0 0 no-repeat;
	background-size:100% 30px;
}

.object-slide-pic-2:after {
  content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:26px;
	background:url(../images/object-pic-edge-2-bottom.png) 0 0 no-repeat;
	background-size:100% 26px;
}

.object-slide-pic-2 img {
  width:100%;
}

.object-slider .slide-1 .object-slide-cont {
  padding: 20px 40px 20px 40px;
}

.object-slider .slide-2 .object-slide-cont {
  padding: 20px 0 20px 44px;
}

.object-slider .slide-3 .object-slide-cont {
  /* padding: 42px 0 0 0; */
}

.object-slide-cont {
}

.object-slide-name {
  margin:0 0 22px 0;
	text-align:center;
}

.object-slide-ttl {
  font-size:24px;
	line-height:30px;
	color:#a1895f;
	margin:0 0 20px 0;
	text-align:center;
}

.object-slider p {
  margin:0 0 18px 0;
}

.object-slide-2-pic {
  position: relative;
  z-index: 2;
	transition:all 1s ease;
	transition-delay:.5s;
	margin-left:0;
	width:356px;
}

.object-slider .slide-current + .slide .object-slide-2-pic {
  margin-left:100%;
}



.object-slider .slide-4 .animal-info-pic {
  padding: 71px 70px 0 35px;
  transition: all 1s ease;
  transition-delay: .5s;
  margin-left: 0;
  opacity: 1;
  text-align: center;
}

.object-slider .slide-5 .animal-info-pic {
  padding:71px 0 0 68px;
	transition:all 1s ease;
	transition-delay:.5s;
	margin-left:0;
	opacity:1;
}

.object-slider .slide-current + .slide .animal-info-pic {
  margin-left:100%;
	opacity:0;
}

.object-slide-table {
  display:table;
	width:100%;
	height:100%;
}

.object-slide-tr {
  display:table-row;
}

.object-slide-td {
  display:table-cell;
	vertical-align:middle;
}

.object-slide-td.td-50 {
  height:50%;
}

.quest-page-content {
  position:absolute;
	left:0;
	top:0;
	width:100%;
	overflow:hidden;
	background:#35270c;
}

.quest-page-content-choose {
  height:100%;
}

.quest-header {
  background: url(../images/quest-header-bg.png) 0 bottom no-repeat;
  background-size: cover;
  padding: 58px 0 0 240px;
  text-align: center;
  min-height: 842px;
  position: relative;
  z-index: 3;
}

.quest-page-content-choose .quest-header {
  height:100%;
}

.quest-header .quest-ttl {
  margin:0 0 14px 0;
}

.quest-main {
  background:url(../images/quest-main-bg.jpg) top center repeat-y;
	background-size:100% auto;
	padding:290px 0 0 240px;
	margin:-190px 0 0 0;
	position:relative;
}

.quest-section-menu {
  background:url(../images/quest-section-menu-bg.png) 0 0 no-repeat;
	background-size:100% 100%;
	width:620px;
	min-height:283px;
	margin:0 auto;
	padding:37px 160px 30px 160px;
}

@media (max-width:890px) {
  .quest-section-menu {
		margin:0 -70px;
	}
}

.quest-section-menu .ttl {
  font-size:20px;
	line-height:22px;
	margin:0 0 14px 0;
}

.quest-section-menu-item {
  display:block;
	text-decoration:none !important;
	font-family:"gotham_pro",sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:600;
	text-transform:uppercase;
	color:#7f6c4a !important;
	background:none !important;
	letter-spacing:.1em;
}

.quest-section-menu-item .pic {
  margin:0 0 17px 0;
}

.quest-section-menu-item .text span {
  background:url(../images/link-ul-2.png) 0 17px repeat-x;
}

.quest-section-menu-item:hover .text span {
  background:none;
}

.quest-main-ttl {
  text-align:center;
	padding:50px 0 110px 0;
	font-family:"lugatype",sans-serif;
	font-size:60px;
	line-height:60px;
	color:#fff;
}

.quest-questions {
  /* height:2800px; */
	position:relative;
	padding:120px 0 340px 0;
}

.quest-question {
  position:relative;
	left:50%;
	height:1px;
}

.quest-question:nth-child(even) {
  margin-left:-299px;
}

.quest-question:nth-child(odd) {
  margin-left:118px;
}

.quest-question + .quest-question {
  margin-top:397px;
}

.quest-questions-2 {
  height:3800px;
}

.quest-line {
  width: 421px;
  background: url(../images/quest-line-repeat.png) 0 0 repeat-y;
  position: absolute;
  left: 50%;
  top: 260px;
  bottom: 200px;
  z-index: 1;
  margin-left: -253px;
}

.quest-line-2 {
	width: 487px;
  height: 2937px;
  background: url(../images/quest-line-2.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 535px;
  z-index: 1;
  margin-left: -306px;
}

.quest-question {
  position:relative;
	z-index:10;
}



@media (max-width:1024px) {
  
	.quest-line {
		display:none;
	}
	
	.quest-question:nth-child(even),
	.quest-question:nth-child(odd) {
		margin-left:-100px;
	}
	
}

.quest-question .pin {
  width:128px;
	height:143px;
	background:url(../images/quest-pin.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}

.quest-question.done .pin {
  background-position:0 -143px;
}

.quest-question-content {
	position: absolute;
  width: 488px;
  /* min-height: 379px; */
  background: url(../images/quest-question-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  left: -174px;
  bottom: -118px;
  display: none;
}

.quest-question.active .quest-question-content {
  display:block;
}

.quest-question-content:before {
  content:"";
	background:url(../images/quest-question-top.png) 0 0 no-repeat;
	width:100%;
	height:27px;
	position:absolute;
	left:0;
	bottom:100%;
	background-size:100% 27px;
}

.quest-question-content:after {
  content:"";
	background:url(../images/quest-question-bottom.png) 0 0 no-repeat;
	width:100%;
	height:41px;
	position:absolute;
	left:0;
	top:100%;
	background-size:100% 41px;
}

.quest-question-content .pic {
	position: absolute;
  z-index: 1;
  right: 17px;
  top: -6px;
  width: 182px;
  height: 185px;
}

.quest-question-content .pic:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/quest-pic-mask.png) 0 0 no-repeat;
}

.quest-question-content .pic img {
  display:block;
	width:182px;
	height:185px;
}

.quest-question-content .descr {
  position: relative;
  padding: 20px 190px 26px 64px;
  z-index: 2;
}

.quest-question-content .question-ttl {
  font-family: "lugatype",serif;
  color: #7f6c4a;
  font-size: 24px;
  line-height: 24px;
  width: 220px;
	margin:0 0 23px 0;
}

.question-form .form-group {
  margin:0 0 10px 0;
}

.question-form .form-footer {
  padding:14px 0 0 0;
}

.question-form .btn {
  width:180px;
}

.question-form-correct,
.question-form-wrong {
  display:none;
	text-align:center;
	padding:61px 87px 50px 40px;
}

.question-form-correct .ico,
.question-form-wrong .ico {
  margin:0 0 27px 0;
}

.question-form-correct .ttl,
.question-form-wrong .ttl {
  font-family:"lugatype",sans-serif;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	margin:0 0 33px 0;
}

.question-form-correct .ttl {
  color:#80af4b;
}

.question-form-wrong .ttl {
  color:#e94848;
}

.question-form-correct .continue-link,
.question-form-wrong .continue-link {
  font-family:"gotham_pro",sans-serif;
	font-size:16px;
	line-height:22px;
}

.question-form-correct .continue-link a,
.question-form-wrong .continue-link a {
  color:#828282 !important;
	background:url(../images/ul-gray.png) 0 17px repeat-x;
	text-decoration:none !important;
}

.question-form-correct .continue-link a:hover,
.question-form-wrong .continue-link a:hover {
  background:none;
}

.quest-footer {
  background: url(../images/quest-footer-bg.png) center top no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 3;
  margin: -200px 0 0 0;
}

.quest-main-2 + .quest-footer {
  margin:-170px 0 0 0;
}

.quest-result {
  text-align:center;
	padding:134px 0 0 240px;
	display:none;
}

.quest-result-medal {
  margin:0 0 10px 0;
}

.quest-result-ttl {
  margin:0 0 10px 0;
}

.quest-result-share {
  width:443px;
	height:135px;
	margin:0 auto;
	background:url(../images/quest-result-share-bg.png) 0 0 no-repeat;
}

.quest-result-share .ttl {
  float: left;
  font-size: 18px;
  line-height: 18px;
  width: 162px;
  color: #484848;
  text-align: right;
  padding: 50px 17px 0 40px;
}

.quest-result-share .links {
  float: left;
  width: 200px;
  font-size: 0;
  text-align: left;
  padding: 44px 0 0 0;
}

.quest-result-share .links a {
  display:inline-block;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 10px 0 0;
}

.ya-share2__container_size_m .ya-share2__icon {
  height: 50px !important;
  width: 50px !important;
}

.quest-result-share .link-twitter {
  background-image:url(../images/share-link-twitter.png);
}

.quest-result-share .link-facebook {
  background-image:url(../images/share-link-facebook.png);
}

.quest-result-share .link-google {
  background-image:url(../images/share-link-google.png);
}

.quest-result-back-link {
  margin:20px 0 0 0;
}

.section-menu.active .section-menu-back {
  width: 24px;
  height: 24px;
  background: url(../images/sidebar-close.png) 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
  right: -24px;
  top: 17px;
  z-index: 20;
}

.text-page-content {
	background:#fff3e5;
	padding:56px 30px 50px 260px;
	font-size:14px;
	line-height:18px;
	color:#484848;
}

.text-page-content-inner {
  max-width:767px;
	margin:0 0 0 0;
}

.text-page-content ul {
	font-family: "gotham_pro",sans-serif;
  list-style:none;
	margin:0 0 23px 0;
	padding:0;
	font-size:14px;
	line-height:18px;
}

.text-page-content ul > li {
  margin:0 0 9px 0;
	padding:0 0 0 20px;
	background:none;
	position:relative;
}

.text-page-content ul > li:before {
  content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#a1895f;
	position:absolute;
	left:0;
	top:6px;
}

.text-page-content ul a {
  color:#5a5959;
	text-decoration:none !important;
	background:url(../images/ul-gray.png) 0 15px repeat-x;
}

.text-page-content ul a:hover {
  background:none;
}

.text-page-content p {
	margin:0 0 18px 0;
}

.article-lead {
	font-size:16px;
	line-height:24px;
}

.text-page-content h1,
.text-page-content .h1 {
	font-family:"lugatype",sans-serif;
	font-size:60px;
	line-height:60px;
	color:#7f6c4a;
	margin:0 0 31px 0;
}

.text-page-content h2,
.text-page-content .h2 {
	font-family:"gotham_pro",sans-serif;
	font-size:18px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:600;
	color:#7f6c4a;
	margin:45px 0 29px 0;
}

.article-pic {
  position:relative;
	margin:0 0 32px 0;
}

.article-pic img {
  max-width:100%;
}

.article-pic:before {
  content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:49px;
	background:url(../images/article-pic-edge-top.png) 0 0 no-repeat;
	background-size:100% 49px;
}

.article-pic:after {
  content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:73px;
	background:url(../images/article-pic-edge-bottom.png) 0 0 no-repeat;
	background-size:100% 73px;
}

.partner-link-wrapper {
  margin:0 0 10px 0;
}

.partner-link {
  display:inline-block;
	color:#7f6c4a !important;
	text-decoration:underline;
}

.partner-link:hover {
  text-decoration:none;
}

.partner-link .caption {
  font-size:12px;
	line-height:18px;
	margin:12px 0 0 0;
}

.partner-link .caption span {
  position:relative;
}

.partner-link .caption span:after {
  content:"";
	width:14px;
	height:14px;
	background:url(../images/partner-link-arrow.png) 0 0 no-repeat;
	position:absolute;
	right:-22px;
	top:1px;
}

ul.breadcrumb {
  background:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color:#484848;
}

ul.breadcrumb > li {
  color:#484848;
}

ul.breadcrumb > li.active {
  color:#484848;
}

.breadcrumb>li+li:before {
  padding: 0 2px;
  color:#484848;
  content: "/";
}

ul.breadcrumb a {
  color:#484848;
	text-decoration:underline;
}

ul.breadcrumb a:hover {
  text-decoration:none;
}

.text-page-content section {
  margin:0 0 40px 0;
}

ul.cluster-list {
  list-style: none;
  margin: 0;
  padding: 5px 10px 0 10px;
	font-size:16px;
	line-height:20px;
}

ul.cluster-list li {
  margin:0 0 8px 0;
}

ul.cluster-list a {
  color:#a1895f;
}

.quest-modal {
  position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(43,43,43,.98);
	z-index:100;
	display:none;
	overflow:auto;
}

.quest-modal-content {
  max-width:720px;
	margin:0 auto;
	padding:58px 50px 30px 30px;
	position:relative;
}

.quest-modal .close {
  position:absolute;
	width:25px;
	height:25px;
	right:0;
	top:36px;
	background:url(../images/quest-modal-close.png) 0 0 no-repeat;
	opacity:1 !important;
}

.quests-list {
  
}

.quests-list-item {
  margin:0 0 40px 0;
}

.quests-list-item .ttl {
	font-family: "lugatype",serif;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}

.quests-list-item .ttl a {
  position:relative;
	color:#fff !important;
	text-decoration:none !important;
	position:relative;
	padding:0 0 0 58px;
	display:inline-block;
}

.quests-list-item .ttl a:before {
  content:"";
	width:40px;
	height:40px;
	background:url(../images/ico-quest.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:-4px;
}

.quests-list-item.done .ttl a:before {
  background-image:url(../images/ico-quest-medal.png);
}

.quests-list-item .link-wrapper {
  padding:0 0 0 58px;
}

.quests-list-item .link {
  font-family:"gotham_pro",sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#7f6c4a;
	text-decoration:underline;
}

.quests-list-item .link:hover {
	color:#77b97e;
}

.quests-list-item.done .link {
	color:#828282;
}

.quests-list-item.done .link:hover {
	color:#edcf5e;
}

ul.breadcrumb > li {
  margin:0;
	padding:0;
}

ul.breadcrumb > li:before {
  display:none;
}

ul.breadcrumb > li + li:before {
  content: "/";
  padding: 0 5px;
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
}

ul.breadcrumb > li a {
	text-decoration:underline !important;
}

ul.breadcrumb > li a:hover {
	text-decoration:none !important;
}

.h2-alt {
  text-transform: none !important;
  margin-top: 0 !important;
}

.footer-dev-wrapper {
	margin: 20px 0 0 0;
}

a.footer-dev {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #b0a59b !important;
	text-decoration: none !important;
	position: relative;
	padding: 40px 0 0 0;
}

a.footer-dev:before {
	content: "";
	width: 45px;
	height: 27px;
	background: url(../images/logo-renart.png) 0 0 no-repeat;
	background-size: 45px 27px;
	position: absolute;
	left: 0;
	top: 5px;
}

@media (min-width:768px) {
	.map-container-narrow .objects-map {
		padding-left:530px;
	}
}

@media (max-width:767px) {
	
	body,
	html {
		min-height:0 !important;
		overflow-y:auto;
	}
	
	.page-container {
		min-height:0 !important;
	}
	
	.map-container {
		min-height:0 !important;
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	
	.objects-map {
		min-height:0 !important;
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	
	.header-top {
		background: url(../images/header-top-edge.png) center bottom repeat-x;
		text-align: center;
		position: absolute;
		z-index: 50;
		width: 100%;
		height: 73px;
	}
	
	.header-top .logo {
		display: inline-block;
		width: 95px;
		margin: 11px 0 0 0;
	}
	
	.header-top .logo img {
		width:100%;
	}
	
	.sidebar {
		margin-left:-240px;
		z-index:51;
		width:240px !important;
		min-height:0;
	}
	
	.sidebar.open {
		margin-left:0;
	}
	
	.sidebar .logo {
		display:none;
	}
	
	.sidebar-inner {
		padding:68px 60px 20px 18px !important;
		width:100% !important;
	}
	
	.sidebar-bottom {
		position: relative;
		left: auto;
		top: auto;
		padding: 30px 11px 0 0;
	}
	
	.header-top .menu-button {
		width: 20px;
		height: 20px;
		background: url(../images/menu-btn.png) 0 0 no-repeat;
		position:absolute;
		left:16px;
		top:15px;
		cursor:pointer;
	}
	
	.sidebar-right {
		width:100%;
		position:fixed;
		left:0;
		top:0;
		height:100%;
		z-index:100;
	}
	
	.sidebar-right:before {
		display:none;
	}
	
	.sidebar-right.closed {
		left:100%;
	}
	
	.sidebar-right-pic {
		height: 195px;
		overflow: hidden;
	}
	
	.sidebar-right-text {
		padding:2px 20px 20px 30px;
	}
	
	.begin-link {
		margin:19px 0 0 0;
	}
	
	.sidebar-close {
		position:absolute;
		width:20px;
		height:20px;
		background:url(../images/sidebar-close.png) 0 0 no-repeat;
		left: 17px;
		top: 15px;
		cursor:pointer;
	}
	
	.sidebar-sponsors {
		font-size: 0;
		line-height: 0;
		margin: 0 -10px;
	}
	
	.sidebar-sponsors-item {
		margin: 0 0 0 0;
		display: inline-block;
		width: 33.33%;
		padding: 0 10px;
	}
	
	.sidebar-bottom-menu > li {
		margin:0 0 13px 0;
	}
	
	.objects-map-main:before {
		display:none !important;
	}
	
	.section-menu {
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		margin-left:-100%;
		z-index:50;
		padding:11px 0 20px 50px;
	}
	
	.section-menu.active {
		margin-left:0;
	}
	
	.section-menu:after {
		display:none;
	}

	.section-menu-inner {
		max-height:100%;
	}
	
	.section-menu-ttl {
		font-size:16px;
		line-height:24px;
	}
	
	.parks-list .slide .row>div {
		width:100% !important;
	}
	
	.parks-list-nav {
		display:none;
	}
	
	.mCSB_scrollTools {
		width:10px;
		opacity:1 !important;
	}
	
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		width: 10px;
		background: #a1895f !important;
		border-radius: 0;
	}
	
	.mCSB_scrollTools .mCSB_draggerRail {
		width: 10px;
		background: #dcdcdc;
		border-radius: 0;
	}
	
	.section-menu-back {
		width:24px;
		height:24px;
		background:url(../images/menu-back-arrow.png) 0 0 no-repeat;
		cursor:pointer;
		position:absolute;
		left:16px;
		top:13px;
	}
	
	.parks-balloon {
		width:290px;
	}
	
	.point-descr-wrapper {
		width:290px;
	}
	
	.point-descr .row>div {
		width:100% !important;
		float:none !important;
		margin:0 0 30px 0;
	}
	
	.point-descr .row>div:last-child {
		margin:0;
	}
	
	.object-slider {
		/* position: relative; */
		position:fixed;
		float: none;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 60;
	}
	
	.mCSB_inside>.mCSB_container {
		margin-right: 0 !important;
	}
	
	.object-slider-inner {
		width:100%;
		background:#fff;
		z-index:auto;
	}
	
	.object-slider-prev,
	.object-slider-next {
		display:none;
	}
	
	.object-slider:before {
		content:"";
		background: url(../images/slider-nav-edge.png) center bottom repeat-x;
		text-align: center;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 10;
		width: 100%;
		height: 73px;
	}
	
	.object-slider .slick-prev,
	.object-slider .slick-next {
		position:absolute;
		width:24px;
		height:24px;
		border:none;
		background-color:transparent;
		background-image:url(../images/slick-arrows.png);
		background-repeat:no-repeat;
		bottom:11px;
		text-indent:-10000px;
		overflow:hidden;
		z-index:60;
	}
	
	.object-slider .slick-prev {
		left:13px;
		background-position:0 0;
	}
	
	.object-slider .slick-next {
		right:13px;
		background-position:-24px 0;
	}
	
	.object-slider .slick-disabled {
		display:none !important;
	}
	
	.object-slide-table {
		display:block;
	}
	
	.object-slide-tr {
		display:block;
	}
	
	.object-slide-td {
		display:block;
	}
	
	.object-slide-pic {
		height:215px;
	}
	
	.object-slide-pic:before {
		display:none;
	}
	
	.object-slider img {
		max-width:100%;
	}
	
	.object-slider .slide-content {
		margin:0 !important;
	}
	
	.object-slider .object-slide-cont {
		padding:65px 25px 20px 25px !important;
	}
	
	.object-slider .slide-1 .object-slide-cont {
		padding: 0 50px 20px 50px !important;
	}
	
	.object-slide-name {
		margin:0 20px 9px 0;
	}
	
	.object-slider .object-slide-table {
		padding-bottom:73px;
	}
	
	.object-slider .slide-1 {
		font-size:12px;
		line-height:15px;
	}
	
	.object-slide-ttl {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}
	
	.object-slide-2-pic {
		margin-left:0 !important;
		max-width:100% !important;
	}
	
	.object-slide-pic-2 {
		width: auto;
		position: relative;
		margin: 20px 0 20px 0;
		z-index: 20;
	}
	
	.object-slide-pic-2:before,
	.object-slide-pic-2:after {
		display:none;
	}
	
	.object-slider .slide-content:before,
	.object-slider .slide-content:after {
		display:none;
	}
	
	.object-slider .slide-4 .animal-info-pic,
	.object-slider .slide-5 .animal-info-pic {
		padding:56px 25px 20px 25px;
	}
	
	.object-slider .slick-list {
		height:100%;
	}
	
	.object-slider .slick-track {
		height:100%;
	}
	
	.object-slider .slick-slide {
		height:100%;
	}
	
	.slide-4-5-bg {
		left:auto;
	}
	
	.object-slider-close {
		background: url(../images/sidebar-right-close.png) center center no-repeat;
		left: 15px;
		top: 16px;
	}
	
	.slide-4-5-bg {
		width:200%;
	}
	
	.quest-header {
		padding:88px 20px 210px 20px;
	}
	
	.quest-header img {
		max-width:100%;
	}
	
	.quest-section-menu {
		position: relative;
		padding: 37px 180px 30px 180px;
		left: 50%;
		margin-left: -312px;
	}
	
	.quest-section-menu .ttl {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	
	.quest-section-menu-item {
		font-size:14px;
		line-height:20px;
	}
	
	.quest-section-menu-item .text span {
		background-position:0 15px;
	}
	
	.quest-main {
		padding:90px 20px 0 20px;
		background-size:auto 100%;
	}
	
	.quest-main-ttl {
		padding: 50px 0 0px 0;
		font-size: 34px;
		line-height: 34px;
	}
	
	.quest-main-ttl img {
		max-width:100%;
	}
	
	.quest-questions {
		margin: 140px 0 0 0;
	}
	
	.quest-question:nth-child(even),
	.quest-question:nth-child(odd) {
		margin-left:-50px;
	}
	
	.quest-question-content {
		width: 320px;
		left: -118px;
	}
	
	.quest-question-content:after {
		left:0;
	}
	
	.quest-question-content .pic {
		display:none;
	}
	
	.quest-question-content .descr {
		padding: 5px 50px 14px 50px;
	}
	
	.quest-question-content .question-ttl {
		width:auto !important;
		font-size: 24px;
		line-height: 24px;
	}
	
	input[type=radio] + label {
		font-size:14px;
	}
	
	.question-form-correct, .question-form-wrong {
		padding: 61px 50px 50px 50px;
	}
	
	.quest-result {
		padding:134px 20px 0 20px;
	}
	
	.quest-result img {
		max-width:100%;
	}
	
	.quest-result-share {
		width: auto;
		height: auto;
		margin: 0 -20px;
		background: url(../images/quest-result-share-bg.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	
	.quest-result-share .ttl {
		float: none;
		text-align: center;
		width: auto;
		padding: 50px 0 0 0;
	}
	
	.quest-result-share .links {
		float: none;
		width: auto;
		padding: 20px 0 40px 0;
		text-align: center;
	}
	
	.text-page-content {
		padding:80px 20px 30px 20px;
	}
	
	.text-page-content h1,
	.text-page-content .h1 {
		font-size:40px;
		line-height:40px;
	}
	
}

@media (min-width: 768px) {
  .parks-list-wrapper {
		height:auto !important;
	}
	
	.sidebar-narrow {
		width:130px;
	}

	.sidebar-narrow .sidebar-inner {
		padding-left:15px;
		padding-right:0;
		width:80px;
	}
	
	.sidebar-narrow .sidebar-inner:before {
		content:"";
		background:#fff;
		position:absolute;
		left:0;
		right:30px;
		bottom:0;
		top:0;
	}

	.sidebar-narrow .logo {
		width: 61px;
		padding: 46px 0 15px 0;
		position:relative;
	}

	.sidebar-narrow .main-menu {
		width:32px;
	}

	.sidebar-narrow .main-menu a {
		height:32px;
	}

	.sidebar-narrow .sidebar-bottom {
		padding: 0 60px 60px 15px;
		width: 107px;
	}

	.sidebar-narrow .sidebar-bottom-menu-trigger {
		display:block;
	}

	.sidebar-narrow .sidebar-bottom-menu {
		visibility:hidden;
		position: absolute;
		left: 40px;
		bottom: 0;
		transition:all .5s ease;
		width:0;
		overflow:hidden;
		background:#fff;
		padding:20px 20px 20px 20px;
	}

	.sidebar-narrow .sidebar-bottom-menu li {
		width:160px;
	}

	.sidebar-narrow .sidebar-bottom-menu.active {
		visibility:visible;
		width:200px;
	}

	.sidebar-narrow .sidebar-sponsors {
		margin:0 0 64px 0;
	}
	
}

[class$="balloon__content"] .point-descr-wrapper {
	width:100%;
	padding:0 10px 0 0;
}