body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Helvetica Neue';
}



.parking__wrapper, .map, .yandexmap, .currentuserposition, .head{
    width: 86%;
    margin: 0 auto;
}


.footer__logo{
    width: 10vw;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    
}
.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;
    /* display: inline-block; */
    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;
    margin-top: 41px;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Systopie";
}
.pointer{
    cursor: pointer;
}

.blockWithmapslider{
    background: url("./assets/desktopimages/DJI_0208 1.png"), linear-gradient(rgba(18, 25, 32, 0.67));
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3vw;

}

.sliderimage{
    object-fit: cover;
    height: 495px;
    width: 329px;
}

.sliderimage{
    width: 100%;
    height: 100%;
}

.secondmap{
    width: 86%;
    margin: 0 auto;
    height: 400pxs;
}

.map, .mapimage{
    margin-top: 4vw;
}

.blockWithmapslider{
    background: url("./assets/desktopimages/sliderbackground.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vw;
    width: 100%;
}


.blockWithmapslider__wrapper{
    width: 100%;
    height: 100%;
    background: rgba(18, 25, 32, 0.67);
}

.information, .sliderblock{
    width: 50%;
    
}

.information{
    display: flex;
    justify-content: center;

}
.information__wrapper{
    flex-direction: column;
    justify-content: center;
    gap: 2.3vw;
    width: 70%;
    margin: 0 auto;
}

.info-item{
    display: flex;
    align-items: center;   
    gap: 1.5vw;
}

.icon{
    width: 2vw;
    height: 2vw;
    object-fit: cover;
}

.icon img{
    
    height: 100%;
}
.text{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 1.9vw;
    /* line-height: 40px; */
    color: #FFFFFF;
}

.sliderblock{
    background: linear-gradient(168.37deg, rgba(255, 255, 255, 0.3) 1.45%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.1), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.sliderblock {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.swiper {
    overflow: hidden; 

}

.swiper-wrapper{
    /* height: 80vw; */
    width: 60%;
    margin: 0 auto;
}

.swiper-slide{
    width: 40vw;
    margin: 0 auto;
    object-fit: cover;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
}



.button-prev{
    margin-top: 0.1vw;
    
}

.button-next{
    margin-bottom: 0.1vw;
    
}
.button-prev,
.button-next  {
   display: flex;
   justify-content: space-between;
    z-index: 3;
    width: 2.4vw;
    object-fit: cover;
}
.button-prev img, .button-next img{
    width: 100%;
    height: 100%;
}

.button-prevdialog,
.button-nextdialog  {
   display: flex;
   justify-content: space-between;
    z-index: 3;
    width: 5vw;
    height: 5vw;
    
    object-fit: cover;
}
.button-prevdialog img, .button-nextdialog img{
    width: 100%;
    height: 100%;
}


.yandexmap{
    
 
    margin-top: 3vw;
    margin-bottom: 3vw;
    cursor: pointer;
}

.map{
    height: 25vw;
    border-radius: 0.5vw;
    width: 100%;
}





.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;
}

.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{
    
    width: 60vw;
    
}
.dialog-content img{
    height: 100%;
    width: 100%;
}

.yandexmap{
    opacity: 0;
    transition: opacity 0.5s ease;
}

.show {
    opacity: 1;
}

.time{
    display: flex;
    flex-direction: column;
    gap: 40px;
    
}

.right{
    display: flex;
    justify-content: right;
}


.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;
}
  
  @keyframes slideIn {
    from {
      transform: scaleY(0);
    }
    to {
      transform: scaleY(1);
    }
  }
  .ft{
    font-size: 1vw;
}

  /* @media screen and (max-width:1640px) {
    .text{
        font-size: 26px;
    }
  }

  @media screen  and (max-width:1100px){
    .text{
        font-size: 14px;
    }
    
    .classes{
        font-size: 10px;
    } 
    .swiper-slide{
        width: 90%;
        object-fit: cover;
        margin: 0 auto;
        
        height: 200px;
    }
    .swiper-slide img{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width:2300px) and (max-width:2600px) {
    
    
    .links{
      font-size: 26px;
    }

    .text{
        font-size: 34px;
    }
    
    .classes{
        font-size: 24px;
    }

    
    
}  

  @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;
    }
    .text{
        font-size: 38px;
    }
    
    .classes{
        font-size: 28px;
    }
    
    

    
  }
  @media screen and (min-width:3300px){
    
    .name{

        font-size: 64px;
     }
     .head{

        font-size: 72px;
     }
     
     .text{
        font-size: 42px;
    }
    
    .classes{
        font-size: 30px;
    }
   
       
    

    
  }

  @media screen and (min-width:1100px) and (max-width:1260px) {
    .head{
        font-size: 40px;
    }
    .name{
        font-size: 32px;
    }

    
    
    
    
}

@media screen and  (max-width:1100px) {
   
    .telephoneimg{
        display: none;
    }
    .blockWithForm-head{
        font-size: 34px;
        text-align: center;
    }
    .head{
        font-size: 34px;
    }
    .name{
        font-size: 20px;
    }

   
    

    
    .footer__firstline, .footer__secondline  {
        width: 95%; 
        margin: 0 auto;
    }
    .ft {
        font-size: 12px;
    }
    .bigtext {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .links__wrapper{
        gap: 5px;
    }

    .links{
        font-size: 12px;
    }

    .dropdown{
        margin-top: -5px;
    }

    .logo__desktop img{
        width: 140px;
        height: 30px;
    }
    .links__wrapper{
        width:75%;
        margin: 0 auto;
    }

    
    .footer__line{
        width: 100%;
    }
    .info{
        gap: 10px;
        
    }
    .list{
        gap: 5px;
    }

    
    
} */