.popup_container {
    /* display: none; */
    /* position: absolute; */
    padding: 16px;
    /* left: 50%; */
    /* top: 50%; */
    width: auto;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.pop_inner {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
}

.pop_inner_links {
    margin-top: 16px;
}

.pop_img img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pop_img {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
}

.pop_content {
    display: block;
    float: left;
    width: calc(100% - 56px);
    padding-left: 12px;
}

.pop_title {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    color: #222;
}

.pop_info {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.56px;
    color: #000;
    font-family: 'Roboto', 'Unbounded', Arial, Helvetica, sans-serif;
}

.more_items::before {
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    margin-right: 4px;
    background: url("../img/icons/arrow-right.svg") no-repeat center;
}

.more_items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-left: auto;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    background-color: #222;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.count_img::before {
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    margin-right: 4px;
    background: url("../img/icons/ornaments.png") no-repeat center;
    background-size: 100%;
}

.count_img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
    width: auto;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #222;
    border: 2px solid #222;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.marker_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 20%;
    padding: 4px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/markerbg.svg");
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.marker_icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/marker.svg");
}


.marker_icon:hover,
.marker_icon.marked {
    background: #222;
}

.marker_icon:hover::before,
.marker_icon.marked::before {
    background-position: 0 100%;
}

.gm-ui-hover-effect {
    border: 1.18474px solid #969898 !important;
    border-radius: 50% !important;
    top: 14px !important;
    right: 13px !important;
    width: 33px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#mymap .gm-ui-hover-effect span,
.mobile-search {
    position: absolute;
}

.gm-ui-hover-effect > span {
    background-color: #000;
}