body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Helvetica Neue";
}

 .currentuserposition, .head, .questionsaboutrent{
    width: 86%;
    margin: 0 auto;
}

.squareAndAdress {
    width: 75%;
    margin: 3vw auto 10% auto;
    background: rgba(246, 246, 246, 1);
    position: relative; 
    z-index: 1;
}
.shadow {
    width: 75%;
    margin: -17% auto 0 auto; 
    overflow: hidden;
    position: relative; 
    z-index: 0;
}

.shadow img {
    width: 100%;
    height: auto; 
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; 
}


.footer__logo{
    width: 10vw;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    
}

.footer__logo img{
    width: 100%;
    height: 100%;
}
.logo__desktop, .footer__logo{
    width: 10vw;
    object-fit: cover;
}

.logo__desktop img , .footer__logo img{
    width: 100%;
    height: 100%;
}
.links {
    position: relative;
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    
    cursor: pointer;
    padding-bottom: 4px;
}
.currentuserposition{
    margin-top: 60px;
    color: rgba(32, 46, 72, 0.70);
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}

.head{
    color: #3B3D40;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Systopie";
    margin-top: 41px;
}




.squareAndAdress__wrapper{
    padding: 2vw;
    justify-content: space-around;
    gap: 3vw;
}

.image, .blur{
    object-fit: cover;
}
.image{
    width: 25vw;
}
.image img, .blur img{
    width: 100%;
    height: 100%;
}

.pointer{
    cursor: pointer;
}

.headofinfo{
    margin-top: 2vw;
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8vw;
    line-height: 42px;
    color: #000000;

}

.lineinfoblock{
    width: 9vw;
    height: 2px;
    background-color: rgba(16, 45, 74, 0.6);
    z-index: 3;
}
.infoblock{
    flex-direction: column;
    gap: 2.4vw;
    width: 60vw;
}
.info{
    
display: flex;
align-items: center;
gap: 1vw;
font-style: normal;
font-weight: 400;
font-size: 1.3vw;


color: #000000;

}

.imageinfo{
    width: 1.5vw;
    object-fit: cover;
}

.imageinfo img{
    width: 100%;
    height: 100%;
}





.lastcolumn{
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.dialog{
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: space-around;
    align-items: center;
    overflow-y: hidden;
}
.flex{
    display: flex;
}
.dialog-content{  
    display: flex;
    align-items: center;
}

#dialogImage {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nocopy{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.dialog-image-container{
    height: 50vh;
    width: 100%;
}
.dialog-content img{
    height: 100%;
}

.questionsaboutrent{
    background: url('./assets/desktopimages/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 4vw;
}

.questionsaboutrent__wrapper{
    align-items: center;
    padding: 2vw;
    justify-content: space-between;
    gap: 30px;
    
}

.ft{
    font-size: 1vw;
}
.rent__btn, .morebutton{
    
    width: 10vw;
    height: 3vw;
    border-radius: 0.2vw;
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    font-size: 0.9vw;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    cursor: pointer;
    z-index: 2;

    
}
.rent__btn{
    transition: filter 0.3s ease; 
}
.morebutton{
    background: #FFF;
    transition: background 0.7s ease, color 0.01s ease;
    color: #000000;
}

.morebutton:hover{
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    color: #FFF;
}

.buttons{
    width: 50%;
    justify-content: space-around;
    gap: 2vw;
    
}
.buttontext{
    padding: 10px;
}
.textquest{
    
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6vw;
    

    color: #FFFFFF;


}
.rent__btn:hover {
    filter: brightness(1.1); 
}
.dcenter{
    display: flex;
    justify-content: center;

}

.whitetext{
    color: #FFF;
    font-style: normal;
}
.close-button {
    width: 279.682px;
    height: 48px;
}
.closeimage{
    width: 1vw;
    object-fit: cover;
}
.galochka{
    width: 5vw;
    object-fit: cover;
}

.galochka img{
    width: 100%;
    height: 100%;
}

.closeimage img{
    width: 100%;
    height: 100%;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay.active {
    overflow: hidden;
}



.contact-form {
    width: 80%;
    max-width: 20%;
    margin: auto;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.5vw;
    background: #FEFEFE;
    box-shadow: 0px 4px 4px 0px rgba(227, 227, 227, 0.25);
    overflow-y: auto;
}

.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.48px;
    margin-bottom: 1vw;
}

.form-line {
    margin-bottom: 0.9vw;
}

.form-input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #B4B1B1;
    color: #000;
    font-size: 0.7vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding:0.7vw;
    box-sizing: border-box;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-size: 20px; 
    cursor: pointer;
}

.form-input::-ms-expand {
    display: none;
}

.form-input:focus {
    outline: none;
}

.form-input-with-button {
    display: flex;
    align-items: center;
}

.form-button {
    cursor: pointer;
    width: 0.6vw;
    height: 1.3vw;
    background: url('./assets/desktopimages/arrows.svg') no-repeat center center;
    background-size: cover;
    border: none;
    z-index: 5;
    margin-left: -1.5vw; 
    pointer-events: none;
}

.submit-button {
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.3vw;
    background: #102D4A;
    width: 100%;
    height: 2vw;
    border: none;
    margin-top: 1.2vw;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica Neue';
    font-weight: 600;
}

.galbut{
    font-size: 0.9vw;
    border-radius: 0.3vw;
    width: 70%;
    height: 2vw;
    margin-top: 1.2vw;
    
}

.submit-button-container {
    opacity: 0.5;
    pointer-events: none;
}
.submit-button-container.active {
    opacity: 1;
    pointer-events: auto;
}

#privacyPolicyCheckbox {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1vw;
    height: 1vw;
    border-radius: 50%; 
    border: 0.1vw solid #999; 
    outline: none;
    cursor: pointer;
}

#privacyPolicyCheckbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.4vw;
    height: 0.4vw;
    background-color: #999; 
    border-radius: 50%; 
    opacity: 0; 
}

#privacyPolicyCheckbox:checked::before {
    opacity: 1; 
}

.acceptinfo, .form-link{
    font-family: "Systopie";
    color: #818181; 
    font-size: 0.7vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-link{
    color: #102D4A;
}

.catalogOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    
    
}

/* .white{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    width: 279.682px;
    height: 48px;
} */
.catalogOverlay.active {
    display: flex;
    opacity: 1;
}

.whitebackground{
    width: 20%;
    
    background-color: #FFF;
    border-radius: 0.4vw;
    margin: 0 auto;
    
}
.catalogOverlayWrapper {
    background: 
    url("./assets/desktopimages/blue-wave-with-white-background 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.2vw;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2vw;
    
}

.skip {
    display: flex;
    justify-content: space-between;
    object-fit: cover;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 0.3vw;
    align-items: center;
}

.confirmText{
    font-size: 1vw;
    font-weight: 600;
    line-height: normal;
    font-family: 'Helvetica Neue';
}

.time{
    display: flex;
    flex-direction: column;
    gap: 40px;
    
}

.right{
    display: flex;
    justify-content: right;
}


.questionsaboutrent {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 1s ease;
}

 .questionsaboutrent.visible{
    opacity: 1;
    transform: translateY(0);
}


.bordernone{
    text-decoration: none;
}





.accept{
    display: flex;
    gap: 12px;
    align-items: center;
    color: #818181;
    
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}

.form-link{
    color: #102D4A;
}



.map__area{
    margin-top: 41px;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 60px;
}


.map1{
    display: flex;
}

.map2{
    display: none;
}

.map3{
    display: none;
    
}

.map1, .map2, .map3{
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
}

.mapsvg{
    object-fit: cover;
    width: 80%;
    
    margin: 0 auto;
}

.mapcode{
    width: 100%;
    height: 100%;
}

.mapsvg3{
    padding-right: 30px;
    margin: 0 auto;
    width: 80%;
    
    object-fit: cover;

}

.thirdsbuttons{
    margin-top: 23px;
    padding-left: 30px;
}

nulltobtn{
    width: 73px;
}

.nullarea{
    height: 20vh;
}
.rightside{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.icons{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.icon{
    width: 50px;
    height: 50px;
}

.plusminusbtns__item{
    height: 3vw;
    width: 3vw;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

.circles{
    display: flex;
    gap: 1vw;
    margin-right: 1vw;
    justify-content: right;
    margin-top: 2.3vw;
    width: 100%;
    margin-right: 5vw;
}

.circleitem{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 3vw;
    width: 3vw;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50%;
    border: 2px solid black;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
    
}
.current{
    background: #032846;
    color: #FFF;
    border: 0px;
    height: 3.1vw;
    width: 3.1vw;
    font-size: 1.5vw;
}

.mapsvg{
    object-fit: cover;
    width: 40vw;
    
    margin: 0 auto;
}

.mapsvg3{
    padding-right: 0.1vw;
    margin: 0 auto;
    width: 60vw;
    /* height: 60vh; */

}

#scene, #scene2, #scene3 {
    cursor: auto !important;
   width: 100%;
   height: 100%;
}
.interactivewindow {
    position: absolute;
    width: 10vw;
    height: 3vw;
    border-radius: 0.3vw;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(79, 79, 79, 0.25);
    display: none;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.horlineMap{
    width: 290px;
    margin: 0 auto;
    height: 1px;
    background: rgba(112, 129, 146, 0.50);
}

.area {
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    
    
}
.interactivewindow__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 84px);
    object-fit: cover
}

.interactivewindow__logo img{
    height: 65%;
    width: 90%;
    margin: auto 0;
}

.dropdown {
    position: relative;
    display: inline-block;

  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 11vw;
    
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    transform-origin: center top;
    animation: slideIn 0.3s ease-in-out;
    border-radius: 5px;
  }
  
  .dropdown-content a {
    color: black;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    text-decoration: none;
    display: block;
    
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    left: -4vw;
    
    
  }

.droplink{
    position: relative;
    font-size: 0.7vw; 
    font-weight: 500;
    line-height: normal;
    display: flex;
    cursor: pointer;
    padding-bottom: 1vw;
    text-align: center;
    
}


.droplink::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9.7vw;
    border-bottom: 0.05vw solid transparent;
    transition: border-color 0.3s ease;
}

.droplink:hover::after{
    border-color: black;
    opacity: 0.6;
}

.area__text{
    font-size: 0.9vw;

}
  
  @keyframes slideIn {
    from {
      transform: scaleY(0);
    }
    to {
      transform: scaleY(1);
    }
  }

/* @media screen and (max-width:1550px){
    .buttontext{
        font-size: 22px;
        
    }

    .textquest{
        font-size: 28px;
    }
}

@media screen and (max-width:1550px){
    .buttontext{
        font-size: 22px;
        
    }

    .textquest{
        font-size: 24px;
    }
}
@media screen and (max-width:1220px){
    .buttontext{
        font-size: 21px;
        
    }

    .textquest{
        font-size: 20px;
    }
}

@media screen and (min-width:2000px) and (max-width:2300px) {
    
    .textquest{
        font-size: 32px;
    }
    .links{
      font-size: 24px;
    }

    .linkitem, .ft, .footer__firstline {
        font-size: 24px;
    }

    
  }
  @media screen and (min-width:2300px) and (max-width:2600px) {
    
    
    .links{
      font-size: 26px;
    }
    

    
    
    .linkitem, .ft, .footer__firstline {
        font-size: 28px;
    }

    
  }

  @media screen and (min-width:2600px){
     .name{

        font-size: 52px;
     }
     .head{

        font-size: 64px;
     }
    
    .links{
      font-size: 30px;
    }

    .linkitem, .ft, .footer__firstline {
        font-size: 30px;
    }
    
  }
  @media screen and (min-width:3300px){
    
    .name{

        font-size: 64px;
     }
     .head{

        font-size: 72px;
     }
     

      .bigtext {
        font-size: 58px;
      }
      .chairtext{    
        font-size: 48px;
    }
    .headoffice{
        font-size: 48px;
    }
    .list{
        font-style: 42px;
    }
    
  }

  @media screen and (min-width:1100px) and (max-width:1260px) {
    .head{
        font-size: 40px;
    }
    .name{
        font-size: 32px;
    }

    
    
}

@media screen and  (max-width:1100px) {
    
    .head{
        font-size: 34px;
    }
    .name{
        font-size: 20px;
    }

    .textquest{
        font-size: 12px;
    }
    .rent__btn, .morebutton{
        max-width: 220px;
        width: 100%;
        height: 40px;
        font-size: 12px;
        
    }
    .buttontext{
        font-size: 12px;
    }
    
    .footer__firstline, .footer__secondline  {
        width: 95%; 
        margin: 0 auto;
    }
    .ft {
        font-size: 12px;
    }
    
    .links__wrapper{
        gap: 5px;
    }
    .dropdown{
        margin-top: -5px;
    }
    .links{
        font-size: 12px;
    }

    .logo__desktop img{
        width: 140px;
        height: 30px;
    }
    .links__wrapper{
        width:75%;
        margin: 0 auto;
    }

    .block{
        gap: 30px;
    }

    
    .footer__line{
        width: 100%;
    }
    .info{
        gap: 10px;
        
    }
    

    

    .firstimage{
        margin-left: -40px;
        height: 100%;
    }

    .secondimage{
    margin-top: -150px;
        width: 60%;
        
    
}

.questionsaboutrent__wrapper{
    padding: 20px;
    gap: 10px;
    
}
.buttons{
    
    gap: 10px;
    
}
.headofinfo{
    
    font-size: 18px;
  

}
.info{
    font-size: 12px;

    }

    .infoblock{
        flex-direction: column;
        gap: 20px;
    }


    
} */
