/*.lightbox, .lightboxOverlay, .plan-widget{
  //&,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  !* HTML5 display-role reset for older browsers *!

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  menu,
  nav,
  section{
    display: block;
  }

  //&{
  //  line-height: 1;
  //}

  ol,
  ul{
    list-style: none;
  }

  blockquote,
  q{
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after{
    content: '';
    content: none;
  }

  table{
    border-collapse: collapse;
    border-spacing: 0;
  }

}*/
/* lightbox */
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* lightbox */
.plan-widget {
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 890px;
  position: relative;
  /*padding: 50px 5% 10px 2.5%;*/
  font-family: "Arial", sans-serif;
  overflow: hidden;
}

.plan-widget div {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 130%;
}

.plan-widget textarea:focus,
.plan-widget input:focus {
  outline: none;
}

.plan-widget__map {
  position: relative;
  cursor: move !important;
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
}

.plan-widget__map:active {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

.plan-widget__map-image {
  position: relative;
  width: 100%;
  height: 100vh;
  /*transition-property: top, left;*/
  /*transition-duration: .5s, .5s;*/
  /*transition: .5s;*/;
}

.plan-widget__map-image #mapster_el {
  position: absolute;
}

.plan-widget__map-imageWr {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.plan-widget__icons-wrap {
  z-index: 9 !important;
  position: absolute;
  right: 2%;
  top: 10px;
}

.plan-widget__icons-wrap .plan-widget__icons {
  position: relative;
  width: 20px;
  cursor: pointer;
  height: 20px;
  border: none;
  margin-bottom: 13px;
  display: block;
  background-size: 25px;
  background: url(../images/icons/plan-viewer-icons.png) center no-repeat;
  background-size: auto 20px;
  z-index: 1;
}

.plan-widget__icons-wrap .make-big {
  background-position: 0 0;
}

.plan-widget__icons-wrap .make-small {
  background-position: -20px 0;
}

.plan-widget__icons-wrap .make-any {
  background-position: -60px 0;
}

.plan-widget__icons-wrap .make-fulscreen {
  background-position: -40px 0;
}

.plan-widget__icons:after {
  content: '';
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  z-index: 0;
}

.plan-widget__zoom {
  display: none;
  padding: 25px 3%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 20;
}

.plan-widget__zoom.open {
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
}

.plan-widget__zoom-block {
  height: 100%;
  display: flex;
  border: 1px solid #babaa4;
  box-shadow: 4px 4px 0 0 rgba(221, 222, 222, 0.7);
  width: 100%;
  max-width: 1200px;
}

.mapster_tooltip {
  box-shadow: 2px 2px 0 0 rgba(154, 159, 167, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  background: #f6f6ef;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.plan-widget__zoom .plan-widget__zoom-block .zoom-block__left,
.plan-widget__zoom .plan-widget__zoom-block .zoom-block__right {
  min-height: 10px;
  width: 50%;
  height: 100%;
}

.zoom-block__right {
  background: #f6f6ef;
  border-left: 1px solid #babaa4;
  padding: 21px 0;
  font-size: 16px;
  position: relative;
}

.zoom-block__right .zoom-block__scroll {
  padding: 0 7%;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 18px - 40px - 9px);
}

.zoom-block__right .popupInfo {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}

.zoom-block__right p {
  font-size: 16px;
}

.zoom-block__right .zoom-block__title {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  padding-bottom: 9px;
}

.zoom-block__right .zoom-block__border-title {
  color: #6a6a55;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

.zoom-block__right .zoom-block__border-title span {
  background: #f6f6ef;
  position: relative;
  padding-right: 3px;
  display: inline-block;
  z-index: 2;
}

.zoom-block__right .zoom-block__border-title:after {
  display: block;
  content: "";
  position: relative;
  top: -4px;
  border-bottom: 1px solid #ccccba;
}

.zoom-block__right .zoom-block__text-block {
  margin-bottom: 26px;
}

.zoom-block__right .zoom-block__text-block:last-child {
  margin-bottom: 0;
}

.zoom-block__right .zoom-block__text-block p {
  margin-bottom: 18px;
}

.zoom-block__right .zoom-block__text-block .download-block a {
  text-decoration: none;
  color: #000;
  padding: 0 10px 0 22px;
  position: relative;
  line-height: 21px;
  display: block;
  margin-bottom: 8px;
}

.zoom-block__right .zoom-block__text-block .download-block p {
  width: 50%;
  margin-bottom: 0;
}

.zoom-block__right .zoom-block__text-block .download-block p:nth-child(2n+1) {
  clear: both;
}

.zoom-block__right .zoom-block__text-block .download-block a:before {
  content: "";
  background-size: cover;
  width: 16px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/icn_document_@2x.png) no-repeat 0 0;
  background-size: 16px 21px;
}

.plan-widget form .form-group {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.plan-widget form label {
  padding-top: 5px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 14px;
  display: table-cell;
  width: 72px;
}

.plan-widget form .form-control {
  border: 1px solid #a1a4a4;
  border-radius: 3px;
  height: 28px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

.plan-widget form .form-control:focus {
  border: 1px solid #7b7c7c;
  box-shadow: 0 0 3px #7b7c7c;
}

.plan-widget form textarea.form-control {
  min-height: 74px;
  padding: 10px;
}

.plan-widget form .submit {
  background: #6f7179;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 6px 13px;
  font-size: 15px;
}

.plan-widget form .submit:focus,
.plan-widget form .submit:hover {
  background: #585a62;
}

.plan-widget__close {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/icons/icn_close_@2x.png) center no-repeat;
  position: absolute;
  top: 19px;
  right: 4%;
  cursor: pointer;
  background-size: 25px;
  z-index: 10;
}

.zoom-block__images-gallery {
  margin: 0 -3px;
}

.zoom-block__images-gallery li {
  display: inline-block;
  float: left;
  margin: 0 3px 6px;
  border: 1px solid #8b8b7a;
}

.zoom-block__images-gallery li img {
  display: block;
}

/*.is-fullScreen,*/
.plan-widget:fullscreen,
.plan-widget *:fullscreen {
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
}

/*.is-fullScreen .plan-widget__map,*/
.plan-widget:fullscreen .plan-widget__map,
.plan-widget *:fullscreen .plan-widget__map {
  height: 100vh !important;
}

.plan-widget:fullscreen .plan-widget__icons-wrap .plan-widget__icons.make-fulscreen,
.plan-widget *:fullscreen .plan-widget__icons-wrap .plan-widget__icons.make-fulscreen {
  background-position: -80px 0;
  z-index: 1;
}

.drag-image {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
}

.is-no-animation {
  transition: none;
}

#mapster_wrap_0 {
  z-index: 2;
}

.zoom-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  /*opacity: 0*/
  background: #fff;
}

.zoom-block__left {
  position: relative;
  overflow: hidden;
}

.is-zoomed {
  opacity: 0 !important;
}

.is-zoomed + .zoom-img {
  opacity: 1;
}

.plan_figure:hover {
  cursor: zoom-in;
}

.caution_board {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 10px;
  z-index: 2;
}

.company_logo {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 2;
  right: 100%;
}

.company_logo span {
  background-color: #fca805;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  padding: 5px 9px;
}

@media screen and (max-width: 800px) {
  /*html,
  body{
    height: 100%;
  }*/
  .plan-widget__icons-wrap {
    z-index: 20;
  }

  .plan-widget__zoom {
    padding: 0;
  }

  .plan-widget__zoom-block {
    height: 100%;
  }

  .plan-widget__zoom .plan-widget__zoom-block > div {
    width: 100%;
    height: 50%;
  }

  .plan-widget__zoom .plan-widget__zoom-block > div.zoom-block__right {
    border-left: none;
    overflow-y: auto;
    border-top: 1px solid #babaa4;
  }

  .plan-widget {
    padding: 0 0 10px;
    max-width: 100%;
    height: 100% !important;
  }

  .plan-widget__icons-wrap {
    right: 10px;
  }

  .plan-widget__zoom .plan-widget__zoom-block .zoom-block__left, .plan-widget__zoom .plan-widget__zoom-block .zoom-block__right {
    width: 100%;
    height: 50%;
  }
}

@media screen and (max-width: 400px) {
  .plan-widget form .submit,
  .zoom-block__right .zoom-block__text-block .download-block p {
    width: 100%;
  }

  .plan-widget form .form-group {
    display: block;
  }

  .plan-widget form label {
    padding: 0 0 4px;
    text-align: left;
  }
}

.p-loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1001;
  transition: opacity 0.8s ease;
}

.p-loader__icon {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.p-loader__icon img {
  display: block;
  width: 100%;
}

.p-loader__icon-path-rotate {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.p-loader.disabled {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

@keyframes widthIncrease {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}