html {
    --GRAPHITE: rgb(21, 33, 37);;
    --BLUE-TEXT: #A3BFC5;
    --TEXT: #E3EDEA;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color: white;
}

body {
    position: relative;
}
p, a, h1, h2,h3,h4 {font-family: cormorant}

.left-bottom-pad {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 700px;
    width: 100%;
    height: 100%;
    background-color: rgb(21, 33, 37, 0.7);
    color: #fff;

    display: flex;
    flex-direction: column;


    justify-content: space-between;

    padding: 20px;
}

.page-texts{
    margin-top: 40px;
}
.logo3{
    width: 200px;
    margin-top: 50px;
}

.form-div{
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #ffffff;
}
.form-div img{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 50px;
}
.parking-but{
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-family: cormorant
}
@media screen and (min-width: 750px) {
    .left-bottom-pad {
        padding-right: 140px;
    }
}

.pad-logo {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.pad-text {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.pad-text-1 {
    transition: 1s;
    font-size: 30px;
    margin-bottom: 0;
}
.pad-text-2 {
    opacity: 1;
    transition: 1s;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 0;
}

.top-right-pad {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(21, 33, 37, 0.4);
    color: #fff;
  
    display: flex;
    flex-direction: column;
    transition: 1s;
    /* justify-content: space-between; */
}


.page-number {
    font-size: 16px;
    color: var(--BLUE-TEXT);
}
.page-number1 {
    font-size: 16px;
    color: var(--BLUE-TEXT);
}

.page-header {
    font-size: 30px;
    color: var(--TEXT);
}
.page-header1 {
    font-size: 30px;
    color: var(--TEXT);
    height: 10px;
    line-height: 0;
}

.page-text {
    font-size: 18px;
    color: var(--BLUE-TEXT);
}
.top-right-content {
    padding-right: 90px;
    padding-top: 100px;
    padding-left: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 0;

    height: 300px;
}
.page-text1{
    font-size: 20px;
    padding-bottom: 20px;
}
.right-part .text {
    font-size: 20px;
    line-height: normal;
    width: 560px;
    color: var(--TEXT);
    display: block;
}
.right-part .text2 {
    display: none;
    font-size: 16px;
    line-height: normal;
    width: 300px;
    color: var(--TEXT);
    margin-bottom: 30px;
}
.right-part1 .text1 {
    font-size: 20px;
    line-height: normal;
    width: 300px;
    color: var(--TEXT);
    margin-top: 40px;
}





.right-part1 .text5 {
    display: none;
    font-size: 20px;
    line-height: normal;
    width: 600px;
    color: var(--TEXT);
    margin-top: 40px;
}
.right-part .text5 {
    display: none;
    font-size: 20px;
    line-height: normal;
    width: 600px;
    color: var(--TEXT);
    margin-top: 40px;
}
.page-title1{
    font-size: 30px;
    width: 400px;
}

.left-part1{
    padding: 20px;
}
.menu-row{
    width: 500px;
}

.bottom-right-pad2 {
    color: var(--TEXT);
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    width: min-content;
    height: 300px;

    background-color:  rgb(21, 33, 37, 0.7);

    display: flex;
    flex-direction: row;
}

.bottom-right-pad3 {
    color: var(--TEXT);
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    width: min-content;
    height: 210px;
    background-color: rgb(21, 33, 37, 0.7);
    display: flex;
    flex-direction: row;
}
.bottom-right-pad9 {
    color: var(--TEXT);
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    max-width: 350px;
    height: 160px;
    background-color: rgb(21, 33, 37, 0.7);
    display: flex;
    flex-direction: row;
}
.bottom-right-pad4{
    color: var(--TEXT);
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 0px;
    width: 750px;
    height: 210px;

    background-color:  rgb(21, 33, 37, 0.7);

    display: flex;
    flex-direction: row;
}
.bottom-right-pad5{
    color: var(--TEXT);
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    width: 600px;
    height: 210px;

    background-color: rgb(21, 33, 37, 0.7);

    display: flex;
    flex-direction: row;
}
.bottom-right-pad2 .left-part{
    font-size: 30px;
    width: 400px;
    padding-left: 20px;
}
.logoo{
    max-width: 500px; 
    margin-bottom: 0;
}

.ewewr{
    display: flex;
    flex-wrap: wrap;
}
.left-side {
    padding: 20px 40px;
}

.yure{
    background-color: #9ab2a9;
    width: 50%;
    height: 100vh;
}
.right-side {
    width: 40%;
    /* background: #E3EDEA; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 100px;
    padding-left: 30px;
}

.size {
    font-size: 20px;
}
.alss{
    padding: 0 30px;
    margin-top: 2%;
    color: #3a3a3a;
    position: absolute;
}
.s1 {
    padding: 0 30px;
    margin-top: 20%;
}
.s1 div{
    height: 60px;
}
.tgtgt{
    color: white;
    font-weight: 500;
    height: 15px;
    font-size: 20px;
}

.button3{
    background-color: var(--GRAPHITE);
     width: 200px; height: 50px; 
     color: #fff; text-align: center; 
     font-size: 20px; 
     line-height: 45px; position: absolute; left: 70px; 
     bottom: 100px;
     cursor: pointer;
}
.right-side img{
    width: 800px;
    height: 800px;
    transition: 1.2s;
}
.right-side img:focus {
    transition: 1.2s;
    position: absolute;
    top: 0%;
    left: 20%;
    width: 1000px;
    height: 1000px;
}
.cena{
    font-size: 16px;
    height: 5px;
}
.video-bg{
    width: 70%; 
    height: 70%;
    min-width: 400px;
    max-width: 1000px;
    max-height: 700px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;

}
.video-bg-mob{
    display: none;
}
.flat-block{
    display: block;
    width: 100%;
}
.bf1{
    top: 40%;
    left:20%;
}
.bf2{
    top: 40%;
    left: 50%;
}
.bf3{
    top: 20%;
    right: 20%;
}
.hoverblock{
    display: none;
    transition: 1s;
}
.fgvvu{
    color: white;
    font-size: 20px;
}
.block1-fl{
    height: 120px;
    width: 120px;
    position: absolute;
    background-color: rgb(23, 38, 43, 0.8);
}
.block-padik{
    font-size: 50px;
    height: 0;
    text-align: center;
    transition: 1s;
    margin-top: 35px;
}
.block-padik-p{
    height: 0;
    text-align: center;
    transition: 1s;
    font-size: 16px;

}
.block1-fl a{
    text-decoration: none;
}
.block1-fl .hjkl{
    transition: 1s;
    opacity: 0;
    font-size: 20px;
    color: rgb(166, 166, 166);
}
.block1-fl:hover{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height:220px;
    width: 150px;

    .block-padik{
        font-size: 40px;
        text-align: left;
        height: 0px;
    }
    .block-padik-p{
        font-size: 20px;
        text-align: left;
        height: 20px;
    }
    .hoverblock{
        font-size: 20px;
        transition: 1s;
        display: block;
    }
    a{
        opacity: 1;
    }
}
.block1-fl p{
    color: white;
}

@media screen and (max-width: 700px){
    .fgvvu{
        font-size: 18px;
        width: 300px;
    }
    
    .block1-fl{
        height: 80px;
        width: 80px;
        position: absolute;
        background-color: rgb(23, 38, 43, 0.8);
    }
    .block-padik{
        font-size: 30px;
        height: 0;
        text-align: center;
        margin-top: 20px;
    }
    .block-padik-p{
        height: 0;
        text-align: center;
        font-size: 14px;

    }
    .hoverblock{
        display: none;
    }
    .block1-fl:hover{
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 20px;
        height: 180px;
        width: 100px;
    
        .block-padik{
            font-size: 40px;
            text-align: left;
            height: 0px;
        }
        .block-padik-p{
            font-size: 20px;
            text-align: left;
            height: 20px;
        }
        .hoverblock{
            font-size: 14px;
            display: block;
        }
        .hjkl{
            font-size: 14px;
            opacity: 1;
        }
    }
    .right-side img:focus {
        transition: 1.2s;
        width: 100vw;
        height: 400px;
        top: 30%;
        left: 0%;
    }
    .video-bg{
        display: none;
    }
    .video-bg-mob{
        display: block;
        width: 400px;
        height: 250px;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
    .yure{
        background-color: #9ab2a9;
        width: 100%;
        height: 700px;
    }
    .left-side{
        padding: 115px 40px;
        padding-bottom: 20px;
    }
    .right-side img {
        width: 100vw;
        height: 400px;
        transition: 0s;
    }
 
    .right-side {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0px;
        padding-left: 0px;
    }
    .button3{
        background-color: var(--GRAPHITE);
         width: 200px; height: 50px; 
         color: #fff; text-align: center; 
         font-size: 20px; 
         line-height: 45px; position: absolute; left: 70px; 
         bottom: 30px;
         cursor: pointer;
    }
    .logoo{
        padding-left: 20px;
        max-width: 230px; 
    }
    .pad-text{
        display: block;
    }

    .menu-button img{
        width: 25px;
    }
    .top-right-content-impo{
        padding: 0;
    }
    .bottom-right-pad .right-part {
         
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px;

        width: 40vw;
    }

    .bottom-right-pad2 .right-part {
        margin-top: 22px;
         
        font-size: 10px;
        line-height: 14px;
    }

    .right-part1 .text1 {
        margin-top: 0;
        font-size: 16px;
        line-height: normal;
        margin-top: 30px;
        padding: 10px 40px;

        width: 60vw;
    }
    
    .bottom-right-pad .left-part {
         
        font-size: 16px;
        padding: 10px 10px 5px 20px;
        width: 115px;
    }
    .bottom-right-pad2 .left-part {
         
        font-size: 16px;
        padding: 10px 10px 5px 20px;
        width: 115px;
    }

    .bottom-right-pad .left-part1 {
         
        font-size: 16px;
        padding: 10px 10px 5px 20px;
        width: 180px;
    }
}

@media screen and (max-width: 1000px) {
    .menu-row {
        width: max(30vw, 450px);
    }
}

.top-right-content-impo{
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.top-right-content-impo .left-part{
     
}
.menu {
    transition: 1s;
}

.hblock-content {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.history {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    color: var(--TEXT);
     

    display: block;
    flex-direction: row;

    transition: 2s ease-out;
}
.history2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    color: var(--TEXT);
    display: none;
    flex-direction: row;

    transition: 2s ease-out;
}
.hblock-line {
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: var(--BLUE-TEXT);
    left: 10%;
    display: block;
}
.hblock-line2 {
    display: none;
}
.topTexts{
    position: absolute;
    z-index: 10;
    background-color: rgb(21, 33, 37, 0.7)
}
.uuuu{
    color: white; font-size: 20px;  
    width: 400px;
    right: 15%;
    position: absolute;
}
.menu-row a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 20px 16px;
    margin: 0;
    transition: 0.3s;
    font-size: min(2vw, 20px);
}
.logo-flat{
    width: 200px;
}
.logo-t{
    width: 200px;
    position: absolute;
    margin-top: 25%;
    margin-left: 30px;
}
.GenplanInfoCard2{
    position: absolute;
    background-color: rgb(21, 33, 37, 0.5);
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 100px;
    padding-bottom: 45px;
}
.flatblock1_2{
    display: none;
    bottom: 0;
    position: absolute;
    background-color: #e4e4e4;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 50px;
}
.fltext{
    color: rgb(91, 91, 91);
    font-family:cormorant ;
    font-size: 16px;
}
.flblock3{
    margin-top: 40px;
}
.flblock3 a{
    text-decoration: underline;
    color: rgb(99, 99, 99);
}
.GenplanInfoCard__item2 .big{
    font-size: 25px;
    margin-bottom: 30px;
}

.jjjjjjj{
    display: block;
    position: absolute;
    right: 43%;
}
.buttt1{
    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;

    position: absolute;
    top: 860px;
}
.buttt2{
    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;

    position: absolute;
    top: 730px;
}
.buttt3{
    position: absolute;
    top: 600px;

    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;
}
.buttt4{
    position: absolute;
    top: 468px;
    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;
}
.buttt5{
    position: absolute;
    top: 338px;
    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;
}
.buttt6{
    position: absolute;
    top: 210px;
    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;
}
.buttt7{
    position: absolute;
    top: 83px;
    box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -webkit-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    -moz-box-shadow: -1px 3px 10px 2px rgba(255,255,255,0.76);
    border: 5px solid white;
    background-color: #3a3a3a;
    text-shadow: 0px 5px 5px rgba(255,255,255,0.79);
    color: white;
    font-size: 100px;
    width: 120px;
    height: 120px;
}
.flat-div{
    padding-top: 40%;
    padding-left: 30px;
    position: absolute;
}
.page-title {
    text-align: center;
  }
  
  .slider-container {
    position: relative;
    width:700px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider .slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 590px;
    background-color: rgb(21, 33, 37, 0.7);
  }
  .etage p{
    font-size: 40px;
    color: white;
    text-align: center;
  }
  .etg1{
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
  }

  .etg1 p{
    font-size: 30px;
    color: white;
    text-align: center;
  }
  .etg1 a{
    font-size: 30px;
    color:  rgb(191 191 191);
    text-align: center;
    text-decoration:underline;
  }
  .prev-button,
  .next-button {
    position: absolute;
    top: 23%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
  }
  
  .prev-button {
    left: 30%;
  }
  
  .next-button {
    right: 30%;
  }
  .yuu{
    width: 15px;
  }
.flats-slide{
    left: 0;
    bottom: 0;
    position: absolute;
    display: none;
}
.flt{
    display: flex;
    width: 300px;
    justify-content: space-between;
}
.flat-div a{
    color: black;
}
.flt p{
    font-size: 20px;
}

.uiui{
    align-content: center;
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blockv{
    width: 250px;
    height: 130px;
    background:#17262b;
    padding: 15px;
}

.blockv a{
    color: rgb(151, 151, 151);
    font-size: 18px;
}
.blockv p{
    color: white;
    font-size: 20px;
    height: 15px;
}
.ppq{
    margin-top: 150px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 600px;
    padding: 30px;
}
.faltsa{
    position: absolute;
    color: #474747;
    left: 3%;
    font-size: 20px;
    top: 10%;
    z-index: 1;
}
@media screen and (max-width: 1920px) {
    .fl-but {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #152125;
        color: white;
        font-size: 25px;
        height: 70px;
        border: none;
    }
    .tyyy{
        position: absolute;
        width: 60%;
    }

    .uiui{
        padding-left: 0%;
        padding-right: 10%;
    }
    .slider-container {
        position: relative;
        width: 700px;
        height: 340px;
        margin: 0 auto;
        overflow: hidden;
      }
      .prev-button, .next-button{
        top: 19%;
        width: 5px;
        height: 30px;
        font-size: 18px;
      }
}

@media screen and (max-width: 1680px) {
    .slider-container {
        position: relative;
        width: 530px;
        height: 240px;
        margin: 0 auto;
        overflow: hidden;
      }
      .etg1{
        width: 430px;
      }
      .prev-button, .next-button{
        top: 19%;
        width: 5px;
        height: 30px;
        font-size: 18px;
      }
      .etage p{
        font-size: 25px;
      }
      .etg1 p{
        font-size: 20px;
      }
      .etg1 a{
        font-size: 20px;
      }
    .faltsa{
        position: absolute;
        color: #474747;
        left: 2.5%;
        font-size: 20px;
        top: 10%;
        z-index: 1;
    }
    .tyyy{
        position: absolute;
        margin-top: 10px;
        width: 40%;
    }

    .ppq{
        margin-top: 90px;
        gap: 10px;
    }
 
    
}
@media screen and (max-width: 1950px) {
    .tyyy{
        position: absolute;
        margin-top:80px;
        width: 40%;
    }
}
@media screen and (max-width: 1440px) {
    .fl-but {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        font-size: 20px;
        height: 60px;
        border: none;
    }
    .tyyy{
        position: absolute;
        margin-top: 0px;
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .flat-block{
        display: block;
    }
    .flats-slide{
        display: block;
    }
    .fl-but {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        height: 50px;
        border: none;
        font-size: 16px;
    }
    .tyyy{
        margin-top: 90px;
        width: 100%;
    }
    .blockv{
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    
    .blockv a{
        color: rgb(151, 151, 151);
        font-size: 12px;
    }
    .blockv p{
        color: white;
        font-size: 14px;
        height: 15px;
    }
    .ppq {
        justify-content: center;
        margin: 0 auto;
        margin-top: 545px;
    }



}

.rrrrrrr{
    height: 30px;
}
.ewew{
    color: white;
}
.but-flat1{
    position: absolute;
    right: 10%;
    top: 20%;
    background: none;
    color: #fff;
    font-size: 200px;
    border-radius: 100%;
    height: 300px;
    width: 300px;
    border: 10px solid white;
    font-family:cormorant ;
    transition: 0.3s;
}

/* Button flat here */
.but-flat1:hover{
    content: "11";
    background: var(--GRAPHITE);
    color: transparent;
    border-radius: 0;
    border: none;
}

.but-flat1 .hoverContent {
    color: transparent;
    font-size: 12px;
    display: none;
}

.but-flat1:hover .hoverContent {
    color: #fff;
    font-size: 12px;
    display: block;
}

.hoverContent p {
    position: relative;
    top: -100px;
}

.slide3-bg-img43 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 5s;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 490px) {
     .bf1{
        top: 50%;
        left:5%;
    }
    .bf2{
        top: 55%;
        left: 40%;
    }
    .bf3{
        top: 50%;
        right: 5%;
    }
    .bottom-right-pad3{
        height:120px;
        padding-right: 20px;
    }
    .bottom-right-pad9{
        height:120px;
        padding-right: 20px;
    }
    .slide3-bg-img43 {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 5s;
        display: block;
        object-fit: cover;
    }
    .form-div{
        position: absolute;
        right: 10px;
        bottom: 20px;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background-color: #ffffff;
    }
    .form-div img{
        padding-top: 20px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 30px;
    }
    .page-text1{
        font-size: 16px;
    }
    .uuuu{
        color: white;  font-size: 14px;width: 300px;
        right: 10%;
        top: 170px;
    }
    .history{
        display: none;
    }
    .history2{
        top: 200px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        color: var(--TEXT);
        flex-direction: row;
        transition: 2s ease-out;
        display: block;
    }
    .hblock-line2 {
        top: 38%;
        width: 80%;
        position: absolute;
        height: 1px;
        background-color: var(--BLUE-TEXT);
        margin-left: 5%;
        display: block;
    }
    .hblock-line {
        display: none;
    }
    .hblock-content {
        padding-top:0;
        display: block;
        height: 100%;
        width: 100%;
    }
    .top-right-pad {
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgb(21, 33, 37, 0.4);
        color: #fff;
        width: 320px;
        display: flex;
        flex-direction: column;
        transition: 1s;
    }

    .menu-row {
        padding-right: 20px;
    }

       
    .slide3 .bottom-right-pad2 {
        padding-right: 0;
        color: var(--TEXT);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
        height: max(40vw, 25vh);
        background-color: var(--GRAPHITE);
        display: block;
        flex-direction: row;
        padding-bottom: 20px; 
    }
   
    .right-part img{
        width: 200px;
        display: none;
        margin-top:0;
    }
    .slide3 .bottom-right-pad {
        color: var(--TEXT);
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        right: 0;
        width: max(65vw, 40vh);
        height: 200px;
        background-color: var(--GRAPHITE);
        display: flex;
        flex-direction: row;
        padding-bottom: 20px; 
    }
   
    .left-bottom-pad {
        z-index: 4;
        margin: 0;
        padding-right: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
    
        width: 100%;
        height: 100%;
        background-color: rgb(21, 33, 37, 0.7);
        color: #fff;
    
        display: flex;
        flex-direction: column;
    
        transition:2s ease-out;
    
        justify-content: space-between;

    }
    .pad-text-1 {
        width: 250px;
        margin-top: 0;
        transition: 1s;
        font-size: 16px;
    }
    .pad-text-2 {
        width: 155px;
        opacity: 1;
        transition: 1s;
        font-size: 14px;
        margin-top: 50px;
    }
    .page-number{
        font-size: 14px;
    }
    .page-number1{
        font-size: 14px;
    }
    .top-right-content .left-part1 .page-header{
        font-size: 16px;
    }
    .top-right-content .left-part1 .page-text{
        font-size: 11px;
    }
    .top-right-content .left-part .page-header{
        font-size: 16px;
    }
    .top-right-content .left-part .page-header1{
        font-size: 20px;
        height: 0;
        margin-top: 10px;
    }
    .top-right-content .left-part .page-text{
        font-size: 11px;
    }
    .right-part .text {
        display: none;
        font-size: 16px;
        line-height: normal;
        width: 300px;
        color: var(--TEXT);
        margin-bottom: 15px;
    }
    .right-part .text2 {
        display: block;
        font-size: 16px;
        line-height: normal;
        width: 300px;
        color: var(--TEXT);
        margin-bottom: 30px;
    }
    
    
    .bottom-right-pad .right-part .text {
        font-size: 16px;
        line-height: normal;
        width: max(65vw, 14vh);
        color: var(--TEXT);
    }

    .top-right-content {
        padding-left: 0px;
        padding-top: 70px;
        padding-bottom: 10px;
        padding-right: 0px;
        display: flex;
        flex-direction: row;
        gap: 0;
        height: 260px;
    }
    .slide1 .top-right-content-impo {
        padding-bottom: 10px;
        display: block;
        flex-direction: row;
        gap: 0;
        height: 290px;
    }
    .top-right-content-impo {
        padding-top: 50px;
        padding-bottom: 0px;
        width: 200px;
        display: block;
        flex-direction: row;
        gap: 0;
        height: 160px;
    }

    .top-right-content-impo .left-part .page-header{
        font-size: 20px;
        height: 0;
    } 

    .top-right-content-impo .left-part1 .page-header{
        font-size: 16px;
    } 
    
    .top-right-content-impo .right-part{

    width: 34vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
    }
    .top-right-content-impo .left-part1 {
        padding: 0px 20px;
        width: 34vw;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .bottom-right-pad .left-part1 {
        font-size: 16px;
        padding: 10px 10px 5px 20px;
        width: 180px;
    }

    .top-right-content-impo .left-part {
        width: 34vw;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .bottom-right-pad .left-part {
        font-size: 18px;
        padding: 10px 10px 5px 20px;
        width: 250px;
    }

    .bottom-right-pad2 .left-part {
        font-size: 16px;
        padding: 10px 10px 5px 20px;
        width: 207px;
    }

    .left-part1 .page-title1{
        font-size: 16px;
        padding: 10px 10px 5px 20px;
        width: 250px;
    }
    .menu-row {
        width: max(10vw, 300px)
    }

    .menu-row a {
        font-size: 12px
    }

    .menu-block {
        width: 90vw;
    }
}


.menu-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center ;
    align-self: flex-end;
}


.menu-row a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.logo-text {
    opacity: 0;
    font-size: min(3vw, 35px);
    transition: 1s;
    margin-bottom: 10px;
    margin-left: 30px;
    user-select: none;
}

.menu-button {
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
}

.menu-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.slide1-bg-img-contact{
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 120%;

    transition: 5s;

    object-fit: cover; 
}
.slide1-bg-img2 {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 120%;

    transition: 5s;

    object-fit: cover;
}

.slide1-bg-img3 {
    position: absolute;
    width: 100%;
    height: 100%;

    transition: 5s;

    object-fit: cover;
}
.slide1-bg-img23 {
    position: absolute;
    width: 100%;
    height: 100%;

    transition: 5s;

    object-fit: cover;
}
.slide1-bg-img23-mob{
    display: none;
}
.slide8-bg-img{
    position: absolute;
 
    width: 100%;
    height: 100%;
    transition: 5s;
    filter: brightness(60%);

    object-fit: cover;
}
.slide1-bg-img, .slide2-bg-img{
    position: absolute;
    width: 100%;
    height: 100%;

    transition: 5s;

    object-fit: cover;
}

.slide1 {
    transition: 1s;
}

.slide2 {
    transition: 1s;
    opacity: 0;
}

.slide3 {
    transition: 1s;
    opacity: 0;
}


.top-right-content .left-part {
    height:290px;
    padding: 0px 20px;
    width: 40vw;
    display: flex;
    flex-direction: column;

    justify-content: end;
}
.top-right-content .left-part1 {

    padding: 0px 20px;
    width: 34vw;

    display: flex;
    flex-direction: column;

    justify-content: end;
}


.top-right-content .left-part1 p {
    margin: 13px 0px;
}

.top-right-content .right-part {
    padding: 0px 10px;
    width: 34vw;

    display: flex;
    flex-direction: column;

    justify-content: end;
}

.top-right-content .right-part1 {

    padding: 0px 10px;
    width: 34vw;

    display: flex;
    flex-direction: column;

    justify-content: end;
}



.bottom-right-pad {
    color: var(--TEXT);
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;

    width: max(45vw, 50vh);
    height: max(5vw, 13vh);

    background-color: var(--GRAPHITE);

    display: flex;
    flex-direction: row;

    padding-bottom: 20px;
}



.slide1-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;

    justify-content: right;
    align-items: end;

    color: #fff;
}

.slide1-text p {
   margin-right: 180px;
   margin-bottom: 60px;
    font-size: 30px;
}
.slide3-bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 5s;
    display: block;
    object-fit: cover;
}

.slide3-bg-img-mob{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 5s;
    display: none;
    object-fit: cover;
}

@media screen and (max-width: 700px) {
    .uiopw{
        padding-top: 150px;
    }
    .slide3-bg-img{
        position: absolute;
        top: -10%;
        left: -10%;
        width: 120%;
        height: 120%;
        transition: 5s;
        display: none;
        object-fit: cover;
    }


    .slide1-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    
        display: flex;
    
        justify-content: right;
        align-items: end;
    
        color: #fff;
    }
    .slide1-text p {
        margin: 60px;
        font-size: 20px;
    }
    .bottom-right-pad .right-part {
        font-size: 20px;
        line-height: 18px;
    
        padding: 10px 20px;
        width: 32vw;
    }
    .bottom-right-pad .right-part1 {
        font-size: 20px;
        line-height: 18px;
    
        padding: 10px 20px;
        width: 30vw;
    }
    .bottom-right-pad .left-part {
        font-size: 30px;
        padding: 10px 30px;
    
        width: 20vw;
    }
}


.unloader {
    transition: 1s;
    background-color:#152125;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 38;
}


.GenplanInfoCard{
        position: absolute;
        background-color:rgb(0, 0, 0, 0.7);
        padding-left: 40px;
        padding-top: 60px;
        padding-bottom: 30px;
        height: 353px;
        width: 262px;
}
.GenplanInfoCard__item{
    height: 90px;
}
.big {
    font-size: 25px;
    color: white;
    height: 20px;
    margin-bottom: 20px;
}

.big2 {
    font-size: 20px;
    color: white;
    height: 10px;
    margin-bottom: 30px;
}

.small{
    color: #a3bfc5;
    font-size:20px;
}

.kub{
    position: absolute;
    margin-top: 20%;
    left:50%;
}

.kub img{
    width: 40px;
}

.GenplanInfoCard button{
    padding: 10px 20px;
    margin-top: 20px;
}

.contact{
    position: absolute;
    background-color: rgb(21, 33, 37, 0.5);
    padding: 30px;
    right: 0;
    bottom: 0;
}

.cc1{
    font-size: 16px;
    color: #dfdfdf;
}

.cc5{
    border: 1px solid white;
    font-size: 20px;
    color: white;
    width: 250px;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
}
.cc5:hover{
    background-color: #17262b;
    transition: 1s;
}
.cc2{
    font-size: min(4vw, 24px);
    color: white;
    width: 300px;
    width: 430px;
}

.cc3{
    text-decoration: none;
    font-size: min(4vw, 24px);
    color: white;
    width: 300px;
}

.rrrr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.c-right{
    margin-top: 100px;
}
.yghbjkn{
    filter: brightness(40%);
    position: absolute;
    opacity: 0.5;
}
.burgerMenu {
    z-index:20;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #17262b;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    transition: 1s;
    overflow-x: hidden;
}


.burgerMenu .row {
    padding-top: 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

@media screen and (max-width: 650px) {
    .burgerMenu {
        overflow-y: scroll;
    }
    .contact{
        position: absolute;
        padding: 30px;
        right: 0;
        bottom: 0;
        width: 250px;
    }
    .GenplanInfoCard{
        padding-left: 20px;
    padding-top: 00px;
    margin-top: 53px;
    padding-bottom: 30px;
    height: 220px;
    width: 180px;
    }
    .GenplanInfoCard__item{
        height: 55px;
    }
    .big{
        font-size: 20px;
        height: 10px;
    }
    .small{
        font-size: 16px;
    }
    .etage p{
        margin-top: 25px;
        font-size: 18px;
    }
    .etg1 p{
        text-align: left;
        font-size: 16px;
        width: 120px;
        color:white;
        text-decoration: none;
        line-height: 25px;
    }
    .etg1 a{
        font-size: 16px;
    }
    .slider-container {
        width: 303px;
        height: 200px
    }
    .etg1{
        width: 250px;
    }
    .yuu{
        width: 8px;
    }
    .prev-button{
        left: 25%;
    }
    .next-button{
        right: 25%;
    }
    .burgerMenu .row {
        padding-top: 0;
        flex-direction: column;
        flex-shrink: 0;
    }

    .burgerMenu .row .menuBlock {
        margin: 0;
        min-height: 0;
        height: 150px;
    }

    .burgerMenu .row .menuBlock p {
        margin: 0;
        margin-top: 5px;
    }

    .menuBlock p:nth-child(2) {
        font-size: 18px;
    }

    .menuBlock p:nth-child(3) {
        font-size: 14px;
    }

    .left-part .page-header{
        margin-top: 0px;
    }
    .left-part .page-header1{
        margin-top: 0px;
    }
    .left-part .page-text{
        margin-top: 25px;
        line-height: 15px;
    }
    .top-right-content .left-part{
        width: 300px;
    }
}

.menuBlock {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    width: min-content;
    height: min-content;

    min-width: 300px;
    min-height: 300px;

    color: #fff;

    padding-left: 10px;
    height: 125px;
    transition: 0.3s;
    cursor: pointer;

    margin-top: 10px;
}

.menuBlock .number {
    font-size: 26px;
    color: var(--BLUE-TEXT);
}

.menuBlock .title {
    font-size: 34px;
    color: var(--TEXT);
}

.menuBlock .text {
    font-size: 24px;
    color: var(--BLUE-TEXT);
    width: calc(100% - 20px);
}

.menuBlock:hover {
    background-color: #17262b;
}

.bottomSlider {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    padding: 1px;
    overflow: hidden;
    transition: 0.3s;
}

.ChildrensSlide1__text-block .ChildrensSlide1__number{
    color: #A3BFC5; 
    font-size: 15px;
}
.ChildrensSlide1__title{
    color: #ffffff; 
    font-size: 20px;
}
.ChildrensSlide1__text{
    color: #ffffff; 
    font-size: 20px;
}
.ChildrensSlide1__text-block{
display: flex; position: absolute; top: 20vh; 
right: 80px;
opacity: 0; 
}
.ChildrensSlide1__text-block .right-block{
float: right; font-size: 12px; margin-top: 33px; margin-left: 50px; width: 210px;
}
.title34{
    color: #fff;
     margin-left: 40px;
    margin-top: 100px;
    max-width: 400px;
    font-size: 20px;
}
.bottomSlider  .img1 {
    object-fit: contain;
    height: 100%;
    /* width: 370px; */
    position: absolute;
    top: -439px;
    padding: 0px 10px;
}

.bottomSlider  .img2 {
    object-fit: contain;
    position: absolute;
    top: 16px;
    width: 819px;
    left: 596px;
    padding: 0px 10px;
}

.bottomSlider  .img3 {
    object-fit: contain;
    position: absolute;
    top: 192px;
    width: 584px;
    left: 63px;
    padding: 0px 10px;
}
.ttttt{
background: rgba(0, 0, 0, 0.5); position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: none;

}

.rrr2{
    position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: var(--GRAPHITE); padding-left: 20px;
}

.wwww{
    margin-top: 100px;
    font-size: 2vw; color: #fff; font-weight: 300; width: 400px;
}
.eee{
    margin-top: 30px;
    width: 290px;
    font-size: 20px;
     color: #fff;
}

.action h1{
    font-size: 40px;
    height: 20px;
}
.uyiop{
    font-size: 40px;
    height: 0px;
    margin-bottom: 80px;
    color: rgb(244, 42, 42);
}
.uyiop2{
    font-size: 30px;
    height: 0px;
    margin-bottom: 80px;
    color: rgb(244, 42, 42);
}
.yuiop{
    height: 0px;
    font-size: 30px;
    position: relative;
}
.price-jkl{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    width: 600px;
    font-size: 25px;
    height: 20px;
}
.uoipjln{
    height: 80px;
}
.action{ 
    width: 900px;
    height: 560px;
    text-align: center;
    top: 10%;
    left: 25%;
    position: absolute;
    background-color: rgb(23, 38, 43, 0.89);
    color: white;
}

.back-price{
    color: rgb(227, 207, 91);
    text-decoration: line-through;
}
.ryiuo{
    padding: 15px 10px;
    margin: 0 auto;
    margin-top: 20px;
    width: 400px;
    background-color: white;
}
.ryiuo2{
    padding: 20px 10px;
    text-align: center;
    margin-top: 50px;
    width: 300px;
    background-color: white;
}
.ph-act2{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 900;
}
.ph-act{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 900;
}

.action2{ 
    display: block;
    width: 400px;
    height: 250px;
    text-align: left;
    padding-left: 30px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgb(23, 38, 43, 0.89);
    color: white;
}
.bottomlist{
    display: none;
}
@media screen and (max-width: 600px) {
    .ph-act2{
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 900;
    }
    .action h1{
        font-size: 30px;
        height: 20px;
    }
    .uyiop{
        font-size: 20px;
        height: 0px;
        width: 250px;
        margin: 0 auto;
        margin-bottom: 50px;
        color: rgb(244, 42, 42);
    }
    .yuiop{
        height: 0px;
        font-size: 20px;
        position: relative;
    }
    .price-jkl{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
        width: 300px;
        font-size: 15px;
        height: 20px;
    }
    .uoipjln{
        height: 50px;
    }
    .uyiop2{
        max-width: 260px;
        font-size: 20px;
        height: 0px;
        margin-bottom: 70px;
    }
    .action{ 
        width: 350px;
        height: 380px;
        text-align: center;
        top: 10%;
        left: 10%;
        position: absolute;
        background-color: rgb(23, 38, 43, 0.89);
        color: white;
    }
    .action2{ 
        display:none;
        padding-left: 20px;
        width: 280px;
        height:200px;
        text-align: left;
        position: absolute;
        background-color: rgb(23, 38, 43, 0.89);
        color: white;
    }
    .back-price{
        color: rgb(227, 207, 91);
        text-decoration: line-through;
    }
    .ryiuo2{
        margin-top: 40px;
        margin-left: 0;
        width: 200px;
        text-align: center;
        padding: 10px 10px;
    }
    .ryiuo{
        padding: 15px 10px;
        margin: 0 auto;
        margin-top: 15px;
        width: 250px;
        background-color: white;
    }
    .ph-act{
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 900;
    }

    .GenplanInfoCard__item2 .big{
        font-size: 16px;
        height: 20px;
    }
    .GenplanInfoCard2 {
        position: absolute;
        padding-top: 60px;
        margin-top: 54px;
        padding-left: 30px;
        padding-right: 40px;
        padding-bottom: 25px;}
    #flats-left-btn, #flats-right-btn {
        display: block;
    }

    .bottom-right-pad{
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: max(30vw, 39vh);
        height: 200px;
        background-color: var(--GRAPHITE);
        flex-direction: row;
        padding-bottom: 20px;
    }
    .bottom-right-pad4{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 285px;
        padding-top: 20px;
        height: 90px;
        background-color: var(--GRAPHITE);
        flex-direction: row;
        padding-bottom: 20px;
    }
    .bottom-right-pad5{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 245px;
        height: 100px;
        flex-direction: row;
        padding-bottom: 20px;
    }
    .right-part1 .text3{
        margin-top: 0;
        width: 300px;
        display: none;
        font-size: 16px;
    }
    .right-part1 .text5{
        margin-top: 0;
        display: block;
        width: 280px;
        font-size: 16px;
    }
    .right-part .text5{
        margin-top: 0;
        display: block;
        width: 280px;
        font-size: 16px;
    }
    .slide1-text p {
        margin-bottom: 60px;
        margin-right: 100px;
        font-size: 20px;
    }

    .slide1-bg-img3 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;

        overflow-x: scroll;

        /* object-fit: none; */
    }
    .slide1-bg-img23 {
       display: none;
    }

    .slide1-bg-img23-mob{
        position: absolute;
        top: 0;
        display: block;
        left: 0;
        height: 100vh;
        object-fit: cover;
        width: 100%;
    }

    .rrr2{
        position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: var(--GRAPHITE); padding-left: 20px;
    }

    .wwww{
        margin-top: 100px;
        font-size: 20px; color: #fff; font-weight: 300; width: 200px;
    }
    .eee{
        margin-top: 30px;
        width: 200px;
        font-size: 14px;
         color: #fff;
    }
    .ChildrensSlide1__text-block{
        display: flex; position: absolute; top: 20vh; 
        right: 20px;
        opacity: 0; 
        }
        
    .ChildrensSlide1__title{
        color: #ffffff; 
        font-size: 16px;
    }
    .ChildrensSlide1__text{
        color: #ffffff; 
        font-size: 16px;
    }

    .ChildrensSlide1__text-block .right-block{
        float: right; font-size: 12px; margin-top: 33px; margin-left: 50px; width: 160px;
        }
        
    .title34{
        color: #fff;     
         margin-left: 20px;
        margin-top: 30px;
        width: 300px;
        font-size: 16px;
    }
    .bottomSlider {
        display: none;
        height: 60%;
        top: 35%;
    }
    .bottomlist{
        display: flex;
        width: 100%;
        height: 60%;
        top: 35%;
        position: absolute;
        overflow: scroll;
    }
    .topTexts{
        position: absolute;
        z-index: 3;
        top: 15%;
        background-color: #152125;
    }
    .bottomSlider  .img1 {
        object-fit: contain;
        height: 50%;
        width: 370px;
        position: absolute;
        top: -245px;
        padding: 0px 10px;
    }
    
    .bottomSlider  .img2 {
        object-fit: contain;
        position: absolute;
        top: -60px;
        width: 370px;
        left: 34px;
        padding: 0px 10px;
    }
    
    .bottomSlider  .img3 {
        object-fit: contain;
        position: absolute;
        top: 147px;
        width: 316px;
        left: -6px;
        padding: 0px 10px;
    }

}

.hhhh{
    background-color: var(--GRAPHITE); width: 100%; height: 100%; top: 0; position: absolute;
}

.imgContainer {
    width: 100vw;
}
.text3{
    font-size: 20px;
    max-width: 500px;
}
.image {
    width: 100%;
    object-fit: contain;
    display: block;
}



.ghchgs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rtyuiop{
    padding-top: 5%;
    width: 40%;
}
.ghbc{
    color: black;
}
.rtyuiop p{
    font-size: 25px;
    font-family: cormorant;
    color: #3a3a3a;
}
.rtyuiop .ewr{
    text-decoration: underline;
    font-size: 20px;
    position: absolute;
    font-family: cormorant;
    color: #777777;
}
.slide3-bg32{
    width: 60%;
}
.slide3-bg-imgyui{
    height: 100vh;
}
.inputsBlock767 {
    margin-top: 50px; 
    position: absolute; 
    width: 500px;
}
.inputsBlock767 input{
    border-bottom: #152125;
    border: none;
    height: 50px;
    background: none;
    outline: none;
    color: #152125;
}
.inputsBlock767 .ghb2jn{
    border: 1px solid #17262b;
    color: #152125;
    padding: 15px 20px;
    width: 250px;
}
.hrhhr{
    margin-top: 10px; margin-bottom: 50px; border-color: var(--BLUE-TEXT);
}
.fgvhbjn{
    display: flex; margin-bottom: 20px; align-items: center;
}
@media screen and (max-width: 500px) {
    .ghbc{
        font-size: 16px;
        padding-left: 10px;
    }
    .rtyuiop{
        padding-top: 0%;
        width: 100%;
    }
    .slide3-bg32{
        width: 100%;
        margin-top: 60px;
        height: 60%;
    }
    .slide3-bg-imgyui{
        display: none;
    }
    .slide3-bg-img-mob{
        position: relative;
        display: block;
        height: 360px;
    }
    .rtyuiop .ewr{
        padding-left: 10px;
        font-size: 16px;
        height: 20px;
    }
    .rtyuiop p{
        padding-left: 10px;
        font-size: 20px;
        height: 10px;
    }
    .inputsBlock767{
        padding-left: 10px;
        margin-top: 30px;
    }
    .hrhhr{
        margin-top: 0px; margin-bottom: 0px; border-color: var(--BLUE-TEXT);
    }
    .fgvhbjn{
        display: flex; margin-bottom: 0px; align-items: center;
    }
}
.image54 {
    display: none;
  }
.logo2{
    max-width: 200px;
    top: 90px;
}
.loader{
    top: 0;
    display: none;
    position: absolute;
    width: 50%; height: 100%;
    background: var(--GRAPHITE); 
    padding-left: 20px;
    right: 0;
    padding-top: 20%;
}

.loader p{
    color: white;
    font-size: 30px;
}
.ytuios{
    color: white;
    font-size: 30px;
    height: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.loader a{
    color: white;
    font-size: 25px;
}
.loader button{
    color: white;
    border: 1px solid white;
    background: none;
    font-size: 20px;
    margin-top: 50px;
    padding: 15px 20px;
    width: 250px;
}
@media screen and (max-width: 500px) {
    
    .loader{
        display: none;
        position: absolute;
        width: 50%; height: 100%;
        background: var(--GRAPHITE); 
        padding-left: 20px;
        right: 0;
        padding-top: 20%;
    }
    
    .loader p{
        color: white;
        font-size: 20px;
    }
    .ytuios{
        color: white;
        font-size: 30px;
        height: 0px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .loader a{
        color: white;
        font-size: 18px;
    }
    .loader button{
        color: white;
        border: 1px solid white;
        background: none;
        font-size: 16px;
        margin-top: 50px;
        padding: 10px 15px;
        width: 180px;
    }
    .image {
        height: 90%;
        object-fit: contain;
        display: none;
    }
    .image54 {
        height: 100%;
        display: block;
    }
    
    .logo2 {
        display: none;
        top: 300px;
    }
    .imgContainer {
        margin-right: 20px;
    }
}

.inputsBlock input {
    background: transparent; 
    outline: none;
    color: #fff;
    border: none;
}


.inputsBlock input[type="submit"] {
    cursor: pointer;
    border: 1px solid #fff; 
    outline: none;
    color: #fff;
    background: transparent;
    padding: 10px;
    transition: 0.3s;
}

.inputsBlock input::-webkit-input-placeholder {
    color: var(--BLUE-TEXT);
}

.inputsBlock input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.1);
}

#flats-left-btn, #flats-right-btn {
    display: none;
    border: 100px solid red;
}