*{outline:none;border:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;}

body,html{
    padding: 0px;
    margin: 0px;
    height:100%;
    width:100%;
    user-select: none;
    font-size:16px;
}

.overflow-y{overflow-y:auto;overflow-x:hidden;}
.overflow-y>p:first-child{margin-top:0}
.overflow-y::-webkit-scrollbar{width:3px}
.overflow-y::-webkit-scrollbar-thumb{background:#ccc}
.overflow-y::-webkit-scrollbar-track{width:3px;background:#fff}

body, html{
    overflow:hidden;
    font-family: Akrobat,sans-serif;
}

.rotate-plan{
	width: 100%;
	height:100%;
	position: relative;
    display:flex;
    flex-direction: column;
	/*background:url(../images/3d/loader.gif) no-repeat 50% 50%;*/
}

.rotate_info-logo img{
    width:120px
}

.next_button{
    display:block;background:#000000;height:41px;width:41px;position:absolute;left:0px;top:50%;margin-top:-20px;z-index:3000;cursor:pointer;
    
}

.next_button:after{
    position:relative;
    height:10px;
    width:10px;
    content:'\27F5';
    color:#fff;
    display:block;
    margin:10px 0px 0px 10px
}
.prev_button{
    display:block;
    background:#000000;
    height:41px;
    width:41px;
    position:absolute;
    right:0px;
    top:50%;
    margin-top:-20px;
    z-index:3000;
    cursor:pointer;
}

.prev_button:after{
    position:relative;
    height:10px;
    width:10px;
    content:'\27F6';
    color:#fff;
    display:block;
    margin:10px 0px 0px 10px
}
.rotate-plan_preloader{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    display:flex;
    justify-content:center;
    align-items:center;
}

.rotate-plan_preloader:after{
    content: '';
    display: block;
    cursor: pointer;
    cursor: hand;
    height: 100px;
    width: 100px;
    background: url(/img/mouse.png) #22212f99;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 100%;
}

.rotate-plan_container{
	display: block;
	position:relative;
    flex:1
}

.rotate-plan_menu{
    flex: 0 60px;
    display: flex;
    justify-content: stretch;
    align-content: center;
    z-index:100002;
}

.rotate-plan_menu-item{
    color: #fff;
    flex: 25%;
    display: flex;
    text-transform: uppercase;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.rotate-plan_menu-item:nth-child(1){
    background:#00A5D7;
}

.rotate-plan_menu-item:nth-child(2){
    background:#F45751;
}

.rotate-plan_menu-item:nth-child(3){
    background:#FFDA37;
}

.rotate-plan_menu-item:nth-child(4){
    background:#00AA5E;
}

/* ----biginfo---- */
.biginfo{
    display:flex;
    height:100%;
    width:100%;
    position:fixed;
    top:100%;
    color:#fff;
    background:#F45751;
    z-index:100001;
    transition:all 0.2s;
    padding-bottom:60px;
    justify-content:center;
}

.biginfo.active{
    top: 0;
}

.biginfo_container{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.biginfo_image{
    overflow: hidden;
    height: 100%;
    flex:1;
}

.biginfo_image img{
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    top: 50%;
    position: relative;
    left: 50%;
    width: 100%;
    height:100%;
}


.biginfo_title{
    text-transform: uppercase;
    font-size: 4vw;
    line-height: 1;
    z-index: 1;
    padding:0px 40px;
    padding-bottom: 20px;
    word-break: break-word;
}

.biginfo_text_container{
    flex:0 0 35%;
    display:flex;
    font-size:20px;
    padding: 40px 0px;
    flex-direction: column;
}

.biginfo_text{
    padding:0px 40px;
}

ul{
    padding:0px 20px;
}


/* ----- close */

.close{
    cursor: pointer;
    cursor: hand;
    color: #e5e5e5;
    position: absolute;
    height: 60px;
    width: 60px;
    right:0;
    top:0;
    transform:scale(0.9);
    transition: transform .25s ease;
}
.close:hover{
    transform:scale(1);
}

.close:after,
.close:before{
    content: '';
    display: block;
    position: relative;
    top: 27px;
    right: -15px;
    height: 2px;
    width: 30px;
    background: #fff;
}

.close:after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
}

.close:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

/* ----- right info*/

.rotate_info .close{
    height:30px;
    width:30px;
    top:30px;
    right:20px;
}

.rotate_info .close:after, 
.rotate_info .close:before {
    right:0;
}

.rotate_info .close:after{
    top:10px;
}

.rotate_info .close:before{
    top:12px;
}

/* -------- */
.rotate-plan_frame .rotate_marker{
    transition:opacity 0.2s;
    opacity:0;
}

.rotate-plan_frame.active .rotate_marker{
    opacity:1;
}

.marker_info{
    position:fixed;
    text-transform: uppercase;
    font-size:14px;
    display:none;
    color:#fff;
    padding:7px 20px;
    border-radius:5px;
    z-index: 100000;
    background-color: rgba(34,33,47,0.6);
}

.marker_info.active{
    display:block;
}

/* ------------ */

.rotate_info-logo{
    top:30px;
    right:30px;
    position:fixed;
    min-width:20%;
    padding:20px 30px;
    text-align:left;
    z-index:10000;
    background:rgba(34,33,47,0.6);
    border-radius: 10px 40px 10px 40px;
}

.rotate_info-map{
    background-image:url(/img/map.png);
    background-repeat:no-repeat;
    background-position: 30px 20px;
    background-size:30px auto;
    
    bottom:60px;
    right:0;
    position:fixed;
    min-width:25%;
    
    padding:20px;
    padding-left:70px;
    z-index:10000;
    text-transform:uppercase;
    font-size:16px;
    color:#fff;;
}

.rotate_marker{
    color: #fff;
    font-size:14px;
    fill: #fff;
    text-transform:uppercase;
    background:url(/img/info.png);
    cursor:pointer;
}

.rotate-plan_frame{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow: hidden;
    display:none;
}

.rotate-plan_frame.active{
    display:block;
}

.rotate-plan_frame img{
    object-fit: cover;
    object-position:center;
    height: 100%;
    width: 100%;
}



.info{
    display:none;
    top:0;
    left:0;
    color:#fff;
    background:#1D1C2C;
    padding:20px;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,.3);
    position:absolute;
    z-index:1000;
    margin-top:15px;
    margin-left:15px;
    font-size:16px;
    font-weight:600;
}

.info.active{
    display:block;
}

.info .ok>div{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:2px 5px;
    align-items:center;
}

.info .status{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
}

.info>*{
    display:none;
}

.info>*.active{
    display:block;
}

.info .status.-green-{color:#1EA362;    grid-column: 1 / span 2;}
.info .status.-red-{color:#DD5145;padding:0px 30px;text-align:center;}
.info .status.-orange-{color:#E8863E;padding:0px 30px;text-align:center;}
    
.info span{
    position:relative;    
}

.info span:after{
    width: 0px;
    height: 0px;
    margin: 0 0 15px 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f00;
}

.info .flat{
    display:none;
}

.info .flat.active{
    display:contents;
}

svg{
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
svg polygon{
    cursor:pointer;
    opacity: 0;
    transition: all 0.4s;
}
svg polygon.active{
    opacity:0.5;
}

.more_bottom{
    position:fixed;
    left:20px;
    bottom:90px;
    z-index:10001;
}

.more_knopka{
    display:inline-block;
    background:#1EA362;    
    cursor:pointer;
    margin-right:10px;
    text-decoration:none;
    color:#fff;
    border-radius:7px 20px;    
    font-size: 18px;
    padding:7px 20px;
    line-height: 1.6;
    text-align:center;
    box-shadow:0 0 5px 5px rgba(0,0,0,0.1);
}

.more_knopka.-purple-{
    background:#AB00F6;
}

.more_knopka.-active-{
    background:#c644ff;
}

.more_build{
    
}

.more_detail{
    
}

/* ------ swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide .slide_web,
.swiper-slide .slide_mob{
    height:100%;
    width:100%;
    overflow: hidden;
}
.swiper-slide .slide_web img,
.swiper-slide .slide_mob img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-slide .slide_mob{
    display:none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:30px;
}
.swiper-pagination-bullet{
    width:10px;
    height:10px;
    border:2px solid #fff;
    opacity: 1;
    background:none;
}

.swiper-pagination-bullet-active {
    background:#fff
    
}

/* ------------ panorama*/
@media (orientation: portrait){
    /*.rotate-view{
        background:#00000055;
        position:absolute;
        z-index:10000;
        top:0;
        left:0;
        height:100%;
        width:100%;
        display:flex;
        justify-content: center;
        align-items:center;
    }*/
    
    svg{
        display:none;
    }
    
    .rotate_info{
        left:0;
        bottom:0;
        right:0;
        width:unset;
        align-items: center;
    }
    
    .rotate_info-logo{
        right:30px;
        left:unset;
    }
    
    .rotate_info-map{
        left:0;
        right:0;
    }
    
    .rotate_info .close{
        display:none;
    }
    
    .more_knopka{
        /*display:none;*/
    }
    
    .more_bottom{
        bottom:20px;
        left:20px;
        right:20px;
        display: flex;
        justify-content: center;
    }
    
    
    .rotate-plan_menu{
        display:none;
    }
    
    .panorama_more{
        display:none;
    }
    
    .rotate_marker{
        display:none;
    }
    
    .biginfo{
        display:none;
    }
    
    .rotate-view:after{
        content:"";
        background:url(../img/orientation.png) no-repeat 50% 50%;
        background-size:120px 120px;
        display:block;
        height:140px;
        width:140px;
        border-radius:100%;
        border:4px solid #fff;
    }
}

@media only screen and (max-width:320px){
    .more_knopka{
        display:none;
    }
    
    .more_knopka.-mobile-{
        display:block;
    }
}

@media only screen and (max-width:1000px){
    .more_knopka span{
        display:none;
    }
    .rotate_info-logo img{
        width:80px
    }
}