/* ШАПКА САЙТА*/
#rec1034103586{
    position: absolute;
    z-index: 999;
} 

.t450__menu__content {
    position: fixed;
    right: 0px;
    top: 0px !important;
}    


.t-datepicker__icon {
    position: absolute;
    right: 0;
    fill: #d96e14;
    margin: auto 0;
    top: 0;
    bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    pointer-events: none;
}

.t-menusub__arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    position: absolute;
    top: 45%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    border-top-color: inherit;
}

.t-menusub__menu_bottom:after, .t-menusub__menu_bottom:before
 {
    top: -19px;
    border-bottom-color: #fcf4e9;
}

.t-menusub__menu_bottom
 {
    margin-bottom: 30px;
    border-radius: 10px;
}

.t-menusub__menu {
    background-color: #fcf4e9;
}    


/* Стили для уведомления */
.tilda-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d96e14;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 15px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 1px solid #a75511;
}

.tilda-notification.show {
  transform: translateY(0);
}

.notification-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.notification-content svg{
  width:40px;
  margin:10px 5px 0;
}

.notification-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fcf4e9;
    line-height: 1.2rem;
    font-family: 'Noto Sans', Arial, sans-serif;
    padding-right: 30px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: #546250;
    padding: 0 10px;
    line-height: 1;
}

.close-btn:hover {
  color: #333;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .notification-content {
    flex-direction: column;
    text-align: center;
  }
  
  .notification-content p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}


/* Avantage carousel*/

.uc-avantage-carousel .t923__wrapper{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: row;
    align-items: stretch;

}

.uc-avantage-carousel .t923__imgwrapper {
    position: relative;
    width: 30%;
    text-align: left;
}

.uc-avantage-carousel .t923__content {
    position: relative;
    width: 70%;
    height: auto !important;
    display: flex;
    align-content: center;
    align-items: center;
}

.uc-avantage-carousel .t923__bgimg {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.uc-avantage-carousel .t-descr {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    color: #3F3533;
    line-height: 1.1rem!important;
}

.uc-avantage-carousel .t-card__title {
    font-size: 18px;
    font-weight: 900 !important;
    font-family: 'Bounded';
    color: #3F3533;
}

.uc-avantage-carousel .t-slds{
    overflow: hidden;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

/* Tabs block*/


.uc-tabs-buttons .t395__tab:first-child {
    border-radius: 100px!important;
}


.uc-tabs-buttons .t-container{
    display: block;
    position: relative;
    z-index: 9;
}


  
    .uc-tabs-buttons ul{
        display:flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 180px;
        z-index: 9;
        max-width: 500px;
        margin: 0 auto;
        border-spacing: 10px;
    } 
    
    .uc-tabs-buttons ul li{
        margin:0 10px;
        border-radius:50px;
    }


@media (max-width: 768px) {
    .uc-tabs-buttons ul {
        display: flex;
        position: absolute;
        left: -20px;
        right: 0;
        top: 100px;
        z-index: 99;
        max-width: 500px;
        margin: 0 auto;
        border-spacing: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    
    .uc-tabs-buttons ul li {
        margin: 3px 10px;
        border-radius: 50px;
    }
    
    .uc-tabs-buttons .t395__tab {
        min-width: 200px;
    }
    .t395__tab:nth-last-child(2) {
        border-radius: 70px !important;
    }
}


.uc-tabs-buttons .t395__tab_active .t395__title {
    color: #EFE1CE!important;
    font-weight: 600 !important;
    background: #DA6E15!important;
}

.uc-tabs-buttons .t395__title {
    font-size: 14px;
    color: #EFE1CE!important;
    background: #2E2E28;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'Bounded';
    border-radius: 30px;
    height: 50px;
    padding-left: 40px;
}


#tab1_1036879786:before, #tab1_1050138201:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: -20px;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    background-image: url(https://optim.tildacdn.pub/tild3234-3761-4036-b830-336666383036/-/format/webp/river-plate.png.webp);
    background-size: contain;
}


#tab2_1036879786:before, #tab2_1050138201:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: -20px;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    background-image: url(https://optim.tildacdn.pub/tild3935-3737-4564-b865-653539303839/-/format/webp/pine-tree.png.webp);
    background-size: contain;
}


#tab3_1036879786:before, #tab3_1036879786:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: -20px;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    background-image: url(https://thumb.tildacdn.com/tild6533-3632-4232-b632-373533303136/-/format/webp/deck-chair.png.webp);
    background-size: contain;
}
    

/* Tab content */  

#rec1036813686 .tn-group[data-group-id="174760744746813450"], #rec1041201001 .tn-group[data-group-id="174760744746813450"], #rec1041109506 .tn-group[data-group-id="174760744746813450"], #rec1050138206 .tn-group[data-group-id="174760744746813450"], #rec1050138211 .tn-group[data-group-id="174760744746813450"], #rec1050138216 .tn-group[data-group-id="174760744746813450"], #rec1060251711 .tn-group[data-group-id="174760744746813450"], #rec1060253096 .tn-group[data-group-id="174760744746813450"]
 {
    z-index: 4;
    position: absolute;
    top: 359px;
    left: calc(50% - 600px + 620px);
    width: 520px;
    height: 465px !important;
    margin: 0 0 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    #rec1036813686 .tn-group[data-group-id="174760744746813450"], #rec1041201001 .tn-group[data-group-id="174760744746813450"], #rec1041109506 .tn-group[data-group-id="174760744746813450"], #rec1050138206 .tn-group[data-group-id="174760744746813450"], #rec1050138211 .tn-group[data-group-id="174760744746813450"], #rec1050138216 .tn-group[data-group-id="174760744746813450"], #rec1060251711 .tn-group[data-group-id="174760744746813450"], #rec1060253096 .tn-group[data-group-id="174760744746813450"]
     {
        z-index: 4;
        position: absolute;
        top: 359px;
        left: calc(50% - 600px + 620px);
        width: 500px;
        height: 465px !important;
        margin: 0 0 0 0;
        overflow-y: visible;
        overflow-x: visible;
    }
    .mini-map{
        display:block;
        max-height:400px;
        overflow:hidden;
    }
}    

#rec1036813686 .tn-elem[data-elem-id="1747607719599"], #rec1041201001 .tn-elem[data-elem-id="1747607719599"], #rec1041109506 .tn-elem[data-elem-id="1747607719599"]

 {
    z-index: 47;
    top: 357px;
    left: calc(50% - 600px + 58px);
    width: 533px;
    height: 438px;
    border-radius: 20px;
    overflow: hidden;
    border: 8px solid #f3eadf;
}


/* Rent block */

.uc-rent-block .t-card__btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    padding-right: 10px;
}

.uc-rent-block .t-card__btn:after {
    content: "";
    display: inline-block;
    padding: 0 10px 0 10px;
    vertical-align: bottom;
    height: 20px;
    width: 10px;
    background-image: url(https://optim.tildacdn.pub/tild6130-3632-4236-a233-663364363137/-/format/webp/next.png.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.uc-mini-form .t704 .t704__text-wrapper {
    margin-bottom: 20px;
}

.uc-mini-form .t704 .t704__title {
    margin-bottom: 4px;
}

.uc-mini-form .t704 .t-form_inputs-total_1 .t-input-group{
    max-width: 560px;
    width: auto;
}

/* Action block*/

.uc-actions-block .t-card__uptitle{
    position: absolute;
    top: -185px;
    right: 10px;
    z-index: 99;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 20px;
    color: #fffefe;
    font-weight: 600;
    font-family: 'Noto Sans';
    background: #8E9D2B;
}

.uc-actions-block .t-card__btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    padding-right: 10px;
}

.uc-actions-block .t-card__btn:after {
    content: "";
    display: inline-block;
    padding: 0 10px 0 10px;
    vertical-align: bottom;
    height: 20px;
    width: 10px;
    background-image: url(https://optim.tildacdn.pub/tild6130-3632-4236-a233-663364363137/-/format/webp/next.png.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


/* Location block */

.uc-location-block .quill-table__cell-line {
    margin: 2px 0;
    padding: 0;
    background: #B69070;
    color: #FCF4E9;
    width: fit-content;
    border-radius: 50px;
    padding: 7px 15px;
    float: right;
    font-weight: 700;
    text-align: right;
    letter-spacing: normal;
}

.uc-location-block  .t-card__uptitle {
    position: absolute;
    bottom: 245px;
    right: 10px;
    z-index: 2;
    font-size: 16px;
    line-height: 1.1;
    color: #fcf4e9;
    font-weight: 500;
    font-family: 'Noto Sans';
}

.uc-location-block  table .quill-table__cell {
    word-wrap: break-word;
    border: 0;
    padding: 2px 5px;
    position: relative;
}

.uc-location-block .t-card__btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    padding-right: 10px;
}

.uc-location-block .t-card__btn:after {
    content: "";
    display: inline-block;
    padding: 0 10px 0 10px;
    vertical-align: bottom;
    height: 20px;
    width: 10px;
    background-image: url(https://optim.tildacdn.pub/tild6130-3632-4236-a233-663364363137/-/format/webp/next.png.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.location-map{
    border-radius:30px;
    overflow:hidden;
}

/*Rent page*/
#rec1054077486 .t801__imgwrapper .t-slds__bgimg{
    border-radius:30px;
}


/* Main menu */

@media (max-width: 1200px) {
    #rec1034103586 .t229__list_item .t-menu__link-item {
        font-size: 12px!important;
    }   
}
    
#rec1034103586 .t-menu__link-item.t-active::after {
    bottom: -24px!important;
    border-bottom: 10px solid #da6e15!important;
}

#rec1034103586 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {
    bottom: -24px!important;
    border-bottom: 10px solid #778d70!important;
}


/**/

.uc-cottage-list .t-card__uptitle {
    background: #d96e14;
    color: #fcf4e9 !important;
    position: absolute;
    letter-spacing: normal;
    z-index: 3;
    top: 17px;
    left: -15px;
    line-height: 20px;
    padding: 13px 10px 0 10px;
    border-radius: 0 20px 20px 0;
}

.uc-cottage-list .t-card__uptitle::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: -0px; bottom: -16px; /* Положение треугольника */
    border: 8px solid transparent; 
    border-top: 8px solid #f8a560; 
    border-right: 8px solid #f8a560;
}


.uc-cottage-list .t1196__item{
    overflow:visible!important;
}  

.uc-cottage-list .t1196__imgwrapper {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 768px) {
    .uc-cottage-list .t1196__item .t-card__descr:not(:last-child) {
        padding-bottom: 20px;
    }
    .uc-cottage-list .t1196__item{
        margin:0 10px;
    }
}

@media screen and (max-width: 640px) {
    .uc-cottage-list .t-name_md {
        font-size: 26px;
    }
}

.uc-cottage-list .t-card__descr::before {
    content: " ";
    width: 30px;
    height: 30px;
    margin-top: -4px;
    margin-left: -40px;
    position: absolute;
    display: flex
;
    background-image: url(https://optim.tildacdn.pub/tild6463-3266-4438-a133-306337313735/-/cover/316x316/center/center/-/format/webp/family-sofa_3.png.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.uc-cottage-list .t-card__descr {
    margin-left: 40px;
}

.uc-cottage-list .t-card__btn:not(.t-animate_no-hover):hover {
    background-color: #3d3331 !important;
    color: #fcf4e9 !important;
}


/* Location Map */

.map-block{
    overflow:hidden;
    border-radius:20px;
}

/* Glebychevo page */

#rec1057165966 .t1196__controls, #rec1057408766 .t1196__controls, #rec1057825286 .t1196__controls{
    display:none;
}

/* Cottage */

.uc-cottage-list .quill-table__cell {
    word-wrap: break-word;
    border: 0!important;
    padding: 2px 5px;
    position: relative;
}

/*
#rec1058278221 .t1196__controls_slider{
    display: none;
}
*/

@media screen and (min-width: 640px) {
	#rec1058554121 .t1196__controls_slider{
		display: none;
	}
}	


@media screen and (max-width: 640px) {
	#rec1058554121 .t1196__controls_slider{
		display: visible!important;
	}
}	
	


/* Vacancy page*/

.uc-vacansy-info .t998__item{
    overflow:visible;
}

.uc-vacansy-info .t998__item {
    overflow: visible;
}

@media screen and (max-width: 640px) {
    .uc-vacansy-info  .t998__item {
        width: 140px;
        height: auto;
        margin: 0 10px;
    }
}

/* Footer */

.uc-footer a:hover{
    color:#DA6E15!important;
}

/* Cottage page*/

@media screen and (min-width: 960px) {
    .new-slider .t1196__slider
     {
        gap: 40px;
        overflow: hidden;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .new-slider .t1196__slider
     {
        gap: 40px;
        overflow: hidden;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}   

@media screen and (min-width: 480px and max-width: 560px) {
    .new-slider .t1196__slider
     {
        gap: 40px;
        overflow: hidden;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
} 

 @media screen and (max-width: 560px) {
    .new-slider .t1196__controls_slider {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        justify-content: space-between;
        padding: 0 5px;
     }
     .new-slider .t1196__scroll-icon-wrapper{
         display: none;
     }
}

@media screen and (max-width: 960px) {
    .new-slider .t1196__controls {
        display: flex;
    }
}

@media (max-width: 480px) {
    .new-slider .t1196__slider {
        /*margin-left: 10%; */
    }
}

@media screen and (max-width: 960px) {
    .new-slider .t1196__slider.t1196__slider_width_12 {
        --column-width: calc(1px - 1px);
        --column-gap: calc(1px - 1px);
        --container-max-width: 300px;
        overflow: hidden !important;
    }
}



/* Action page */

#rec1048265351 .t-card__uptitle {
    font-size: 18px;
    line-height: 1.1;
    color: #fcf4e9;
    font-weight: 700;
    font-family: 'Noto Sans';
    background: #8eb65e;
    width: fit-content;
    position: absolute;
    top: -50px;
    z-index: 99;
    right: 10px;
    padding: 10px;
    border-radius: 20px;
}

/* Search form */

@media screen and (max-width: 768px) {

    #block-search {
        border-radius:0!important;
    }
    .tl-container {
        padding: 0!important;
    }
}

#rec1084493381 .tn-elem[data-elem-id="1749150227619"]{
    position:relative;
}

#rec1084493381 .t396__artboard {
    height: auto !important;
}

