
.page-360 .gallery {
  margin: 50px -355px 40px -45px;
  padding: 60px 45px 40px 45px;
  background: #f3f3f3;
  border-top: #dadada 4px solid;
  clear: both;
}
.page-360 .gallery .thumbs {
  margin: 0 0 20px 0;
  position: relative;
}
.page-360 .gallery .thumbs .thumbs-w {
  margin: 0 60px;
  overflow: hidden;
  position: relative;
  height: 60px;
}
.page-360 .gallery .thumbs .thumbs-i {
  width: 200%;
  height: 60px;
  position: relative;
}
.page-360 .gallery .thumbs a {
  float: left;
  width: 80px;
  height: 60px;
  margin: 0 20px 0 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #000;
}
.page-360 .gallery .thumbs a img {
  display: block;
  width: 80px;
}
.page-360 .gallery .thumbs a:hover img {
  opacity: 0.5;
}
.page-360 .gallery .thumbs a:hover:after {
  display: block;
  content: '';
  width: 22px;
  height: 21px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 30px;
}
.page-360 .gallery .thumbs a.active {
  border: #cf0000 4px solid;
  width: 72px;
  height: 52px;
  cursor: default;
}
.page-360 .gallery .thumbs a.active img {
  margin: -4px;
  opacity: 0.8;
}
.page-360 .gallery .thumbs a.active:hover img {
  opacity: 0.8;
}
.page-360 .gallery .thumbs a.active:after {
  display: none;
}
.page-360 .gallery .thumbs .nav {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.page-360 .gallery .thumbs .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 16px;
}
.page-360 .gallery .thumbs .nav:hover span {
  background-position: -62px -64px;
}
.page-360 .gallery .thumbs .next {
  left: auto;
  right: 0;
}
.page-360 .gallery .thumbs .next span {
  background-position: -112px -64px;
  left: auto;
  right: 16px;
}
.page-360 .gallery .thumbs .next:hover span {
  background-position: -137px -64px;
}
.page-360 .gallery .image {
  display: block;
  position: relative;
  width: 900px;
  height: 430px;
}
.page-360 .gallery .image span {
  display: block;
  position: relative;
  text-align: center;
 /* background: #d0d0d0;*/
}
.page-360 .gallery .image span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.page-360 .gallery .image .image-wrapper {
  display: table;
  width: 900px;
  height: 430px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-360 .gallery .image .image-inner {
  display: table-cell;
  width: 900px;
  height: 430px;
  vertical-align: middle;
}
.page-360 .gallery .image .nav {
  display: block;
  width: 60px;
  height: 100%;
/*  background: #555;*/
  background: #d0d0d0;

  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.page-360 .gallery .image .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;

  position: absolute;
  top: 50%;
  left: 16px;
  margin: -20px 0 0 0;
}
.page-360 .gallery .image .nav:hover span {
  background-position: -62px -64px;
}
.page-360 .gallery .image .next {
  left: 100%;
  margin-left: -60px;
}
.page-360 .gallery .image .next span {
  background-position: -162px -64px;
  left: auto;
  right: 16px;
}
.page-360 .gallery .image .next:hover span {
  background-position: -137px -64px;
}
.page-360 .gallery .label {
  display: block;
  padding: 5px 0 0 0;
  color: #9b9b9b;
  min-height: 24px;
}


.page-360 .gallery .image .prev span {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	height: 30px;
	width: 30px;
	rotate: -45deg;
}
.page-360 .gallery .image .next span {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 30px;
	width: 30px;
	rotate: 45deg;
}

.page-360 .gallery .thumbs .prev span {
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	height: 20px;
	width: 20px;
	rotate: -45deg;
	top: 18px;
}
.page-360 .gallery .thumbs .next span {
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	height: 20px;
	width: 20px;
	rotate: 45deg;
	top: 18px;
}



/* панорма 360 */
.page-360 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.page-360 + #footer {
  margin-top: 0;
}
.page-360 .article-footer {
  padding: 10px 0;
  border-top: 0;
  overflow: hidden;
  text-align: right;
}
.page-360 .go-up:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  margin-right: 13px;
}
.page-360 .collection:first-child {
  margin-top: 0;
}
.page-360 .article {
  width: 100%;
}
.page-360 .collection {
  margin-bottom: 30px;
}
.page-360 .w {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  min-width: auto;
}
.page-360 .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-bottom: 0;
  background-color: #fff;
  min-width: 600px;
}
.page-360 .content_close {
  position: absolute;
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(57,57,57,0.2);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  padding: 30px 50px;
  cursor: pointer;
}
.page-360 .content_close:hover {
  opacity: 0.8;
}
.page-360 .content_close span {
  position: absolute;
  width: 17px;
  height: 17px;
  display: block;
  top: 1.2em;
  right: 1.4em;
  margin-left: 5px;
}
.page-360 .content_close span.is_stuck {
  position: fixed;
  top: 80px !important;
  right: 708px;
}
.page-360 .gallery {
  width: 600px;
  background-color: #fff;
  border-top: 0;
  margin: 28px -40px 40px;
  padding: 0 40px;
  height: 400px;
}
.page-360 .gallery .image {
  width: 100%;
  height: 282px;
}
.page-360 .gallery .image .image-wrapper {
  width: 100%;
  height: 282px;
}
.page-360 .gallery .image .image-inner {
  width: 100%;
  height: 282px;
}
.page-360 .gallery .image .image-inner img {
  width: auto !important;
}
.page-360 .gallery .thumbs {
  margin: 20px 0 0;
}
.page-360 .view_360 {
  position: relative;
  width: 100%;
  min-height: 400px;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  padding-top: 0%;
  box-sizing: border-box;
}
.page-360 .view_360 canvas {
  display: block;
}
.page-360 .view_360:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page-360 .view_360 .ui-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-360 .view_360.is-loaded {
  background-color: #fff;
}
.page-360 .view_360.is-loaded .ui-spinner {
  display: none;
}
.page-360 .view_360 .autofix_sb.fixed {
  position: fixed;
}
.page-360 .expo-map {
  overflow: hidden;
  display:flex;
  flex-wrap: wrap;
}
.page-360 .expo-map .expo-map__item{
	margin-right: 12px;	
	max-width: calc(50% - 12px);
}
.page-360 .expo-map .expo-map__item:first-child {
  float: left;
}
.page-360 .expo-map .expo-map__item:last-child {
  float: right;
}
.page-360 .expo-map svg {
	max-width: 260px;
	width: 100%;
}
.page-360 .expo-map__item span {
  font-size: 12px;
  display: block;
  text-align: center;
  opacity: 0.4;
  margin-top: 0px;
}
.page-360 .expo-map__object {
  opacity: 0.07;
}
.page-360 .expo-map__object text {
  opacity: 0;
}
.page-360 .expo-map__object.is-active {
  opacity: 1;
}
.page-360 .expo-map__object.is-active text {
  opacity: 1;
}

.collection .heading span {
	color: #000;
	border-bottom: #000 1px dotted;
}

@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-360 .ui-spinner {
	-webkit-animation: three-quarters-loader 1250ms infinite linear;
	animation: three-quarters-loader 1250ms infinite linear;
	border: 20px double #aaa;
	border-right-color: transparent;
	border-radius: 25px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	border-style: groove;
}

@media screen and (max-width: 768px) {
    .page-360 .view_360 {
        position: static;
        min-height: 0 !important;
    }
    #view_360_canvas {
        position: static !important;
    }
    .page-360 .content {
        position: static;
		min-width: auto;
    }
    .page-360 .w {
        width: auto;
    }
    .page-360 .gallery {
        width: auto;
    }
    .page-360 .content_close {
        padding: 0;
        padding-top: 53%;
        right: 0;
        bottom: auto;
    }
    .page-360 .view_360 {
        min-height: 0;
    }
    .page-360 .w {
        padding-left: 15px;
        padding-right: 15px;
		margin-top:30px;
    }
    .page-360 .expo-map .expo-map__item {
        max-width: 100%;
        box-sizing: border-box;
    }
    .page-360 .expo-map .expo-map__item:first-child {
        padding-right: 10px;
    }
    .page-360 .expo-map .expo-map__item:last-child {
        padding-left: 10px;
    }
    .page-360 .expo-map .expo-map__item svg {
        max-width: 100%;
        height: auto;
    }
}