 .cookie {
   flex-direction: row;

   left: initial;
   right: 50px;
   max-width: 648px;
   width: 100%;
 }

 .cookie__btn {
   width: fit-content;
 }



 .cookie {
   display: none;
   box-sizing: border-box;
   margin: 0;
   padding: 16px;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
   gap: 16px;
   box-shadow: 0px 2px 8px rgba(22, 22, 22, 0.08), 0px 1px 2px rgba(22, 22, 22, 0.04);
   background-color: #fff;
   border-radius: 8px;
   width: calc(100% - 32px);
   position: fixed;

   bottom: 50px;
   z-index: 111999999;
 }

 .cookie__text {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 16px;
   color: #000000;
   max-width: 595px;
   width: 100%;
 }

 .cookie__link {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   text-decoration-line: underline;
   color: #000000;

 }

 .cookie__btn {
   box-sizing: border-box;
   margin: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding: 10px 14px;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   color: #ffffff;
   width: auto;
   background: #C49D76A6;

   transition: 0.3s;
 }

 .cookie__btn:hover {
   background: #C49D76;
 }



 .cookie_btn_doc {
   border-radius: 500px;
   border: #C49D76A6 1px solid;
   background-color: #fff;
   color: #C49D76A6;
   padding: 10px 14px;
   text-decoration: none;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: -0.01rem;
   transition: 0.3s;
   display: block;
 }

 .cookie_btn_doc:hover {
   background: #C49D76;
   color: #ffffff;
 }

 .flexcookcknope {
   display: flex;
   gap: 10px;
   flex-direction: column;
 }

 .form__check input {
   width: auto;
   margin-right: 20px;
 }

 .form__check,
 .form__check a {
   color: #fff;
 }

 .form__check a {
   text-decoration: underline;
 }

 .form__check a:hover {
   opacity: 0.7;
 }

 .modal-inp.form__check label {
   align-items: flex-start;
 }

 .btn:disabled {
   opacity: 0.5;
   cursor: default;
 }

 .menupolitica {
   display: flex;
   gap: 24px;
   margin-top: 32px;
   flex-wrap: wrap;
   row-gap: 16px;
 }

 .menupolitica a {
   opacity: 0.60;
   text-box-trim: trim-both;
   text-box-edge: cap alphabetic;
   color: var(--Color-2, white);
   font-size: 18px;
   font-family: Noah;
   font-weight: 400;
   text-decoration: none;
 }

 .menupolitica a:hover {
   text-decoration: underline;
 }

 .modal-inp.error input {
   border: 1px solid red;
 }

 @media (max-width: 1000px) {

   .menupolitica {
     display: flex;
     gap: 24px;
     margin-top: 32px;
     flex-wrap: wrap;
     row-gap: 16px;
   }

   .menupolitica a {
     font-size: 15px;
   }

   .cookie {
     left: 0;
     right: 0;
     width: 90%;
     margin: auto;
     flex-direction: column;
   }

   .flexcookcknope {
     display: flex;
     gap: 10px;
     flex-direction: row;
   }
 }


 .modal-inp label {
   font-size: 14px;
 }

 .block-contact-main .contact-map-count {
   background: transparent;
   backdrop-filter: none;
 }


.business-photo{position:relative;}
.sdanfoto{position:absolute; top:32px; right:32px; z-index:1; width:276px !important;}

 .str404 {
   height: 1024px;
   min-height: 600px;
   background: url("/local/templates/main/assets/img/404.png") center top 286px no-repeat;
   background-size: 757px;
   display: table;
   width: 100%;
   margin-bottom: -160px;
 }

 .tablica404 {
   width: 600px;
   padding: 56px;
   background: rgba(255, 255, 255, 0.10);
   margin: auto;
   margin-top: 437px;
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   overflow: hidden;
   border-radius: 36px;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   gap: 32px;
   display: flex
 }

 .tit404 {
   text-align: center;
   color: white;
   font-size: 32px;
   font-family: Noah;
   font-weight: 700;
   line-height: 28px;
 }

 .text404 {
   color: white;
   text-align: center;
   font-size: 24px;
   font-family: Noah;
   font-weight: 400;
   line-height: 28px;
 }

 .tablica404 .btn {
   font-size: 18px;
 }

 @media (max-width: 800px) {
	 
	 .sdanfoto{position:absolute; top:10px; left:10px; right:auto; z-index:1; width:200px !important;}
	 
	 
   .str404 {
     min-height: 500px;
     background: url("/local/templates/main/assets/img/404.png") center top 30% no-repeat;
     background-size: contain;
   }

 }

 @media (max-width: 610px) {

   .tablica404 {
     width: 90%;
     padding: 26px;
   }

 }

.rentalIncome {
    display: flex;
    gap: 48px;
    justify-content: space-between;
}
.rentalIncome .rentalIncomeLeft {
    width: calc(100% - 648px);
    display: flex;
    flex-direction: column;
    height: auto;
}
.rentalIncome .rentalIncomeLeft .rentalIncomeLeftTitle {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #BF9076;
}
.rentalIncome .rentalIncomeLeft .rentalIncomeLeftAdvantages {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: auto;
}
.rentalIncome .rentalIncomeLeft .rentalIncomeLeftAdvantages span {
    padding: 16px 32px;
    white-space: nowrap;
    border: 2px solid #BF9076;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.rentalIncome .rentalIncomeRight {
    width: 600px;
    padding: 48px 32px;
    border: 2px solid #BF9076;
    border-radius: 40px;
    display: flex;
    height: auto;
    background: url('assets/img/rentalIncomeRightBg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    gap: 24px;
}
.rentalIncome .rentalIncomeRight .rentalIncomeRightSubTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF80;
}
.rentalIncome .rentalIncomeRight .rentalIncomeRightTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}
.rentalIncome .rentalIncomeRight .rentalIncomeRightItems {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.rentalIncome .rentalIncomeRight .rentalIncomeRightItems .rentalIncomeRightItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.rentalIncome .rentalIncomeRight .rentalIncomeRightItems .rentalIncomeRightItem .label {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF80;
    width: calc(100% - 200px);
}
.rentalIncome .rentalIncomeRight .rentalIncomeRightItems .rentalIncomeRightItem .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    white-space: nowrap;
    width: 200px;
    text-align: right;
}
.features-photo .peaceful-name .arrow-top-right,
.features-photo .peaceful-name .arrow-top-right i {
    transition: 0.3s;
}
.features-photo:hover .peaceful-name .arrow-top-right {
    background: rgba(191, 144, 118, 1);
}
.features-photo:hover .peaceful-name .arrow-top-right i {
    filter: invert(1);
}
.estate-list .floor-room {
    margin-top: 16px;
}

.popupblock .closepopap {
    width: 48px;
    height: 48px;
    top: 24px;
    right: 24px;
}

.modal-gallery .swiper-slide {
    border-radius: 24px;
    overflow: hidden;
}

.select-layout-svg .st8 {
    transition: 0.3s;
    cursor: pointer;
}
.select-layout-svg .st8:hover {
    fill-opacity: 0.8;
}

.floor-lot-card.floor-room-fon.active {
    padding: 50px 40px;
}

.bs-point-custom.main img {
    max-width: 192px;
    max-height: 54px;
    object-fit: contain;
}

#f_contact1 .jq-selectbox ul,
#f_contact2 .jq-selectbox ul{
    max-height: 154px !important;
}

.floor-header .real-estate-filter ul {
    padding: 0;
    margin: 0;
    border: none;
}

.floor-plan .real-estate-content .no-apartments {
    flex-direction: column;
    gap: 24px;
}
.floor-plan .real-estate-content .no-apartments span {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}

.modal-gallery .gallery-slider {
    max-width: 75%;
}

.features-photo.card {
    cursor: pointer;
}

.header .headerPhoneBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50px;
    gap: 12px;
    transition: 0; overflow:hidden; white-space: nowrap;
}
.header .headerPhoneBtn a.headerPhoneBtnText {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #262B31;  transition: 0s;
}
.header .headerPhoneBtn a.headerPhoneBtnIco {
    width: 24px;
    height: 24px;
    background: url(images/phoneIco.svg) center center no-repeat;
}
.header.scroll .headerPhoneBtn {
    padding: 15px;
    margin-left: 16px; width:54px; white-space: nowrap;
}
.header.scroll .headerPhoneBtn a.headerPhoneBtnText {
    display: none;  transition: 0s;
}

.estate-card .found-cnt-price {
    max-width: min-content;
    white-space: nowrap;
}

@media (max-width: 1480px) {
    .popupblock .btn {
        bottom: 30px;
        left: 30px;
    }
}
@media (max-width: 1360px) {
    .rentalIncome .rentalIncomeLeft {
        width: 50%;
    }
    .rentalIncome .rentalIncomeLeft .rentalIncomeLeftTitle {
        font-size: 60px;
        line-height: 60px;
    }
    .rentalIncome .rentalIncomeRight {
        width: 50%;
    }
}
@media (max-width: 810px) {
    .rentalIncome {
        gap: 32px;
        flex-direction: column;
    }
    .rentalIncome .rentalIncomeLeft {
        width: 100%;
        gap: 32px;
    }
    .rentalIncome .rentalIncomeLeft .rentalIncomeLeftAdvantages {
        margin-top: inherit;
    }
    .rentalIncome .rentalIncomeRight {
        width: 100%;
    }
    .modal-gallery {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .header .headerPhoneBtn {
        padding: 0;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 24px;
    }
    .header .headerPhoneBtn svg{
        width: 16px;
    }
    .header .headerPhoneBtn a.headerPhoneBtnIco {
        width: 16px;
        height: 16px;
        background-size: contain;
    }
    .header.scroll .headerPhoneBtn {
        padding: 0px;
        margin-left: 0px;
        width: 24px;
        height: 24px;
    }
    .header .headerPhoneBtn a.headerPhoneBtnText {
        display: none;
    }
    .rentalIncome .rentalIncomeLeft .rentalIncomeLeftTitle {
        font-size: 32px;
        line-height: 32px;
    }
    .rentalIncome .rentalIncomeLeft .rentalIncomeLeftAdvantages span {
        padding: 0px 32px;
        font-size: 16px;
        line-height: 18px;
        max-width: 100%;
        text-align: center;
        height: 44px;
        display: flex;
        align-items: center;
    }
    .rentalIncome .rentalIncomeRight {
        padding: 32px 16px;
    }
    .rentalIncome .rentalIncomeRight .rentalIncomeRightSubTitle {
        font-size: 16px;
        line-height: 22px;
    }
    .rentalIncome .rentalIncomeRight .rentalIncomeRightTitle {
        font-size: 18px;
        line-height: 30px;
    }
    .rentalIncome .rentalIncomeRight .rentalIncomeRightItems {
        gap: 19px;
    }
    .rentalIncome .rentalIncomeRight .rentalIncomeRightItems .rentalIncomeRightItem .label {
        font-size: 16px;
        line-height: 22px;
        width: calc(100% - 140px);
    }
    .rentalIncome .rentalIncomeRight .rentalIncomeRightItems .rentalIncomeRightItem .value {
        font-size: 18px;
        line-height: 28px;
        width: 140px;
    }
    .popupblock .closepopap {
        top: 10px;
        right: 10px;
        width: 21px;
        height: 21px;
        background-size: contain;
    }
    .popupblock .btn {
        bottom: 20px;
        left: 20px;
        width: 120px;
        font-size: 12px;
        padding: 10px;
    }
    .headerPhoneBtnIco {
        background-size: contain;
    }
    .floor-plan .real-estate-content .no-apartments {
        gap: 12px;
    }
    .floor-plan .real-estate-content .no-apartments span {
        font-size: 16px;
    }
}

.modal-inp {
  position:relative;
  width: 100%;
}
.modal-inp .required-field {
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  margin:auto;
  right:15px;
  color: rgba(191, 144, 118, 0.8);
  font-size: 12px;
  display: table;
  font-weight: 500;
}