.smartfilter .price-sotka{
    display: none;
}
#list_map {
/*  display: none;
  width: 100%;
  height: 900px;
  margin: 34px 0 35px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
*/}

#detail_map{
  width: 100%;
  height: 100vh;
}
@media (min-width: 1200px) {
    #detail_map {
        height: 1024px;
        width: 100%;
    } 
}
@media (min-width: 1440px) {
    #detail_map {
        height: 874px;
    } 
}
@media (min-width: 1920px) {
    #detail_map {
        height: 1135px;
    } 
}

.pagination-wrap{
    display: none;
}
.ajax-pager-wrap{
    text-align: center;
    margin-top: 30px;
}
.ajax-pager-loading{
    display: inline-block;
    width: 53px;
    height: 53px;
    margin-top: 10px;
    background: url("../images/loader.svg") no-repeat;
}
.c-sel--form__FILTER .loader-cont{
    display: none;
}
.c-sel--form__FILTER .loader-cont.loading{
  background-image: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-color: rgba(244, 246, 249, 0.7);
  width: 100%;
  height: 266px;
  position: absolute;
  z-index: 1;
  border-radius: 32px;
  top: 0;
  left: 0;
  background-position: center;
  display: block;
}
.vp-heroPhoto--div__SWIPER1_SLIDE.hidden, .vp-heroPhoto--div__SWIPER2_SLIDE.hidden{
    display: none;
}
.vp-heroPhoto--button__CHOICE.disabled, .vp-heroPhoto--button__CHOICE.disabled input{
    pointer-events: none;  
    opacity: 0.4;
}
.ymaps-2-1-79-balloon-pane{
    top:-30px !important;
}
.ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout{
    border-radius:24px !important;
}
.ymaps-2-1-79-balloon__close-button{
    position: relative;
    top: 5px;
    right: 10px;
}

@media (max-width: 1200px) {
    .ymaps-2-1-79-balloon{
        width:320px !important;
    }
}
.hidden, .c-sel--div__TAPE_hidden{display: none}

.vp-hero--div__SWIPER{
    background: #000;
}
.vp-hero--div__SWIPER_SLIDE{
    opacity: 0.6;
}
/*.catalog_elements-list button.ajax-pager-link{display:none}*/
@media (max-width: 768px) {
    .catalog_elements-list a.ajax-pager-link{display:none}
    .catalog_elements-list button.ajax-pager-link{display:block}
}
/*.clusterIcon{
    width:80px;
    height: 50px;
    background-color: #ffffff;
    border:2px solid #00bf3f;
    padding: 10px;
}*/

.placemark {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    border-radius:50%;
}
.placemark.placemark-circle, .placemark.placemark-number{
    display: flex;
    justify-content: center;
    align-items: center;
}

.placemark.placemark-img{
    width: 27px;
    height: 27px;
    margin-left: -13px;
    margin-top: -13px;
    background-size: contain;
}
.placemark span{
    display: none;
}
.placemark.placemark-circle.active {
    width: 36px !important;
    height: 36px !important;
    margin-left: -18px !important;
    margin-top: -18px !important;
    border-radius:50%;
}
.ymaps-2-1-79-placemark-overlay.active{z-index:999 !important;}
.placemark.placemark-img.active, .placemark.placemark-number.active {
    transform: scale(1.3) !important;
}
.placemark.active span, .placemark.placemark-number span{
    display: block;
    color: #ffffff;
/*    font-size: 14px;*/
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
.placemark.placemark-img.active span{
    display: none;
}

.promo {
  animation: blink 0.6s infinite alternate ease-in-out, gradient 10s ease infinite;
}

@keyframes blink {
  from {
      transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@keyframes show-big-placemark {
/*    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
*/}

@keyframes show-small-placemark {
/*    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
*/}

.vp-map__FILTER__CLEAR{
    cursor:pointer;
padding: 8px 16px;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-accent);
  background-color: var(--bg-secondary);
  border: none;
  border-radius: 12px;
}

.vp-map--div__CARD_HEAD_1 {
    align-items: left;
    color:#030813;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1%;
    font-family: var(--font-family);
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
}
@media (max-width: 1200px) {
     {
        font-size: 22px;
        line-height: 20px;
    }
}

.vp-map--div__CARD_HEAD_1 .vp-map--div__CARD_area{
    display: block;
}
@media (min-width: 1200px) {
    .vp-map--div__CARD_HEAD_1 .vp-map--div__CARD_area{
        display: inline;
    }
}

.vp-map--div__CARD_HEAD .c-sel--button__HEART{
    position: relative;
    top: unset;
    right: unset;
    background: var(--bg-secondary, #F4F6F9);
}

.vp-map--div__BALLOON_OBR{
    height: 40px;
    border-radius: 25px;
    padding: 4px;
    background: #F4F6F9;
    margin-bottom: 20px;
}
.vp-map--div__BALLOON_OBR .vp-map--button__BALLOON_OBR{
    width: calc(50% - 38px);
    height: 20px;
    gap: 10px;
    border-radius: 20px;
    padding: 10px 16px 10px 16px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #6F737A;
    background: #F4F6F9;
    border: none;
}
@media (max-width: 1200px) {
    .vp-map--div__BALLOON_OBR .vp-map--button__BALLOON_OBR{
        font-size: 13px;
        line-height: 11px;
    }
}
.vp-map--div__BALLOON_OBR .vp-map--button__BALLOON_OBR.__vp-map--button__BALLOON_OBR__ACTIVE{
    border: 1px solid hsla(0, 0%, 7%, 0.1);
    box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.08);
    color: #030813;
    background: #FFFFFF;
}

.vp-map--tab__BALLOON_OBR_wrap{
    margin-bottom: 20px;
    display: none;
}
.vp-map--tab__BALLOON_OBR_wrap.vp-map--tab__BALLOON_OBR_wrap_ACTIVE{
    display: block;
}
.vp-map--tab__BALLOON_OBR_kadastr{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    vertical-align: bottom;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
}
@media (max-width: 1200px) {
    .vp-map--tab__BALLOON_OBR_kadastr{
        font-size: 13px;
        line-height: 13px;
    }
}
.vp-map--tab__BALLOON_OBR_{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #6F737A;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .vp-map--tab__BALLOON_OBR_{
        font-size: 13px;
    }
}
.vp-map--div__CARD_BODY{
    display: flex;
    height: 80px;
    justify-content: space-between;
    border-radius: 16px;
    padding: 12px 16px 12px 16px;
    background: var(--bg-secondary);
    align-items: center;
}
.vp-map--div__CARD-balloon .vp-map--div__CARD_BODY{
    padding: 12px 16px;
} 
.vp-map--div__CARD_BODY_1 {
    display: flex;
    flex-direction: column;
}
.vp-map--div__CARD_BODY .vp-map--a__CARD_BOTTOM{
    width: fit-content;
    height: auto;
    border-radius: 12px;
    padding: 12px 16px 12px 16px;
    background: #ffffff;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #00BF3F;
}
@media (max-width: 1200px) {
    .vp-map--div__CARD_BODY .vp-map--a__CARD_BOTTOM{
        font-size: 12px;
        padding: 12px 10px 12px 10px;
    }
}
.vp-map--p__PRICE.font__HEADING_CARD_TITLE{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1%;
    vertical-align: bottom;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;   
    color:#00BF3F;
}
.vp-map--p__PRICE.font__HEADING_CARD_TITLE_small{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #6F737A;
}
@media (max-width: 1200px) {
    .vp-map--p__PRICE.font__HEADING_CARD_TITLE_small{
        font-size: 13px;
    }
}

.vp-map--a__CARD_BOTTOM{
    height: 60px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-primary-inverse);
    background-color: var(--bg-accent-gradient-hover);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1%;
}
.vp-map--a__CARD_BOTTOM:hover{
    color: var(--text-primary-inverse);
    background-color: var(--bg-accent);
}
.fv-main_TAB{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.fv-main_TAB .fv-main_TAB_inner_tab{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;  
    gap:12px;  
}
.fv-main_TAB .fv-main_TAB_head{
    padding: 12px 24px;
    color: var(--text-secondary);
    background-color: var(--bg-tetriary);
    border-radius: 32px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: -1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    cursor:pointer;
}
.fv-main_TAB .fv-main_TAB_head.fv-main_TAB_head_active{
    color: var(--white);
    background-color: var(--text-accent);    
}
.fv-main--div__CONTAINER.fv-main--div__CONTAINER_fav{
    display: none;
}
.fv-main--div__CONTAINER_fav.fv-main--div__CONTAINER_visible{
    display: block;
}
.vp-vills--div__GRID_FAV_PLOTS .c-sel--h3{
    margin: 32px 0 8px;    
}
.vp-vills--div__GRID_FAV_PLOTS .c-sel--OBREMENENIE_TEXT{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #6F737A;
    margin-bottom: 16px;
}
.vp-vills--div__GRID_FAV_PLOTS .c-sel--a__VILLAGE{
    text-decoration: underline;
    color: var(--text-accent);
}
.vp-vills--div__GRID_FAV_PLOTS .vp-map--tab__BALLOON_OBR_kadastr{
    margin-bottom: 12px;
}
.vp-vills--div__GRID_FAV_PLOTS .vp-map--div__CARD_BODY{
    margin-bottom: 16px;
    margin-top: 5px;
}
.vp-vills--div__GRID_FAV_PLOTS .c-sel--OBREMENENIE{
    margin: 32px 0 4px;
}
.vp-vills--div__GRID_FAV_PLOTS .c-sel--OBREMENENIE span{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    vertical-align: bottom;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
}


.vp-map--div__LEFT_MENU {
    width: auto;
}




@media (max-width: 1200px) {
    .vp-map--p__PRICE.font__HEADING_CARD_TITLE {
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .vp-map--p__PRICE.font__HEADING_CARD_TITLE {
        font-size: 18px;
    }
}


.__vp-map--div__MODAL_MOB__ACTIVE .vp-map--div__LEFT_MENU_BLOCK{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}
.__vp-map--div__MODAL_MOB__ACTIVE .vp-map--div__LEFT_MENU_BLOCK .c-sel--form__FILTER{
    box-shadow: none
}

@media (min-width: 768px) {
    .vp-vills--div__GRID_FAV_PLOTS .vp-map--a__CARD_BOTTOM.goto_order_form {
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
    .vp-vills--div__GRID_FAV_PLOTS .vp-map--div__CARD_BODY {
        margin-bottom: 76px;
    }
}
.header-b__search-wrapper{
    margin-right: 8px;  
    padding-right: 150px;
    position: relative;
    align-self: baseline;  
}
@media (max-width: 1200px) {
    .header-b__search-wrapper{
        display: none;
    }
}
.header-b__search {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1200px) {
  .header-b__search {
    display: none;
  }
}

.header-b__search.header-b__search_active {
  width: 500px;
  position: absolute;
}
.header-b__search-value {
  position: relative;
  cursor: pointer;
  height: inherit;
}
.header-b__search-value svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  pointer-events: none;
  left: 30px;
}
.header-b__search_active .header-b__search-value svg {
  left: 15px;
}
.header-b__search-input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  padding: 2px 10px 2px 50px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  background-color: var(--bg-secondary);
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--font4);
  color: var(--text-secondary) !important;
  letter-spacing: -0.01em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}
.header-b__search-input:hover{
    border: none!important;
/*    border: 1.5px solid #14c82f !important;*/
}
.header-b__search-input:focus{
    border: none!important;
/*     border-left: 1.5px solid #14c82f !important;
     border-right: 1.5px solid #14c82f !important;
     border-top: 1.5px solid #14c82f !important;
     border-bottom: none !important;
*/}
.header-b__search-input::-webkit-input-placeholder {
  color: var(--color-gray);
}
.header-b__search-input::-moz-placeholder {
  color: var(--color-gray);
}
.header-b__search-input:-ms-input-placeholder {
  color: var(--color-gray);
}
.header-b__search-input::-ms-input-placeholder {
  color: var(--color-gray);
}
.header-b__search-input::placeholder {
  color: var(--color-gray);
}
.header-b__search_active .header-b__search-input {
  padding: 2px 45px 2px 40px;
  text-align: left;
  border-radius: 12px;

}
.header-b__search-drop {
  background-color: var(--bg-secondary);
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--font4);
  color: var(--text-secondary) !important;

  padding: 20px 15px 20px;
  border-radius: 12px;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 3;
  display: none;
  border: none!important;
/*  border-left: 1.5px solid #14c82f !important;
  border-right: 1.5px solid #14c82f !important;
  border-bottom: 1.5px solid #14c82f !important;
  border-top: none !important;*/
}

.header-b__search-drop.mob{
    top: 90px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
}
@media (min-width: 768px) {
    .header-b__search-drop.mob{
        top: 97px;
        margin-left: 32px;
        margin-right: 32px;
        width: calc(100% - 64px);        
    }
}


.header-b__search-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #333;
}
.header-b__search-close.mob{
    right: 0;
    top:unset;
    width: 25px;
}
.header-b__search-close:hover {
  color: var(--color-blue);
}
.header-b__search-close svg {
  width: 15px;
  height: auto;
  fill: currentColor;
}
.header-b__search_active .header-b__search-close {
  opacity: 1;
  pointer-events: auto;
}

.header-b__results {
  color: var(--text-secondary);
  font-size: 14px;
}
.header-b__results a {
  color: var(--text-secondary);
}
.header-b__results a:hover {
  color: #333;
}
.header-b__results p {
  margin: 0 0 2px;
}
.header-b__results p:last-child {
  margin: 0;
}
.header-b__results span {
  color: #00bf3e;
}
.header-b__results-row {
  margin: 0 0 20px;
}
.header-b__results-category {
  border-top: 1px solid #d9d9d9;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.stock-b__section {
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .stock-b__section {
    margin: 0 -20px;
    padding: 30px 20px;
  }
}
.search_item:nth-child(2n+1) {
  background: #ffffff;
  border-radius: 12px;
}
.search_item {
  padding: 14px;
}
.search_item p{
  margin: 14px 0 14px;
}
.search_item .search_title {
  font-size: 20px;
  color: var(--text-secondary);
}
.search_item small a, .search_item small a:visited {
  color: var(--text-secondary);
}


.top-page-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 15px;
  margin: 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #E2E5EB;
}
.top-page-b__search {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
.top-page-b__search_full {
  width: 100%;
  margin: 0 0 20px;
}
.top-page-b__search svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  left: 20px;
}
.top-page-b__search-input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  padding: 2px 15px 0 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--font-family);
  color: var(--text-secondary);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fff;
  border: 1px solid #00bf3f;
  border-radius: 8px;
}
.top-page-b__search-input:focus, .top-page-b__search-input:hover{
    border: 1px solid #00bf3f;    
}
.top-page-b__search-input::-webkit-input-placeholder {
  color: var(--text-secondary);
}
.top-page-b__search-input::-moz-placeholder {
  color: var(--text-secondary);
}
.top-page-b__search-input:-ms-input-placeholder {
  color: var(--text-secondary);
}
.top-page-b__search-input::-ms-input-placeholder {
  color: var(--text-secondary);
}
.top-page-b__search-input::placeholder {
  color: var(--text-secondary);
}
.header-b__mobile-search {
  border-bottom: 1px solid var(--border-primary);
  padding: 20px 0;
  position: relative;
  margin-bottom: 24px;
  display: none;
}
@media (max-width: 1200px) {
    .header-b__mobile-search{
        display: block;
    }
}
.header-searching-form {
  height: 40px;
}
.header-b__mobile-search svg {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: auto;
}
.header-b__mobile-search svg.icon__close{
    width:12px;
    left: 4px;
    top: 19px;
}
.c-mortgage--input[data-name="PRICE"]{
    text-align: left !important;
}


.vp-video-wrap{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 1454px) {
    .vp-video-wrap{
        justify-content: center;
    }
}
.vp-video-wrap .cn-main--p__VIDEO{
    width: 64%;
    font-size: 22px;
}

.login-btn{
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 15px;
    color: var(--text-primary-inverse);
    background: linear-gradient(170deg, #16d129, #11b43a);
    -webkit-appearance: none;
}
.login-btn::hover{
    background-color: var(--bg-accent-gradient-hover);
}

.c-sel--a__MAIN.all-sold{
    pointer-events: none;
}
.cs-address .vp-map--button_contacts{
    display: none;
}
.cs-address--div__CONTAINER #map_contacts{
/*    display: block;*/
}
@media (max-width: 767px) {
    .cs-address .vp-map--button_contacts{
        order: 2;
        display: block;
        margin-top: 17px;
    }
    .cs-address--div__CONTAINER #map_contacts{
        order: 3;
/*        display: none;*/
    }
    .cs-address--div__CONTAINER .cs-address--div__CONTENT{
        order: 1;
    }
}

#form_8 textarea{
    margin-bottom: 24px;
}

.c-sel--a-img__OPEN_PROJ{
    display: inline-block;
}
.ct-sel--button__CATALOG-goto{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
}

.messengers {
    position: fixed;
    left: 15px;
    bottom: 10px;
    width: auto;
    height: auto;
    background: #fff;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 18px;
    text-align: center;
    z-index: 29;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.messengers span {
    display: inline-block;
    margin: 5px 0;
    line-height: 24px;
    font-weight: bold;
}
.messengers a {
    display: block;
    width: 60px;
    height: 60px;
/*    margin: 5px auto;*/
}
.messengers img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .messengers {
        position:fixed;
        left:10px;
        bottom:10px;
        width:auto;
        height:46px;
        background: #fff;
        padding: 5px;
        border: solid 1px #ddd;
        border-radius: 10px;
        flex-direction: row;
    }
    .messengers span {
        display: inline-block;
        margin:1px 5px;
        float:left;
        line-height: 32px;
        font-weight: bold;
    }
    .messengers a {
        display: inline-block;
        width:32px;
        margin:1px;
        float:left;
    }
}

.vp-genplan--div__CONTAINER {
    display: flex;
    width: 100%;
}
@media (min-width: 1440px) {
    .vp-genplan--div__CONTAINER {
        padding: 80px 64px;
        
    }
}
@media (min-width: 1920px) {
    .vp-genplan--div__CONTAINER {
        margin: 0 auto;
        padding: 120px 0px;
    }
}

.plan-inline{
  width: 100%;
}

.plan-inline iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 1px solid #CFCFCF;
}
@media (min-width: 767px) {
    .plan-inline iframe {
      height: 765px;
    }
}

img.plan-gen-img{
    height: auto;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1440px) {
    img.plan-gen-img{
        height: 765px;
        width: fit-content;
    }
}

.c-old-link{
    width: 100%;
    height: 42px;
    background-color: #F4F6F9;
    display: flex;
    z-index: 99;
    position: relative;
    justify-content: center;
    align-items: center;
}
.c-old-link span{
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    letter-spacing: 0%;
    margin-right: 24px;
}
.c-old-link span.c-old-link_span_mid, .c-old-link span.c-old-link_span_max{
    display: none;
}

.c-old-link a{
    background-color: var(--bg-accent-gradient-hover);
    padding: 2px 4px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-primary-inverse);
    font-family: var(--font4);
    font-size: 16px;
    letter-spacing: 0.01em;
}

@media (min-width: 767px) {
    .c-old-link{
        height: 59px;
    }
    .c-old-link span{
        font-size: 16px;
    }
    .c-old-link a{
        padding: 12px 16px;
        font-size: 16px;
    }
}
@media (min-width: 1440px) {
    .c-old-link span.c-old-link_span_mob, .c-old-link span.c-old-link_span_max{
        display: none;
    }
    .c-old-link span.c-old-link_span_mid{
        display: block;
    }
}
@media (min-width: 1920px) {
    .c-old-link span.c-old-link_span_mid, .c-old-link span.c-old-link_span_mob{
        display: none;
    }
    .c-old-link span.c-old-link_span_max{
        display: block;
    }
}

.ct-text--a__detail {
    margin-right: 24px;
    padding: 13px 16px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-accent);
    background-color: var(--bg-secondary);
    border-radius: 12px;
    width:fit-content;
    margin-top: 20px;
    
}

@media (min-width: 768px) {

}
@media (min-width: 1440px) {
    .ct-text--a__detail {
        margin-right: 0;
    }
}
.ct-text--a__detail.open{
    display: none;
}
@media (any-hover: hover) {
    .ct-text--a__detail:hover {
        color: var(--text-primary-inverse);
        background-color: var(--bg-accent-gradient-hover);
    }
}

.ct-text--a__detail:active {
    color: var(--text-primary-inverse);
    background-color: var(--bg-accent-gradient-active);
}
.ct-text--div__CONTAINER_inner{
    max-height: 560px;
    overflow: hidden;
    line-height: 160%;
}
.ct-text--div__CONTAINER_inner.open{
    max-height: none;
    overflow: visible;
}
.ct-text--div__CONTAINER_inner a{
    color:var(--text-accent);
}
.ct-text--div__CONTAINER_inner ul{
    list-style-type: disc;
    margin-left: 20px;
}
.ct-text--div__CONTAINER_inner h2{
    margin-bottom: 20px;
}


.scheme-steps{
    display: grid;
    grid-template-columns: repeat(1, 1.0fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
}
@media (min-width: 768px) {
    .scheme-steps {
        grid-template-columns: repeat(2, 0.5fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media (min-width: 1440px) {
    .scheme-steps {
        grid-template-columns: repeat(4, 0.25fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
.scheme-steps .scheme-steps__item{
    background-color: var(--bg-tetriary);
    border-radius: 24px;
    padding: 20px;
}
.scheme-steps .scheme-steps__item strong{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.scheme-steps .scheme-steps__item .scheme-steps__item-text{
    color: var(--text-secondary);
    line-height: 150%;
}

.scheme-steps-second-screen__title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.scheme-steps-second-screen__docs strong{
    display: block;
    margin-bottom: 10px;
}
.scheme-steps-second-screen__table{
    margin-top: 20px;
    margin-bottom: 30px;
}
.scheme-steps-second-screen__table thead td {
  font-weight: bold;
  white-space: nowrap;
  padding: 0 20px 10px 0;
}
.scheme-steps-second-screen__table tbody td {
  border-top: 1px solid #dfe8ed;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .scheme-steps-second-screen__table tbody tr td:first-child {
    border-top: 1px solid #dfe8ed;
  }
}
@media (max-width: 991px) {
  .scheme-steps-second-screen__table tbody td {
    display: block;
    padding: 10px 0;
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .scheme-steps-second-screen__table thead {
    display: none;
  }
}
.scheme-steps-second-screen__text{
    font-weight: bold;
}
.scheme-steps-second-screen__text a{
    color: var(--text-accent);
    text-decoration: underline;
}

.about{
    display: grid;
    grid-template-columns: repeat(1, 1.0fr);
    gap: 40px;
    justify-items: center;
}
@media (min-width: 768px) {
    .about {
        grid-template-columns: repeat(2, 0.5fr);
    }
}
/*@media (min-width: 1440px) {
    .about {
        grid-template-columns: repeat(4, 0.25fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}*/
.about_item{
    display: flex;
    flex-direction: column;
}
.about_item .about__img{
}
.about_item .about__img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.about_item .about__info{
}
.about_item .about__title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}
.about_item .about__text{
    color: var(--text-secondary);
    line-height: 150%;
}

.info{
    display: flex;   
    flex-direction: column;  
}
@media (min-width: 768px) {
    .info{
        flex-direction: row;    
    }
}
.info .info__title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.info .info_first{
    width: 100%;
}
@media (min-width: 768px) {
    .info .info_first{
        width: 445px;
    }
}
.info .info_second{
    width: 100%;
    margin-top: 30px;
    color: var(--text-secondary);
    line-height: 150%;
}
@media (min-width: 768px) {
    .info .info_second{
        width: calc(100% - 460px);
        margin-left: 30px;
        margin-top: 0;
    }
}
.info .info_second p{
    margin-bottom: 10px;
}
.info .info__advantages{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.info .info__advantages .info__advantage{
    width: 30%;
}
.info .info__advantages .info__advantage img{
    width: auto;
    height: 70px;
}
.info .info__advantages .info__advantage div{
    color: var(--text-primary);
    line-height: 150%;
}
.advantages{
    width: 100%;
}
.advantages__list{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.advantages__list .advantages__link{
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
}
@media (min-width: 600px) {
    .advantages__list .advantages__link{
        width: calc(50% - 10px);
    }
}
@media (min-width: 1070px) {
    .advantages__list .advantages__link{
        width: 25%;
    }
    .advantages__list{
        flex-wrap: nowrap;
    }

}
.advantages__title, .advantages__desc{
    margin-top: 20px;
    color: var(--text-primary);
    line-height: 150%;
}
.advantages__title{
    font-weight: bold;
    font-size: 20px;
}
.advantages__desc{
    margin-top: 10px;
    color: var(--text-secondary);
}
.about_text p, .about_text ul{
    color: var(--text-secondary);
    line-height: 150%;  
    margin-bottom: 10px;  
}
.about_text ul{
    list-style-type: unset;
}
.about_text{
    margin-bottom: 10px;
}

.reviews__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-sel--label_HEADER_infra{
    display: flex;
    justify-content: space-between;
}
.c-sel--label_HEADER_infra .back_to_village{
    display: none;
    color: var(--text-accent);
    font-weight: normal;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.c-sel--label_HEADER_infra .back_to_village:hover{
    text-decoration: none;
}
.c-sel--label_HEADER_infra .back_to_village.active{
    display: block;
}
.price-sotka-init{
    display: none;
}

.c-sel--div__PLOT_PRICE {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--bg-tetriary);
  transition: max-height 0.4s;
}
.c-sel--div__PLOT_PRICE_inner{
    border: 3px solid rgb(244, 246, 249);
    height: 30px;
    background-color: #F4F6F9;
    box-shadow: none;
    padding: 10px 12px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    border-radius: 12345px;
    cursor: pointer;
}
.c-sel--div__PLOT_PRICE_inner.active{
    border: 3px solid #00BF3F;    
}

.fv-main--div__CONTAINER_fav{
    
}
.c-sel--div__BLOCK_plots_fav{
    margin: 8px 32px 20px 32px;  
    border-top: 1px solid #DDDDDD;  
    padding-top: 30px;
}

.c-sel--div__BLOCK_plots_fav .c-sel--div__BLOCK{
   background-color: #F4F6F9; 
   margin: 12px 0;
}