

/* .shadow {
    width: 75%;
    margin: -17% auto 0 auto; 
    overflow: hidden;
    position: relative; 
    z-index: 0;
} */

.img{
    width: 100%;
    height: 100%;
}
.shadow img {
    width: 100%;
    height: auto; 
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; 
}

.flex{
    display: flex;
}

.infoblockwithimage{
    background: #F7F7F7;
    width: 93%;
    margin: 0 auto;
    background: #F7F7F7;
    z-index: 4;
}

.infoblockwithimage__wrapper{
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 31px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.headtext{

    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
   
    text-transform: capitalize;

    color: #000000;


}

.imageblock{
    object-fit: cover;
    width: 50%;
}

.infoitem{
    display: flex;
    gap: 10px;

}

.info{
    width: 100%;
}

.infotext{
font-family: 'Helvetica Neue';
font-style: normal;

font-size: 10px;
line-height: 12px;


color: #000000;


}

.infotext b{
    font-weight: 700;
}

.shadow {
    width: 90%;
    margin: -22% auto 0 auto; 
    overflow: hidden;
    position: relative; 
    z-index: -1;
}

.shadow img {
    width: 100%;
    height: auto; 
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; 
}
.table-container {
    
    width: 93%;
    margin: 0 auto;
    margin-top: 40px;
    
    
}
.swiper__mobile {
    
    overflow-x: hidden;
    display: flex;
    
    align-items: center;
    position: relative;
    
    
}

.swiper-wrapper {
    display: flex;
    
    /* margin: 0 auto; */
}

.swiper-slide {
    background: #f2f2f2;
    border-radius: 5px;
    max-width: 260px;
}

/* Края слайдов будут немного выступать за пределы контейнера */


    .swiper-slide table tr:nth-child(even) {
        background-color: #f2f2f2; /* Фон четных строк */
        
    }

    .swiper-slide table tr:nth-child(odd) {
        background-color: #e8e8e8; /* Фон нечетных строк */
        
    }

    
    .row{
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 16px;
/* width: 100%; */
    }

    .consthead{
        font-weight: 700;
    }




    
    
    .infoafterclick {
        margin-bottom: 15px; 
        overflow: hidden;
        max-width: 140px;
        width: 100%;
        margin: 0 auto;
        height: 60px;
        padding-bottom: 40px;
        
    }
    .infoafterclick__wrapper{
        display: flex;
        
        width: 100%;
        margin: 0 auto;
        background: #F7F7F7;
        
        justify-content: space-around;
        align-items: center;
        position: relative; 
        overflow: hidden; 
        z-index: 3;
        
    }
   
    
    
    .interactivewindow {
        position: absolute;
        width: 310px;
        height: 310px;
        border-radius: 5px;
        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;
        
    }
    
    .infologo{
        object-fit: cover;
        margin-left: 20px;
        margin: 0 auto;
        width: 30%;
        height: 80%;
    }
    
    .infologo img{
        width: 100%;
        height: 100%;
        max-height: 82px;
    }
    
    
    .nameandtime{
        display: flex;
        flex-direction: column;
        gap: 7px;
        
        text-align: center;
        margin: 0 auto;
    }




.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;
    justify-content: 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: 70%;
    object-fit: cover;
    
}
.dialog-content img{
    height: 100%;
    width: 100%;
}

.button-next{
    padding-right: 15px;
}
.button-prev{
    padding-left: 15px;
}




.questionsaboutrent{
    background: url('./assets/backgound.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 93%;
    margin: 0 auto;
    /* margin-top: -15px; */
}

.questionsaboutrent__wrapper{
    align-items: center;
    padding-left: 16px;
    justify-content: space-between;
    /* gap: 30px; */
    padding-right: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.rent__btn{
    
    
    height: 32px;
    border-radius: 5px;
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    font-size: 11px;
    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;
}
.buttontext{
    padding: 10px;
}
.buttons{
    
    justify-content: space-around;
    
    
}
.textquest{
    
    
    text-decoration: none;

    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;

    color: #FFFFFF;



}
.rent__btn:hover {
    filter: brightness(1.1); 
}
.dcenter{
    display: flex;
    justify-content: center;

}

.whitetext{
    color: #FFF;
    font-style: normal;
}



.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;
    overflow-y: scroll;
}

.overlay.active {
    overflow: hidden;
}



.contact-form {
    width: 80%;
    
    max-width: 500px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    background: #FEFEFE;
    box-shadow: 0px 4px 4px 0px rgba(227, 227, 227, 0.25);
    
   
}

.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

.form-line {
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    height: 43px;
    border-radius: 30px;
    border: 1px solid #B4B1B1;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 10px;
    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: 10px;
    height: 30px;
    background: url('./assets/arrowsmobile.svg') no-repeat center center;
    background-repeat: no-repeat;
    
    border: none;
    z-index: 5;
    margin-left: -30px; 
    pointer-events: none;
}

.submit-button {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #102D4A;
    width: 100%;
    
    border: none;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submit-button-container {
    opacity: 0.5;
    pointer-events: none;
}
.submit-button-container.active {
    opacity: 1;
    pointer-events: auto;
}

#privacyPolicyCheckbox {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px; /* Исправлено значение ширины */
    height: 15px; /* Исправлено значение высоты */
    border-radius: 50%; 
    border: 2px solid #999; 
    outline: none;
    cursor: pointer;
    padding-right: 8px;
    padding-top: 8px;
    
}

#privacyPolicyCheckbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #999; 
    border-radius: 50%; 
    opacity: 0; 
    padding-right: 1px;
    padding-top: 1px; 
}

#privacyPolicyCheckbox:checked::before {
    opacity: 1; 
}






.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: 260px;
    
    background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    
}
.catalogOverlayWrapper {
    background: 
    url("./assets/blue-wave-with-white-background 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    
}
/* blockScroll.style.overflowY = 'hidden'; */
.skip {
    display: flex;
    justify-content: space-between;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.confirmText{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.decornone{
    text-decoration: none;
}

.acceptinfo, .form-link{
    color: #818181; 
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 90%;

    
}

.accept{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #818181;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    
    
}

.form-link{
    color: #102D4A;
}

.map__area{
    margin-top: 41px;
    width: 93%;
    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: 53px;
}

.mapsvg{
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin:  auto 0;
}

.mapcode{
    width: 100%;
    height: 100%;
}

.mapsvg3{
    padding-right: 30px;
    margin: 0 auto;
    width: 100%;
    
    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;
}
/* .nullareabtn{
    height: 30px;
    
} */
.buttonswrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    
}



.infologo{
    object-fit: cover;
    margin-left: 20px;
    margin: 0 auto;
    width: 30%;
    height: 80%;
}

.infologo img{
    width: 100%;
    height: 100%;
    max-height: 82px;
}
.plusminusbtns__item{
    height: 32px;
    width: 33px;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

.circles{
    display: flex;
    gap: 15px;
    justify-content: left;
    
}

.circleitem{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 30px;
    width: 30px;
    font-size: 16px;
    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: 32px;
    width: 32px;
}

#scene, #scene2, #scene3 {
    cursor: auto !important;
   width: 100%;
   height: 100%;
}

@media screen and (min-width: 768px) {
    .swiper-slide {
        width: 350px;
    }
}