

/* Start:/local/templates/360-irkutsk/css/lib/threesixty.css?16374871333581*/
body {
    background-color: #000 !important;
    color: #fff !important;
}

#container .threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
}

#container .threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#container .threesixty .threesixty_images img {
    width: auto !important;
    max-width: 100%;
    display: none;
    margin: 0 auto;
}

#container .threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0;
}

#container .threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: 100%;
    display: block;
    max-height: 60vh;
}

#container .threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#container .threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block;
}

#container .threesixty .nav_bar {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 20px);
    z-index: 1;
}

#container .threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url('/local/templates/360-irkutsk/css/lib/../img/sprites.png') no-repeat;
    text-indent: -99999px;
}

#container .threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0;
}

#container .threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px;
}

#container .threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px;
}

#container .threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px;
}

#container .threesixty.full_screen {
    position: absolute;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #000;
    z-index: 100;
    left: 0;
    top: 0;
}

#container .threesixty.full_screen .threesixty_images img {
    margin: 0 auto;
    max-height: 100vh;
}

.close_fullscreen_btn {
    display: none;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border: 2px solid black;
    border-radius: 100%;
    font-size: 25px;
    right: 2rem;
    top: 2rem;
    position: absolute;
    z-index: 1;
    color: #000;
}

#container .threesixty.full_screen .close_fullscreen_btn {
    display: block;
}

#container .threesixty.full_screen .open_fullscreen_btn {
    display: none;
}

.open_fullscreen_btn {
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 2px solid black;
    border-radius: 28%;
    font-size: 15px;
    right: 2rem;
    top: 2rem;
    position: absolute;
    z-index: 1;
    color: #000;
}

.start_play_btn {
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 2px solid black;
    border-radius: 100%;
    font-size: 16px;
    right: 2rem;
    top: 5rem;
    position: absolute;
    z-index: 1;
    color: #000;
}

.mineral.full_screen .start_play_btn {
    width: 3rem;
    height: 3rem;
    top: 6rem;
}

.close_fullscreen_btn, .start_play_btn, .open_fullscreen_btn {
    transition: .3s;
    transition-property: background-color;
}

.close_fullscreen_btn:hover, .start_play_btn:hover, .open_fullscreen_btn:hover {
    background-color: #f1f1f1;
}

@media all and (max-width: 834px) {
    .open_fullscreen_bt, .open_fullscreen_btn, .close_fullscreen_btn, .start_play_btn {
        right: 0;
    }

}
/* End */
/* /local/templates/360-irkutsk/css/lib/threesixty.css?16374871333581 */
