 .t-popup__container {
        border-radius: 8px;
    }
    .interactive-wrapper {
        position: relative;
        overflow: hidden
    }
    
    .interactive__module.hide {
        right: -600px;
    }
    
    .interactive__module.show {
        right: 0;
    }
    
    .interactive__module {
        color: #fff;
    position: absolute;
    top: 0;
    font-family: 'Urman',Arial,sans-serif;
    bottom: 0;
    background-color: #454347;
    transition-duration: .25s;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 70px 50px;
    padding-bottom: 30px;
    min-width: 300px;
    gap: 16px;
    margin-bottom: 4px;
    margin-top: -1px;
    z-index: 300;
    overflow-y: scroll;
    max-width: 500px
}

.module__close, .module__close svg {
    transition-duration: .25s;
}

.module__close svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: white
}

.module__close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 31px;
    right: 31px;
    cursor: pointer;
    padding: 4px;
    z-index: 1;
}
    .interactive__map {
        width: 100vw
    }
    .interactive__map path {

        pointer-events:all;
        cursor: pointer;
        fill-opacity: 0.5;
        stroke: #eee;
    }
    
    .interactive path[data-status="Свободно"]:hover {
        fill-opacity: 0.3;
    }
    
    .interactive circle {
        position: relative;
        cursor: pointer;
        stroke: #86A7A6;
        pointer-events:all;
    }
    
    .tooltip {
        transform: translateX(-50%);
        position: absolute;
        font-family: 'Muller',Arial,sans-serif;
        font-weight: 500;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    
    .projects__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 20px;
    }
    
    .projects__item {
        position: relative;
        display: inline-block;
        overflow: hidden;
        transition: .5s;
        height: 150px
    }
    
    .projects__item img {
        max-width: 240px;
        transition: .5s; 
        display: block;
    }
    
    .projects__item:hover {
        cursor: pointer;
    }
    
    .projects__item:hover img {
    }
    
    .projects__price {
        background-color: #419596;
        padding: 3px 10px;
    }
    
    .project__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30px;
        right: 0px;
        display: flex
    }
    
    .projects__price {
        background-color: #419596;
        padding: 3px 10px;
    }
    
    .projects__area {
        background-color: #fff;
        padding: 3px 10px;
        color: black;
        flex-grow: 1;
        text-align: center;
    }
    
    .projects .price {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px
    }
    
    .main-price {
        font-size: 22px;
        font-weight: 700
    }
    
    .main-price a {
        font-size: 16px;
        font-weight: 400;
    }
    
    .projects {
        margin-top: 10px
    }
    
    .projects h2 {
        
    }
    
    .land {
        font-size: 24px;
        font-weight: 700
    }
    
   .area {
        align-self: flex-end;
    }
    
    .currentLand {
        fill-opacity: 0.3 !important;    
    }
    
    .projects__name {
        position: absolute;
        background-color: #fff;
        color: #419596;
        font-weight: 500;
        padding: 4px 10px;
        left: 0;
        right: 0;
        transition: .5s;
    }
    .project__name-text {
        transition: .2s;
        z-index: 50;
        position: relative;
    }
    
    .project__left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 5px;
        background-color: #419596;
        transition: .5s;
    }
    
    .projects__item:hover .project__name-text {
        color: #fff;
    }
    
    .projects__item:hover .project__left {
        width: 100%;
    }
    
    .grayscale {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    }
    
    .price {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
    
    .current {
        width: 100%;
        color: #fff;
    }
    
.interactive__module {
  scrollbar-width: thin;
  scrollbar-color: #419596 #fff;
}

/* Works on Chrome, Edge, and Safari */
.interactive__module::-webkit-scrollbar {
  width: 8px;
}

.interactive__module::-webkit-scrollbar-track {
  background: #fff;
}

.interactive__module::-webkit-scrollbar-thumb {
  background-color: #419596;
  border-radius: 20px;
}

.interactive {
  scrollbar-width: thin;
  scrollbar-color: #419596 #fff;
}

/* Works on Chrome, Edge, and Safari */
.interactive::-webkit-scrollbar {
  width: 20px;
}

.interactive::-webkit-scrollbar-track {
  background: #fff;
}

.interactive::-webkit-scrollbar-thumb {
  background-color: #419596;
  border-radius: 20px;
}

.btn-block {
    display: none;
    margin-top: 16px;
}

.btn {
    background-color: #419596;
    color: #fff !important;
    font-size: 20px;
    padding: 15px 40px;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

.btn-text {
    margin-top: 16px;
    opacity: 0.5;
    font-size: 12px;
}

.swiper-interactive, .swiper-thumbs {
    width: 498px;
    overflow: hidden;
    position: relative;
}

.swiper-interactive {
    margin-top: 20px;
    margin-bottom: 15px
}

.house img {
    width: inherit;
}

.swiper-slide-thumb-active {
    opacity: .5;
}

.swiper-button-prev, .swiper-button-next {
    width: 36px !important;
    height: 40px !important;
}

.swiper-button-disabled {
    opacity: 0.5
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.t-carousel__zoomer__arrow__wrapper:before {
    background: #419596 !important;
    color: #fff;
}
.thumb {
    cursor: pointer;
}
.head-block {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
#rec674752377 {
    display: none
}

 @media screen and (max-width: 1200px) {
        .projects__item img {
            max-width: 190px;
        }
        .projects__item {
            height: 130px;
        }
        .project__footer, .project__name-text {
            font-size: 14px;
        }
        .interactive__module {
            gap: 12px;
            width: 410px;
        }
        
        .price {
            gap: 8px;
        }
        .land, .projects h2 {
            font-size: 20px;
        }
        .main-price {
            font-size: 18px;
        }
        .btn-block {
            margin-top: 10px
        }
        .projects__name, .projects__price, .projects__area {
            padding: 4px 10px
        }
        .project__footer {
            height: 25px
        }
        .swiper-interactive, .swiper-thumbs {
            width: 400px
        }
    }
    @media screen and (max-width: 768px) {
        .interactive {
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
        }
        
        .interactive__map {
            height: 100vh;
            width: auto;
            margin-left: -100px;
        }
        .interactive__module {
            bottom: 18px;
        }
    }
    @media screen and (max-width: 576px) {
        .projects__list {
            width: 93vw;
            gap: 10px;
        }
        .interactive__module {
            padding: 70px 10px;
            max-width: none
        }
        .interactive__module.show {
            left: 0
        }
        .projects__price {
            padding: 4px 5px;
        }
        .projects__area {
            display: none
        }
        .projects__price {
            flex-grow: 1
        }
        .interactive__module {
            width: calc(100vw - 19px);
        }
        .swiper-interactive, .swiper-thumbs {
            width: 92vw;
        }
        .projects__item {
            height: 150px;
        }
        .projects__item img {
            max-width: 260px;
        }
        
    }
     @media screen and (max-width: 440px) {
         .projects__item {
             height: 130px;
         }
         .projects__item img {
             max-width: 200px
         }
     }
     @media screen and (max-width: 768px) and (max-height: 480px) {
         .interactive__map {
            height: 150vh;
         }
     }

/* Кнопки и ссылки */

.btn-two-left .tn-atom {
    border-radius: 8px 0 0 8px !important;
}

.btn-two-right .tn-atom {
    border-radius: 0 8px 8px 0 !important;
}

@media screen and (max-width: 479px) {
    .btn-two-left .tn-atom,
    .btn-two-right .tn-atom,
    .btn .tn-atom {
        font-size: 16px !important;
        line-height: 1.1 !important;
        padding: 0 15px !important;
        letter-spacing: 0.01em !important;
    }
}

@media screen and (max-width: 389px) {
    .btn-two-left .tn-atom,
    .btn-two-right .tn-atom,
    .btn .tn-atom {
        font-size: 14px !important;
    }
}

.uc-urman-link .tn-atom a {
    color: #459596 !important;
    transition: 0.2s;
}

.uc-urman-link .tn-atom a:hover {
    color: #59b4b5 !important;
}

@media screen and (max-width: 389px) {
    .btn-normal a {
        padding: 0 40px !important;
    }
}

.uc-urman-f-links a {
    color: #222929 !important;
    opacity: 1;
    transition: 0.2s;
}

.uc-urman-f-links a:hover {
    color: #222929 !important;
    opacity: 0.7;
    cursor: pointer;
}



/* Заголовки */

.uc-urman-title .t-container {
    max-width: 1320px;
}

.uc-urman-title .t-col {
    max-width: 1320px;
    margin-left: 0px;
    margin-right: 0px;
}

.uc-urman-title .t030__title {
    font-size: 48px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
}

.uc-urman-title .t030__title {
    margin-bottom: 0px;
}

@media screen and (max-width: 1359px) {
    .uc-urman-title .t-container {
        max-width: 1160px;
    }
    
    .uc-urman-title .t-col {
        max-width: 1160px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .t254__text.t-text.t-text_lg {
        font-size: 42px !important;
        line-height: 1.1 !important;
    }
}

@media screen and (max-width: 1199px) {
    .uc-urman-title .t-container {
        max-width: 920px;
    }
    
    .uc-urman-title .t-col {
        max-width: 920px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 960px) {
    .uc-urman-title .t-container {
        max-width: 1000px;
    }
    
    .uc-urman-title .t-col {
        max-width: 1000px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 959px) {
    .uc-urman-title .t-container {
        max-width: 640px;
    }
    
    .uc-urman-title .t-col {
        max-width: 640px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 899px) {
    .uc-urman-title .t030__title {
        font-size: 42px;
    }
    
    .t254__text.t-text.t-text_lg {
        font-size: 42px !important;
        line-height: 1.1 !important;
    }
}

@media screen and (max-width: 639px) {
    .uc-urman-title .t-container {
        max-width: 480px;
    }
    
    .uc-urman-title .t-col {
        max-width: 480px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-title .t030__title {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }
    
    .t254__text.t-text.t-text_lg {
        font-size: 34px !important;
        line-height: 1.1 !important;
    }
}

@media screen and (max-width: 479px) {
    .uc-urman-title .t-container {
        max-width: 390px;
    }
    
    .uc-urman-title .t-col {
        max-width: 400px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-title .t030__title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    .t254__text.t-text.t-text_lg {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
}

@media screen and (max-width: 389px) {
    .uc-urman-title .t-container {
        max-width: 320px;
    }
    
    .uc-urman-title .t-col {
        max-width: 320px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-title .t030__title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    .t254__text.t-text.t-text_lg {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
}




/* Переключатель блоков, таблицы, раскрывайки */

.uc-urman-select-blk .t-container,
.uc-urman-table .t-container,
.uc-urman-opn .t-container {
    max-width: 1320px;
}

.uc-urman-select-blk .t-col,
.uc-urman-table .t-col,
.uc-urman-opn .t-col {
    margin-left: 0px;
    margin-right: 0px;
}

.uc-urman-select-blk .t-width_12,
.uc-urman-table .t-col_12,
.uc-urman-opn .t-col_12 {
    max-width: 100%;
}

.uc-urman-table .t614__col {
    border-left: 0px solid #eee !important;
}

.uc-urman-opn .t585__img {
    width: 100% !important;
    max-width: 640px !important;
    margin-bottom: 0px !important;
    float: right !important;
    margin-left: 40px !important;
    border-radius: 8px !important;
}

.uc-urman-table .t614__left {
    width: 660px !important;
    min-width: 660px !important;
}

@media screen and (max-width: 1359px) {
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container {
        max-width: 1160px;
    }
    
    .uc-urman-select-blk .t-width_12,
    .uc-urman-table .t-col_12,
    .uc-urman-opn .t-col_12 {
        max-width: 100%;
        max-width: 1160px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-table .t614__left {
        width: 440px !important;
        min-width: 440px !important;
    }
    
    .uc-urman-opn .t585__img {
        max-width: 560px !important;
    }
}

@media screen and (max-width: 1199px) {
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container {
        max-width: 920px;
    }
    
    .uc-urman-select-blk .t-width_12,
    .uc-urman-table .t-col_12,
    .uc-urman-opn .t-col_12 {
        max-width: 100%;
        max-width: 920px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-table .t614__left {
        width: 340px !important;
        min-width: 340px !important;
    }
    
    .uc-urman-select-blk .t395__title {
        font-size: 14px !important;
    }
    
    .uc-urman-opn .t585__text {
            max-width: 450px !important;
    }
    
    .uc-urman-opn .t585__img {
        max-width: 450px !important;
    }
}
     
@media screen and (max-width: 960px) {
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container {
        max-width: 1000px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-select-blk .t395__select {
        text-transform: uppercase;
    }
}

@media screen and (max-width: 959px) {
    .t614:before {
        content: ""; 
        width: 100px;
        height: 100%;
        position: absolute;
        background: linear-gradient(90deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, 100) 100%);
        right: 0;
        top: 0;
        z-index: 99;
        display: none;
    }
    
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container {
        max-width: 640px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        max-width: 640px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .t614__middle_item,
    .t614__header {
        display: table;
        width: 100%;
        max-width: 600px;
        table-layout: fixed;
    }

    .t614__col {
        width: 46px;
        width: 46px;
    }

    .uc-urman-table .t614__left {
        width: 120px !important;
        min-width: 120px !important;
    }
    
    .t614__title.t614__middle_title.t-descr.t-descr_xs {
        font-size: 16px !important;
    }
    
    .t614__title.t614__header_title.t-name.t-name_xs {
        font-size: 11px !important;
    }
    
    .t614__title {
        padding: 6px 5px !important
    }
    
    .uc-urman-opn .t585__img {
        max-width: 720px !important; 
        width: 100% !important;
    }
    
    .t614 {
        width: 600px;
        margin: 0 auto;
        position: relative;
    }

    .t614__container.t-container {
        max-width: 600px;
        margin: 0 auto !important;
        padding: 0 !important;
        position: relative;
    }
    
    .t614__mobile {
        padding: 40px 0px;
    }
}
            
@media screen and (max-width: 639px) {
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container { 
        max-width: 480px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        max-width: 480px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .t614 {
        width: 480px;
        margin: 0 auto;
        position: relative;
    }
    
    .uc-urman-table .t-col {
        max-width: 440px;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0 auto;
    }
    
    .t614__title.t614__middle_title.t-descr.t-descr_xs {
        font-size: 13px !important; 
    }
}

@media screen and (max-width: 479px) {
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container {
        max-width: 400px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        max-width: 400px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-select-blk .t-text {
        font-size: 22px !important;
    }
    
    .t614 {
        width: 280px;
    }
}

@media screen and (max-width: 389px) {
    .uc-urman-select-blk .t-container,
    .uc-urman-table .t-container,
    .uc-urman-opn .t-container {
        max-width: 320px;
    }
    
    .uc-urman-select-blk .t-col,
    .uc-urman-table .t-col,
    .uc-urman-opn .t-col {
        max-width: 320px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-opn .t585__text {
        font-size: 18px !important;
    }
    
    .uc-urman-table .t614__left {
        width: 70px !important;
    }
    
    .t614:before {
        width: 50px;
        display: block;
    }
}




/* Лид и текст */  

.uc-big-text .t-container {
    max-width: 1320px;
}

.uc-big-text .t-col {
    margin-left: 0px;
    margin-right: 0px;
}

.uc-big-text .t004 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.t005 .t-container {
    max-width: 1360px;
}

.t005 .t-col_6 {
    max-width: 640px;
}

.t897__container {
    width: 100%;
    max-width: 1360px !important;
}

.t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
    max-width: 413px !important;
}

.js-feed.t-feed.t-feed_col {
    width: 100% !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
}

@media screen and (max-width: 1359px) {
    .uc-big-text .t-container {
        max-width: 1160px;
    }
    
    .uc-big-text .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-big-text-2col {
    }
    
    .uc-big-text-2col .t-container {
        max-width: 1200px;
    }
    
    .uc-big-text-2col .t-container .t-col {
        max-width: 560px;
    }
}

@media screen and (max-width: 1199px) {
    .uc-big-text .t-container {
        max-width: 920px;
    }
    
    .uc-big-text .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-big-text-2col {
    }
    
    .uc-big-text-2col .t-container {
        max-width: 940px;
    }
    
    .uc-big-text-2col .t-container .t-col {
        width: 100%;
        max-width: 780px;
    }
    
    .uc-big-text-2col .t-text {
        padding-bottom: 28px !important;
    }
    
    .uc-big-text-2col .t-col_6:nth-child(2n) .t-text {
        padding-bottom: 0px !important;
    }
}
     
@media screen and (max-width: 960px) {
    .uc-big-text .t-container {
        max-width: 1000px;
    }
    
    .uc-big-text .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-big-text-2col .t-container {
        max-width: 640px;
    }
}

@media screen and (max-width: 959px) {
    .uc-big-text .t-container {
        max-width: 640px;
    }
    
    .uc-big-text .t-col {
        max-width: 640px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
            
@media screen and (max-width: 639px) {
    .uc-big-text .t-container {
        max-width: 480px;
    }
    
    .uc-big-text .t-col {
        max-width: 480px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-big-text-2col .t-container {
        max-width: 480px;
    }
}

@media screen and (max-width: 479px) {
    .uc-big-text .t-container {
        max-width: 400px;
    }
    
    .uc-big-text .t-col {
        max-width: 400px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-big-text .t-text {
        font-size: 22px !important;
    }
    
    .uc-big-text-2col .t-container {
        max-width: 400px;
    }
    
    .uc-big-text-2col .t-container .t-text_md {
        font-size: 22px !important;
    }
    
    .uc-big-text-2col .t-text {
        padding-bottom: 0px !important;
    }
    
    .uc-big-text-2col .t-col_6:nth-child(2n) .t-text {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 389px) {
    .uc-big-text .t-container {
        max-width: 320px;
    }
    
    .uc-big-text .t-col {
        max-width: 320px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-big-text-2col .t-container {
        max-width: 320px;
    }
}




/* Блоки с проектами домов */

.uc-houses .t649 .t649__sp {
    padding: 18px 0px !important;
}

.uc-houses .t649 .t-card__title {
    padding-top: 3px;
    margin: 0px;
}

.uc-houses .t-text_sm {
    margin-top: 8px;
}

.uc-houses .t-bgimg{
    border-radius: 8px !important;
}

.uc-houses .t-container {
    max-width: 1320px;
}

.uc-houses .t-col {
    margin-left: 0px;
    margin-right: 40px;
    max-width: 413.2px;
}

.uc-houses .t-col:nth-child(3) {
    margin-right: 0px;
} 

.uc-houses .t-col:nth-child(7) {
    margin-right: 0px;
} 

@media screen and (max-width: 1359px) {
    .uc-houses .t-container {
        max-width: 1160px;
    }
    
    .uc-houses .t-col {
        margin-left: 0px;
        margin-right: 40px;
        max-width: 360px;
    }
}

@media screen and (max-width: 1199px) {
    .uc-houses .t-container {
        max-width: 920px;
    }
    
    .uc-houses .t-col {
        margin-left: 0px;
        margin-right: 20px;
        max-width: 293.3px;
    }
}
     
@media screen and (max-width: 960px) {
    .uc-houses .t-container {
        max-width: 1000px;
    }
    
    .uc-houses .t-col {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    
    .uc-houses .t649 .t649__sp {
        padding: 0px 0px 0px 20px !important;
    }
}

@media screen and (max-width: 959px) {
    .uc-houses .t-container {
        max-width: 640px;
    }
    
    .uc-houses .t-col {
        max-width: 640px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    
    .uc-houses .t649__col {
        margin-bottom: 40px !important;
    }
    
    .uc-houses .t649 .t649__sp {
        padding: 0px 0px 0px 20px!important;
    }
    
    .uc-houses .t649 .t649__blockimg_3-2 {
        padding-bottom: 100%;
    }
}
        
@media screen and (max-width: 639px) {
    .uc-houses .t-container {
        max-width: 480px;
    }
    
    .uc-houses .t-col {
        max-width: 480px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    
    .uc-houses .t649__col {
        margin-bottom: 40px !important;
    }
    
    .uc-houses .t649 .t649__sp {
        padding: 0px 0px 0px 20px !important;
    }
    
    .uc-houses .t649 .t649__blockimg_3-2 {
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 479px) {
    .uc-houses .t-container {
        max-width: 400px;
    }
    
    .uc-houses .t-col {
        max-width: 400px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    
    .uc-houses .t649__col {
        margin-bottom: 40px !important;
    }
    
    .uc-houses .t649 .t649__sp {
        padding: 12px 0px 0px 0px !important;
    }
    
    .uc-houses .t649 .t649__blockimg_3-2 {
        padding-bottom: 66%;
    }
}

@media screen and (max-width: 389px) {
    .uc-houses .t-container {
        max-width: 320px;
    }
    
    .uc-houses .t-col {
        max-width: 320px;
        margin-left: 0px;
        margin-right: 0px;
    }
}




/* Интервалы */

@media screen and (max-width: 959px) {
    .uc-ind-1 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .uc-ind-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width: 389px) {
    .uc-ind-1 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .uc-ind-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}




/* Форма внизу */ 

.uc-photo-form .tn-atom {
    border-radius: 0 8px 8px 0 !important;
}

@media screen and (max-width: 959px) {
    .uc-photo-form .tn-atom {
        border-radius: 8px !important;
    }
}




/* Основное меню */

.uc-menu-open {
    z-index: 99999;
}

.uc-menu-place .tc-popup {
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.uc-menu-place .t-popup__container {
    top: 0 !important;
}

.uc-menu-place .t-popup__block-close {
    top: 29px;
    right: 50px;
}

.uc-menu-place .t-popup__block-close rect {
    width: 1px;
}

@media screen and (max-width: 1359px) {
    .uc-menu-place .t-popup__close.t-popup__block-close {
        position: absolute;
        width: 100%;
        max-width: 1180px;
        margin: 0 auto !important;
        text-align: right;
        top: 19px;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .uc-menu-place .t-popup__close.t-popup__block-close {
        max-width: 940px;
        top: 19px;
    }
}

@media screen and (max-width: 959px) {
    .uc-menu-place .t-popup__close.t-popup__block-close {
        max-width: 620px;
        top: 19px;
    }
}

@media screen and (max-width: 639px) {
    .uc-menu-place .t-popup__close.t-popup__block-close {
        max-width: 460px;
        top: 9px;
    }
}

@media screen and (max-width: 479px) {
    .uc-menu-place .t-popup__close.t-popup__block-close {
        max-width: 300px;
        top: 9px;
    }
}

@media screen and (max-width: 389px) {
    .uc-menu-place .t-popup__close.t-popup__block-close {
        max-width: 300px;
        top: 9px;
    }
}




/* Галерея с заходом за экран */

.uc-urman-gallery-2 .t-slds__container {
    overflow: visible !important;
}

.uc-urman-gallery-2 .t-slds__container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99;
    left: -100%;
    margin: 0px;
    opacity: 1.0;
}

.uc-urman-gallery-2 .t923__bgimg.t-bgimg.loaded {
    border-radius: 8px !important;
}

.uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right {
    opacity: 1 !important;
}

.uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
    top: -63px;
    margin-left: 1210px;
    position: relative;
}

.uc-urman-gallery-2 .t-slds__arrow_body.t-slds__arrow_body-left svg {
    display: none !important;
}

.uc-urman-gallery-2 .t-slds__arrow_body.t-slds__arrow_body-left:before {
    content:"";
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://static.tildacdn.com/tild3634-6533-4062-b736-386465383035/arr-2.svg);
    position: relative;
    left: -12px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.uc-urman-gallery-2 .t-slds {
    overflow: visible;
    width: 1340px;
    position: relative;
    margin: 0 auto;
}

.uc-urman-gallery-2 .t923 .t-slds__arrow_wrapper {
    width: 10% !important;
}

.uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
    top: -63px;
    position: relative; 
    left: 100%;
    margin-left: -40px;
}

.uc-urman-gallery-2 .t-slds__arrow_body.t-slds__arrow_body-right svg {
    display: none !important;
}

.uc-urman-gallery-2 .t-slds__arrow_body.t-slds__arrow_body-right:before {
    content:"";
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://static.tildacdn.com/tild3634-6533-4062-b736-386465383035/arr-2.svg);
    position: relative;
    left: -12px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.uc-urman-gallery-2 .t923__textwrapper.t923__paddingsmall {
    padding: 18px 0px;
}

.uc-urman-gallery-2 .t-col {
    margin-left: 0px;
    margin-right: 40px;
}

.uc-urman-gallery-2 .t-container {
    max-width: 1320px;
}

.uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
    width: 380px !important;
}

@media screen and (max-width: 1359px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .uc-urman-gallery-2 .t-container {
        max-width: 1160px;
    }
    
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 380px !important;
    }
    
    .uc-urman-gallery-2 .t-slds {
        overflow: visible;
        max-width: 1160px;
    }

    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
        top: -63px;
        margin-left: 1040px;
        position: relative;
    }
    
    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
        top: -63px;
        position: relative; 
        left: 100%;
        margin-left: -30px;
    }
}

@media screen and (max-width: 1359px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .uc-urman-gallery-2 .t923 .t-slds__container {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    
    .uc-urman-gallery-2 .t-container {
        max-width: 920px;
    }
    
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 380px !important;
    }
    
    .uc-urman-gallery-2 .t-slds {
        overflow: visible;
        max-width: 920px;
    }

    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
        top: -66px;
        margin-left: 790px;
        position: relative;
    }
    
    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
        top: -66px;
        position: relative; 
        left: 100%;
        margin-left: -30px;
    }
}

@media screen and (max-width: 959px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 0px;
        margin-right: 20px;
    }
    
    .uc-urman-gallery-2 .t923 .t-slds__container {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    
    .uc-urman-gallery-2 .t-container {
        max-width: 600px;
    }
    
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 360px !important;
    }
    
    .uc-urman-gallery-2 .t-width .t-slds__wrapper {
        padding: 0px !important;
    }
    
    .uc-urman-title .t-col {
        max-width: 620px !important;
    }
    
    .uc-urman-gallery-2 .t-slds {
        overflow: visible;
        max-width: 600px;
    }

    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
        top: -58px;
        margin-left: 500px;
        position: relative;
    }
    
    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
        top: -58px;
        position: relative; 
        left: 100%;
        margin-left: -30px;
    }
}

@media screen and (max-width: 639px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 0px;
        margin-right: 20px;
    }
    
    .uc-urman-gallery-2 .t923 .t-slds__container {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    
    .uc-urman-gallery-2 .t-container {
        max-width: 440px;
    }
    
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 320px !important;
    }
    
    .uc-urman-gallery-2 .t-width .t-slds__wrapper {
        padding: 0px !important;
    }
    
    .uc-urman-gallery-2 .t923 .t923__slds-wrapper .t-col {
        padding: 0px !important;
    }
    
    .uc-urman-title .t-col {
        max-width: 620px !important;
    }
    
    .uc-urman-gallery-2 .t-slds {
        overflow: visible;
        max-width: 450px;
    }

    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
        top: -54px;
        margin-left: 380px;
        position: relative;
    }
    
    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
        top: -54px;
        position: relative; 
        left: 100%;
        margin-left: -30px;
    }
}

@media screen and (max-width: 479px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 0px;
        margin-right: 20px;
    }
    
    .uc-urman-gallery-2 .t923 .t-slds__container {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    
    .uc-urman-gallery-2 .t-container {
        max-width: 360px;
    }
    
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 280px !important;
    }
    
    .uc-urman-gallery-2 .t-width .t-slds__wrapper {
        padding: 0px !important;
    }
    
    .uc-urman-gallery-2 .t923 .t923__slds-wrapper .t-col {
        padding: 0px !important;
    }
    
    .uc-urman-gallery-2 .t-slds {
        overflow: visible;
        max-width: 360px;
    }

    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
        top: -50px;
        margin-left: 290px;
        position: relative;
    }
    
    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
        top: -50px;
        position: relative; 
        left: 100%;
        margin-left: -30px;
    }
}

@media screen and (max-width: 389px) {
    .uc-urman-gallery-2 .t-col {
        margin-left: 0px;
        margin-right: 20px;
    }
    
    .uc-urman-gallery-2 .t923 .t-slds__container {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    
    .uc-urman-gallery-2 .t-container {
        max-width: 280px;
    }
    
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 260px !important;
    }
    
    .uc-urman-gallery-2 .t-width .t-slds__wrapper {
        padding: 0px !important;
    }
    
    .uc-urman-gallery-2 .t923 .t923__slds-wrapper .t-col {
        padding: 0px !important;
    }
    
    .uc-urman-gallery-2 .t-slds {
        overflow: visible;
        max-width: 290px;
    }

    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
        top: -50px;
        margin-left: 226px;
        position: relative;
        display: none;
    }
    
    .uc-urman-gallery-2 button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg {
        top: -50px;
        position: relative; 
        left: 100%;
        margin-left: -30px;
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .uc-urman-gallery-2 .t-card__col.t-card__col_withoutbtn.t-slds__item {
        width: 220px !important;
    }
}




/* Слайдер с точками */

.uc-urman-slider .t-slds__bullet .t-slds__bullet_body {
    border: 1px solid #fff !important;
    background: none !important;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0);
    transition: 0.25s;
}

.uc-urman-slider .t-slds__bullet_active .t-slds__bullet_body {
    background: #fff !important;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}

.uc-urman-slider svg.t-null__slds-arrow.t-null__slds-arrow_1 {
    opacity: 0 !important;
}

.uc-urman-slider .t-slds__arrow {
    background-color: rgba(255, 255, 255, 0.9) !important;
    transition: 0.25s !important;
}

.uc-urman-slider .t-slds__arrow:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}




/* Тизер телеграм */

.uc-urman-tlg-blk ul {
    padding-left: 0px !important;
}

.uc-urman-tlg-blk ul li {
    list-style: none;
    margin-left: 30px !important;
    padding: 0;
}

.uc-urman-tlg-blk ul li:before {
    content: "— ";
    width: 20px;
    height: 20px;
    color: #59b4b5;
    font-weight: 600;
    position: absolute;
    margin-left: -30px;
}




/* Каендарь мероприятий */

.t-feed__post-bgimg.t-bgimg.loaded {
    border-radius: 8px !important;
}

@media screen and (max-width: 1359px) {
    .js-feed.t-feed.t-feed_col {
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
    
    .t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        max-width: 360px !important;
    }
}

@media screen and (max-width: 1199px) {
    .js-feed.t-feed.t-feed_col {
        width: 100% !important;
        max-width: 940px !important;
        margin: 0 auto !important;
    }
    
    .t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        max-width: 293px !important;
    }
}

@media screen and (max-width: 959px) {
    .js-feed.t-feed.t-feed_col {
        width: 100% !important;
        max-width: 640px !important;
        margin: 0 auto !important;
    }
    
    .t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        max-width: 640px !important;
    }
}

@media screen and (max-width: 639px) {
    .js-feed.t-feed.t-feed_col {
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
    }
    
    .t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        max-width: 640px !important;
    }
}

@media screen and (max-width: 479px) {
    .js-feed.t-feed.t-feed_col {
        width: 100% !important;
        max-width: 390px !important;
        margin: 0 auto !important;
    }
    
    .t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        max-width: 640px !important;
    }
}

@media screen and (max-width: 389px) {
    .js-feed.t-feed.t-feed_col {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }
    
    .t897__container li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        max-width: 640px !important;
    }
}