*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
  min-height: 100%;
  /*min-width: 1200px;*/
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  min-width: 320px;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  text-align: left;
  background-color: #fff;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3e7ad5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #2bbedd;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
a,
input,
button,
[role='button'],
select,
optgroup,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select {
  overflow: visible;
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[role='button'] {
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: BebasNeue;
  src: url("../fonts/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBold.eot#iefix") format('embedded-opentype'), url("../fonts/BebasNeueBold.woff2") format('woff2'), url("../fonts/BebasNeueBold.woff") format('woff'), url("../fonts/BebasNeueBold.ttf") format('truetype'), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format('svg');
  font-style: normal;
  font-weight: bold;
}

/*--- main styles ----*/
.tour__canvas {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.tour__main-content {
  width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.tour__main-header {
  position: relative;
  padding-top: 215px;
}
.tour__main-logo {
  position: absolute;
  top: -10px;
  left: -84px;
  display: block;
  width: 461px;
  height: 297px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.tour__main-h1,
.tour__main-h2 {
  font-family: BebasNeue;
  color: #FFF;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.85);
}
.tour__main-h1 {
  font-size: 80px;
}
.tour__main-h2 {
  font-size: 52px;
}

.tour__main-go {
  font-family: BebasNeue;
  font-size: 48px;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.85));
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.85));
}
.tour__main-go span {
  margin-right: 25px;
}

.tour__main-go:hover {
  text-decoration: none;
  color: #FFF;
}

/*--- Страница Панорамы---*/
.tour__bottom {
  position: fixed;
  z-index: 10;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 0 50px;
  -webkit-transition: transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out;
}

.tour__bottom-toggler {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  right: 0;
  background-color: #FFF;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.tour__content {
  position: relative;
  /*min-height: 230px;*/
  padding: 40px 0;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}

.tour__h1 {
  font-family: BebasNeue;
  font-size: 90px;
  color: #FFF;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.tour__info {
  width: 72%;
  min-height: 100px;
  margin: 0 auto 0;
  font-family: Arial;
  font-size: 26px;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
}
.tour__info p {
  margin-bottom: 0;
}
.tour__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: BebasNeue;
  font-size: 40px;
  color: #4A4A4A;
  text-transform: uppercase;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
}
.tour__arrow:hover {
  text-decoration: none;
  color: #4A4A4A;
}
.tour__arrow-prev {
  left: 0;
}
.tour__arrow-next {
  right: 0;
}

/*--- go button ---*/
.tour__go-btn {
  width: 68px;
  height: 67px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
}

.tour__go-btn_right {
  background-image: url("../img/white-btn-right.png");
}
.tour__go-btn_gray-left {
  background-image: url("../img/gray-btn-left.png");
}
.tour__go-btn_gray-right {
  background-image: url("../img/gray-btn-right.png");
}



/* ----- MEDIA ----- */
@media (min-width: 992px) {
  .ipnrm-btn-zoom-in,
  .ipnrm-btn-zoom-out {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .tour__info {
    font-size: 22px;
  }
  .tour__arrow span {
    display: none;
  }
  /*------*/
  .tour__h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .tour__main-content {
    width: 100%;
  }
  .tour__main-header{
    padding-top: 195px;
  }
  .tour__main-logo {
    top: 0px;
    left: -75px;
    width: 400px;
    height: 258px;
  }
  .tour__main-h1 {
    font-size: 76px;
  }
  .tour__main-h2 {
    font-size: 43px;
  }
  .tour__main-go {
    font-size: 40px;
  }
  .tour__go-btn {
    width: 50px;
    height: 50px;
  }

  /*----*/
  .tour__bottom {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .tour__bottom_shown {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .tour__bottom-toggler {
    display: block;
  }
  .tour__info {
    font-size: 18px;
    opacity: 0;
  }

  .tour__bottom_shown .tour__info {
    opacity: 1;
  }

  .tour__arrow {
    opacity: 0;
  }
  .tour__bottom_shown .tour__arrow {
    opacity: 1;
  }

  .tour__h1 {
    font-size: 50px;
    top: -30px;
  }

}

/* ------------------------  767  ------------------------------*/
@media (max-width: 767px) and (orientation: portrait) {
  .tour__main-header {
    padding-top: 180px;
  }
  .tour__main-logo {
    top: -5px;
    left: -65px;
    width: 350px;
    height: 226px;
  }

  .tour__main-h1 {
    font-size: 57px;
  }
  .tour__main-h2 {
    font-size: 32px;
  }
  .tour__main-go {
    font-size: 32px;
  }
  .tour__go-btn {
    width: 40px;
    height: 40px;
  }

  /*-----*/
  
}

@media (max-width: 767px) {
  .tour__bottom {
    padding: 0 10px;
  }
  .tour__info {
    font-size: 16px;
    /*width: 80%;*/
  }
}

/* ------------------------  575  ------------------------------*/
@media (max-width: 575px) and (orientation: portrait) {
  .tour__main-header {
    padding-top: 150px;
  }
  .tour__main-logo {
    top: -5px;
    left: -55px;
    width: 300px;
    height: 195px;
  }
  .tour__main-h1 {
    font-size: 46px;
  }
  .tour__main-h2 {
    font-size: 26px;
  }
}

/* ------------------------  479  ------------------------------*/
@media (max-width: 479px) and (orientation: portrait) {
  .tour__main-header {
    padding-top: 130px;
  }
  .tour__main-logo {
    top: -5px;
    left: -55px;
    width: 300px;
    height: 162px;
  }
  .tour__main-h1 {
    font-size: 30px;
  }
  .tour__main-h2 {
    font-size: 17px;
  }

  .tour__main-go {
    font-size: 24px;
  }
  .tour__main-go span {
    margin-right: 15px;
  }
  .tour__go-btn {
    width: 30px;
    height: 30px;
  }

}

@media (max-width: 479px) {
  .tour__h1 {
    font-size: 24px;
  }
}

/* -----------------    ----------------------------*/
@media (max-height: 659px) and (orientation: landscape) {
  .tour__main-header {
    padding-top: 185px;
  }
  .tour__main-logo {
    width: 400px;
    height: 258px;
    left: -75px;
  }
  .tour__main-h1 {
    font-size: 60px;
  }
  .tour__main-h2 {
    font-size: 42px;
  }
  .tour__main-go {
    font-size: 38px;
  }
  .tour__go-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-height: 575px) and (orientation: landscape) {
  .tour__main-header {
    padding-top: 145px;
  }
  .tour__main-logo {
    width: 350px;
    height: 225px;
    top: -20px;
    left: -65px;
  }

  .tour__main-h1 {
    font-size: 55px;
  }
  .tour__main-h2 {
    font-size: 36px;
  }

  .tour__main-go {
    font-size: 32px;
    bottom: 60px;
  }
  .tour__go-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-height: 479px) and (orientation: landscape) {
  .tour__main-header {
    padding-top: 125px;
  }
  .tour__main-logo {
    width: 300px;
    height: 193px;
    top: -20px;
    left: -50px;
  }

  .tour__main-h1 {
    font-size: 40px;
  }
  .tour__main-h2 {
    font-size: 20px;
  }

  .tour__main-go {
    font-size: 26px;
    bottom: 30px;
  }
  .tour__go-btn {
    width: 35px;
    height: 35px;
  }
}