@font-face {
  font-family: 'FiraSansExtraCondensed-Regular';
  src: url('fonts/fira_sans_extra_condensed_regular.ttf') format('woff'),
    url('fonts/fira_sans_extra_condensed_regular2.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

.container {
    display: flex;
    height: 100%;
}

.main {
    width: 76%;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.intro {
    height: 100vh;
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    animation-duration: 7s;
    animation-name: slideIn;
    animation-fill-mode: forwards;
    pointer-events: none;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    z-index: 1;
}

@keyframes slideIn {
    0% {
        transform: translate(10%, 0);
    }

    80% {
        opacity: 1;
        transform: translate(-10%, 0);
    }

    100% {
        opacity: 0;
        transform: translate(-10%, 0);
    }
}

.panorama_container {
    overflow: hidden;
    height: 100%;
}

.panorama_container_inner {
    transform-origin: 0 0;
    transition: opacity 0.1s linear;
    display: flex;
}

.panorama {
    height: 500px;
    position: relative;
    background: url(images/panorama_navigator.jpg) 0 0 repeat-x;
    width: 100%;
    background-size: cover;
    transition: background-position 0.2s ease;
	image-rendering: pixelated;
}

.stoyki {
    position: absolute;
}

.left {
    width: 24%;
    background: #463c33;
    position: relative;
    z-index: 1;
}

.stoyka {
    height: 100%;
    display: flex;
    justify-content: center;
}

.stoyka.viewer {
    background: url(images/panorama_viewer.jpg) 50% no-repeat;
    background-size: contain;
}

.stoyka_frames {
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.st {
    position: absolute;
}

.st:hover {
	cursor: pointer;
}

.st:hover .panoramaContainer {
    pointer-events: none;
}


.st.st01 {
    left: 3400px;
    width: 110px;
    height: 88px;
    top: 152px;
}

.st.st02 {
    left: 3653px;
    width: 84px;
    height: 70px;
    top: 166px;
}

.st.st03 {
    left: 3808px;
    width: 62px;
    height: 60px;
    top: 172px;
}

.st.st04 {
    left: 3905px;
    width: 49px;
    height: 47px;
    top: 181px;
}

.st.st05 {
    left: 3972px;
    width: 37px;
    height: 40px;
    top: 186px;
}

.st.st06 {
    left: 40px;
    width: 33px;
    height: 30px;
    top: 193px;
}

.st.st07 {
    left: 113px;
    width: 37px;
    height: 29px;
    top: 194px;
}

.st.st08 {
    left: 210px;
    width: 35px;
    height: 28px;
    top: 195px;
}

.st.st09 {
    left: 299px;
    width: 36px;
    height: 29px;
    top: 194px;
}

.st.st10 {
    left: 390px;
    width: 31px;
    height: 29px;
    top: 191px;
}

.st.st11 {
    left: 428px;
    width: 34px;
    height: 36px;
    top: 186px;
}

.st.st12 {
    left: 481px;
    width: 45px;
    height: 40px;
    top: 183px;
}

.st.st13 {
    left: 542px;
    width: 49px;
    height: 48px;
    top: 177px;
}

.st.st14 {
    left: 645px;
    width: 67px;
    height: 60px;
    top: 167px;
}

.st.st15 {
    left: 820px;
    width: 91px;
    height: 71px;
    top: 155px;
}

.st.st16 {
    left: 1086px;
    width: 108px;
    height: 81px;
    top: 147px;
}

.st.st17 {
    left: 1354px;
    width: 105px;
    height: 84px;
    top: 131px;
}

.st.st18 {
    left: 1618px;
    width: 114px;
    height: 92px;
    top: 114px;
}

.st0 {
    margin-left: -4060px;
}

.st2 {
    margin-left: 4060px;
}

.tooltip {
    padding: 4px 6px;
    font-family: "FiraSansExtraCondensed-Regular", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    display: none;
    background: #fff;
    transform-origin: 0 0;
}

.strelki {
    position: absolute;
    bottom: 8px;
    z-index: 10;
    width: 100%;
    height: 45px;
}

.strelki svg {
    height: 45px;
    margin: 0 auto;
    display: block;
}

.rect {
    fill: #999999;
    stroke: #676767;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}

.strelka {
    fill: #fff;
    stroke: #676767;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
    opacity: 0;
}

.visible .strelka {
    opacity: 0.7;
}

.left_button .rect {
    fill: rgba(153, 153, 153, 0.9);
}

.right_button .rect {
    fill: rgba(153, 153, 153, 0.5);
}