/*Normal mobile block */
[data-marker]:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    vertical-align: middle;
}

.base-obj {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

.normal-object.mobile-obj {
    padding-bottom:45px;
}


.priority-object.mobile-obj {
    padding-bottom:45px;
}


.mobile.obj.base-obj {
    color: #235083;
}

.base-obj .admin_edit_obj {
    position:absolute;
    top:2px;
    right:15px;
}

.mobile-obj .obj-name {
    margin-top: 10px;
    min-height:45px;
}

.place-of-the-day {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.place-of-the-day .mobile-obj {
    height: 100%;
}

.place-of-the-day .with-daily-label {
    margin-top: 25px;
}

.mobile-obj.base-obj[data-object-type='sight'] .obj-name {
    margin-top:0;
}

.obj-name-cat {
    text-transform: capitalize;
}

.base_desktop .obj-name a {
    font-size: 22px;
}

.obj-name a,
.base_desktop .obj-grid-list .obj-name a,
.mobile-obj .obj-name a{
    font-size: 16px;
    font-weight: bold;
    word-wrap:break-word;
}

.obj-name a:hover {
    text-decoration: underline;
}

.obj-rating {
    display: flex;
    flex-direction: row;
    white-space:nowrap;
}

.mobile-obj .star-rating-box .obj-rating {
    margin-left:auto;
}


.star-rating-box {
    min-height:18px;
}

.obj_rate_reviews {
    margin-left: 10px;
}

.obj-rating .rating_ico {
    margin: 0px 8px 0 0;
    width: 18px;
    height: 18px;
}

.obj-rating-position {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: var(--lg-font);
}

.mobile-obj .obj-rating-position {
    font-size:12px;
}

.mobile .obj-rating-position {
    font-size:var(--mobile-medium-font);
}

.obj-txt {
    font-size: 13px;
}

.rating-position-num {
    font-weight: bold;
}

.cat-icons_wrap {
    margin-top: 10px;
    font-size: 11px;
}

.service-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.mobile-obj .service-icons.show-3 > div:nth-child(n+4) {
    display: none
}

.mobile-obj .service-icons.show-4 > div:nth-child(n+5) {
    display: none
}

.mobile-obj .service-icons.show-5 > div:nth-child(n+6) {
    display: none
}

.mobile-obj .service-icons.show-6 > div:nth-child(n+7) {
    display: none
}

.mobile-obj .service-icons.show-all > div:nth-child(n+6) {
    display: initial;
}

.mobile-obj .service-icons.show-10 > div:nth-child(n+11) {
    display: none;
}

.service-icons.show-28 > div:nth-child(n+29) {
    display: none;
}

.service-icons [class$="_ico"] {
    margin-right: 8px;
}

.cat-rooms {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    width:100%;
}

.mobile-obj .cat-rooms {
    font-size:11px;
    width:auto;
}

.mobile-obj .object-cat {
    margin-left:auto;
}

.links-separator:before {
    content: '|';
    margin: 0 8px;
}

.inverse-link-separator:after {
    content: '|';
    margin: 0 8px;
}

.obj-main-wrap {
    display: flex;
    align-items: stretch;
}

.obj-main-wrap .obj-left-col {
    width: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
}

.obj-img-wrap {
    height: 100%;
    min-height: 100px;
    max-height: 150px;
    display: flex;
    position: relative;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
}

.obj-main-wrap[data-button="true"] .obj-img-wrap {
    height: 100%;
}

.obj-img {
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:var(--border-radius);
}

.with_placeholder .obj-img {
    min-width:0;
    max-width:100%;
    height: 170px;
    min-height: auto;
    top: 0;
    transform: translate(-50%, 0);
}

.obj-min-price {
    position: relative;
    z-index: 3;
    display: block;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding: 0 5px;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

.obj-min-price-secondary .booking_min_price{
  font-weight:bold;
}

.booking_min_price {
  white-space:nowrap;
}

.base_desktop .obj-min-price__unavailable {
    font-size:var(--small-font);
}

.with_placeholder .obj-min-price {
    color:var(--dark-grey-color);
}

.obj-content-wrap {
    width: 100%;
    border-top: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    padding-top:8px;
}

.obj-content-wrap.not_hotel {
    border: 0;
    margin-top: -8px;
}

.find-prices {
    cursor: pointer;
    font-weight: bold;
    background-color: var(--dark-red-color);
    text-align: center;
    color: #fff;
    min-width: 90px;
    border-radius: 3px;
    padding: 5px;
    margin-top: 10px;
    font-size: 10px;
    white-space: nowrap;
    transition: background-color 0.5s ease;
}

.find-prices:hover {
    background-color: #EB2A2A;;
}

.obj-main-wrap {
    margin-top: 12px;
}

.obj-price-separator {
  border-color:#ebebeb;
  border-style:solid;
  margin-top: 12px;
  border-width:1px 0 1px 0;
  padding:8px 0;
  display:flex;
  align-items: center;
}

.obj-price-separator .find-prices {
  margin: 0 7px 0 0;
}

.obj-price-separator .obj-min-price {
  color:var(--dark-color);
}

.obj-row-item {
    flex-wrap: wrap;
    margin-top: 12px;
}

.mobile .mobile-obj .obj-address {
    margin-top:10px;
    font-size: var(--mobile-base-font);
    font-weight: bold;
}

.obj-geo {
    flex: 1 0 auto;
    font-size: 11px;
}

.mobile .obj-tel {
    font-size: 11px;
}

.with-ico .tel_ico {
    position: absolute;
    top: 2px;
    left: 0;
}

.obj-tel-initial {
    cursor: pointer;
}

.with-social-icons .obj-tel-initial {
    margin-right: 2px;
}

.mobile-obj .obj-tel__num {
    font-size: 10px;
}

.mobile-obj .obj-tel__txt {
    font-size: 9px;
    font-weight: bold;
    text-decoration:underline;
}

.mobile-obj .show-phone {
    font-size:11px;
}

.obj-tel-initial:hover {
    text-decoration: underline;
}

.obj-tel-bottom {
    margin-top: auto;
    padding-top: 8px;
    margin-bottom: 2px;
}

.obj-tel-bottom .tel_ico {
    top: 8px;
}

.obj-weblink .link_ico {
    position: absolute;
    top: 2px;
    left: 0;
}

.obj-tel_bottom {
    padding-top: 8px;
    margin-top: auto;
}

.obj-tel_bottom .tel_ico {
    top: 8px;
}

.obj-map .map_ico {
    display: inline-block;
    vertical-align: middle;
}

.with-ico {
    position: relative;
    padding-left: 18px;
}

.with-social-icons.with-ico {
    padding-left: 14px;
}

.obj-bottom-separator {
    border-top: 1px solid #EBEBEB;
    margin-top: 12px;
    font-size: 12px;
}

.obj_more-wrap {
    text-align: center;
    margin-top: 15px;
}

.obj_more_url {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.obj-content-wrap .obj_more_url {
    font-size: 11px;
}

.obj_more_foreign_wrap {
    margin-top: auto;
    padding-top: 8px;
}

.obj-main-wrap[data-button="true"] .obj_more_foreign_wrap {
    margin-bottom: 4px;
}

.obj_flex_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.obj-price-additional {
    font-size: 10px;
}

.obj-float-wrap .obj-img-wrap {
    float: right;
    width: 125px;
    height: 150px;
    margin: 8px 0 10px 15px;
}

.device_tablet .obj-float-wrap .obj-img-wrap {
    width: 150px;
    height: 150px;
}

.base-obj .objects_map_wrap {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.base-obj .objects_map_wrap {
    width: 100% !important;
}

.base-obj .map_overlay_box {
    left: 0;
}

.base-obj .cl_map_ico {
    top: 10px !important;
}

.base-obj .objects_map_wrap {
    height: 495px !important
}

.base-obj #POM_controls {
    left: 5px;
}

.base-obj #objects_yandex_map {
    height: 495px !important
}

.base-obj .obj-geo::first-letter {
    text-transform: uppercase;
}

/*Priority mobile block*/
.priority-object .book-prices {
    margin-top: 0;
}

.prio-img-block {
    padding-top: 30%;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
    margin: 0 -15px;
}

.prio-img-wrap {
    min-height: 15px;
}

.prio-wide-img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prio-img-nav {
    width: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    height:0;
}

.prio-img-dots {
    position: relative;
    z-index: 3;
    display: flex;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -20px;
}

.prio-img-dots > li {
    width: 7px;
    height: 7px;
    background: #fff;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.prio-img-dots > li.active {
    background: #235083;
}

.prio-bottom-nav {
    width: 100%;
    height: 38px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    position: relative;
    z-index: 2;
    display: flex;
    /* justify-content:flex-end */
}

.obj-bottom-info {
    color: #fff;
    display: flex;
    align-items: left;
    flex-direction: column;
    padding-left: 15px;
    flex: 1 0 auto;
}

.desktop-obj .obj-bottom-info {
    flex:0 1 auto;
    margin-left:0;
}

.device_mobile .obj-bottom-info {
    position:relative;
    bottom:10px;
}

.obj-bottom-info.align-right {
    margin-left: auto;
}

.obj-bottom-head {
    margin-top: 2px;
    font-size: 10px;
}

.desktop-obj .obj-bottom-head {
    font-size:var(--small-font);
}

.obj-bottom-val {
    font-size: var(--mobile-small-font);
    margin-top: 2px;
    font-weight: bold;
    text-transform: lowercase;
}

.desktop-obj .obj-bottom-val {
    font-size:var(--base-font);
}

.prio-square-img-block {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translate(0, -100%);
    margin: 27px 0 0 15px;
    flex-wrap: wrap;
}

.prio-square-img-block.smaller {
    width: 50px;
    height: 50px;
}

.prio-square-img-block > img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
}

.prio-square-img-block.smaller > img {
    width: 50px;
    height: 50px;
}

.mobile-obj[data-detailed-obj="Y"] .prio-square-img-block,
.mobile-obj[data-detailed-obj="Y"] .prio-square-img-block > img{
    width:155px;
    height:155px;
}

.mobile-obj[data-detailed-obj="Y"] .find-prices {
    min-width:147px;
}

.prio-contacts-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.prio-contacts-wrap:before {
    content: '';
    background-color: #fff;
    height: 27px;
    width: 26px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 6px;
    transform: rotate(45deg);
}

.prio-contacts-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-right: 15px;
    margin-left: 20px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 38px;
}

.prio-website {
    font-weight: bold;
}

.prio-divider {
    height: 24px;
    width: 1px;
    background-color: #235083;
    margin: 0 10px;
}

.prio-email {
    cursor: pointer;
}

.prio-email-txt {
    margin-left:7px;
}

.prio-discount {
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
    align-self: center;
}

.priority-object.mobile-obj .obj-tel {
    margin-right: -2px;
    margin-left: auto;
}

.obj-cnf-parent {
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff;
    align-self: flex-start;
    padding: 3px 5px 2px 5px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    font-size: 10px;
}

.obj-geo .even-separator:nth-child(even):before {
    margin: 0 12px;
}

@media (max-width: 350px) {
    .base-obj .obj-tel__txt {
        display: block;
    }

    .base-obj .obj-tel__num:after {
        content: 'XXXXX';
        display: inline;
    }

    .base-obj .list_more_telz {
        margin-left: 0;
        display: block;
    }
}

/*Desktop normal object*/
.desktop-obj__left {
    margin-right: 16px;
}

.device_mobile .desktop-obj__left {
    margin-right:0;
}

.desktop-obj__img {
    width: 288px;
    height:250px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction:column;
    border-radius: var(--border-radius);
    background:#E9F0FA;
}

.device_mobile .desktop-obj__img {
    width:100%;
}


.desktop-obj__img .obj-img {
    min-width:288px;
    height:250px;
    border-radius: var(--border-radius);
}

.device_mobile .desktop-obj__img .obj-img {
    min-width: 100%;
}

.obj-bottom-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    width: 100%;
    padding-bottom: 8px;
}

.obj-bottom-content.with_shadow {
  background:rgba(0, 0, 0, 0.4);
}

.desktop-obj .obj-min-price,
.priority-obj__img .obj-min-price,
.priority-obj__img .booking_min_price{
    font-size: 20px;
    font-weight: bold;
}

.desktop-obj .obj-min-price br{display:none;}

.desktop-obj .obj-favorite,
.priority-obj__img .obj-favorite{
    width: 25px;
    height: 22px;
    border-radius: var(--border-radius);
    background: rgba(0, 0, 0, 0.4);
    top: 2px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-obj__img .obj-favorite {
    right: auto;
    left: 5px;
    top: 5px;
}

.desktop-obj .obj-favorite .fav_ico,
.priority-obj__img .fav_ico{
    width: 17px;
    height: 17px;
}

.desktop-obj__right {
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktop-obj .obj-name a {
    line-height:1.24;
    font-size: 20px;
}

.desktop-obj .rating_ico{
    width: 26px;
    height: 26px;
}

.base-obj .rating-add_info {
    align-self:center;
}

.desktop-obj .rating-add_info {
    font-size:var(--medium-font);
}

.desktop-obj .obj-align-bottom {
    margin-top:auto;
}

.desktop-obj .obj-stars .star {
    width: 16px;
    height: 16px;
}

.desktop-obj .obj-stars {
    margin-right: 25px;
}

.desktop-obj.normal-object .cat-rooms {
    margin-right: 25px;
}

.desktop-obj.priority-object .cat-rooms{
    width:auto;
    font-size:var(--base-font);
}

.desktop-obj.priority-object .prio-left-col .cat-rooms {
    font-size: var(--small-font);
}

.flex-list-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
    white-space:nowrap;
}

.social-txt,
.flex-list-link .obj-tel__txt,
.flex-list-link .flex-link-txt {
    color: var(--link-color);
    font-size: 12px;
    text-decoration: underline;
}

.flex-list-link .obj-tel-initial {
    text-decoration: none;
}

.social-txt:hover,
.flex-list-link .obj-tel__txt:hover,
.flex-list-link:hover .flex-link-txt {
    text-decoration: none;
}

.desktop-obj-contacts {
    margin-top:auto;
}

.list-contacts-row {
    display: flex;
    flex-wrap: wrap;
    background: #E9F0FA;
    padding: 12px var(--base-padding) 0 var(--base-padding);
    margin: 10px -16px 0 -16px;
}

.list-contacts-row .flex-list-link {
    margin-right: 18px;
}

.flex-list-link [class$="_ico"] {
    margin-right: 8px;
}

.flex-list-link .whatsapp_ico, .flex-list-link .telegram_ico {
    margin-right: 4px;
    margin-left: 4px;
}

.flex-list-link.no-margin {
    margin-bottom:0;
}

.obj-address.flex-list-link {
    font-size: var(--base-font);
    font-weight: bold;
    color: var(--link-color);
    white-space:normal;
}


.base_desktop .obj-geo {
    color: var(--dark-grey-color);
    font-size: var(--small-font);
    margin-right: 18px;
}

.base_desktop .mobile-obj .obj-geo {
    margin-right:0;
}

.prio-right-col{
    flex-basis:100%;
}

.base_desktop .desktop-obj .obj-row-item {
    margin-top: 10px;
}

.obj-align-bottom .flex-list-link.obj-map--normal-block {
    margin-bottom: 15px;
}

.flex-list-link .map_ico {
    transform: scale(1.7);
    margin-right: 12px
}

.flex-list-link .email_ico{
    transform: scale(1.2);
}

.flex-list-link .tel_ico,
.flex-list-link .link_ico,
.flex-list-link .map_marker_ico{
    transform: scale(1.5);
}

.obj-align-bottom .flex-list-link {
    margin-bottom:0;
    margin-top:12px;
}


.list-link-info {
    display:flex;
    box-sizing:border-box;
    align-items:center;
    justify-content: center;
    background:#E9F0FA;
    padding:8px 5px;
    color:var(--link-color);
    cursor:pointer;
    width:50%;
}

.device_mobile .list-link-info {
    width:100%;
}

.list-link-info.width-auto {
    width:auto;
    padding:8px 20px;
}

.list-link-info.to-left {
    border-bottom-left-radius: var(--border-radius);
    margin-right:5px;
}

.list-link-info-wrapper {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
}

.list-link-info.to-right {
    margin-left:auto;
    font-weight:bold;
    border-bottom-right-radius: var(--border-radius);
}

.list-link-info:hover {
    text-decoration:underline;
}

.base_desktop .desktop-obj.base-obj{
    padding:15px 24px 24px 24px;
}

.base_desktop .desktop-obj.normal-object {
    padding:24px;
}

.base_desktop .base-obj.map_expanded {
    overflow:hidden;
}

/*Desktop priority object*/

.obj-grid-list .desktop-obj {
    margin-left: 18px;
    width: 100%;
}

.priority-object .white-button {
    margin-left:21px;
}

/* Priority gallery */
.priority-object .obj-discount-txt {
    color:#fff;
    max-width: 150px;
    font-size:var(--base-font);
    font-weight:bold;
}

.prio-img-wrap {
    width: 100%;
    margin-top: 10px;
}

.prio-link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:2;
}

.prio-img-wrap .obj-book-room {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    align-items: center;
}

.prio-obj-approved-wrap {
    position: absolute;
    z-index:1;
    right: 0;
    top: 0;
}

.cashback20 {
    top:-15px;
    right:50px;
    position: absolute;
    z-index:1;
}

.device_mobile .cashback20 {
    right:45px;
}

.prio-obj-approved .approved_prio_ico {
    background-repeat: no-repeat;
    background-position: -16px -15px;
    width: 42px;
    height: 56px;
}

.mobile-obj .prio-obj-approved .approved_prio_ico {
    transform:scale(0.8);
}

.mobile-obj .prio-obj-approved-wrap {
    top:-7px;
    right:11px;
}

.mobile-obj .prio-obj-approved-txt {
    font-size:10px;
    margin:5px 5px 0 0;
}

.mobile-obj .prio-obj-approved-txt:before {
    right:9px;
}

.prio-obj-approved-txt {
    margin: 10px 1px 0 0;
    font-size: var(--base-font);
    background: #fff;
    padding: 5px 12px;
    border-radius: var(--border-radius);
    position: relative;
}

.prio-obj-approved-txt:before {
    content: '';
    position: absolute;
    right: 13px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}


.prio-block-square_img {
    width:155px;
    height:155px;
    padding: 3px;
    background: #fff;
    border-radius:var(--border-radius);
    margin-top:46px;
}

.prio-block-square_img_wrap{
    width:155px;
    height:155px;
    position: relative;
}

.prio-block-square_img_wrap > img {
    width:155px;
    height:155px;
}

.desktop-obj__img .square-img-top-content,
.obj-popup__price-booking .square-img-top-content{
    position:absolute;
    box-sizing:border-box;
    background:rgba(0,0,0,0.4);
    width:100%;
    padding:7px 10px 7px 35px;
    z-index:2;
    left:0;
    top:0;
    color:#fff;
    font-size: 12px;
    text-transform:capitalize;
    font-weight: bold;
}

.desktop-obj__img .square-img-bottom-content,
.obj-popup__price-booking .square-img-bottom-content{
    z-index:2;
    left:10px;
    color:#fff;
}

.obj-popup__price-booking .square-img-bottom-content {
    position:absolute;
    bottom:5px;
}

.desktop-obj__img .square-img-bottom-txt,
.obj-popup__price-booking .square-img-bottom-txt{
    font-weight:bold;
    font-size: 12px;
}

.desktop-obj__img .square-img-bottom-price,
.obj-popup__price-booking .square-img-bottom-price {
    font-size:23px;
    font-weight:bold;
}

.prio-block-images {
    position: relative;
    overflow: hidden;
    height: 330px;
    display: flex;
    align-items: flex-end;
    border-radius: var(--border-radius);
}

.prio-block-img > img {
    width:100%;
    /*max-width:952px;*/
    min-height:330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prio-img-wrap .new_top_adhi.self_hide {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    min-height: 0;
    padding: 0
}

.prio-img-wrap .new_top_adhi {
    top: 0;
    left: 0;
    padding: 7px 0 7px 10px;
    min-height: 53px;
    width: 126px;
    font-size: 11px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    z-index: 1;
}

.prio-img-wrap .plus_num {
    font-size: 14px;
    font-weight: normal;
    float: none;
    margin: 0 3px 0 0;
}

.prio-img-wrap .new_top_adhi:hover {
    text-decoration: none
}

.prio-img-wrap .pluses_top_wrap {
    margin-left:0;
    position: absolute;
    z-index: 6;
    top: 8px;
    left: 177px;
    cursor: default;
    width:140px;
}

.prio-img-wrap .pluses_top_wrap.big_width {
    width:733px;
}

.prio-block-content {
    cursor:pointer;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    padding: 0 0 24px 24px;
    display: flex;
    align-items:flex-end;
    width: 100%;
    height: 100%;
}

.priority-obj__img.desktop-obj__img {
    width:286px;
    height:236px;
    border:3px solid #fff;
}

.priority-obj__img.desktop-obj__img.with_placeholder {
    border-color:transparent;
    background-color:transparent;
}

.priority-obj__img.desktop-obj__img .obj-img {
    min-width:286px;
}

.prio-block-content .obj-price-wrap {
    margin-top: 5px;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}

.prio-block-content .obj-price-num {
    font-size: 24px;
    font-weight: bold;
    text-transform: lowercase;
}

.prio-block-content .big-button {
    margin-top: 5px;
    padding: 8px 20px;
}

.prio-block-content .obj-price-txt {
    font-size: var(--base-font)
}

.prio-block-content .more_top_plus {
    float:none;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.prio-block-content .more_top_plus:hover {
    text-decoration: none;
}

.prio-block-content .plus_text {
    min-height: 25px;
    font-size: var(--small-font);
}

.prio-block-content .plus_text_link {
    align-items: flex-start;
    word-wrap: break-word;
    display:block;
}

.prio-web-bg {
    width:82px;
    height:34px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: url("data:image/svg+xml,%3Csvg width='82' height='34' viewBox='0 0 82 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L73.8626 0L82 17L73.8626 34L0 34L0 0Z' fill='%23F97274'/%3E%3C/svg%3E%0A") no-repeat right top;
    color:#fff;
    text-decoration:underline;
    text-align:center;
    font-weight:bold;
    font-size:var(--small-font);
    margin-left:-24px;
    margin-right:19px;
}

.base-obj .obj-tel.initialized {
    flex-wrap:wrap;
}

.normal-object .list_more_telz {
    margin-right:20px;
}

.prio-left-col {
    flex: 0 1 294px;
    min-width:294px;
    margin-right:41px;
    flex-wrap:wrap;
}

.prio-left-col span[itemprop="address"] {
    display:inline-block;
    max-width:280px;
    white-space: normal;
}

.prio-left-col .obj-address.flex-list-link {
    align-items: baseline;
    flex-flow:nowrap;
}

.prio-discounts {
    display:flex;
    flex-wrap:wrap;
    /* align-items: center; */
    /* position:relative; */
    /* top:7px; */
}

.prio-discounts .obj-discount-num {
    color:#fff;
}

.prio-thumb-images {
    position: relative;
    z-index:3;
    display:flex;
    flex-direction:column;

    width:56px;
    align-self:flex-start;
    margin:34px 0 0 24px;
}

.prio-thumb-img {
    width:55px;
    height: 47px;
    border-radius: var(--border-radius);
    border:1px solid #fff;
    box-sizing:border-box;
    margin-bottom:9px;
    cursor:pointer;
    background:var(--light-blue-color);
}

.prio-thumb-img.active {
    border:2px solid var(--red-color);
    cursor:default;
}

.base-obj .taxi_ico {
    margin: 0 20px 0 0;
}

.base-obj .taxi_ico:last-child {
    margin-right:0;
}

/*Grid list*/

.base_desktop .base-obj[data-grid] {
    width:318px;
    padding-bottom:45px;
    margin-left: 18px;
    box-sizing: border-box;
}

.base_desktop .best--objects .base-obj[data-grid] {
    width:auto;
    flex:1 1 auto;
    min-width:250px;
    max-width:calc(25% - 25px);
}

@media screen and (max-width: 1400px) {
    .base_desktop .best--objects .base-obj[data-grid] {
        max-width: calc(33.3% - 25px);
    }
}

@media screen and (max-width: 1160px) {
    .base_desktop .best--objects .base-obj[data-grid] {
        max-width: calc(50% - 25px);
    }
}

.best--objects .obj-img {
    min-width:auto;
    width:100%;
}

.best--objects .desktop-obj__img {
    min-width:auto;
    width:100%;
}

.base_desktop .obj-grid-list .top_promo {
    width:318px;
    margin-left: 18px;
    padding:15px;
    background:#fff;
    box-shadow:var(--box-shadow);
    border-radius:10px;
    margin-top:15px;
    box-sizing: border-box;
}

.base_desktop .obj-grid-list .w.narrow {
    width:290px;
    min-height:324px;
    margin:0;
    padding:0;
}

/* Add object button*/
.device_pc .alpha_add-btn {
    margin-top:25px;
}

.device_mobile .alpha_add-btn,
.device_tablet .alpha_add-btn {
    margin-bottom:25px;
}

@media screen and (max-width: 767px) {
    .desktop-obj__wrap {
        flex-direction:column;
    }

    .desktop-obj__left {
        display:flex;
        justify-content: center;
        align-items: center;
        margin-bottom:15px;
    }

    .priority-object .white-button {
        display:none;
    }

    .prio-description {
        flex-direction: column;
    }

    .prio-left-col {
        flex:1 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    .base_desktop .obj-grid-list .top_promo,
    .base_desktop .base-obj[data-grid] {
        width:358px;
    }
}

@media screen and (max-width: 1250px) {
    .base_desktop .base-obj{
        padding-bottom: 35px;
    }
}

@media (orientation: landscape) {
    /*.mobile .obj-img-descr {*/
    /*    display:flex;*/
    /*}*/

    .mobile .desktop-obj__img {
        flex:1 0 auto;
        margin-right: 15px;
    }

    .mobile .obj-img-descr .js_newad_text {
        margin:0;
    }
} 
