.vtour_card {
	border-radius: 1ex;
    margin: 2ex 0;
    flex: 1 1 calc(33% - 3ex);
    max-width: calc(33% - 3ex);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 0 2.5ex 0;
}
.vtour_card_u {
	border-radius: 1ex;
    margin: 2ex 0;
    width: 80%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 0 2.5ex 0;
}
.vtour_card_h1 {
	font: 1vw msc700;
    margin: 0 0 1ex 0;
    overflow: hidden;
	flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6ex;
    text-align: left;
	padding: 1.5ex 1.5ex 0 1.5ex;
	
}
.vtour_card_img {
	width: 100%;
    height: auto;
    border-radius: 1ex 1ex 0 0;
    aspect-ratio: 1.8 / 1;
    object-fit: cover;
	
}
.vtour_card_logo {
  height: 3ex;
  width: 3ex;
  object-fit: contain;
  display: block;
  align-self: flex-start;
}
.vt_link{
	color: #2b2b2b;
    text-decoration: none;
}
.page_link{
	font: 0.9vw msc500;
    cursor: pointer;
    color: #707070;
    text-decoration: none;
    text-align: left;
    display: block;
	width: fit-content;
}
.page_link span{
	font-family: arial;
} 
#vtour_list {
	display: flex;
    flex-wrap: wrap;
    gap: 2.5ex;
    justify-content: center;
}
.vtour_card_desc{
	font: 0.9vw msc500;
    line-height: 2.7ex;
	overflow: hidden;
	transition: max-height 0.5s ease;
	padding: 0 1.5ex;
	white-space: pre-line;
}
.vtour_card_desc img{
    height: auto;
    margin: 1ex auto;
    display: block;
    width: 100%;
}
.vtour_card_desc a{
	color: #2b2b2b;
	text-decoration: underline;
}
.vtour_card_desc.collapsed {
  max-height: 5ex;
  transition: none;
}
.vtour_card_desc.expanded {
  max-height: 1000px; 
}
.toggle-button{
	font: 0.9vw msc300;
	cursor: pointer;
	padding: 1ex 1.5ex 0 1.5ex;
}
:root {
  --desktop-сf: 1;
}
.options_h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.8em;              
    height: 1.6em;
    margin-right: 0.5em;
    background-image: url("/fls/menu-icon.webp"); 
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
}
#h_menu{
  display:none;	
}
.header_main {
	width: 100%;
	position: fixed;
	top: 0;
	background: white;
	z-index: 99999;
}
.header_navi, .footer_navi {
	padding: 1ex 10% 1ex 10%;
    display: flex;
    align-items: center;
    font: 0.85vw msc700;
    color: #2b2b2b;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.05);
}
.footer_navi {
	color:#fff;
	justify-content: center;
	padding: 6ex 3ex;
}
.header_navi a:hover {
    color: #ff4438;
	text-decoration: none;
}
.header_navi a {
	text-decoration: none;
	color:#2b2b2b;
}
.footer_navi a {
	text-decoration: none;
	color:#fff;
}
.header_navi span, .footer_navi span{
	margin-left: 2.5ex;

}
.go_more{
	display: block;
    font: 1vw msc700;
    margin-top: 1ex;
}
.go_more a, .spheres_txt a{
	text-decoration: none;
	color:#2b2b2b;
}
.tariffs{
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.tariffs_sub{
	color: #ff4438;
    border: 1px solid #ff4438;
    background-color: #fff;
    padding: 1ex 3ex 1ex 3ex;
    text-align: center;
    cursor: pointer;
    border-radius: 1ex;
    font-size: 0.95vmax;
    margin-left: 2ex;
    font-family: msc700;
    min-width: 14ex;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.tariffs_sub:hover{
	background-color: #ff4438;
	color: #fff;
}
.tariffs_sub span{
	font-family: msc300;
}
.tariff_pro, .tariff_free {
	border: 1px solid #d1d1d5;
    border-radius: 1ex;
    box-sizing: border-box;
    padding: 4ex;
    width: 35%;
    margin: 3ex;
}

.tariff_pro {
	border: 1px solid #ff4438;
}
#do_reg{
	color: #fff;
    border: 1px solid #ff4438;
    background-color: #ff4438;
    padding: 1ex 3ex 1ex 3ex;
    text-align: center;
    cursor: pointer;
    border-radius: 1ex;
    font-size: 0.95vmax;
    font-family: msc700;
	margin-top: 3ex;
	display:inline-block;
}
#do_reg_box{
	text-align: center;
}
#do_reg, #cookie_ok{
	color: #fff;
    border: 1px solid #ff4438;
    background-color: #ff4438;
    padding: 1ex 3ex 1ex 3ex;
    text-align: center;
    cursor: pointer;
    border-radius: 1ex;
    font-size: 0.95vmax;
    font-family: msc700;
	margin-top: 3ex;
	display:inline-block;
}
#cookie_ok{
	font-size: 0.75vmax;
    font-family: msc700;
    margin-top: 1ex;
}	
.tariff_pro span, .tariff_free span {
	display:block;
	font: 0.95vw msc500;
	margin-bottom: 1.5ex;
}
#tariffs_h2{
	font: 1.5vw msc700 !important;
    margin-bottom: 1ex !important;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
	height: 3ex;
}
#tariffs_h2 span{
	font: 1.5vw msc700 !important;
}
.createvt_img{
	width: 100%;
    border-radius: 1ex;
    height: 30ex;
    object-fit: cover;
}
.createvt_txt{
	font: 1.1vw msc500;
    margin-top: 1.5ex;
}
.logo_txt{
	display: inline-block;
    font: 1.4vw msc700;
    color: #2b2b2b;
}
.logo_header_div{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.logo_img{
	width:1.7vw;
	margin-right:0.5ex;
}
.header_navi_1, .footer_navi_1 {
	 text-align: center;
}
.header_navi_2, .footer_navi_2 {
	 text-align: center;
}
.footer_main {
	width: 100%;
	background: black;
	margin-top: 5ex
}
 	 
.cont_body {
	padding-top: 4ex;
    width: 80vw;
	margin: auto;
	min-height: 100dvh;
	color:#2b2b2b;
	 
}
.cont_body_s {
	padding-top: 4ex;
    width: 62vw;
	margin: auto;
	min-height: 100dvh;
	 
}
.kab_h1 {
    font: 4ex msc300;
    padding: 4ex 0 3ex 0;
}
.main_h1 {
	text-align: center;	
	font: 1.6vw msc300;
    padding: 3.5ex 0 3ex 0;
}
.main_h1 span {
	display: block;
    margin: 1ex;	
}
#u_header.main_h1  {
	padding: 1ex 0 2ex 0;
	font: 1.6vw msc500;	
}
.page_h2 {
    text-align: left;
    font: 1.2vw msc700;
    padding: 4ex 0 0.5ex 0;
}
.page_h3 {
	text-align: left;
    font: 1vw msc700;
    padding: 3ex 0 0 0;
}
.page_txt {
	text-align: left;
    font: 1.1vw msc300;
    line-height: 3ex;
}
.page_txt a{
	color:#ff4438;
}
.page_txt p{
	white-space: pre-line;
}

#u_site, #u_adres{
	text-align: left;
    font: 1.1vw msc500;
    text-decoration: none;
    margin: 1ex 0 2ex 0;
    display: inline-block;
    color: #2b2b2b;
}
#u_onmap{
	text-decoration: underline dotted;
    margin-left: 1.5ex;
    color: #898989;
    font: 1.1vw msc300;
}
.page_img {
	margin: 0 auto;
    width: 80%;
    display: block;
	border: 1px solid #d7d7d7;
}
.page_video {
	margin: 0 auto;
    width: 80%;
	height:60%;
    display: block;
}
.page_iframe_box{
	width: 62vw;
	height: 31vw;
}
.kab_h1 {
text-align: left;
display: inline-block;	
}
.block1{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.sub_block1{
	width: 33%;
	padding: 0 4ex 8ex 4ex;
	box-sizing: border-box;
}
.spheres_img{
    width: 100%;
	border-radius: 1ex;
}
.spheres_txt{
	font: 1.1vw msc500;
	margin-top: 1.5ex;
}
.spheres_txt a{
	text-decoration: none;
}
#vrpazl{
	display:none;
}
#plan_h{
	font-size: 0.95vmax;
    margin: 1.5ex 0 1.5ex 0;
    font-family: msc700;
    display: inline-block;
}

#plan_p{
	border: 1px solid #d9dfe1;
    border-radius: 1ex;
    box-sizing: border-box;
    padding: 1ex;
	font-size: 0.95vmax;
    font-family: msc500;
    width: 45%;
	margin-bottom: 4ex;
}
#plan_p span{
	display:block;
	padding:0.5ex 0;
}
#pay_btn{
	 margin: 2ex 0 0 0;
}
#total_pay{
	margin: 1.5ex 0;
}
#total_pay_value{
	display:inline !important;
}
#add_nk_pano{
	cursor:pointer;
}
#add_nk_pano_p, #add_nk_pano_sel{
	color: #909090;
}
#plan_1_1m, #plan_1_6m, #plan_1_12m {
	cursor:pointer;
}
label{
	cursor:pointer;
}
#pano_limit{
	display: inline-block;
    border: 1px solid #d9dfe1;
    border-radius: 1ex;
    box-sizing: border-box;
    padding: 1ex;
    font-size: 0.85vmax;
    font-family: msc500;
    width: auto;
    margin-left: 5ex;
    color: #878787;
}
.pano_sel{
	padding: 1ex;
	font-size: 0.95vmax;
    font-family: msc500;
	border-radius: 1ex;
    box-sizing: border-box;
    padding: 0.3ex;
	border: 1px solid #d9dfe1;
}
.page_icon{
	height: 2ex;
    vertical-align: text-bottom;
    margin-right: 1ex;
}
.boxblock {
    padding: 5ex;
    border-radius: 3ex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.05), 0 -1px 3px rgba(0, 0, 0, 0.03);
    margin: 10ex auto;
    width: 75%;
	background-color: #F9FAFB;
}
.kab_tabs_body{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.kab_tab_row{
    display: grid;
    grid-template-columns: 40% 20% 15% 15%;
    align-items: center;
	padding: 2ex;
    font: 0.9vmax msc300;
    width: 100%;
	border-bottom: 1px solid #d9dfe1;
	box-sizing: border-box;
}
.kab_tab_row div{
	
} 
.kab_tab_btn{	
	margin-right:2ex;
    padding: 0 0.5ex 0.1ex 0.5ex;
    font: 1.1vmax msc500;
	display: inline-block;
	cursor: pointer;
}
 .kab_tab_btn a{
	color: #000;
	text-decoration:none;
 }
.kab_tab_btn:hover{
	color: #ff4438 !important;
}
.kab_tab_btn#in {
	border-bottom: 0.3ex solid #ff4438;
	color: #ff4438;
}
.kab_tab_line{
	border-top: 1px solid rgb(209, 209, 213);
    margin-bottom: 35px;	
}
#c_menu_btn{
	display: inline-block;
    color: #000000;
    border: 1px solid #a4a4a4;
    background-color: #fff;
    padding: 0.5ex;
    text-align: center;
    cursor: pointer;
    border-radius: 0.5ex;
    font-size: 0.6vmax;
    margin-left: 1ex;
    font-family: msc300;
    user-select: none;
    word-spacing: -0.4ex;
}
#c_menu_btn:hover{
	color: #ff4438;
	border: 1px solid #ff4438;
}
#c_menu{
	display: none;
	position: absolute;
    background-color: white;
    padding: 2ex;
    z-index: 9999;
    margin-top: 0;
    margin-left: -1.5ex;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 12px;
    border-radius: 1ex;
    cursor: pointer;
    /*display: flex;*/
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
	width: max-content;
	user-select: none;
}
#c_menu span{
	margin-bottom: 1.5ex;
    font-size: 0.9vmax;
    font-family: msc300;
}
#c_menu span:hover{
	color: #ff4438;
}
#sub_c_menu{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
	margin-left: 1.5ex;
}
#c_menu_div{
	display: inline-block;
    position: relative;
}

.login_reg_tab {
	font: 16px msc300;
	color: black;
	margin: 20px 0 20px 0;
}
.login_reg_tab_in {
	font: 16px msc300;
	color: black;
	margin: 10px 0 10px 0;
}
.login_reg_tab_in span {
	margin-right:5px;
}
.login_reg_tab_in input {
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #d9dfe1;
}
.btn_1{
	color: #2b2b2b;
    border: 1px solid #00a5fd1a;
    background-color: #00a5fd1c;
    padding: 0.7ex 1.3ex;
    text-align: center;
    cursor: pointer;
    border-radius: 1ex;
    font-size: 0.85vmax;
    display: inline-block;
    margin: 0.5ex;
    font-family: msc700;
}
.btn_1:hover{
	background-color:#ff4438;
	color: #fff; 
}
.btn_1:active{
    box-shadow: 0 0 10px 0px #ff4438; 
}
.btn_1#btn_reg{
	display: none;
}
.btn_1.active {
    background-color: #ff4438;
    color: #fff;
}
.resp_div {
	display: none;
	font: 16px msc300;
	margin: 10px 0 10px 0;
	display: block;
}
.kab_user_mail {
	font: 2ex msc300;
    margin-left: 4ex;
    display: inline-block;
}
.kab_user_mail span {
	font: 2ex msc300;
    margin-left: 0.5ex;
    display: inline-block;
}
.kab_user_mail a {
	text-decoration: none;
	border-bottom: 1px solid #d1d1d5;
    color: #000000;	
}
.kab_user_mail span a:hover {
	color: #ff4438;	
}
#prof_tab {
	display: none;
}
.add_vtur_box_input{
	display: none;
}
.add_vtur_box_back {
	display: none;
	position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    animation-name: mes_box_animate;
    background-color: rgba(0, 0, 0, 0.5);
    animation-duration: 0.4s;
    justify-content: center;
    align-items: center;
}
.add_vtur_box {
    padding: 3ex;
    border-radius: 2ex;
    background: #fff;
	width: 85%;
    height: 82%;
	border: 1px solid rgb(209, 209, 213);
}
.add_vtur_box_h {
	font: 21px msc300;
	display: inline-block;
}
#add_vtur_box_button_addimgs, #add_vtur_box_button_cancel, #add_vtur_box_button_create, #add_vtur_box_stat{
    float: right;
    margin: 0 0 0 15px;
}
.add_vtur_box_imgs_cont {
	clear: right;
	border: 1px solid #969d9f;
	border-radius: 6px;
	height: calc(100% - 115px);
    overflow: auto;
    margin-top: 10px;
    padding: 6px;
	scrollbar-width: thin;
	margin: 20px 0 12px 0;
}
#add_vtur_box_imgs_cont_txt {
    text-align: center;
    display: block;
    margin-top: 30px;
	font: 16px msc300;
    color: #b6b6b8;	
}
.add_vtur_box_imgs_cont_txt {
    animation: blink_anim 1s linear infinite; 
}

 
@keyframes blink_anim{ 
   0%{ 
     opacity: 1; 
   } 
   50%{ 
     opacity: 0; 
   }   
   100%{ 
     opacity: 1; 
   } 
}
@keyframes fade_out{ 
   0%{ 
    opacity: 0;
   }   
   100%{ 
    opacity: 1;
   } 
}
@keyframes fade_in{ 
   0%{ 
    opacity: 1; 
   }   
   100%{ 
    opacity: 0;	 
   } 
}    
#tours_table_stat .status_icon_gen {
	margin: 0 4px 0 0;
}

#add_vtur_box_stat {
	padding: 8px 15px 8px 0;
	font: 14px msc500;
	display: none;
}

#loading_info_logo {
	opacity: 0.3; 
	background: url(/fls/st/loading6_b.svg) no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 200px;
	display: block;
	text-align: center;
	padding-top: 55px;
	color: #000;
	font: 15px msc700;
	margin: 20px auto auto auto;
}    
.page_adres{
	white-space: nowrap;
    overflow: hidden;
    cursor: auto;
	font: 0.9vw msc500;
    color: #707070;
    text-decoration: none;
    text-align: left;
    display: block;
} 
.status_icon_rdy{
	background-image: url(/fls/st/status_rdy.png);
    margin: 0 1ex;
    vertical-align: middle;
    width: 1ex;
    height: 1ex;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain;
}
.status_icon_gen{
	background-image: url(/fls/st/status_gen.svg);
    margin: 0 4px 0 4px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.status_icon_gen2 {
    background-image: url(/fls/st/spin.gif);
    margin: 0 1ex 0 1ex;
    vertical-align: sub;
    width: 2.4ex;
    height: 2.4ex;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.set_icon{
	opacity: 0.6;
	background-image: url(/fls/st/set-icon.svg);
    margin: 0;
    vertical-align: middle;
    width: 30px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
	cursor: pointer;
}

.set_icon:hover{
	opacity: 1;
}

.tours_table_set_cont {
  display: none;
  position: absolute;
  background-color: white;
  padding: 10px 15px 10px 15px;
  z-index: 9999;
  margin-top: -20px;
  margin-left: -10px;
  box-shadow: rgb(0 0 0 / 18%) 0px 2px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.tours_table_set_cont span {
    display: block;
    padding: 5px 0 5px 0;	
}
.tours_table_set_cont span:hover {
    color: #ff4438;	
}

.tours_table {
	table-layout: fixed;
	width: auto;
	border-collapse: collapse;
}

.tours_table td {

	border: 1px solid #e5e5e5;
	padding: 15px 10px 15px 10px;
	font: 15px msc300;

}
.tours_table th {

	padding: 0 0 10px 10px;
	text-align: left;
	font: 14px msc300;

}


.tours_table td:nth-child(1) {
	width: 35%;
	border-right:1px solid white;
}
.tours_table td:nth-child(2) {
	width: 45%;
	border-right:1px solid white;
} 
.tours_table td:nth-child(3) {
	width: 13%;
	border-right:1px solid white;
} 
.tours_table td:nth-child(4) {
	width: 7%;
}

:not(:root):fullscreen::backdrop {
    background: #ffffff;
}
#res_cont1{
	overflow: hidden;
    position: relative;
}
#gui2d_main{
	display: none;
}
#gui2d_block_all {
	height: 100%;
	width: 100%;
	position:fixed;
	display: none;
	z-index:9999999;
}
#gui2d_loading_gotovt{
    background-size: cover;
    height: 100dvh;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
	display: none;
}
#gui2d_gotovt{
	position: fixed;
    right: 3px;
    bottom: 3px;
    display: none;
    border: 1px solid #ffffff21;
    background-color: #ffffff36;
    border-radius: 1ex;
    color: #ffffff;
    /*text-shadow: 0px 0px 1px #fff;*/
    backdrop-filter: brightness(75%) blur(20px);
	-webkit-backdrop-filter: brightness(75%) blur(20px);
    text-align: left;
    font-family: msc300;
    font-size: 1.7vmax;
    user-select: none;
	height: auto;
    max-height: 33dvh;
    overflow: auto;
    scrollbar-color: #ffffff4d transparent;
	scrollbar-width: thin;
	flex-direction: column;
    flex-wrap: nowrap;
    padding: 0.5ex 3ex 0 1ex;
	z-index:99999;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 1ex 110vmax;
	animation:fade_out 0.5s forwards;
	
}

.gui2d_gotovt_icon img{
	height: 2ex;
	padding: 0.2ex 0.5ex 0.2ex 0;
    filter: drop-shadow(0px 0px 1px #fff);
    vertical-align: middle;
}

.gui2d_gotovt_icon {
	margin: 0 0 1ex 0;
	cursor: pointer;
	user-select: none;	
	/*text-align: center;
    background-color: #ffffff24;
    border-radius: 5ex;
    padding: 0.2ex 1ex 0.2ex 1ex;*/
}
#gui2d_minimap{
	position: fixed;
    display: flex;
    border: 1px solid #ffffff40;
	border-top:none;
	border-right:none;
	user-select: none;
	width: calc(40vmin*var(--desktop-сf));
	height: calc((40vmin*var(--desktop-сf)) + 1.5ex);
	border-radius: 0 0 0 1ex;
	right: 0;
    top: 0;
	align-content: end;
	font-family: msc300;
    font-size: 1.7vmax;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
	
}

#gui2d_minimap div img {
	width: 2ex;
    margin: 0.3ex 0.8ex 0.3ex 1ex;
	pointer-events: auto;
	cursor: pointer;
	user-select: none;
	opacity: 0.85;
	
}

#gui2d_minimap div {
    text-align: right;
    /*padding-right: calc(1lvmin);*/
    backdrop-filter: brightness(75%) blur(20px);
	-webkit-backdrop-filter: brightness(75%) blur(20px);
    border-radius:0 0 0 1ex;
	border: 0px solid #ffffff00;
    background-color: #ffffff36;
	width: 100%;
}

#gui2d_minimap_close, #gui2d_minimap_zoomout, #gui2d_minimap_zoomin{
	display: none;
}

#gui2d_vt_header, #gui2d_pano_header{
    position: absolute;
    left: 3px;
    display: none;
    border: 1px solid #ffffff21;
    background-color: #ffffff36;
    border-radius: 1ex;
    color: #ffffff;
    /*text-shadow: 0px 0px 1px #fff;*/ 
    backdrop-filter: brightness(75%) blur(20px);
	-webkit-backdrop-filter: brightness(75%) blur(20px);
    text-align: left;
    font-family: msc300;
    font-size: 1.7vmax;
	z-index:10;
}

#gui2d_pano_header{
	bottom: 3px;
}

#gui2d_vt_header{
	top: 3px;
}

#gui2d_vt_header_btn {
	padding: 0.8ex;
    cursor: pointer;
	user-select: none;
}

#gui2d_pano_header_btn {
	padding: 0.8ex;
	cursor: pointer;
	user-select: none;	
}

#gui2d_vt_header_text, #gui2d_pano_header_text {
	display: inline-block;
	max-height:70dvh;
	max-width: 70vw;
}

#gui2d_vt_header_descript, #gui2d_pano_header_descript{
	/*width: calc(80lvmax - 40lvmin);*/
	text-wrap: wrap;
    overflow-wrap: break-word;
	max-height:75dvh;
	max-width: 75vw;
    overflow: auto;
	scrollbar-color: #ffffff4d transparent;
    scrollbar-width: thin;
	padding: 0 1.8ex 1.8ex 1.8ex;
	display:none;
	animation: open_descript3 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1,
	open_descript2 1s cubic-bezier(0.65, 0, 0.35, 1) 1,	
	open_descript 1s linear 1;
	font-size: 1.6vmax;
}

#gui2d_pano_header_descript{
	padding-bottom:1.4ex;
}
#gui2d_pano_header_descript a, #gui2d_vt_header_descript a{
	color:#fff;
	text-decoration: underline;
}
#gui2d_pano_header #gui2d_pano_header_descript img, #gui2d_vt_header #gui2d_vt_header_descript img{
    display: inline-block;
	max-width: 85vw;
	max-height: 75dvh;
	margin: 1ex auto;
    display: block;
}
@keyframes open_descript {
  0% {
	opacity:0;
  }
  35% {
	opacity:0;
  }
  100% {
	opacity:1;
  }
}

@keyframes open_descript2 {
  0% {
    max-height: 0;
  }
  
  100% {
    max-height: 75dvh;
  }
}

@keyframes open_descript3 {
  0% {
	max-width: 0;
  }
  
  100% {
	max-width: 75vw;
  }
}

#map_icon, .map_nav_icon{
	width: 1.3ex;
    height: auto;
	position: absolute;
	display:none;
	z-index:9;
	pointer-events: auto;
}
.map_nav_icon{
	z-index:0;
	transform: translate(-50%, -50%);
	
}
.map_nav_icon:hover{
	cursor: pointer;
}
	
#gui2d_vt_header_icon, #gui2d_pano_header_icon {
	height: 2ex;
    vertical-align: top;
    margin-right: 0.8ex;
    margin-bottom: -0.3ex;
	filter: drop-shadow(0px 0px 1px #fff);
	user-select: none;
	display: none;
}

#gui2d_share, #gui2d_open_close_fullscr, #gui2d_pano_nav, #gui2d_close_fullscr, #gui2d_gotovt_btn {
	position: fixed;
	/*right: 3px;*/
    display: inline-block;
    border: 1px solid #ffffff21;
    background-color: #ffffff36;
    border-radius: 1ex;
    color: #ffffff;
    text-shadow: 0px 0px 1px #fff;
    backdrop-filter: brightness(75%) blur(20px);
	-webkit-backdrop-filter: brightness(75%) blur(20px);
    user-select: none;
    padding: 0.5ex;
    font-family: msc300;
    font-size: 1.5vmax;
	cursor: pointer;
	user-select: none;	
	z-index:9;
}
#gui2d_gotovt_btn {
	display: none;
	right: 3px;
    bottom: 3px;
}
#gui2d_close_fullscr {
	display: none;
	right:3px;
}
#gui2d_open_close_fullscr, #gui2d_close_fullscr{
	top:3px;
	right:3px;
}

#gui2d_pano_nav{
	left:3px;
	top:0;
	filter: none;
	border: 1px solid #ffffff21;
	display: flex;
    align-items: center;
    flex-direction: row;
}

#gui2d_pano_nav_txt {
	margin:0 1ex;
	display: inline-block;
	vertical-align:super;
	text-shadow:none;
}
#gui2d_pano_nav_prev img{
	rotate:180deg;
}

#gui2d_pano_nav span img{
	height: 2ex;
    padding: 0.2ex;
    filter: none;
    user-select: none;
}
	
#gui2d_share span, #gui2d_open_close_fullscr span, #gui2d_pano_nav span, #gui2d_close_fullscr span, #gui2d_gotovt_btn span{
    text-align: center;
    background-color: #ffffff29;
    border-radius: 5ex;
    width: 1.6vmax;
    height: 1.6vmax;
    font-size: 1.6vmax;
	padding: 0.7ex;
	display: inline-flex;
	align-items: center;
    justify-content: center;
    flex-direction: row;
}

#gui2d_share span img, #gui2d_open_close_fullscr span img, #gui2d_close_fullscr span img, #gui2d_gotovt_btn span img {
    height: 2.2ex;
    /*padding: 0.2ex;*/
    filter: drop-shadow(0px 0px 1px #ffffff38);
    user-select: none;

}
#gui2d_open_close_fullscr span img, #gui2d_close_fullscr span img{
	filter:none;
}
#vt_logo{
    width: auto;
    height: 100%;
}
#logo_div{
	object-fit: contain;
    height: 5svh;
    width: auto;
	padding: 2ex 1ex;
	margin-top: 1ex;
}
#gui2d_vt_logo{
	display:none;
	position: absolute;
    left: 0;
	user-select: none;
}
#share_icon_popup div {
    text-align: center;
    background-color: #ffffff24;
    border-radius: 5ex;
    padding: 0.3ex 1.5ex 0.4ex 1.5ex;
	margin: 1ex 0 1ex 0;
	white-space: nowrap;
	display: inline-block;
}

#share_icon_popup div:active {
	background-color: #ffffff69;
}
#share_icon_popup div:hover {
	cursor:pointer;
	user-select: none;
}
#info_icon_popup, #share_icon_popup {
    position: fixed;
    display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    border: 1px solid #ffffff36;
    background-color: #ffffff36;
    border-radius: 2ex;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1ex 110vmax;
    backdrop-filter: brightness(75%) blur(20px);
	-webkit-backdrop-filter: brightness(75%) blur(20px);
    text-align: left;
    font-family: msc300;
    font-size: 1.6vmax;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1ex 3ex 3ex 3ex;
    max-width: 75vw;
	min-width: 84vmin;
	text-wrap: wrap;
    overflow-wrap: break-word;
    height: auto;
    max-height: 85dvh;
    overflow: auto;
	overflow-x: hidden;
    scrollbar-color: #ffffff4d transparent;
    scrollbar-width: thin;
	z-index:10;

}
#share_icon_popup {
	text-wrap: nowrap;
	align-items: center;
	min-width:auto;
}
#info_icon_popup a {
	text-decoration: underline;
	color:#fff
}
#info_icon_popup img {
	max-width: 100%;
	margin: 1ex auto;
    display: block;
}
#popup_close, #popup_close2, #popup_close3{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	align-self: end;
    text-align: center;
    font-size: 1.5ex;
    background-color: #ffffff38;
    border-radius: 5ex;
    position: sticky;
    top: 0;
	padding: 0.8ex;
	margin: 0 -3ex 0 0;
	cursor: pointer;
}
#info_icon_popup span#popup_close img, #share_icon_popup span#popup_close2 img, #gui2d_gotovt span#popup_close3 img{
    height: 2ex;
    filter: drop-shadow(0px 0px 1px #fff);
    user-select: none;
	margin: 0;
}
.y_container {
    position: relative;
	height: 75dvh;
    max-width: 85vw;
	margin: 1ex auto;
    /*height: calc(53vmax*0.56);*/

}
.y_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info_icon, .trans_icon{
    position: absolute;
    top: 0;
    left: 0;
	display:none;
}
.trans_icon div {
    user-select: none;
	margin: 1ex 5ex;
	cursor: pointer;
}
.info_icon div {
	margin: 0 1.5ex 1.5ex 4ex;
    padding: 0.9ex 1.5ex 0.9ex 1.5ex;
    border-radius: 0 1ex 1ex 1ex;
    backdrop-filter: brightness(88%) blur(3px);
	-webkit-backdrop-filter: brightness(85%) blur(3px);
    font-size: 1.4vmax;
	font-family: msc300;
	color: #ffffff;
    user-select: none;
	box-shadow: 0 0 1px #ffffff, inset 0px 0px 10px 0px #ffffff80, 0px 0px 8px 2px #ffffff70;
    background-color: #ffffff36;
    animation: blink_anim 18s ease-in infinite, blink_anim_2_i 16s ease-in infinite;
	overflow: hidden;
	cursor: pointer;
	text-shadow: 0px 0px 12px #fff;	
}
.info_icon div a {
	color: #ffffff;
	text-decoration:underline;
}
.info_icon div img{
	height: 2ex;
    padding: 0.3ex;
    opacity: 1;
    filter: drop-shadow(0px 0px 1px #fff);
}
#info_icon_line {
	position: absolute;
    top: 0;
    width: 4ex;
    height: 1px;
    box-shadow: 0 0 0 #ffffff, inset 0px 0px 10px 1px #ffffffde, 0px 0px 8px 2px #ffffff70;
	font-size: 1.4vmax;
    font-family: msc300;
}
.trans_icon div img{
	height: 5vmax;
    filter: drop-shadow(0px 0px 8px #fff);
	opacity: 0.65;
}
.gotovt_icon{
	position: absolute;
	top: 0;
    left: 0;
}
.gotovt_icon div {
	margin: 0 1.5ex 1.5ex 4ex;
	overflow: hidden;
    padding: 0.7ex 1.7ex 0.7ex 1.7ex;
    border-radius: 0 1ex 1ex 1ex;
    backdrop-filter: brightness(85%) blur(3px);
	-webkit-backdrop-filter: brightness(85%) blur(3px);
    font-family: msc300;
    font-size: 1.4vmax;
    user-select: none;
	box-shadow: 0 0 1px #ffffff, inset 0px 0px 10px 0px #ffffff80, 0px 0px 8px 2px #ffffff70;
    background-color: #ffffff36;
    color: #ffffff;
    text-shadow: 0px 0px 12px #ffffff;
    animation: blink_anim 18s ease-in infinite, blink_anim_2_i 16s ease-in infinite;
	cursor: pointer;
}

.gotovt_icon img{
	height: 2ex;
    padding: 0 0.5ex 0.2ex 0;
    opacity: 1;
    filter: drop-shadow(0px 0px 1px #fff);
    vertical-align: middle;
}
 
.holobox_backgr {
	background-size: cover;
	height: 100%;
	width: 100%;
	position:absolute;
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	z-index:999;
}
.holobox_orient_backgr {
	
	background-size: cover;
	height: 100%;
	width: 100%;
	position:fixed;
	inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

dialog { 
  border: none !important;
  max-width: 100lvw;
  max-height: 100dvh;
  padding: 0;
}

.holobox, .holobox_orient, .holobox2 {
	padding: 1.5ex;
    box-shadow: 0 0 1px #fff, inset 0px 0px 40px 1px #ffffff80, 0px 0px 40px 3px #ffffff70;
	background-color: #a0a0a0ad;	
	border-radius: 2ex;
	color: #ffffff;
	text-shadow:0px 0px 6px #fff;
	/*backdrop-filter: brightness(88%) blur(6px);
	-webkit-backdrop-filter: brightness(88%) blur(6px);*/
	overflow: hidden;
	text-align: center;
	font-family: msc300;
    font-size: 1.9vmax;
    line-height: 2.1vmax;
	animation: blink_anim 16s ease-in infinite, 
	rot_gli_anim 32s ease-in infinite;
	display: inline-block;
    max-width: 85vw;
	user-select: none;	
}
.holobox {
	display: none;
}
.holobox_orient {
	 line-height: 1.3vmax;
	 display: none;
}

.holobox img, .holobox2 img {
	height: 3.4vmax;
    opacity: 0.85;
    filter: drop-shadow(0px 0px 5px #fff);
}

.holobox_orient img {
    height: 4vmax;
    opacity: 1;
    filter: drop-shadow(0px 0px 6px #fff);
	margin-bottom:10px;
}

.holobox:hover{
	cursor: pointer;
}

.holobox:before, .holobox_orient:before, #info_icon_id_0:before, .info_icon div:before, .gotovt_icon div:before {
content: '';
position: absolute;
top: 0;
left: -25px;
width: 1px;
height: 100%;
animation: slide 20s ease-in infinite;
box-shadow: 0 0 60px 10px #ffffff;
background: #ffffff;
opacity: 0.55;
}
.holobox span, .holobox2 span{
	display: block;
    margin-bottom: 0.5ex;
    font-size: 1.6vmax;
}    

@keyframes slide {
  0% {
    left: -20%;
    top: 0;
  }
  
  10% {
    left: -20%;
    top: 0;
  }
  
  12% {
    left:120%;
    top: 0;
  }

  100% {
    left: 120%;
    top: 0;
  }
}

@keyframes blink_anim {

  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  1.1% {
    opacity: 0.7;
  }
  1.3% {
    opacity: 1;
  }
  1.5% {
    opacity: 0.7;
  }
  1.7% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }


}

@keyframes blink_anim_2_i {

  0% {
   	
	background-color: #ffffff36;
  }
  55% {
   	
	background-color: #ffffff36;
  }
  55.1% {
   	
	background-color: #ffffff60;
  }
  55.6% {
   	
	background-color: #ffffff36;
  }
  100% {
    
	background-color: #ffffff36;
  }

}

@keyframes blink_anim2 {


  0% {
   	
	background-color: #ffffff36;
  }
  55% {
   	
	background-color: #ffffff36;
  }
  55.1% {
   	
	background-color: #ffffff60;
  }
  55.6% {
   
	background-color: #ffffff36;
  }
  100% {
    text-shadow: 0px 0px 6px #fff;
	background-color: #ffffff36;
  }

}

@keyframes rot_gli_anim {
 
  0% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(0);
  }
  
  10% {
     transform: perspective(800px) rotateY(8deg) rotateX(8deg) translateZ(-25px);
  }
  
  20% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(0);
  }
  
  30% {
      transform: perspective(800px) rotateY(-8deg) rotateX(-8deg) translateZ(-25px);
  }
  
  40% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(0);
  }
  
  40.1% {
      transform: perspective(800px) translateX(10px) translateY(4px) skew(5deg);
  }
  
  40.2% {
      transform: perspective(800px) translateX(0) translateY(0) skew(0);
  }
  
  50% {
     transform: perspective(800px) rotateY(-8deg) rotateX(8deg) translateZ(-25px);
  }
  
  60% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(0);
  }
  
  70% {
     transform: perspective(800px) rotateY(8deg) rotateX(-8deg) translateZ(-25px);
  }
  
  80% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(0);
  }
  
  90% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(-25px);
  }
  
  100% {
     transform: perspective(800px) rotateY(0) rotateX(0) translateZ(0);
  }
}  
 
@font-face{font-family:ca_li;src:url("ca_li.woff2") format("opentype")}@font-face{font-family:msc300;src:url("msc300.woff2") format("opentype")}@font-face{font-family:msc500;src:url("msc500.woff2") format("opentype")}@font-face{font-family:msc700;src:url("msc700.woff2") format("opentype")}
body{width:100%;height:100%;margin:0;padding:0;}
@-webkit-keyframes fadeIn {
    from { opacity: 0.6;}
      to { opacity: 1;}
}
@keyframes fadeIn {
    from { opacity: 0.6;}
      to { opacity: 1; }
}

@keyframes rotation  {
  from {
     transform: rotate(0deg);
  }

  to {
 transform: rotate(360deg);

  }
}

#loader{
	background-image: url(/fls/st/loading6.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    display: flex;
    font: 16px msc300;
    color: white;
    padding-top: 55px;
}
.foto_del {
	display: block;
    position: absolute;
    color: #cacaca;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px 3px 5px;
    cursor: pointer;
    font: 12px MCS-300;
    top: 0;
    right: 0;
}

.foto_del:hover{
color: #fff;
background-color: #000;	
}
#hs_tmp_1, #tmp_img_div_1{
display:none;
}
.lk_imgs_d360{
    height: 17vh;
	width: 34vh;
    min-width: 34vh;
	display: inline-block;
    border: 2ex solid #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.lk_imgs:hover{
box-shadow: 0px 0px 0px 3px rgb(255, 68, 56);
border-radius: 2px;
}

.lk_imgs{
    object-fit: contain;
    width: 100%;
    height: 100%;
	background: url(/imgs/static_dir/loading6_b.svg) no-repeat;
	background-position: center 25%;
	background-size: 2vw;
	overflow: hidden;
}

.pano_name_div {
    position: absolute;
    font-family: msc500;
    padding: 0.3ex;
    font-size: 0.9vmax;
    text-shadow: #FFF 0 0 2px, #fff 0 0 4px, #fff 0 0 6px, #fff 0 0 8px, #fff 0 0 10px;
    color: #000;
    overflow: hidden;
    white-space: wrap;
    bottom: 0;
    left: 0;
    width: 96%;	
}

.h1_name {
    display: flex;
    flex-direction: column; 
    flex: 1 1 auto;         
    min-width: 0; 
}

#renderCanvas{
	height: 100%;
	width: 100%;
    
    touch-action: none;
}

#renderCanvas_pr{
	box-sizing: border-box;
    height: 100svh;
    width: 100svw;
    touch-action: none;
	display:block;
	outline: 0;
}
@media screen and (orientation: portrait){

#gui2d_vt_header_text, #gui2d_pano_header_text {
	max-width: 73vw;
}

#gui2d_vt_header_descript, #gui2d_pano_header_descript {
	max-width: 87vw;
}

/*#gui2d_gotovt {
	width: 3.5ex;
    height: 3ex;
    overflow: hidden;
    padding: 0.2ex 0 0 0.5ex;
}

.gui2d_gotovt_icon img {
    height: 2.5ex;
}*/

@keyframes open_descript3 {
  0% {
	max-width: 0;
  }
  
  100% {
	max-width: 87vw;
  }
}

}

@media only screen and (max-width: 1024px){
.btn_1{
	font: 3.5vw msc700;
}
#h_menu{
	display:inline-block;
	font: 4.3vw msc700;
}
#search{
	transform: translateY(-20px);
    transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 0 0 1.5ex 0;
}
#search.active{
    display: block;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.boxblock {
    margin: 3ex auto;
    padding: 0;
    width: 100%;
	border-radius: 0;
}
#u_site, #u_adres, #u_onmap {
	font: 4vw msc500;
	display: inline;
}
.page_icon {
	margin-top: 1ex;
}
#vtour_list{
	display: block;
    width: 100%
}
.vtour_card {
    width: 100%;
	max-width: 100%;
    display: block;
	border-radius: 0;
	margin: 3ex 0;
}
.vtour_card_img {
	border-radius: 0;
}
.vtour_card_u {
    width: 100%;
	max-width: 100%;
    display: block;
	border-radius: 0;
	margin: 3ex 0;
}
.vtour_card_h1 {
	font: 4.5vw msc700;
}
.page_adres {
	font: 4.1vw msc500;
}
.page_link, .vtour_card_desc {
	font: 4.1vw msc500;
}
.toggle-button {
	font: 4.1vw msc300;
}
#cookie_box, #cookie_ok{
	font-size:3vw !important;
}
.logo_img{
	width:6.2vw;
}
.logo_txt{
    font: 5.5vw msc700;
}		
.main_h1 {
	font: 6.5vw msc300;
    padding: 3ex 0 0.5ex 0;
}
#u_header.main_h1{
	font: 6.5vw msc500;
	padding: 3ex 0 0.5ex 0;
}
.page_h2{
	font: 4.5vw msc700;

}
.page_h3{
	font: 4.3vw msc700;
}
.page_txt {
    font: 4.3vw msc300;
	padding: 0 1.5ex;
}
.page_txt p {
	line-height: 2.6ex;
	color: #181818;
}
.page_img {
    width: 100%;
}
.page_video {
    width: 100%;
	height:30%;
}
.page_iframe_box{
	width: 100%;
	height: 30%;
}
.cont_body_s, .cont_body {
    width: 100%;
}
.block1 {
	flex-direction: column;
}
.sub_block1 {
	padding: 2ex 0;
    width: 100%;
}
.spheres_txt, .createvt_txt, .go_more {
    font: 4vw msc700;
    margin-top: 0.5ex;
}
.tariffs_sub {
	padding: 1ex 2ex;
	font-size: 3.7vw;
	margin: 0.5ex;
	min-width: 23%;
}
.tariff_pro, .tariff_free {
    padding: 1ex;
    width: 50%;
    margin: 1ex 0.5ex;
}
#tariffs_h2, #tariffs_h2 span {
    font: 4vw msc700 !important;
}
.tariff_pro span, .tariff_free span {
    font: 3vw msc500;
}
#do_reg {
	font-size: 1.6vmax;
}
.header_navi, .footer_navi {
	padding: 1.7ex 1ex;
	font: 3vw msc700;
}
.gotovt_icon div{
	font-size: 2.2vmax;
}

.info_icon div, #info_icon_line {
	font-size: 2.2vmax;
}
.trans_icon div img{
	height: 7.5vmax;
}


#gui2d_open_close_fullscr span, #gui2d_share span, #gui2d_pano_nav span, #gui2d_close_fullscr span, #gui2d_gotovt_btn span{
	font-size: 2.5vmax;
	width: 2.2vmax;
    height: 2.2vmax;
}

#gui2d_pano_nav_txt {
	margin:0 2ex;
	font-size: 2.3vmax;
}

#gui2d_minimap{
	width: calc(40svmin);
	height:calc(40svmin + 1.5ex);
	font-size: 3vmax;
}

#gui2d_vt_header, #gui2d_pano_header, #gui2d_gotovt{
	font-size: 2.3vmax;
}

#gui2d_vt_header_descript, #gui2d_pano_header_descript, #info_icon_popup, #share_icon_popup{
	font-size: 2.1vmax;
	/*line-height: 2.8ex;*/
}

.gui2d_gotovt_icon {
    margin: 0 0 2ex 0;
}

#popup_close, #popup_close2, #popup_close3{
	font-size: 1.7vmax;
    width: 2.1vmax;
    height: 2.1vmax;
	padding: 0.7ex;
}
	
.holobox, .holobox2, .holobox_orient {
    font-size: 5vw;
    line-height: 5.5vw;
}
.holobox span, .holobox2 span{
    font-size: 4vw;
}

.holobox img, .holobox2 img{
	width: 14vw;
    height: auto;
}

.holobox_orient img {
	width: 14vw;
    height: auto;
}

}