
.max-container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

p{
    line-height: 30px;
}
.swiper-slide {
    width: 100%;

}

.active{
    color: #cc794f !important;
}


.slider-section .swiper-slide img{
    /*filter: brightness(0.5);*/
    /*width: 100%;*/
    /* filter: brightness(0.6);
    -webkit-filter: brightness(0.6); */
}


.slider-text{
    backdrop-filter: brightness(0.5);
    padding: 50px 30px 50px 20px;
    position: absolute;
    bottom: 150px;
    left: auto;
    border-radius: 10px;
}

.slider-first-text{
    font-size: 96px;
    text-align: left;
    color: #fff;
    max-width: 1200px;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slder-info{
    font-size: 24px;
    text-align: left;
    color: #fff;
    max-width: 940px;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    margin-top: 26px;
}

.slider-btn{
    background: #CC794F;
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 20px 35px;
    border: none;
    cursor: pointer;
    margin-top: 26px;
    border-radius: 30px;


}
.slider .swiper-pagination{
    left: auto !important;
}
.slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px !important;
    /* left: 0 !important; */
    /* width: 20% !important; */

}
.slider .swiper-pagination .swiper-pagination-bullet{
    margin: 17px !important;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.slider .swiper-pagination .swiper-pagination-bullet-active{
    background: #0D80CE;
    position: relative;
}
.slider .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    position: absolute;
    inset: -4px 0  0 -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #0D80CE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.slider-row{
    position: absolute;
    width: 110px;
    height: 4px;
    background-color: #fff;
    bottom: 40px;
    z-index: 2;
    margin-left: 175px;

}

.slider-text a{
    color: #fff;
}

.number{
    margin-left: 150px;
    color: #fff;
}
.slider-pages div,
.slider-pages span{
    display: flex;
    align-items: center;
}

.slder-info{
    line-height: 20px;

}

.section-about{
    margin: 99px 0 0;
}

.ruler-wrapper {
  width: 100%;
  overflow: hidden;
}

.ruler-scroll {
  display: flex;
  animation: scroll-left 10s linear infinite;
}

.ruler-scroll img {
  height: 80px; /* or match your original height */
}

/* Animation */
@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.about-info{
    /* display: flex;
    justify-content: space-between; */
}

.about-big-img{
    float: left;
    margin: 0 50px 0 0;
    width: 40%;
}

.about-big-img img{
    border-radius: 20px;
    fifilter: brightness(0.5);
}

.small-foto{
    border-bottom: 1px solid;
    display: flex;
    justify-content: flex-end;
}

.about-small-images{
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 38px;

}

.about-small-item{
    width: 33.333%;
    padding: 0 5px;
}

.about-small-item .about-small-blocks{
    background: #17214A;
    color: #fff;
    border-radius: 20px;
    padding: 21px 23px 38px 21px;
    height: 100%;

}

.about-small-item:last-child .about-small-blocks{
    background: #CC794F;
}

.about-title{
    font-size: 17px;
    text-align: left;
    color: #000;
    padding: 5px;
    border: none;
}

.about-number{
    font-weight: 700;
    font-size: 48px;
    color: #F5F5F5;
    margin: 24px 0 9px;

}

.about-text{
    font-weight: 500;
    font-size: 16px;
     color: #F5F5F5;
     max-width: 190px;

}

.small-foto img{
    max-width: 43px;
}

.section-work{
    padding: 150px 0 100px;
}

.section-work .about-title-two{
    margin-bottom: 85px;
}

.image-div{
    position: relative;
}

.image-div img{
    border-radius: 20px;
}

.baner-section-btn{
    background: linear-gradient(98.15deg, rgba(217, 217, 217, 0.3) -26.5%, rgba(0, 0, 0, 0.3) 21.96%);
    width: 100%;
    padding: 44px 32px 39px;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: flex-end;
}

.baner-section-btn button{
    background: #CC794F;
    border: 2px solid #CC794F;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 21px;
}



.baner-section-btn a{
    color: #fff;
    height: 100%;
    width: 100%;

}

.title-block{
    margin: 0 0 57px 0;
}
.title-bg{
    display: block;
    width: 90%;
    height: 31px;
    border-radius: 0px 0px 5px 5px;
    background: #0d80ce;
    opacity: 0.23;
    margin: -25px auto 0;

}
.about-title-two{
    font-weight: 700;
    font-size: 64px;
    color: #17214A;
    margin-bottom: 23px;


}

.work-two{
    font-size: 32px;
    text-align: center;
    color: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 89px;
}


.section-work{
    clear: both;
    background: url('../image/Ընտրել\ բնակարան.png') no-repeat;
    background-size: cover;
    background-position: bottom;
}
.slider-block{
    margin-top: -316px;

}
.slider-section-block{
    margin-bottom: 70px;
}
.work-slider .swiper-pagination{
    margin-top: 50px;
    position: relative;
}
.slider-div-text{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 20px;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-title{
    text-align: center;
    font-size: 32px;
    text-align: center;
    color: #000;
    max-width: 600px;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.card-title-block{
    margin: 45px 0 61px;
}



.baner-photo{
    position: relative;
    width: 100%;
}

.contact-baner-text-small{
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 35px 0 0;
}

.contact-baner-text-big{
    font-size: 40px;
    color: #fff;
    padding: 20px;
    text-align: center;
    padding: 0 0 51px;
}

.form-block{
    max-width: 950px;
    background: #fff;
    box-shadow: 0px 5px 14px rgba(127, 126, 140, 0.16);
    margin: auto;
    margin-bottom: 65px;
    margin-top: -260px;
    padding: 20px;
}
.contact-flex .form-block{
    padding: 0;
}

.form-input,
.request-form-item input{
    border: none;
    width: 100%;
    outline: none;
}



.contact-btn{
    font-size: 12px;
    text-align: left;
    color: #0078f5;
    padding: 12px 35px;
    border: 1px solid #0078f5;
    background: #fff;
    cursor: pointer;
}
.contact-btn:hover{
    color: #fff;
    background: #0078f5;
}

.contact-blck-tel{
    font-size: 24px;
    color: rgba(23, 33, 74, 1);
}

.form-contact-item div p,
.form-contact-item div a{
    color: #CC794F;
    margin-top: 15px;
    font-size: 17px;
}

.contact-item-block{
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}

.contact-item{
    width: 50%;
    margin-bottom: 30px;
}

.contact-item img{
    margin-bottom: 15px;
}

.form-contact-item .about-title-two{
    padding-top: 18px;
}

.question-item:first-child{
    width: 40%;
}

.question-item .editor{
    margin-bottom: 20px;
}

.faq-answer {
  display: none;
  margin-top: 24px;
}

.faq-answer p{
    color: #fff;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question p{
    width: 85%;
    font-weight: 300;
}

.faq-question .arrow {
  transition: transform 0.3s;
  background: #CC794F;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(60deg);
  background: #000;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-block{
    display: flex;
    justify-content: space-between;
}

.question-item:last-child{
    width: 55%;
}

.faq-item{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 21px 37px 21px 31px;
}

.faq-item.active{
    background: #CC794F;
    color: #fff;
}

.faq-item.active .faq-question{
    color: #fff;
}





.contact-form-block{
    padding: 47px 50px 15px;
}

.form-item-textarea{
    padding: 17px;
}
.form-item{
    padding: 17px;
    width: 50%;
}
.form-item:nth-child(3){
    width: 100%;
}


.section-card .title-block{
    margin: -60px auto 35px
}

.news-btn-block img{
    padding-left: 115px;
}


.news-btn{
    font-weight: 500;
    font-size: 16px;
    color: #CC794F;
    background: transparent;
    border: 2px solid #CC794F;
    padding: 16px 38px;
    border-radius: 30px;
    margin-bottom: -10px;
    cursor: pointer;
}

.news-card{
    width: 32.333%;
    padding: 10px;
}

.news-btn-block{
    margin-top: 15px;
}

.news-card img{
    position: relative;
    border-radius: 20px;
}

.news-info{
    padding: 35px 0 0;
    position: relative;
    margin: -115px -3px 29px;
}

.news-info:hover .news-btn{
    background: #CC794F;
    color: #fff;
}

.news-text{
    max-width: 400px;
    line-height: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item{
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
}

.news-title{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #100f28;
    margin: 25px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.news-date{
    background-color: #161616;
    padding: 5px 30px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 80px;
    border-radius: 30px;
}

.news-block-title{
    font-size: 32px;
    text-align: center;
    color: #000;

}

.news-page .title-block {
    margin-top: 30px;
}

.news-details-page .news-photo{
    float: right;
    padding: 0 0 0 30px;
}

.news-details-page{
    margin: 85px 0 105px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #CC794F;
    color: white;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-big-title{
    font-weight: 500;
    font-size: 64px;
    color: #000;
}

.page-title .title-bg {
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 0px 0px 5px 5px;
    background: #0d80ce;
    opacity: 0.23;
    margin: -15px 0 10px 0;
}

.product-page-text{
    margin: 20px 0 49px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #7e7e8c;
    max-width: 1087px;
}

.product-item{
    background: #fff;
    box-shadow: 0px 5px 13px rgba(156, 156, 156, 0.15);
    width: 25%;
    margin-bottom: 10px;

}

.poruduct-name{
    padding: 30px 0 32px 19px;
}

.product-block{
    display: flex;
    flex-wrap: wrap;
}

.btn-more{
    padding: 17px 37px;
    font-size: 15px;
    color: #0078f5;
    background: #fff;
    border: 1.5008px solid #0078f5;
    cursor: pointer;
}

.btn-more:hover{
    color: #fff;
    background: #0078f5;
}

.product-more-btn{
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}


/* productDitail page */

.productDitail-title .title-bg{
    width: 56%;
}

.photo-block{
    width: 45%;
    padding: 23px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 5px 13px rgba(156, 156, 156, 0.15);
    margin: 33px 30px 16px 0;
    float: left;

}

.photo-block .swiper-slide img {
    border: 1px solid #e6e6e6;
    filter: drop-shadow(0px 5px 13px rgba(156, 156, 156, 0.15));

}

.produckt-btn{
    font-size: 16px;
    text-align: center;
    color: #0078f5;
    padding: 16px 50px;
    background: #fff;
    border: 1.5008px solid #0078f5;
    cursor: pointer;
    margin: 40px 0 29px;
}

.produckt-btn:hover{
    color: #fff;
    background: #0078f5;
}

.product-more{
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
    color: #0078f5;
    border: none;
    background: #fff;
    cursor: pointer;
    margin: 12px 0 25px;
}

.document .page-title .title-bg {
    width: 100%;
    margin-bottom: 34px;
}

.document-col{
    width: 100%;
    padding: 25px 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 1px 15px rgba(133, 114, 114, 0.11);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.document-title{
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    color: #000;
    display: flex;
}

.document-col .doc-icon{
    margin-right: 10px;
    width: 24px;
}

.document{
    margin-bottom: 60px;
}

/* request popup */
.red{
    color: red;
}

.blue,
.btn-name{
    color: #0078f5;
}

.popup-title{
    font-size: 17px;
    text-align: left;
    color: #0078f5;
    margin: 0  0 10px 60px
}

.popup-name{
    font-size: 21px;
    text-align: left;
    color: #000;
    margin: 0 0 0 60px
}

.request-form-item{
    max-width: 437px;
    margin: 39px 0 39px 60px;
}

.request-form-item textarea{
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #adb0b3;
    margin: 0 0 32px;
    border: none;
}

.request-popup-name{
    font-size: 16px;
    text-align: left;
    color: #6a6b6b;
}

.request-checkbox{
    display: flex;
    align-items: baseline;
}

.request-checkbox input{
    width: 2%;
}

.popup-bottom-text{
    margin: 0 60px;
}

.request-btn{
    font-size: 15px;
    text-align: left;
    color: #0078f5;
    padding: 15px 57px;
    background: #fff;
    border: 1px solid #0078f5;
    margin: 60px;
}

.request-btn:hover{
    color: #fff;
    background: #0078f5;
}

.product-popup{
    display: none;
}

.request-popup-bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}

.product-popup{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    width: 560px;
    flex-direction: column;
}

.close-btn{
    background: #fff;
    border: none;
    display: flex;
    justify-content: flex-end;
    margin: 25px 28px;
}

.proekt-photo{
   width: 42%;
   background: #fff;
   box-shadow: 0px 6px 8px rgba(135, 135, 135, 0.27);
   margin: 50px 0;
}

.proekt-text{
    margin-bottom: 29px;
}



.news-photo{
    width: 60%;
}

.news-photo img{
    border-radius: 20px;
}

.news-photo{
    margin: 58px 0 19px;
}

.newsDitail-text{
    margin-top: 50px;
}

.document-baner{
    width: 100%;
    margin: 0 0 29px;
}
.gallery_row{
    margin: 82px -8px;
}

.gallery_block__item{
    width: 16.6%;
    padding: 8px;
    cursor: pointer;
}

.gallery_block__item img{
    border-radius: 20px;
}

.gallery_row_item{
    display: flex;
    flex-wrap: wrap;
}

.information-page .page-big-title{
    margin: 85px 0;
font-weight: 700;
font-style: Bold;
font-size: 64px;
color: #17214A;

}

.information-text{
    margin: 16px 0 11px;
}

.section-contact{
    margin: 100px 0 160px;
}

.contact-block{
    display: flex;
    justify-content: space-between;
    background: #E8E8E8;
    border-radius: 20px;
}

.map-block{
    width: 50%;

}

.map-block iframe{
     border-radius: 20px;
}

.form-contact-item{
    width: 48%;
}

.contact-block .form-block{
    margin: 0;
    /* width: 65%; */
}

.contact-block .form-contact-item {
    display: flex;
    flex-direction: column;
}

.choose-div input{
    cursor: pointer;
    padding: 8px 13px;
    font-size: 16px;
    text-align: center;
    color: #0078f5;
    background: #fff;
    border: 0.5px solid #0078f5;
}

.choose-div{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.btn-name{
    margin: 15px 0 11px;
}
.form-textarea,
.form-block textarea{
    border: none;
    width: 100%;
    resize: none;
    outline: none;
    border-bottom: 1px solid #757575;

}

.contact-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.contact-number{
    font-size: 30px;
    text-align: right;
    color: #0d80ce;
    padding-bottom: 21px;

}

.contact-pageinfo{
    width: 30%;
    padding-bottom: 21px;
}

.contact-pageinfo p{
    text-align: right;
    padding-bottom: 21px;
}

.social-icon{
    text-align: end;
}

.about-page-title{
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    color: #000;
    margin: 51px 0 9px;
    /* float: left; */
}

.info-title{
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    color: #000;
    margin-bottom: 9px;
}

.about-page-row{
    display: flex;
    flex-wrap: wrap;
    margin: 24px -10px 49px;
    /* float: left; */
}

.about-page-div{
    width: 25%;
    padding: 10px;
}


.accordeon {
  position:relative;
  top:50px;
  width:90%;
  margin:0 auto;
}
.item {
  position:relative;
  width:100%;
  min-height:40px;
  margin:2px 0;
}
input[type="radio"], input[type="radio"] + label {
  position:absolute;
  width:100%;
  height:40px;
}
input[type="radio"] {
  opacity:0;
  z-index:9;
  cursor:pointer;
}
input[type="radio"] + label {
  font-size:1.4rem;
  color:#000;
  z-index:8;
  text-align: center;
  text-decoration: underline;

}
article[id^="content-"] { /* more or individual styling can be applied by using id$="number" */
  position:relative;
  width:100%;
  padding:0px 15px 0px 15px;
  height:auto;
  max-height:0px;
  background:white;
  overflow:hidden;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -o-transition:all .25s;
  transition: 1.3s 0.2s;
}


input[type="radio"]:checked + label {background: #fff; color: #0078f5;
    text-decoration: none;}
input[type="radio"]:checked ~ article[id^="content-"] {
    text-align: center;
  height:auto;
  max-height:600px;
  padding:40px 15px;
  -webkit-transition:all .65s .65s;
  -moz-transition:all .25s .25s;
  -o-transition:all .25s .25s;
  transition: 1.3s 0.2s;
}

.item p{
    text-align: center;
    color: #000;
}

.question-block{
    margin-bottom: 50px;
}

.map-section{
    margin: 35px 0 64px;
}
.file-input{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.file-block{
    position: relative;
}
.file-block>label{
    display: inline-block;
    font-weight: 500;
    font-size: 8px;
    text-align: center;
    color: #0078f5;
    padding: 9px 12px;
    cursor: pointer;
    background: #fff;
    border: 0.5px solid #0078f5;
}
.file-block>label:hover{
    color: #fff;
    background: #0078f5;

}

.flex{
    display: flex;
}

 .form-textarea{
    width: 100%;
}

.contact-flex{
    display: flex;
    justify-content: space-between;
}

.page-title{
    width: fit-content;
}
 /* Scroll */

body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background: #2f3f43;
}


.section-about{
    background: url(../image/Glxark.png);
    background-repeat: no-repeat;
    background-position: right;
}

.about-page .about-big-img {
    margin-bottom: 85px;
}

.question-page{
    margin: 50px 0;
}

.sub-item{
    width: 25%;
    padding: 10px ;
    position: relative;
}

.info-page-sub{
    margin: 85px 0;
    display: flex;
    flex-wrap: wrap;
}

.info-page-sub .sub-title{
    left: 40px;
}

.info-page-sub .sub-item img{
    border-radius: 20px;
}

.sub-info img{
    position: absolute;
    bottom: 12px;
    left: 6px;
}

.sub-title {
    position: absolute;
    bottom: 19px;
    left: 60px;
}

.residence-page-sub{
    display: flex;
    flex-wrap: wrap;
}

.residence-page-sub .sub-item {
    width: 33.333%;
    padding: 10px;
    position: relative;
}

.sub-item img{
    border-radius: 20px;
}

.residence-page .page-big-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    color: rgba(23, 33, 74, 1);
    margin: 85px 0;
}

.residence-page-info{
    margin: 86px 0;
    column-count: 2;
    padding: 0 25px;
}

.residence-page-info li{
    line-height: 1.2;
    color: #17214A;
}

.residence-floor{
    display: flex;
    justify-content: space-between;
}

.floor-big-photo{
    width: 49%;

}

.floor-big-photo img{
    cursor: pointer;
}

.floor-home{
    width: 49%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floor-number{
    position: absolute;
    bottom: -30px;
    left: 0;
}

.floor-item{
    position: relative;
    width: 49%;
}

.floor-item{
    padding: 34px 24px;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 20px;
}

.residence-floor{
    margin-bottom: 85px;
}

.floor-home .contact-form {
      background: #fff;
      padding: 47px 45px 45px;
      border-radius: 20px;
      width: 100%;
      max-width: 620px;
    }

 .floor-home .contact-form h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
      margin-bottom: 36px;
      color: #17214A;

    }

 .floor-home .form-group {
      margin-bottom: 15px;
    }

 .floor-home label {
      display: block;
      margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;

    }

 .floor-home input[type="text"],
 .floor-home input[type="email"],
 .floor-home input[type="number"],
 .floor-home textarea {
      width: 100%;
      padding: 25px;
      border: 1px solid #6A6A6A;
      border-radius: 20px;
      box-sizing: border-box;
      font-size: 16px;
    }

  .floor-home textarea {
      height: 120px;
      resize: vertical;
    }

   .floor-home button {
      padding: 15px 56px;
      background-color: transparent;
      color: #CC794F;
      border: 2px solid #CC794F;
      border-radius: 30px;
      font-size: 16px;
      cursor: pointer;
    }

  .floor-home button:hover {
      background-color: #CC794F;
      color: #fff;
    }
    .form-group-checkbox{
        display: flex;
        align-items: center;
    }

    .form-group-checkbox input{
        margin-right: 9px;
    }

    .send-btn{
        display: flex;
        justify-content: flex-end;
      margin-top: 30px;
    }

    .home-page .floor-home{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    }

    .floor-big-photo .editor{
        margin-top: 85px;
    }

    .parking-page .editor{
        margin-top: 35px;
    }

    .parking-page-info{
        background: #E8E8E8;
        padding: 60px 40px 80px;
        margin: 85px 0;
        border-radius: 20px;

    }

    .parking-page .page-big-title{
        margin: 0;
    }

    .contact-page{
        margin: 85px 0;
    }

    .contact-page-form{
        margin-top: 85px;
        text-align: center;
    }

    .contact-page .contact-form div{
        display: flex;
        flex-wrap: wrap;
    }

    .contact-page .form-group{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .contact-page .form-group input,
    .contact-page .form-group textarea{
        position: relative;
        width: 100%;
        padding: 15px 10px;
        border-radius: 20px;
        outline: none;
        background: transparent;
        border: none;
        border-bottom: 1px solid #C5C5C5;

    }



    .contact-page .form-group textarea{
        height: 170px;
        resize: none;
    }


    .contact-page .form-group label{
        font-weight: 400;
        font-size: 16px;
        color: #6A6A6A;
        margin-bottom: 10px;
    }

    .contact-page .form-group:last-child{
        width: 100%;

    }

    .contact-page .send-btn{
        display: flex;
        justify-content: center;
    }

    .contact-page .send-btn button{
        background: transparent;
        color: #CC794F;
        border: 2px solid #CC794F;
        border-radius: 30px;
        padding: 15px 200px;

    }

      .contact-page .send-btn button:hover{
        background: #CC794F;
        color: #fff;

    }

    .contact-page .contact-form{
        margin-top: 85px;
    }

    .terms-text{
        color: #6A6A6A;

    }

    .choose-floor-block{
        display: flex;
        justify-content: space-between;
        padding: 30px 0 85px;
    }

    .choose-floor-photo{
        width: 55%;
    }

    .choose-floor-page .page-big-title{
        font-weight: 700;
        font-size: 64px;
        line-height: 100%;
        padding: 85px 0 35px;
        color: #17214A;
    }

    .choose-floor-photo img{
        border-radius: 30px;
    }

    .mobile-floor-block{
        display: none;
    }


/* overlay + blur */
.image-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.image-modal.show { display: flex; }

/* inner wrapper to center image and avoid closing when clicking image */
.image-modal__inner {
    max-width: 95%;
    max-height: 95%;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-modal__inner img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.6);
    transform: scale(0.98);
    transition: transform .25s ease, opacity .2s ease;
    opacity: 0;
}
.image-modal.show .image-modal__inner img {
    transform: scale(1);
    opacity: 1;
}

/* lock scroll when modal open */
body.modal-open { overflow: hidden; }


.notification{
    text-align: end;
    background: #0E163A;
    padding: 10px 28px 10px 14px;
    color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 12%;
}

.notification img{
    margin-right: 19px;
}

.floor-text{
    width: 40%;
}
















/* responsive */
@media all and (max-width: 1199px){
    .about-info{
        flex-direction: column;
    }
    .news-date{
        padding: 5px 50px !important;
        left: 30px;
        top: 75px;
    }
    /* .about-info-text {
        width: 100%;
    } */
    /* .about-big-img {
        width: 100%;
    } */
    .section-about {
        margin: 23px 0 44px;
    }
    .slider-text{
        bottom: 100px;
    }

    .about-page-div{
        width: 50%;
    }

    .information-page .page-big-title{
    margin: 50px 0;
    font-size: 30px;
    }

    .gallery_row{
        margin: 50px 0;
    }

    .sub-item {
    width: 33.333%;
    }
    .residence-floor{
        flex-direction: column;
    }
    .floor-big-photo{
        width: 100%;
    }

    .floor-home{
        width: 100%;
    }
    .residence-floor{
    margin-bottom: 50px;
    }
    .home-page .floor-home{
        margin: 50px 0;
    }
    .home-page .floor-home {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    }

    .parking-page-info{
        padding: 35px 40px 40px;
        margin: 40px 0;

    }

    .parking-page .page-big-title{
        margin: 0 !important;
    }
    .parking-page .editor{
        margin-top: 25px;
    }
    .residence-page-info{
        padding: 0;
    }
    .choose-floor-page .page-big-title{
        font-size: 30px;
        padding: 50px 0 35px;
    }


}



@media all and (max-width: 1024px){
    /* .slider-section{
        position: relative;
        min-height: 360px;
    } */
    .slider-text{
        bottom: 40px;
    }

    .slider-first-text {
        font-size: 60px;
    }
    .slider{
        aspect-ratio: 9/4;
    }
    .swiper-slide img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .section-work {
    padding: 65px 0 50px;
    }
    .question-block{
        flex-direction: column;
    }
    .question-item:last-child,
    .question-item:first-child{
        width: 100%;
    }
    .section-contact{
        margin: 70px 0;
    }
    .map-block{
        width: 100%;
    }
    .form-contact-item {
    width: 100%;
    }
    .about-title-two {
    font-size: 30px;
    }

    .project-slider img{
        height: auto;
    }
    .contact-form {
        flex-direction: column;
    }
    .form-item{
        width: 100%;
    }
    .form-contact-item {
        flex-direction: column;
    }
    .contact-btn{
        max-width: 140px;
    }

    .contact-btn{
        margin-top: 20px;
    }
    .form-block {
        margin: -260px 50px 65px;
    }
    .form-block textarea{
        width: 100%;
    }
    .form-contact-item {
        padding: 20px 17px;
    }
    .news-card {
        width: 48%;
    }
    .group input{
        width: 100%;
    }
    .bar {
        width: 100%;
    }
    .project-item{
        width: 50%;
    }
    .product-item{
        width: 33.333%;
    }
    .product-page-text {
        margin: 20px 0 36px;
    }
    .news-text {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .gallery_block__item{
        width: 25%;
    }
    .contact-block {
        flex-direction: column;
    }
    .contact-block .form-block {
       width: 100%;
       margin-bottom: 25px;
    }
    .contact-pageinfo {
        width: 100%;
        padding-bottom: 21px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-pageinfo p {
        padding-bottom: 10px;
    }
    .about-page-title {
        font-size: 30px;
    }
    .item {
        min-height: 100px;
    }
    .contact-block .form-contact-item {
        align-items: flex-start;
        padding: 0 16px;
    }
    .contact-form {
        padding: 0;
    }
    .contact-form-block{
        padding: 16px;
    }
    .flex {
        flex-direction: column;
    }
    .contact-flex{
        flex-direction: column;
    }
    .about-page .about-big-img {
    margin-bottom: 0;
}
    .page-big-title{
        font-size: 30px;
    }
    .news-details-page {
        margin: 25px 0 50px;
    }
    .news-details-page .news-photo {
    padding: 0 0 30px 0;
    }
    .sub-item {
    width: 50%;
    }
    .residence-page-sub .sub-item {
    width: 50%;
    }
    .residence-page .page-big-title{
        font-size: 30px;
        margin: 50px 0;
    }

    .floor-big-photo{
        margin-bottom: 47px;
    }
    .choose-floor-block{
        flex-direction: column;
    }
    .choose-floor-photo{
        margin-bottom: 20px;
    }

    .choose-floor-block ul{
        padding-left: 25px;
    }
    .floor-text{
        width: 100%;
    }


}

@media all and (max-width: 920px){
    .footer-menu{
        padding-top: 10px;
    }

}





@media all and (max-width: 767px){
    .slider-first-text {
        font-size: 39px;
        width: 500px;
    }

    .slider-btn {
        padding: 15px 20px;
        margin-top: 21px;
    }
    .slider {
        aspect-ratio: 6/4;
    }
    /* .about-info-text {
        width: 100%;
    }
    .about-big-img {
        width: 100%;
    } */
    .work-text,
    .work-two{
        font-size: 25px;
    }
    .slider-block {
        margin-top: -230px;
    }
    .product-card-item{
        position: relative;
        width: 50%;
    }
    .card-title{
        font-size: 25px;
    }
    .project-block-title{
        margin: 37px 0 24px;
    }
    .product-name {
        font-size: 16px;
    }
    .form-item{
        width: 100%;
        margin: 30px 13px -15px 0;
    }
    .form-block textarea{
        width: 100%;
        /* margin: 30px 15px 0; */
    }

    .title-bg{
        margin: -45px auto 0;
    }

    .form-block {
        margin: -260px 50px 65px;
    }
   .section-news .title-bg {
        margin: -20px auto 0;
    }
    .news-card {
        width: 100%;
    }
    .product-item{
        width: 50%;
    }
    .photo-block{
        width: 100%;
    }
    .document .page-big-title {
      font-size: 20px;
    }
    /* .document .page-title .title-bg {
        width: 160px;
    } */
     .section-work .about-title-two{
        margin-bottom: 34px;
     }


    .news-photo{
    width: 100%;
    }
    .text-404{
        max-width: 600px;
    }
    .photo-404{
        width: 70%;
    }
        .product-card, .project-row{
        flex-wrap: unset;
        margin: 0;
    }
    .product-card-item,
    .project-item {
        padding: 10px 0;
    }
    .product-card-scrollbar{
        display: flex;
    }
    .project-slider .swiper-pagination{
        display: flex;
        justify-content: center;
    }
      .sub-item {
    width: 100%;
    }
    .residence-page-info{
        column-count: 1;
    }
    .residence-page-info {
        margin: 40px 0;
    }
    .news-item{
        margin-top: 30px;
    }
    .title-block {
        margin: 0;
    }
    .news-btn-block img {
        padding-left: 120px;
    }
    .news-btn{
        margin-bottom: -16px;
    }
    .mobile-floor-block{
        display: flex;
        flex-direction: column;
    }
    .floor-block{
        margin: 25px 0;
    }

    .floor-block a{
        border: 1px solid #000;
        padding: 5px 14px;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 5px;
    }

    .floor-numbers-title{
        margin-top: 20px;
    }

    .choose-floor-photo {
        width: 100%;
    }





}



@media all and (max-width: 575px){
    p {
        line-height: 32px;
    }
    .title-block{
        margin: 0px 0 40px 0;
    }
    .slider-pages{
        justify-content: center;
    }
    .slider-pages {
        justify-content: center;
    }
    .slider .swiper-pagination .swiper-pagination-bullet{
        margin: 12px !important;
        width: 12px;
        height: 12px;
        /* background: #fff;  */
        opacity: 1;
    }
    .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px !important;
        /* left: 0 !important; */
        /* width: 20% !important; */

    }
    .slider-row{
        width: 86px;
        /* bottom: 67px; */
        margin-left: 110px;
        margin-bottom: -15px;
    }
    .slider-first-text{
        font-size: 27px;
        margin-top: 0;
        width: 320px;

    }
    .slider-text {
        bottom: 40px;
    }
    .number {
        margin-left: 110px;
        color: #fff;
    }
    .slder-info{
        font-size: 16px;
        margin-top: 20px;
        max-width: 320px;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 45px;
        line-height: 1;
    }
    .about-big-img{
        width: 100%;
        margin: 0 0 25px 0;
    }
    .about-small-item{
        padding: 0;
    }

    .about-text {
        max-width: 100%;
    }

    .section-about{
        margin: 30px 0 14px;
    }
    .slider {
        aspect-ratio: 4/4;
    }
    .work-text,
    .work-two{
        font-size: 20px;
    }
    .slider-block {
        margin-top: -280px;
    }
    .slider-div-text{
        width: 250px;
    }
    .card-title-block {
        margin: -54px 0 27px;
    }
    .contact-baner-text-big {
        font-size: 25px;
    }
    .slider-btn{
        font-size: 16px;
    }
    .work-text{
        width: 245px;
        padding-top: 120px;
    }
    .card-title{
        font-size: 17px;
    }
    .form-block {
        margin: -285px 20px 65px;
    }
    .product-div-text {
        padding: unset;
        font-size: 16px;
    }
    /* .product-card, .project-row{
        flex-wrap: unset;
        margin: 0;
    }
    .product-card-item,
    .project-item {
        padding: 10px 0;
    }
    .product-card-scrollbar{
        display: flex;
    }
    .project-slider .swiper-pagination{
        display: flex;
        justify-content: center;
    } */
    .product-item{
        width: 100%;
    }
    .btn-more{
        padding: 12px 25px;
    }
    .product-more-btn{
        margin: 0 0 30px;
    }
    .product-page-text {
        margin: 20px 0 18px;
    }
    .produckt-btn {
        padding: 18px 23px;
    }
    .product-popup{
    max-width: 332px;
    padding: 0 15px 0 0;
}
    .popup-name {
        margin: 0 0 8px 26px;
    }
    .popup-title {
        margin: 0 0 50px 26px;
    }
    .request-form-item {
        margin: 39px 0 0 26px;
    }
    .popup-bottom-text{
        margin: 0 0 0 26px;
    }
    .request-btn{
        margin: 100px 0 35px 26px;
    }
    .request-checkbox input {
        width: 4%;
    }
    .popup-text{
        padding-left: 5px;
    }
    .close-btn {
        margin: 25px 0px;
    }
    .proekt-photo{
        width: 100%;
     }
     .gallery_block__item{
        width: 50%;
    }
    .document-baner {
        margin: 0 0 23px;
    }
    .contact-item-block{
        flex-direction: column;
    }
    .contact-item {
        width: 100%;
    }
    .contact-number {
        font-size: 25px;

    }
    .contact-pageinfo p {
        text-align: left;
        padding-bottom: 10px;
    }
    .contact-block .form-contact-item {
        padding: 18px 16px;
        align-items: self-start;
    }
    .contact-btn {
        margin-top: 0;
    }
    .about-page-title {
        font-size: 20px;
    }
    .about-title-two {
        font-size: 25px;
    }
    .about-page-div{
        width: 100%;
    }
    .title-404{
        font-size: 34px;
    }
    .btn-404{
        padding: 15px;
    }
    input[type="radio"]:checked ~ article[id^="content-"] {
        height: auto;
        max-height: initial;
        padding: 90px 15px 45px;
    }

    .news-btn-block{
        padding: 0 10px;
    }
    .news-item{
        margin-top: 0;
    }
    .news-title {
        padding: 0 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 50px;
    }
    .news-btn {
        margin-bottom: -11px;
    }


    .about-small-images {
        flex-direction: column;

    }

    .about-small-item{
        width: 100%;
        margin-bottom: 20px
    }
    .section-work {
        padding: 20px 0 40px;
    }
    .baner-section-btn {
        padding: 10px;
    }
    .question-block {
    margin-bottom: 20px;
    }

    .baner-section-btn button{
        padding: 9px 11px;
    }
    .news-card{
        padding: 0;
        margin-bottom: 40px;
    }
    .news-info {
    margin: -115px -3px 0;
    }
    .residence-page-sub .sub-item {
    width: 100%;
    }
    .residence-page .page-big-title{
        font-size: 20px;
        margin: 25px 0;
    }
    .information-page .page-big-title{
        margin: 25px 0;
    }

    .floor-big-photo{
        margin-bottom: 40px;
    }
    .floor-item {
    width: 100%;
    margin-bottom: 39px;
    }
    .floor-big-photo {
        width: 100%;
    }
    .floor-home .contact-form {
    padding: 30px 15px;

    }

    .home-page .floor-home {
        margin: 0 0 40px 0;
    }
    .parking-page-info{
        padding: 28px 20px 35px;
        margin: 40px 0;

    }

    .parking-page .page-big-title{
        margin: 0 !important;
    }
    .parking-page .editor{
        margin-top: 15px;
    }
    .contact-page .contact-form div{
        flex-direction: column;
    }
    .contact-page .form-group{
        width: 100%;
    }

    .contact-page textarea{
        height: 70px !important;
    }
    .contact-page .send-btn button {
        padding: 15px 50px;
    }

    .contact-page .contact-form{
        margin-top: 40px;
    }
    .residence-page-info ul{
        padding-left: 20px;
    }
    .question-page {
        margin: 25px 0;
    }
    .section-contact {
        margin: 25px 0 40px;
    }
    .about-number{
        font-size: 20px;
        margin: 12px 0;
    }


    }


@media all and (max-width: 480px){
    .news-btn {
        margin-bottom: -10px;
    }
}
.banners {
    display: flex; /* center horizontally */
    gap: 20px;
    margin: 60px 0 100px;
}
.banner {
    width: 50%;
    padding: 10px;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop nicely if ratio is different */
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: block;
}

@media all and (max-width: 575px){
    .banners {
        flex-direction: column;
    }
    .banner {
        width: 100%;
        padding: 0;
    }
}
