body._bg_gray  {
    background: #F5F7FA;
}

._area label#area-label {
    position: relative;
    background: #fff;
    display: flex;
    font-size: 14px;
    color: #18b2b2;
    font-weight: 500;
    padding: 0 12px;
    min-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #c4c4c4;
    cursor: pointer;
    border-radius: 4px;
}
._area label#area-label:after {
    content: "";
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 16px;
    height: 16px;
    background: url(../img/icons/select.svg) center / 100% no-repeat;
}

.popup_info {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #62626261;
    display: none
}

.popup_info.active {
    display: block
}

.popup_content {
    background: #fff;
    padding: 20px 30px;
    height: 100%;
    overflow-y: auto;
    margin: 10px auto;
    border-radius: 5px
}

.popup_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup_head .back, .popup_head .more_info, .popup_head .nav_popup {
    width: 33%
}

.popup_head .back {
    color: #000;
    font-family: Point;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.nav_popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup_head .details-main-body-card__content {
    margin-top: 0
}

.popup_head a.details-main-body-card__item {
    color: var(--black, #010101);
    font-family: Point;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 5px 10px
}

.popup_head a.details-main-body-card__item.active {
    border-radius: 50px;
    background: var(--black, #010101);
    color: var(--white, #fff)
}

.popup_head a.details-main-body-card__item.active .details-main-body-card__name {
    color: var(--white, #fff)
}

.popup_head .more_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end
}

.popup_head .share {
    color: var(--gray, #787878);
    font-family: Point;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.popup_head .specialist-info-body-card__item._favorite::before {
    margin-right: 5px
}

.popup_info .body_popup {
    margin: 10px 0
}

.popup_info .item_body_popup {
    display: none
}

.popup_info .item_body_popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div#map_build_popup {
    width: 100%;
    height: 100vh !important
}

.block_video iframe {
    width: 100%;
    height: 100vh
}

.block_photo .card__gallery.gallery-card._gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block_photo a.gallery-card__item.width50 {
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 10px) / 2);
    margin-bottom: 10px
}

.block_photo a.gallery-card__item.width33 {
    -ms-flex: 0 0 calc((100% - 20px) / 3);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 20px) / 3);
    margin-bottom: 10px
}

.details-main-body-card__content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.block_photo .card__gallery.gallery-card._gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block_photo a.gallery-card__item.width50 {
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 10px) / 2);
    margin-bottom: 10px
}

.block_photo a.gallery-card__item.width33 {
    -ms-flex: 0 0 calc((100% - 20px) / 3);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 20px) / 3);
    margin-bottom: 10px
}

.gallery-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
    width: 100%;
    max-width: 100%;
    padding-bottom: 30%;
    position: relative;
    display: block;
}

.gallery-card-complex .gallery-card__item {
    display: contents;
}

.gallery-card__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.area_building.submenu-filter__body {
    max-height: 250px;
    overflow-y: auto;
}

.fake-select__item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #787878;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    row-gap: 5px;
}

._area .body-search-banner__body {
    overflow-y: auto;
    max-height: 200px;
}

div#local-filter {
    z-index: 9;
}

form select {
    display: none;
}

div#cookie_info {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #f8f8f8;
}

div#cookie_info ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text_block {
    font-family: Point;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #747474;
    padding: 20px 40px 20px 0;
}

.button_block button {
    width: 167px;
    height: 47px;
    left: 1278px;
    top: 942px;
    background: #18b2b2;
    -webkit-box-shadow: 0 4px 10px rgb(24 178 178 / 35%);
    box-shadow: 0 4px 10px rgb(24 178 178 / 35%);
}

button.cookie_button {
    border-radius: 30px;
    font-family: Point;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #18b2b2;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 10px 5px;
    background: #fff;
    border: 1px solid #b8b8b8;
    height: 40px;
}

.team-card__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.team-card__image img {
    width: 238px;
    height: auto;
    border-radius: 5px;
}

.team-card__body {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

p.team-card__name {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

p.team-card__work {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

a.team-card__phone {
    font-family: Inter;
    font-size: 18px;
    font-weight: 900;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #18B2B2;
}

a.team-card__email {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

a.team-card__massage._popup-link {
    background: #18b2b2;
    border-radius: 2px;
    padding: 12px 35px;
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-height: 50px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

h3.my-offers__title {
    font-family: Inter;
    font-size: 42px;
    font-weight: 500;
    line-height: 50.83px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 30px 0px;
}

.consultant_icon {
    position: fixed;
    bottom: -50px;
    right: calc((100% - 1630px) / 2);
    width: 200px;
    height: 200px;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}
.consultant {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    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;
    background: #D9D9D9df;
    border: 8px solid #ffffffdf;
    -webkit-box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.25);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.consultant:hover{
    background: #D9D9D9;
    border: 8px solid #ffffff;
}
.consultant_icon._active .consultant {
    transform: scale(0) translate(100%, 100%);
    opacity: 0;
}
.consultant::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #18B2B2;
    position: absolute;
    right: 13px;
    bottom: 5px;
    animation: blink 2s infinite; /* Применяем анимацию */
}


.consultant__info{
    position: fixed;
    bottom: 0px;
    right: calc((100% - 1430px) / 2);
    width: 250px;
    height: 270px;
    z-index: 0;
    overflow: hidden;
}
.consultant__info._active {
    z-index: 3;
}
.consultant__body {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    background: #ffffff;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 22px rgba(0, 0, 0, .25);
    border-radius: 4px;
    opacity: 0;
    width: 190px;
    height: auto;
    top: 245px;
    right: -230px;
    transition: top 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.consultant__info._active .consultant__body {
    top: 60px;
    right: 22px;
    opacity: 1;
}




.consultant._active .consultant__info {
    display: flex;
    flex-direction: column;
    padding: 0 14px;
}

.consultant_close {
    position: absolute;
    right: 0px;
    box-shadow: 0px 4px 12px 0px #00000029;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: -45px;
    cursor: pointer;
}
.image_info {
    position: absolute;
    top: -52px;
    background: #D9D9D9df;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    left: 55px;
}
.consultant__image {
    cursor: pointer;
}
.consultant_name {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 25px;
}
.consultant_desc {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 16px;
}
.consultant_social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px;
}
a.consultant_phone {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    padding-bottom: 18px;
    display: block;
}
.consultant._active::after {
    display: none;
}

.cluster>div {
    top: 11px;
}

#area-label span {
    max-width: 165px;
    overflow: hidden;
}

.select__options {
    max-height: 250px;
    z-index: 9;
}

.top-catalog__sort select {
    display: none;
}

path._fill {
    display: none;
}

.favorite_active path._fill {
    display: block;
}

.info-block {
    padding: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #010101;
    font-family: Point;
    font-size: 16px;
}
.info-block p {
    flex: 0 0 calc((100% - 20px) / 1);
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #18b2b2;
    padding-bottom: 10px;
}
.blog-page__description ol, .blog-page__description ul {
    padding-left: 20px;
}
.blog-page__description img {
    max-width: 100%;
    border-radius: 15px;
}
.item-blog__date {
    text-transform: lowercase;
}

.page__my-offers .catalog__products {
    padding: 10px 75px 30px;
}.page__my-offers h3.my-offers__title {
    padding: 10px 75px 0px;
}

.submenu-filter__body.area_building {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.catalog-resident div#tab_map {
    margin-top: 25px;
}

.white_header .language-header__value{
    color: #ffffff;
}
.white_header .language-header__list a .language-header__value{
    color: #000000;
}
.white_header .nav-header__link{
    color: #ffffff;
}
.white_header .nav-header__link:hover{
    color: #000000;
}
.white_header .search-header__button svg path {
    fill: #ffffff;
}
.white_header  .header__action > svg path, .white_header  .header__action .header__icon svg path{
    fill: #ffffff;
}
.white_header  .contact-header__value {
    color: #ffffff;
}
.white_header  .contact-header__value:hover {
    color: #000000;
}
.white_header  .contact-header__text {
    color: #ffffff;
}
.white_header  .header__menu-open.icon-menu{
    border: 1px solid #fff;
    background: 0 0;
}
.white_header .header__menu-open:hover {
    background: #18a3a3;
}
.info-item-card__column span{
    position: relative;
    padding:3px;
}
.info-item-card__column span sup{
    position: absolute;
    top: 2px;
    right: -5px;
}
.item-card__info.info-item-card .info-item-card__column:first-child{
    padding-right: 5px;
}

.info-item-card__column p{
    position: relative;
    padding:3px;
}
.info-item-card__column p sup{
    position: absolute;
    top: 2px;
    right: -5px;
}

.fancybox-navigation .fancybox-button {
    background: #ffffff00;
}
.fancybox-navigation .fancybox-button div {
    border-radius: 50%;
    background: #ffffffb3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fancybox-navigation .fancybox-button div svg{
    display: none;
}
.fancybox-navigation .fancybox-button div:before {
    content: "";
    display: block; /* Обязательно, чтобы ::before отображался */
    width: 16px; /* Задайте ширину изображения */
    height: 16px; /* Задайте высоту изображения */
    background-image: url('https://mirax.md/app/img/icons/prev-gallery.svg');
    background-size: contain; /* Масштабирует изображение, чтобы оно полностью уместилось */
    background-repeat: no-repeat; /* Избегает повторения изображения */
    background-position: center; /* Центрирует изображение */
    filter: invert(1);
}
button.fancybox-button.fancybox-button--arrow_right div:before{
    transform: rotate(180deg);
}

.head-favorite__clear::before {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: url(../img/icon/basked.svg) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
}
.head-favorite__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #787878;
}
.my-offers__content {
    position: relative;
}
.delete_all_wishlist {
    position: absolute;
    right: 60px;
    top: -40px;
}
.team-card__content {
    padding: 10px 75px 0px;
}

.main-gallery-property__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.main-gallery-property__arrow.main-gallery-property-arrow-next {
    right: 5px;
}
.catalog__blocks .main-gallery-property__arrow {
    display: flex;
}

.main-gallery-property__arrow:hover {
    background: rgba(255, 255, 255, 0.80);
}
.main-gallery-property__arrow.main-gallery-property-arrow-prev {
    left: 5px;
}
div#local-filter-home {
    z-index: 9;
}
div#area {
    position: relative;
}
#area .body-search-banner__body {
    position: absolute;
    background: #fff;
    top: calc(100% + 0px);
    left: 0;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
    box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
    width: 100%;
    display: none;
}
#area .body-search-banner__body.active {
    display: flex;
}
.search-banner__label-home {
    min-height: 54px;
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
}

.main-gallery-property__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.08));
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}
.item-card__gallery:hover .main-gallery-property__arrow {
    opacity: 1;
}
._row-products .main-gallery-property__arrow svg {
    height: 15px;
    width: 15px;
    max-width: 24px;
    max-height: 100%;
}

a.header__action.header__favorite.active path{
    fill: #18b2b2;
}
a.header__action.header__favorite.active path{
    display: block;
}

h3.success_send {
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    padding-top: 10px;
}

a.header__action.header__favorite {
    position: relative;
}
a.header__action.header__favorite span{
    position: absolute;
    top: -7px;
    right: -4px;
    font-size: 12px;
    background: #18b2b24a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 2px;
    font-weight: 600;
    display: none;
}
a.header__action.header__favorite.active span{
    display: block;
}

.catalog__item.item-card .main-gallery-property__arrow {
    width: 34px;
    height: 34px;
}
.catalog__item.item-card .main-gallery-property__arrow  svg {
    width: 6px;
}

.text-seo-more ul li {
    list-style: unset;
    margin: 5px 0px;
    line-height: 150%;
}
.text-seo-more ul{
    margin: 5px 0px;
    padding-left:20px;
}

.text-seo-more h1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #18B2B2;
    margin-top: 24px;
    margin-bottom: 8px;
}

.text-seo-more h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #18B2B2;
    margin-top: 16spx;
    margin-bottom: 8px;
}

.text-seo-more h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #18B2B2;
    margin-top: 8px;
    margin-bottom: 8px;
}



.text-seo-more {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}
.text-seo-more.expanded {
    max-height: 1000px; /* достаточно большое значение, чтобы показать всё */
    -webkit-line-clamp: initial;
}
#readMoreBtn {
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #18b2b2;
    background-color: initial;
    width: max-content;
    gap: 8px;
    padding-left: 0;
}
#readShortBtn {
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    display: none;
    flex-direction: row;
    align-items: center;
    color: #18b2b2;
    background-color: initial;
    width: max-content;
    gap: 8px;
    padding-left: 0;
}
#readShortBtn svg.size-6 {
    transform: rotate(180deg);
}
#readShortBtn.active {
    display: flex;
}

@media (max-width: 1540.98px) {
    .consultant_icon {
        right: -65px;
    }
    .consultant__info {
        right: 0;
    }
}
@media (max-width: 1098.98px) {

    .body-search-banner__column.area-mobile {
        margin-top: 20px;
    }

    .filter-popup__local {
        position: relative;
    }
    .fake-select__head.select__title.select__value.select_mobile_location {
        margin-top: 10px;
    }
    div#location_mob {
        position: absolute;
        height: auto;
        background: #ffffff;
        width: 100%;
        z-index: 1000;
        max-height: 212px;
        overflow-y: auto;
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: .3s;
        transition: .3s;
    }
    div#location_mob.active {
        opacity: 1;
        visibility: initial;
        pointer-events: auto;
    }

    .fake-select__head.select__title.select__value.select_mobile_area {
        margin-top: 10px;
    }
    div#area_mob {
        position: absolute;
        height: auto;
        background: #ffffff;
        width: 100%;
        z-index: 1000;
        max-height: 212px;
        overflow-y: auto;
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: .3s;
        transition: .3s;
    }
    div#area_mob.active {
        opacity: 1;
        visibility: initial;
        pointer-events: auto;
    }
}
@media (max-width: 479.98px) {
    .team-card__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .team-card__body {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding-top: 5px;
    }
    .team-card__content {
        padding: 10px 25px 0px;
    }
    div#cookie_info ._container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .text_block {
        font-family: Point;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #747474;
        padding: 15px;
    }

    .delete_all_wishlist {
        position: absolute;
        right: 25px;
        top: -38px;
    }

    .page__my-offers h3.my-offers__title {
        padding: 10px 25px 0px;
        text-align: center;
    }
    .page__my-offers .catalog__products {
        padding: 10px 10px 30px;
    }
    .team-card__image img {
        width: 310px;
        height: auto;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .body-search-banner__column.area-mobile {
        margin-top: 20px;
    }

    .blog-page__description img{
        height: auto!important;
    }

    .map_item .product-item__name a {
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        color: #010101;
        display: block;
        max-width: 200px;
    }

    .filter-popup__local {
        position: relative;
    }
    .fake-select__head.select__title.select__value.select_mobile_location {
        margin-top: 10px;
    }
    div#location_mob {
        position: absolute;
        height: auto;
        background: #ffffff;
        width: 100%;
        z-index: 1000;
        max-height: 212px;
        overflow-y: auto;
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: .3s;
        transition: .3s;
    }
    div#location_mob.active {
        opacity: 1;
        visibility: initial;
        pointer-events: auto;
    }

    .fake-select__head.select__title.select__value.select_mobile_area {
        margin-top: 10px;
    }
    div#area_mob {
        position: absolute;
        height: auto;
        background: #ffffff;
        width: 100%;
        z-index: 1000;
        max-height: 212px;
        overflow-y: auto;
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: .3s;
        transition: .3s;
    }
    div#area_mob.active {
        opacity: 1;
        visibility: initial;
        pointer-events: auto;
    }

    .catalog__products .item-card__body .item-card__price{
        font-size: 25px;
    }
    .catalog__products .item-card__body .info-item-card__column{
        font-size: 17px;
    }
    .catalog__products .item-card__body .item-card__address{
        font-size: 20px;
    }
    .consultant_close {
        top: 0px;
    }

    .catalog__item.item-card .main-gallery-property__arrow {
        visibility: hidden;
    }
}
