.search-item {
    position: relative;
    min-height: 220px;
    font-weight: 400;
    font-family: 'SF Pro Display', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-item__viewport {
    padding: 5px;
    border-radius: 8px;
    min-height: 220px;
    display: flex;
    gap: 20px;
    transition: box-shadow 0.1s ease-in-out;
}

.search-item__btn--quick-actions {
    display: none;
    border-radius: 5px;
    min-width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    transition: background-color 0.1s ease-in-out;
}

.search-item__tgb .search-item__header {
    flex-direction: column;
}

.search-item__btn--quick-actions:active {
    background: #ddddde;
}

.search-item__header_tgb {
    white-space: break-spaces;
}

.search-item__metro-section, .search-item__geo, .search-item__description > span, .search-item__main-info, .search-item__sub-desc {
    z-index: 1;
}

.search-item__main-info {
    position: relative;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.search-item__link-overlay {
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

.search-item__link-overlay-mobile {
    display: none;
}

.main-menu__price-sign {
    width: 20px;
    height: 20px;
}

.main-menu__price-sign-down {
    fill: #2fb24c;
}

.main-menu__price-sign-up {
    fill: #ff3333;
    transform: rotate(180deg);
}

.search-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    margin-left: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.search-item_unpublished {
    min-height: 100px;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
    font-size: 1.5rem;
}

.search-item.search-item_empty-box {
    padding: 0;
}

.search-item__images {
    position: relative;
    height: 100%;
}

.search-item__image-block {
    left: 0;
    top: 20px;
    filter: contrast(1.2);
    flex-shrink: 0;
}

.search-img {
    position: relative;
}

.search-item__tgb .search-item__image-block {
    width: 292px;
    height: 292px;
}

.search-item__images .brazzers-photo-wrap {
    /*noinspection CssFloatPxLength*/
    padding-bottom: .05px; /* Отключение margin collapsing */
}

.search-item__images .brazzers-preloader {
    min-height: 180px;
}

.search-item__images .brazzers-photo__img, .brazzers-photo__img {
    margin-bottom: 0;
    object-fit: cover;
    /*width: 240px;*/
    width: 100%;
    aspect-ratio: 1;
}

.search-item__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.main-menu__price {
    display: flex;
    gap: 5px;
}

.main-menu__price:has(.main-menu__price-sign) {
    min-width: 188px;
}

.main-menu__price:has(.main-menu__price-sign) .search-item__price-second {
    margin-left: 30px;
}

.search-item__price-second-align {
    margin-left: 25px;
}

.search-item__user-verified {
    display: none;
}

.search-item__image.js-lazyload, .brazzers-photo__img.js-lazyload {
    position: absolute;
}

.search-item__label {
    position: absolute;
    top: 0;
    left: 0;
    background: #6ec632;
    color: #fff;
    padding: 0 5px;
}

.search-item__tgb .search-item__image_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
}

.search-item__tgb:hover .search-item__image_bg {
    opacity: 1;
}

.search-item__tgb .search-item__tags {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.search-item__tgb .search-item__tag {
    float: left;
    margin-bottom: 5px;
    padding: 4px 8px;
    background-color: #FB9A15;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.search-item__tgb .search-item__tag:nth-child(3) {
    margin-bottom: 0;
}

.search-item__count-images {
    padding: 7px 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.65);
}

.search-item__images-counter {
    background: url("images/photo.png") no-repeat 6px;
    padding: 0 0 0 33px;
}

.search-item__video-counter {
    background: url("images/video.png") no-repeat 6px;
    padding: 0 0 0 33px;
}

.search-item__count-images_theme_mobile-min-540 {
    position: absolute;
    bottom: 7px;
    left: 5px;
    color: #fff;
}

.search-item__image-label {
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/image-label-icons.png);
}

.search-item__geo-more {
    position: relative;
    margin-left: 15px;
}

.search-item__geo-more-button {
    line-height: 120%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    user-select: none;
}

.search-item__more-count, .search-item__more-hide {
    font-weight: 500;
    line-height: 120%;
    color: #86868b;
}

.search-item__more-arrow {
    transition: transform 0.1s ease;
    width: 14px;
    height: 10px;
    transform: rotate(-180deg);
}

.search-item__footer-action-tooltip.tooltip-popper {
    font-weight: 500;
    line-height: 120%;
}

.search-item__link-dev {
    position: relative;
    z-index: 1;
}

.search-item__geo-more-button.search-item__geo-more-button_expanded .search-item__more-count {
    display: none;
}

.search-item__geo-more-button:not(.search-item__geo-more-button_expanded) .search-item__more-hide {
    display: none;
}

.search-item__geo-more-button.search-item__geo-more-button_expanded .search-item__more-arrow {
    transform: rotate(0deg);
}

.search-item__geo-more-popup {
    position: absolute;
    display: flex;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    padding: 15px 30px 15px 15px;
    left: 0;
    z-index: 10;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 #1e202408,
                0 1px 1px 0 #1e202407,
                0 1px 3px 0 #1e202409,
                0 2px 5px 0 #1e20240b,
                0 4px 9px 0 #1e20240d,
                0 9px 22px 0 #1e20240f;
    transform: translateY(-15px);
    transition: all 0.1s ease;
}

.search-item__geo-more-popup-mobile {
    display: none;
    width: 100%;
    margin-top: 7px;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
    height: 0;
    transition: transform 0.1s ease;
}

.search-item__geo-section:has(.search-item__geo-more-button_expanded) .search-item__geo-more-popup-mobile {
    display: flex;
    height: auto;
}

.search-item__geo-section:has(.search-item__geo-more-popup-mobile) {
    flex-wrap: wrap;
    height: unset;
}

.search-item__geo-section:has(.search-item__geo-more-button_expanded) .search-item__geo-more-popup {
    opacity: 1;
    transform: translateY(5px);
    visibility: visible;
}

.search-item__footer-actions {
    position: relative;
    display: flex;
    gap: 5px;
}

a.search-item__footer-action.search-item__footer-action-more {
    display: flex;
    opacity: 1;
}

.search-item__footer-additional-actions {
    display: flex;
    gap: 5px;
    user-select: none;
}

.search-item__footer-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-item__footer-action > img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transition: background-color 0.1s ease-in-out;
}

.search-item__footer-action-more > img {
    display: none;
    opacity: 0;
}

.search-item__footer-action:hover > img {
    background: #e6e6e7;
}

.search-item__footer-action:active > img {
    background: #ddddde;
}

.search-item__footer-action.search-item__footer-action-more:active > img {
    background: #e6e6e7;
}

.search-item__places_left {
    margin-top: 1px;
}

.search-item__sub-desc {
    position: relative;
    display: flex;
    min-height: 20px;
    margin-top: 4px;
    margin-bottom: 12px;
    gap: 10px;
    flex-wrap: wrap;
}

.search-item_floors {
    font-family: 'Roboto', sans-serif;
    color: #333336;
}

.search-item__title-link {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
    text-decoration: none;
    color: #333336;
    line-height: 100%;
    transition: color 0.1s ease-in-out;
    padding-right: 5px;
}

.search-item__title-part {
    text-wrap: nowrap;
}

.search-item__viewport:hover .search-item__title-link {
    color: #4299f7;
}

.search-item__viewport:hover .search-item__title-link:hover {
    color: #2d82e0;
}

.search-item__viewport:hover .search-item__title-link:active {
    color: #2974c3;
}

.search-item__geo-section {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    height: 20px;
}

.search-item__images-tags {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.search-item__images-tag {
    font-weight: 500;
    padding: 5.5px 10px;
    background: #fff;
    color: #333336;
    font-size: 12px;
    line-height: 120%;
    border-radius: 5px;
}

.search-item__viewport:hover .search-item__title-link:focus {
    color: #4299f7;
}

.search-item__admin-link {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    color: #4299f7;
    text-decoration: none;
    white-space: normal;
    transition: color 0.1s ease-in-out;
    max-width: 290px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.search-item__admin-link:hover {
    color: #2d82e0;
}

.search-item__admin-link:active {
    color: #2974c3;
}

.search-item__admin-link:focus {
    color: #4299f7;
}

.search-item__category,
.search-item__house {
    font-weight: 500;
    color: #86868b;
}

.footer {
    overflow: hidden;
}

.search-item__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 2px;
}

.search-item__header .search-item__title-link {
    display: block;
    position: relative;
    z-index: 1;
    white-space: normal;
}

.search-item__header .search-item__title-link.search-item__item-link-mobile {
    display: none;
    color: #333336;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.search-item__favorite_theme_usually {
    padding: 0 22px 0 0;
    font-size: 0;
}

.search-item__header .search-item__right-icons {
    position: absolute;
    top: 20px;
    right: 0;
}

.search-item__header .search-item__right-icons > span {
    float: left;
    margin-right: 5px;
}

.search-item__header .search-item__right-icons > span:last-child {
    float: left;
    margin-right: 0;
}

.search-item__price .is-online-show {
    background: #f4f5f5;
    padding: 3px 8px 3px 20px;
    color: #676767;
    font-size: 14px;
    position: relative;
}

.search-item__price .is-online-show:before {
    position: absolute;
    left: 8px;
    top: 8px;
    height: 6px;
    width: 6px;
    background: #58d765;
    content: "";
    border-radius: 3px;
}

.search-item__short-info .is-online-show-mobile {
    width: 16px;
    height: 16px;
    position: relative;
    float: right;
    margin: 12px 15px 0 0;
    background-color: rgba(244, 245, 245, 0.3);
    border-radius: 50%;
}

.is-online-show-mobile:before {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #58d765;
    content: "";
    border-radius: 3px;
    display: inline-block;
    top: 5px;
    left: 5px;
}

.search-item__price {
    font-size: 20px;
    font-weight: 400;
}

.search-item__price-values {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.search-item__price-values.search-item__price-values__price-old {
    /*line-height: 1.1em;*/
    line-height: 0.8em;
}

.search-item__price-first {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #333336;
    line-height: 100%;
    min-width: 165px;
}

.search-item__tgb .common-declaration__wrap {
    border-radius: 5px;
}

.main-menu__price:has(.price-history-wrapper-mobile) {
    display: none;
}

.search-item__price-first-mobile {
    display: none;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333336;
    line-height: 122%;
    margin-bottom: 5px;
}

.search-item__price-period {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #86868b;
    line-height: 100%;
    min-width: 165px;
}

.search-item__price-period-align {
    margin-left: 25px;
}

.search-item__price-second {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #86868b;
    line-height: 100%;
    min-width: 165px;
}

.search-item__price-old {
    color: #ccc;
    text-decoration: line-through;
}

.search-item__price_theme_mobile-max-540 .search-item__price-old {
    color: #ddd;
    font-size: .6em;
}

.search-item__price .search-item__price-period,
.search-item__price .search-item__agent-fee {
    font-size: .6em;
}

/*.search-item__price-change {*/
/*font-size: 14px;*/
/*vertical-align: top;*/
/*margin-top: 6px;*/
/*display: inline-block;*/
/*}*/

a.search-item__footer-action {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.search-item__viewport:hover a.search-item__footer-action {
    display: flex;
    opacity: 1;
}

.search-item__price .search-item__agent-fee {
    color: #777;
}

.search-item__price-info {
    float: right;
    line-height: .4em;
    /*padding-top: 7px;*/
    padding-top: 11px;
}

.search-item__price-values__price-old + .search-item__price-info {
    padding-top: 19px;
}

.search-item__price_theme_mobile-max-540 .search-item__price-period,
.search-item__price_theme_mobile-max-540 .search-item__agent-fee {
    font-size: .5em;
    /** Добавка */
    float: left;
    width: 100%;
}

.search-item__price_theme_mobile-max-540 .search-item__price-period {
    padding-top: 2px;
}

.search-item__price_theme_mobile-max-540 .search-item__agent-fee {
    /*color: #ccc;*/
    color: #a9a8a8;
}

.search-item__price-change span.rur span {
    margin-top: 2px;
}

.search-item__header .search-item__price {
    margin: 3px 0 7px 0;
}

.search-item__short-info .search-item__price {
    float: left;
    margin-right: 10px;
}

.search-item__theme_premium {

}

.search-item__theme_premium .search-item__info {
    min-height: 285px;
    padding-bottom: 5px;
}

.search-item__user-avatar-rounded {
    border-radius: 50%;
}

.search-item__images-additional {
    margin-top: 5px;
    height: 60px;
    display: flex;
    gap: 5px;
}

.search-item__image-addtional {
    width: 94px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.search-item__images-additional_half .search-item__image-addtional {
    width: 144px;
}

.search-item__image {
    aspect-ratio: 73 / 50;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: opacity 0.2s ease-in-out;
}

.search-item__geo {
    position: relative;
    display: flex;
    margin-bottom: 11px;
    line-height: 120%;
    min-height: 17px;
    margin-top: 2px;
}
.search-item__places:has(.search-item__places_right) .search-item__geo {
    max-width: 500px;
}


.geo-block__geo-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 120%;
}

.search-item__geo > span, .search-item__geo > a {
    white-space: nowrap;
}

.search-item__geo > span {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    color: #333336;
}

.geo-block__geo-info_link {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    color: #333336;
    text-decoration: none;
}

.geo-block__geo-info_link:hover {
    color: #4299f7;
}

.geo-block__geo-info_link:focus {
    color: #333336;
}

.geo-block__geo-info_link:active {
    color: #333336;
}

.search-item__btn-callback {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    width: 164px;
    height: 40px;
    font-size: 14px;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    border-radius: 5px;
    color: #333336;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    user-select: none;
}

.search-item__theme_premium .search-item__btn-callback {
    background: #4299f7;
    color: #fff;
}

.search-item__building-tag {
    width: fit-content;
    display: flex;
    height: 25px;
    font-size: 12px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    line-height: 120%;
    color: #333336;
    border-radius: 5px;
    background: #f5f5f5;
}

.search-item__places {
    display: flex;
    justify-content: space-between;
}

.search-item__places_right {
    min-width: 165px;
}

.search-item__building-tag-align {
    margin-left: 30px;
}

@media (hover: hover) and (pointer: fine) {
    .search-item__btn-callback:hover {
        background: #e6e6e7;
        color: #333336;
    }

    .search-item__theme_premium .search-item__btn-callback:hover {
        background: #2d82e0;
        color: #fff;
    }

    .search-item__viewport:hover {
        box-shadow: 0 0 1px 0 rgba(30, 32, 36, 0.03), 0 1px 1px 0 rgba(30, 32, 36, 0.0283),
        0 1px 3px 0 rgba(30, 32, 36, 0.035), 0 2px 5px 0 rgba(30, 32, 36, 0.0417),
        0 4px 9px 0 rgba(30, 32, 36, 0.05), 0 9px 22px 0 rgba(30, 32, 36, 0.06);
    }
}

.search-item__btn-callback:active {
    background: #ddddde;
}


.search-item__theme_premium .search-item__btn-callback:active {
    background: #2974c3;
    color: #fff;
}

.geo-block__geo-info_no-link {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    color: #333336;
}

.search-item__address-icon {
    margin-right: 5px;
    height: 15px;
    min-width: 15px;
    position: relative;
    margin-top: 2px;
}

.search-item__description {
    font-size: 14px;
    line-height: 120%;
    height: 17px;
    color: #86868b;
    margin: 0;
}

.search-item__theme_premium .search-item__description {
    max-height: 34px;
    height: 100%;
}

.search-item__description-multiline {
    height: 47px;
}

.search-item__description > span {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    margin-right: 104px;
    line-height: 120%;
}

.search-item__description-multiline > span {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.search-item__theme_premium .search-item__description > span {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.search-item .search-item__properties {
    font-size: 0;
    margin-bottom: 22px;
}

.search-item__tgb .search-item__properties {
    margin-bottom: 10px;
}

.search-item__item-property {
    line-height: 20px;
    min-height: 16px;
    font-size: 14px;
}

.search-item__distance {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    padding: 0 0 0 7px;
    color: #86868b;
}

.search-item__distance-icon {
    padding-left: 5px;
}

.search-item__footer > ul {
    margin-bottom: 0;
}

.search-item .search-item__footer > ul > li {
    margin-bottom: 5px;
}

.search-item__footer .search-item__item-property {
    display: inline-block;
    margin-right: 20px;
    padding-left: 25px;
    color: #676767;
}

.search-item__properties-item-label {
    color: #676767;
}

.search-item__user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.search-item__user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 40px;
}

.geo-block__geo-adv {
    display: flex;
}

.search-item__user-name {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333336;
    line-height: 110%;

}

.search-item__user-type {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    color: #86868b;
    line-height: 120%;
}

.search-item__user-avatar {
    width: 30px;
    height: 30px;
}

.search-item__user-avatar-empty {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.search-item__footer-first {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-item__user-avatar-empty img {
    width: 14px;
}

.search-item__user-type img {
    margin-left: 5px;
}

.search-item__properties .search-item__item-property {
    display: inline-block;
    margin-bottom: 5px;
}

.search-item__metro a {
    position: relative;
    color: #333336;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;
}

.search-item__metro-icon {
    width: 15px;
    height: 14px;
    fill: #ff3333;
}

.search-item__metro a:hover {
    color: #4299f7;
}

.search-item__mcc a {
    position: relative;
    color: #333336;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;
}

.search-item__mcc a:hover {
    color: #4299f7;
}

.search-item__road a {
    position: relative;
    color: #333336;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;
}

.search-item__road a:hover {
    color: #4299f7;
}

.search-item__road img {
    width: 17px;
    height: 12px;
}

.search-item__footer {
    position: relative;
    font-size: 0;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.search-item__last-update {
    font-size: 14px;
    width: 165px;
    height: 40px;
    color: #86868b;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-item__last-update span {
    display: none;
}

.search-item__viewport:hover .search-item__last-update span {
    display: inline;
}

.search-item__look {
    background: url(images/look.png) no-repeat left;
}

.search-item__provider {
    background: url(images/avatar.png) no-repeat left;
}

.search-item__actions {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.search-item__viewed-label {
    position: absolute;
    bottom: 30px;
    right: 0;
    color: #676767;
    font-size: 13px;
    opacity: 1;
    display: none;
}

.move-object_was-view .search-item__viewed-label {
    display: block;
}

.search-item__action {
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
    color: #676767;
    padding-left: 20px;
}

.search-item__action_theme_cry {
    background: url(images/cry.png) no-repeat left;
}

.search-item__action_theme_note {
    background: url(images/note.png) no-repeat left;
}

.search-item__action .object-favorite,
.search-item__action .object-appeal {
    color: #1e81b6;
    text-decoration: underline;
}

.search-item__action .object-favorite:hover,
.search-item__action .object-appeal:hover {
    color: #2a6496;
    text-decoration: none;
    cursor: pointer;
}

.search-item:last-child {
    border-bottom: none;
    margin-bottom: 10px;
}

.search-item__tgb:last-child {
    border-bottom: none;
}

.search-item__theme_premium .search-item__favorite_theme_usually {
    right: 10px;
}

.search-item__theme_premium .search-item__viewed-label {
    right: 10px;
}

.enshrined-items .search-item__image-label {
    width: 36px;
    height: 36px;
    background-position: 36px top;
}

.enshrined-items .search-item {
    border-bottom: 1px solid #d6d3d0;
    margin-bottom: 0;
}

.search-item__theme_premium .search-item__image-label {
    width: 36px;
    height: 36px;
    background-position: 0 top;
}

.search-item:hover .search-item__favorite_theme_usually {
    font-size: 15px;
}

.search-item:hover .search-item__actions {
    display: block;
}

.search-item:hover .search-item__viewed-label {
    display: none;
}

.search-item__btn-phone {
    height: 30px;
    border: 1px solid #e4e4e4;
    padding: 0 5px 0 26px;
    font-size: 15px;
    display: inline-block;
    line-height: 28px;
    background: url(../specs/images/items-phone.png) no-repeat 5px;
}

.search-item__btn-phone-link {
    color: #000;
    text-decoration: none;
}

.search-item__btns {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}

.search-item__btns .search-item__btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.search-item__btns .search-item__btn_primary {
    float: left;
    color: #fff;
    background: #1ebadb;
}

.search-item__btns .search-item__btn:hover {
    text-decoration: underline;
}

.search-item__btns .search-item__btn-list {
    float: left;
}

.search-item__btns .search-item__btn-block {
    float: left;
    margin-left: 5px;
}

.search-item__btns .search-item__btn-block .search-item__btn {
    display: block;
    background: #d6d6d6;
    color: #000;
}

.search-item__tgb .search-item__btn-list .search-item__btn-block:first-child {
    display: none;
}

.search-item__btns .search-item__btn-block:nth-child(n+3) {
    display: none;
}

.search-item__btn-drop {
    float: left;
    margin-left: 5px;
    background: url(images/opt-drop.png);
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}

.search-item__logo-link {
    position: absolute;
    right: 0;
    z-index: 1;
}

.search-item__logo {
    width: 130px;
    height: 30px;
}

.search-page__description:first-letter {
    text-transform: uppercase;
}

.search-item__poi span {
    background: url(../block-geo/images/poi.svg) no-repeat left;
    background-size: 13px 16px;
    padding-left: 19px;
}

.search-item__mra-19 {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 15px;
}

.search-item__mra-19_win {
    color: #000;
}

.search-item__mra-19 img {
    float: left;
    font-size: 13px;
    margin-right: 14px;
}

.search-item__begin-wrapper {
    padding: 10px 0 20px;
    border-bottom: 1px solid #d6d3d0;
}

.search-item__position-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #d6d3d0;
}

.search-item__end-wrapper {
    padding: 20px 0;
}

.search-item-questions {
    margin-top: 28px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}

.search-item-question {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
}

.search-item-questions-header {
    margin-top: 55px;
    align-self: stretch;
    color: #000;
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /*align-self: stretch;*/
}

.search-item-question__header {
    align-self: stretch;
}

h2.search-item-question__header {
    margin: 0 55px 0 0;
}

.search-item-question__header-text {
    color: #333336;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

h4.search-item-question__header-text {
    margin: 0;
}

.search-item-question__header-link {
    position: relative;
    padding-left: 40px;
    display: block;

    text-decoration: none;
    color: #333336 !important;
}

.search-item-question__header-link-arrow {
    position: absolute;
    left: 0;
    top: -2px;

    transform: rotate(180deg);
}

.search-item-question__header-link-arrow::after {
    content: url('/themes/v3/images/arrow.svg');
}

.search-item-question__header-link.collapsed .search-item-question__header-link-arrow {
    transform: rotate(0deg);
}

.search-item-question__body {
    padding-left: 40px;
    align-self: stretch;
}

.search-item-question__body-text {
    color: #333336;
    font-family: Roboto, sans-serif;
    line-height: 120%;
}

.search-item__tgb .whatsapp-button {
    display: inline-block;
    margin-top: 10px;
    z-index: 1;
}

.search-item__tgb .whatsapp-button__content {
    position: static;
    padding: unset;
}

.search-item__after-whatsapp-text {
    display: inline-block;
    color: #86868b;
    font-size: 1.4rem;
    font-family: SF Pro Display, Roboto, sans-serif;
    margin-top: 4px;
    position: relative;
}

.search-item__tgb .search-item__image {
    width: 292px;
    height: 292px;
    border-radius: 5px;
    object-fit: cover;
    transition: opacity 0.1s ease-in-out;
}

.search-item__header .search-item__title-link.spec-click {
    display: block;
    padding-right: 122px;
    color: #333336;
    font-family: Gilroy, 'sans-serif';
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
    line-height: 110%;
}

.search-item__tgb .specs-items__address-icon {
    top: 1px;
}

.search-item__tgb .search-item__content {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.search-item__tgb .search-item__tgb-info:has(.search-item__disclaimer_expanded) .search-item__content {
    min-height: 258px;
    height: 100%;
}

.search-item__disclaimer-fill {
    margin-top: 20px;
}

.search-item__tgb .search-item__price {
    font-family: Gilroy, 'sans-serif';
    font-weight: 600;
    color: #333336;
    font-size: 22px;
    margin: 11px 0 13px 0;
    line-height: 110%;
}

.search-item__tgb .spec-items__address-viewport {
    margin-bottom: 7px;
    margin-top: 0;
    line-height: 120%;
    height: 20px;
    display: flex;
    align-items: center;
}

.search-item__tgb .search-item__description {
    font-family: SF Pro Display, 'sans-serif';
    font-size: 14px;
    color: #86868b;
    max-width: 450px;
    line-height: 120%;
    height: unset;
}

.search-item__tgb .search-item__btn-phone {
    position: relative;
    display: inline-block;
    width: 148px;
    height: 40px;
    background: none;
    padding: 0;
    border: none;
    z-index: 1;
}

.search-item__tgb .search-item__btn-phone-link {
    background: none;
    border-radius: 5px;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    color: #333336;
    font-family: SF Pro Display, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
}

.search-item__tgb .search-item__btn-callback {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-family: SF Pro Display, sans-serif;
    font-weight: 500;
    line-height: 120%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: #333336;
    text-decoration: none;
}

.search-item__tgb .whatsapp-button {
    width: 56px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 8px 8px;
    margin: 0;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.search-item__tgb .search-item__btns {
    position: relative;
    line-height: 120%;
}

.search-item__tgb .search-item__footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: auto;
}

.search-item__tgb .search-item__tgb-info:not(:has(.search-item__disclaimer)) .search-item__footer {
    margin-bottom: 10px;
}

.search-item__tgb:has(.search-item__disclaimer):not(#\9) .search-item__footer {
    margin-top: auto;
}

.search-item__tgb-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.search-item__tgb .specs-items__address {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    color: #333336;
}

.search-item__tgb .search-item__after-whatsapp-text {
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 110%;
    width: 134px;
}

.search-item__tgb .search-item__btns .search-item__btn_primary {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4299f7;
    height: 40px;
    min-width: 157px;
    font-size: 14px;
    font-family: SF Pro Display, sans-serif;
    font-weight: 500;
    line-height: 120%;
    border-radius: 5px;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .search-item__tgb .search-item__btns .search-item__btn_primary:hover {
        background: #2d82e0;
    }

    .search-item__viewport:hover .search-item__btn-callback:hover {
        background: #2d82e0;
        color: #fff;
    }

    .search-item__viewport:hover .search-item__btn-callback {
        background: #4299f7;
        color: #fff;
    }

    .search-item__tgb .search-item__btn-callback:hover {
        background: #e6e6e7;
    }

    .search-item__tgb .search-item__btn-phone-link:hover {
        background: #e6e6e7;
    }

    .search-item__tgb .whatsapp-button:hover {
        background: #e6e6e7;
    }

    .search-item__viewport:hover .search-item__btn-callback:active {
        background: #2974c3;
        color: #fff;
    }
}

.search-item__tgb .search-item__btns .search-item__btn_primary:active {
    background: #2974c3;
}

.search-item__tgb .search-item__btn-callback:active {
    background: #ddddde;
}

.search-item__tgb .search-item__btn-phone-link:active {
    background: #ddddde;
}

.search-item__tgb .whatsapp-button:active {
    background: #ddddde;
}

.search-item__tgb .search-item__btns .search-item__btn_primary:hover {
    text-decoration: none;
}

.search-item__tgb .whatsapp-button__content {
    height: 100%;
}

.search-item__tgb .whatsapp-button__text {
    display: none;
}

.search-item__tgb .search-item__logo {
    width: 84px;
    height: auto;
}

.search-item__contacts {
    display: flex;
    gap: 10px;
}

.search-item__whatsapp-viewport {
    display: flex;
    gap: 10px;
}

.search-item__tgb .search-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.search-item__disclaimer {
    display: flex;
    font-size: 1.2rem;
    line-height: normal;
    padding: 3px 0;
    color: #86868b;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 10px;
}

.search-item__disclaimer:not(.search-item__disclaimer_expanded) {
    cursor: pointer;
}

.search-item__disclaimer_expanded {

}

.search-item__disclaimer-text-viewport {
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: min(280px, 75%);
}

.search-item__disclaimer-text {
    user-select: none;
    pointer-events: none;
}

.search-item__disclaimer-toggle {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 5px;
    user-select: none;
}

.search-item__image-1,
.search-item__image-2,
.search-item__image-3,
.search-item__image-4 {
    position: absolute;
    width: 100%;
    height: 220px;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
}

.search-item__image-slider {
    position: absolute;
    display: flex;
    width: 100%;
    height: 220px;
    top: 0;
    left: 0;
    z-index: 2;
}

.search-item__image-trigger-0,
.search-item__image-trigger-1,
.search-item__image-trigger-2,
.search-item__image-trigger-3,
.search-item__image-trigger-4 {
    flex-grow: 1;
    z-index: 1;
}

.search-item__image-dots {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 15px;
    border-radius: 5px;
    background: rgba(51, 51, 54, 0.3);
    backdrop-filter: blur(15px);
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.search-item__image-dot-0,
.search-item__image-dot-1,
.search-item__image-dot-2,
.search-item__image-dot-3,
.search-item__image-dot-4 {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 0.7;
    transition: width 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-1:hover) .search-item__image,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-2:hover) .search-item__image,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-3:hover) .search-item__image,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-4:hover) .search-item__image {
    opacity: 0;
}

.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-4:hover) .search-item__image-4 .search-item__image,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-1:hover):not(:has(.search-item__image-trigger-2)) .search-item__image-4 .search-item__image,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-2:hover):not(:has(.search-item__image-trigger-3)) .search-item__image-4 .search-item__image,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-3:hover):not(:has(.search-item__image-trigger-4)) .search-item__image-4 .search-item__image {
    opacity: 1;
}

.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-1:hover) .search-item__image-1,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-2:hover) .search-item__image-2,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-3:hover) .search-item__image-3,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-2:hover):not(:has(.search-item__image-trigger-2)) .search-item__image-4,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-2:hover):not(:has(.search-item__image-trigger-3)) .search-item__image-4,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-3:hover):not(:has(.search-item__image-trigger-4)) .search-item__image-4,
.search-item__images:has(> .search-item__image-slider .search-item__image-trigger-4:hover) .search-item__image-4 {
    opacity: 1;
    z-index: 1;
}


.search-item__viewport:hover .search-item__image-block .search-item__image-dots,
.search-item__image-trigger-0:hover ~ .search-item__image-dots,
.search-item__image-trigger-1:hover ~ .search-item__image-dots,
.search-item__image-trigger-2:hover ~ .search-item__image-dots,
.search-item__image-trigger-3:hover ~ .search-item__image-dots,
.search-item__image-trigger-4:hover ~ .search-item__image-dots {
    opacity: 1;
}

.search-item__image-trigger-0:hover ~ .search-item__image-dots .search-item__image-dot-0,
.search-item__image-trigger-1:hover ~ .search-item__image-dots .search-item__image-dot-1,
.search-item__image-trigger-2:hover ~ .search-item__image-dots .search-item__image-dot-2,
.search-item__image-trigger-3:hover ~ .search-item__image-dots .search-item__image-dot-3,
.search-item__image-trigger-4:hover ~ .search-item__image-dots .search-item__image-dot-4 {
    opacity: 1;
    width: 20px;
}

.search-item__image-remains {
    color: #fff;
    font-size: 9px;
    line-height: 100%;
}

.search-item__btn-callback.search-item__btn-callback-mobile {
    display: none;
    font-size: 16px;
    background: #2fb24c;
    color: #fff;
    width: 100%;
    height: 50px;
}

.search-item__disclaimer-toggle-circle {
    display: block;
    background: #86868b;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    border-radius: 50%;
}

.search-item__disclaimer_expanded .search-item__disclaimer-toggle {
    display: none;
}

.search-item__disclaimer_expanded .search-item__disclaimer-text-viewport {
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
    max-width: 100%;
}

.search-item__disclaimer_expanded .search-item__disclaimer-text {
    user-select: text;
    pointer-events: initial;
}

@media (max-width: 1279px) {
    .search-item__action .object-favorite,
    .search-item__action .object-appeal {
        color: #000;
        text-decoration: underline;
    }

    .hidden-sm {
        display: none !important;
    }

    .col-sm-12 {
        width: 100%;
        position: static;
    }

    .col-md-pull-4 {
        right: 0;
    }

    .search-item__favorite_theme_usually {
        font-size: 0;
    }

    .search-item:hover .search-item__favorite_theme_usually {
        font-size: 0;
    }

    .search-item__footer {
        padding-right: 30px;
    }

    .search-item__footer .search-item__item-property {
        margin-bottom: 5px;
    }

    .search-item__footer .search-item__item-property:last-child {
        margin-right: 0;
    }

    .search-item__actions {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 18px;
        display: block;
    }

    .move-object_was-view .search-item__viewed-label {
        display: none;
    }

    .search-item__actions ul {
        position: absolute;
        right: 0;
        bottom: -6px;
        background: #d6d6d6;
        margin: 0;
        padding: 10px;
        text-align: right;
        display: none;
        z-index: 2;
    }

    .search-item__actions.search-item__actions__visible-menu ul {
        display: block;
    }

    .search-item__action {
        float: none;
        text-align: right;
        padding: 0;
        background: none;
        margin: 0;
        height: 30px;
        line-height: 31px;
        font-size: 15px;
    }

    .search-item__action-link {
        line-height: 20px;
        color: #000;
    }

    .search-item__actions div {
        background: url(images/opt-drop.png);
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: -6px;
        right: 0;
    }

    .search-item__btn-phone {
        height: auto;
    }

    .search-item__btns .search-item__btn-list {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #d6d6d6;
        margin: 0;
        padding: 10px;
        display: none;
    }

    .search-item__btns .search-item__btn-block {
        float: none;
        margin-left: 0;
        text-align: right;
    }

    .search-item__btns .search-item__btn-block .search-item__btn {
        padding: 0;
        text-decoration: underline;
        white-space: nowrap;
    }

    .search-item__btn-drop {
        display: block;
    }

    .search-item__btns .search-item__btn-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .search-item__footer-additional-actions {
        display: flex !important;
    }

    a.search-item__footer-action.search-item__footer-action-more img {
        display: none !important;
        opacity: 1;
    }

}

@media (max-width: 991px) {
    .container {
        width: auto;
    }

    .search-item__footer-action-more > img {
        display: block;
        opacity: 1;
    }

    .search-item__footer-action-more:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 7px;
        top: -7px;
    }

    .search-item__footer-additional-actions {
        display: none;
        position: absolute;
        top: -54px;
        background: #fff;
        padding: 8px 15px;
        border-radius: 5px;
        left: -65px;
        z-index: 1;
        box-shadow: 0 0 1px 0 rgba(30, 32, 36, 0.03), 0 1px 1px 0 rgba(30, 32, 36, 0.0283), 0 1px 3px 0 rgba(30, 32, 36, 0.035), 0 2px 5px 0 rgba(30, 32, 36, 0.0417), 0 4px 9px 0 rgba(30, 32, 36, 0.05), 0 9px 22px 0 rgba(30, 32, 36, 0.06);
    }

    .search-item__footer-action-more:hover > .search-item__footer-additional-actions {
        display: flex;
        opacity: 1;
    }

    a.search-item__footer-action.search-item__footer-action-more {
        display: flex;
        opacity: 1;
    }

    a.search-item__footer-action {
        display: flex;
        opacity: 1;
    }
}

.search-item__bookmark-action {
    display: none;
}

.search-item__images-mobile {
    overflow: hidden;
    height: 292px;
    display: none;
}

.search-item__image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(51, 51, 54, 0.3);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search-item__image-overlay-count {
    font-weight: 500;
    color: #fff;
}

.search-item__last-image {
    aspect-ratio: 3 / 2;
    height: 200px;
    position: relative;
    display: block;
}

.search-item__user-last-update {
    display: none;
}

@media (min-width: 768px) {
    .search-item__image-block {
        width: 292px;
        height: 220px;
    }
}

@media (max-width: 919px) {
    .search-item__image-block {
        width: 220px;
    }

    .search-item__tgb:has(.search-item__disclaimer) .search-item__footer {
        margin-top: 21px;
    }

    .search-item__tgb .search-item__image-block {
        width: 220px;
        height: 220px;
    }

    .search-item__tgb .search-item__image {
        width: 220px;
        height: 220px;
    }

    .search-item__images-additional {
        display: flex;
        align-items: flex-start;
        gap: 5px;
        align-self: stretch;
    }

    .search-item__image-addtional {
        height: 60px;
        flex: 1 0 0;
    }

    .search-item__images-additional .search-item__image-addtional:last-of-type {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-menu__price {
        flex-direction: row-reverse;
    }

    .search-item__places_left {
        margin-top: unset;
    }

    .search-item__places_right {
        display: none;
    }

    .search-item__images-tags {
        left: 35px;
    }

    .main-menu__price:has(.main-menu__price-sign) {
        min-width: unset;
    }

    .search-item__btn-phone {
        height: auto;
        min-width: 170px;
        text-align: center;
    }

    .search-item__user-verified {
        display: block;
        margin-left: 3px;
    }

    .search-item__tgb .search-img {
        aspect-ratio: 1 / 1;
    }

    .search-item__tgb .search-item__image-block {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .search-item__user-name {
        color: #333336;
        font-weight: 500;
        font-size: 14px;
        max-width: 200px;
        overflow: hidden;
        display: block;
        position: relative;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }

    .search-item__user-info {
        flex-direction: row;
        align-items: center;
        height: unset;
    }

    .search-item__user-last-update {
        display: block;
        font-family: 'Roboto', sans-serif;
        color: #86868b;
        font-size: 14px;
        line-height: 110%;
        flex-shrink: 0;
    }

    .search-item__last-update {
        display: none;
    }

    .search-item__images {
        display: none;
    }

    .search-item__images-mobile {
        overflow-x: scroll;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 120px;
        margin: 0 -4px -120px;
        display: flex;
        gap: 10px;
        height: auto;
    }

    .search-item__images-additional {
        display: none;
    }

    .search-item__image-block {
        position: relative;
        left: auto;
        top: auto;
    }

    .search-item__image-block {
        overflow: hidden;
        left: -16px;
        width: calc(100% + 32px);
        z-index: 1;
    }

    .search-item__places_left {
        z-index: 1;
    }

    .search-item__image {
        aspect-ratio: 3 / 2;
        min-width: 300px;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .search-item__footer-actions {
        display: none;
        opacity: 0;
    }

    .search-item__viewport {
        flex-direction: column;
        gap: 15px;
    }

    .search-item__theme_premium .search-item__info {
        min-height: unset;
    }

    .search-item__info {
        padding-top: unset;
        padding-right: unset;
        padding-bottom: unset;
        min-height: unset;
    }

    .search-item__header {
        padding-top: unset;
        flex-direction: column-reverse;
    }

    .search-item__price-second {
        display: none;
    }

    .search-item__price-period {
        display: none;
    }

    .search-item__price-first {
        display: none;
    }

    .price-history-wrapper {
        display: none;
    }

    .search-item__price-first-mobile {
        display: block;
    }

    .main-menu__price-sign {
        align-self: center;
        margin-bottom: 4px;
    }

    .main-menu__price:has(.price-history-wrapper-mobile) {
        display: flex;
        align-items: center;
    }

    .price-history-wrapper-mobile {
        z-index: 1;
    }

    .search-item__main-info {
        z-index: auto;
    }

    .search-item__bookmark-action {
        z-index: 1;
    }

    .search-item__sub-desc {
        z-index: auto;
    }

    .search-item__description span {
        z-index: auto;
    }

    .search-item__footer-first {
        z-index: 1;
    }

    .search-item__viewport:hover {
        box-shadow: none;
    }

    @media (hover: hover) and (pointer: fine) {
        .search-item__viewport:hover .search-item__btn-callback {
            background: #2fb24c;
        }

        .search-item__viewport:hover .search-item__btn-callback:hover {
            background: #279940;
        }

        .search-item__btn-callback:hover {
            background: #279940;
        }

        .search-item__viewport:hover .search-item__btn-callback:active {
            background: #157b2c;
        }
    }

    .search-item__btn-callback:active {
        background: #157b2c;
    }

    .search-item__theme_premium .search-item__btn-callback:active {
        background: #157b2c;
    }

    .search-item__header .search-item__title-link {
        display: none;
    }

    .search-item__header .search-item__title-link.search-item__item-link-mobile {
        display: block;
    }

    .search-item_floors {
        display: none;
    }

    .search-item__admin-link {
        color: #4299f7;
    }

    .search-item__description > span {
        margin-right: 0;
    }

    .search-item__geo {
        margin-bottom: 12px;
        max-width: unset;
        margin-top: unset;
    }

    .search-item__viewport {
        padding: 0 6px 0 6px;
    }

    .search-item__geo-section {
        margin-bottom: 9px;
    }

    .search-item__places {
        margin-top: 12px;
    }

    .search-item__sub-desc {
        margin-top: 8px;
        margin-bottom: unset;
        min-height: unset;
    }

    .search-item__sub-desc:has(.search-item_floors:only-child) {
        margin-top: 2px;
    }

    .search-item__btn-callback {
        display: none;
    }

    .search-item__btn-callback.search-item__btn-callback-mobile {
        display: flex;
    }

    .search-item__footer {
        padding-right: unset;
        margin-top: unset;
        flex-direction: column-reverse;
    }

    .search-item__bottom {
        display: flex;
        margin-top: 14px;
        margin-bottom: 16px;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
    }

    .search-item__user {
        margin-top: 0;
    }

    .search-item__user-avatar-empty {
        display: none;
    }

    .search-item__user-avatar {
        display: none;
    }

    .search-item__user-type {
        display: none;
    }

    .search-item__bookmark-action {
        display: block;
        margin-right: -5px;
    }

    .search-item__price-values {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .search-item__btn--quick-actions {
        display: flex;
    }

    .search-item__link-overlay {
        display: none;
    }

    .search-item__link-overlay-mobile {
        display: block;
        position: absolute;
        width: 100%;
        height: calc(100% - 30px);
        left: 0;
        top: 15px;
    }

    .search-item__tgb .search-item__content {
        display: flex;
        flex-direction: column;
        padding: 15px 15px 17px 15px;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-radius: 0 0 5px 5px;
        height: unset;
    }

    .search-item__tgb .common-declaration__wrap {
        border-radius: 5px 5px 0 0;
    }

    .search-item__tgb .search-item__btn-callback {
        height: 50px;
        background: #4299f7;
        color: #fff;
        width: 100%;
        font-size: 16px;
    }

    .search-item__tgb .search-item__btn-callback:active {
        background: #2974c3;
    }

    .search-item__tgb .whatsapp-button__icon {
        width: 32px;
    }

    .search-item__tgb .whatsapp-button {
        width: 64px;
        height: 50px;
    }

    .search-item__tgb .search-item__btn-phone {
        width: 100%;
        height: 50px;
    }

    .search-item__tgb .search-item__btns {
        display: none;
    }

    .search-item__tgb .search-item__btn-phone-link {
        font-size: 16px;
    }

    .search-item__header .search-item__title-link.spec-click {
        font-size: 16px;
        font-weight: 600;
        padding-right: 0;
    }

    .search-item__tgb .search-item__btns .search-item__btn_primary {
        display: none;
    }

    .search-item__tgb .search-item__after-whatsapp-text {
        display: none;
    }

    .search-item__tgb .search-item__image,
    .search-item__images .brazzers-photo__img,
    .brazzers-photo__img,
    .brazzers-preloader {
        width: 100%;
        height: 260px;
        max-height: 330px;
        object-fit: cover;
    }

    .search-item__tgb .search-item__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px 5px 0 0;
    }

    .search-item__tgb .search-item__image-block {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1;
    }

    .search-item__tgb .search-item__footer {
        flex-wrap: wrap-reverse;
        padding-right: 0;
        justify-content: center;
    }

    .search-item__tgb .search-item__viewport {
        gap: 0;
    }

    .search-item__tgb .search-item__tgb-info:not(:has(.search-item__disclaimer)) .search-item__footer {
        margin-top: 10px;
    }

    .search-item__tgb .search-item__image {
        max-height: none;
    }

    .search-item__tgb .search-item__contacts {
        margin-bottom: 15px;
        width: 100%;
    }

    .search-item-questions {
        margin-top: 22px;
        margin-bottom: 33px;
        gap: 32px;
    }

    .search-item-questions-header {
        margin-top: 38px;
        align-self: stretch;
        color: #333336;
        font-size: 24px;
        line-height: normal;
    }

    h2.search-item-question__header {
        margin: 0 38px 0 0;
    }

    .search-item-question__header-link {
        padding-left: 0;
        padding-right: 40px;
    }

    .search-item-question__header-link-arrow {
        left: auto;
        right: 0;
        top: -2px;
    }

    .search-item-question__body {
        padding-left: 0;
        padding-right: 40px;
        align-self: stretch;
    }
}

@media (max-width: 580px) and (min-width: 541px) {
    .search-item__tgb .search-item__btn_primary {
        display: none;
    }

    .search-item__tgb .search-item__btn-list .search-item__btn-block:first-child {
        display: block;
    }

    .search-item__logo-link {
        display: none;
    }
}

@media (max-width: 540px) {
    .search-item__images .brazzers-preloader {
        min-height: 260px;
    }

    .search-item, .search-item.search-item__theme_premium, .search-item__tgb {
        margin: 0;
        padding: 20px 0;
    }

    .search-item__theme_premium {
        padding: 20px 10px;
    }

    .search-item__short-info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.65);
        display: block;
    }

    .search-item__price_theme_mobile-max-540 {
        font-size: 20px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
        /*font-weight: 600;*/
        font-weight: 200;
        color: #fff;
        line-height: 40px;
        padding: 0 0 0 10px;
    }

    .search-item__short-info .search-item__favorite_theme_mobile-max-540 {
        /*float: left;*/
        /*width: 18px;*/
        height: 40px;
        float: right;
        width: 18px;
        margin-right: 15px;
    }

    .search-item__count-images_theme_mobile-max-540 {
        color: #fff;
        font-size: 13px;
    }

    .search-item__count-images_theme_mobile-min-540 {
        display: none;
    }

    .search-item__short-info .search-item__count-images {
        position: absolute;
        top: -35px;
        left: 10px;
        padding: 7px 5px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .search-item__properties {
        margin: 5px 0 10px 0;
    }

    .search-item__footer .search-item__item-property:last-child {
        margin-right: 5px;
    }

    .search-item__header .search-item__title-link,
    .search-item__header.search-item__is-online-show-theme .search-item__title-link {
        padding-right: 0;
    }

    .search-item__logo-link {
        display: none;
    }

    .search-item__tgb .search-item__price {
        display: none;
    }

    .search-item__tgb .search-item__header {
        margin-bottom: 0;
    }

    .search-item__tgb .spec-items__address-viewport {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .search-item__tgb .search-item__description {
        margin-top: 18px;
        margin-bottom: 0;
    }

    .search-item__tgb .search-item__contacts {
        margin-bottom: 0;
    }

    .search-item__tgb .search-item__after-whatsapp-text {
        left: 0;
        transform: none;
    }

    .search-item__disclaimer-text-viewport {
        max-width: unset;
    }
}

@media (max-width: 450px) {
    .search-item__btn-callback span {
        display: none;
    }
}

@media (max-width: 380px) {
    .search-item__tgb .search-item__btn_primary {
        display: none;
    }

    .search-item__tgb .search-item__after-whatsapp-text {
        width: 100%;
    }

    .search-item__tgb .search-item__btn-list .search-item__btn-block:first-child {
        display: block;
    }
}

@media (max-width: 350px) {
    .search-item__btn-callback {
        display: none;
    }
}

@media (max-width: 576px) {
    .search-item__after-whatsapp-text {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1280px) {
    /** https://movesu.teamwork.com/index.cfm#/tasks/10772031 */
    /*.search-item:hover .search-item__provider {*/
    /*display: none;*/
    /*}*/
}