@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: 'Rounded';
    src: url('fonts/Rounded Elegance.ttf');
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    /*    max-width: 768px;*/
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
}

.one_block_paramed img {
    max-width: 100%;
    width: 100%;
}

.click {
    cursor: pointer;
    background: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px
}

.this_scroll {
    z-index: 10;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
/*    left: 0px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
    left: auto;
    right: 0px;
/*    padding-right: 15px;*/
}

.this_scroll.hide {
    right: 100%;
}

.one_block_paramed {
    font-size: 0px
}

#pano {
    position: fixed;
    top: 0px;
    left: 0px;
}

.button_return {
    z-index: 9;
    width: 250px;
    height: 50px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -125px;
    border-radius: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(36, 157, 145);
    letter-spacing: 2px;
    cursor: pointer;
}

.button_vr_show {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(36, 187, 174)), to(rgb(31, 155, 144)));
    background-image: linear-gradient(to bottom, rgb(36, 187, 174), rgb(31, 155, 144));
    position: relative;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.button_vr_show span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -5px;
}

.more_button_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    color: rgb(255, 255, 255);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(36, 187, 174)), to(rgb(31, 155, 144)));
    background-image: linear-gradient(to bottom, rgb(36, 187, 174), rgb(31, 155, 144));
    position: absolute;
    left: 15px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    top: 50%;
    margin-top: -40px;
}

@media screen and (max-width:545px) {
    .button_vr_show {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }

    .more_button_text {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
}
