.map-box__header {
    height: 72px;
    background: #0b0b0b;
}

.map-box__header-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.map-box__header-logo {
    flex-grow: 1;
    text-align: center;
}

.map-box__header-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.map-box__header-link img {
    margin-right: 10px;
}

.map-box__header-link:hover {
    color: #fff;
    text-decoration: none;
}

.map-box__coordinates {
    position: relative;
    margin: 15px 0;
}
.agency .map-box__coordinates {
    margin-top:0px;
}

.map-box__static {
    position: relative;
    width: 100%;
}

.map-box__static_full {
    width: 100%;
    height: 300px;
}

#mapbox-coordinates {
    width: 300px;
    height: 200px;
}

#mapbox-coordinates.map-box__coordinates_full {
    width: 100%;
    height: 400px;
}
/* 
.map-box__agency {
    width: 60px;
    overflow: hidden;
    height: auto;
} */

.map-box__marker-count {
    width: 29px;
    height: 29px;
    border: 2px solid #ffffff;
    background-color: #f31b90;
    border-radius: 100%;
    margin-bottom: -16px;
    margin-right: -16px;
    text-align: center;
    color: #f4f3f3;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    box-sizing: content-box;
    z-index: 2;
    margin-left: auto;
    position: relative;
}

.map-box__agency-image {
    margin: 0 auto;
}

.map-box__marker {
    margin-top: -35px;
}

.map-box__marker-image, .map-box__agency-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000000;
    background-size: cover;
    background-color: #2b2b2b;
    background-repeat: no-repeat;
}

.map-box__marker-image::after, .map-box__agency-image::after {
    content: '';
    position: absolute;
    border-top: solid 5px #000000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-bottom: -5px;
    width: 0;
    height: 0;
}

.map-box__agency-image {
    background: url('/images/map-agency-marker.png') no-repeat center center;
}

.map-box__marker_viewed .map-box__main-marker-image.map-box__marker-image::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.map-box__agency-title {
    width: 100%;
    height: 14px;
    border-radius: 5px;
    background-color: #0b0b0b;
    margin-bottom: 2px;
    overflow: hidden;
    color: #d42448;
    font-size: 11px;
    line-height: 14px;
    padding: 0 4px;
    box-sizing: border-box;
    font-weight: bold;
}

.map-box__top {
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.36);
    background-color: #000000;
    /* margin-top: -22px; */
    z-index: 67;
    position: relative;
}

.map-box__top-inner {
    height: 67px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

#mapbox {
    width: 100%;
    height: calc(100vh - 140px);
    position: absolute;
    top: 0;
    left: 0;
}

.map-box__area {
    width: 100%;
    height: calc(100vh - 140px);
    position: relative;
}

.map-box__filter-form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.map-box__zoom-text {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    height: 50px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.47);
    border-radius: 14px;
    background-color: #ffffff;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px;
    margin-left: 16px;
    line-height: 16px;
}

.map-box__checkbox-label {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
}

.map-box__checkbox-checkmark {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.map-box__checkbox-checkmark > span {
    display: inline-block;
    font-size: 13px;
}

.map-box__checkbox-checkmark::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background: url('/images/checkbox.png') no-repeat;
}

.map-box__checkbox-item {
    display: none;
}

.map-box__checkbox-item:checked ~ .map-box__checkbox-checkmark::before {
    background: url('/images/checkbox-checked.png') no-repeat;
}

.map-box__checkbox {
    margin-right: 18px;
}

.map-box__select {
    margin-right: 44px;
}

.map-box__select-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 328px;
    height: 38px;
    border-radius: 5px;
    background: #424040 url('/images/select-arrow.png') no-repeat right 16px center;
    color: #ffffff;
    font-size: 15px;
    padding: 0 35px 0 24px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}

.map-box__area-country {
    position: absolute;
    bottom: 15px;
    width: 290px;
    left: 50%;
    margin-left: -145px;
    display: none;
    z-index: 4;
}

.map-box__select_area {
    margin-right: 0;
}

.map-box__select_black {
    width: 290px;
    background: #0a0a0a url('/images/select-arrow.png') no-repeat right 16px center;
}

.map-box__location-btn, .map-box__filter-burger {
    width: 202px;
    height: 32px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.61), 0 2px 2px rgba(0, 0, 0, 0.61);
    border-radius: 6px;
    background: #b11d3c;
    border: 0;
    text-align: center;
}

.map-box__location-text, .map-box__filter-btn-text {
    color: #ffffff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: bold;
    /*background: url('/images/location.png') no-repeat left center;*/
}
.map-box__location-text, .map-box__filter-btn-text svg {
    margin-right: 5px;
}

.map-box__filter-btn {
    display: none;
}

.map-box__filter-burger {
    width: 145px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

.map-box__filter-btn-text {
    font-size: 12px;
    background: url('/images/burger.png') no-repeat left center;
    padding-left: 28px;
}

.map-box__modal {
    position: absolute;
    max-width: 192px;
    width: 100%;
    display: none;
}

.map-box__modal_static {
    right: 95px;
    top: 15px;
    max-width: 330px;
    width: 100%;
}

.map-box__modal_single {
    right: 95px;
    top: 15px;
}

.map-box__modal img {
    display: block;
}

.map-box__modal-close {
    width: 40px;
    height: 26px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    background: #b91873 url('/images/close-white.png') no-repeat center center;
    margin-bottom: 4px;
}

.map-box__modal-single {
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.47);
    border-radius: 5px;
    background-color: #000000;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 192px;
}

.map-box__modal-single img {
    width: 100%;
    height: auto;
}

.map-box__modal-single-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px;
    width: 100%;
    box-sizing: border-box;
}

.map-box__modal-title {
    font-style: 20px;;
}

.map-box__modal-count {
    color: #808080;
}

.map-box__modal-multiple-item-image {
    margin-bottom: 10px;
}

.map-box__modal-multiple-item-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.map-box__modal-name {
    color: #f9f3f3;
    font-size: 14px;
    font-weight: 700;
}

.map-box__modal-single-price {
    color: #8f8f8f;
    font-size: 10px;
    margin: 5px 0;
}

.map-box__modal-single-status {
    color: #8f8f8f;
    font-size: 10px;
}

.map-box__modal-single-status::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #67921b;
    border-radius: 8px;
    display: inline-block;
}

.map-box__modal-single-btn {
    margin-top: auto;
}

.map-box__modal-btn {
    max-width: 162px;
    width: 100%;
    height: 28px;
    background-color: #b91873;
    color: #fcfcfc;
    font-size: 12px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.map-box__modal-btn:hover {
    color: #fcfcfc;
}

.map-box__modal-btn-text {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    line-height: 28px;
    /*background: url('/images/arrow-right.png') no-repeat left center;*/
}

.map-box__modal-multiple {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.57);
    border-radius: 8px;
    background-color: #0e0e0e;
    padding: 30px 10px 44px 30px;
}

.map-box__modal-multiple-area {
    max-height: 510px;
    overflow-y: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}

.map-box__modal-multiple-address {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 10px 0 15px;
}

.map-box__modal-multiple-btn {
    margin-bottom: 50px;
}

.map-box__modal-multiple-address span {
    padding-right: 10px;
}

.map-box__modal-multiple-address-link {
    font-size: 0;
}

.map-box__modal-multiple-address-link img {
    display: inline-block;
}

.map-box__modal-multiple-address {
    color: #767474;
    font-size: 11px;
}

.map-box__modal-multiple-type {
    color: #767474;
    font-size: 11px;
}

.map-box__modal-multiple-item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 145px
}

.map-box__zoom-text span {
    width: 100%;
}

.map-box__area .mapboxgl-ctrl-group {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    float: none;
    background: transparent;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 !important;
    float: none !important;
}

.map-box__area .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: none;
}

.map-box__area .mapboxgl-ctrl-top-right {
    bottom: 52px;
    right: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.map-box__area .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
    display: none;
}

.map-box__area .mapboxgl-ctrl-group button {
    width: 52px;
    height: 52px;
    border-radius: 52px !important;
    overflow: hidden;
    margin: 0 8px;
    flex-shrink: 0;
}

.map-box__area .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='78' height='78' viewBox='0 0 78 78'%3E%3Cdefs%3E%3Cmask id='mwkgb' width='2' height='2' x='-1' y='-1'%3E%3Cpath fill='%23fff' d='M13 13h52v52H13z'/%3E%3Cpath d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z'/%3E%3C/mask%3E%3Cfilter id='mwkga' width='98.3' height='98.9' x='-10.3' y='-10' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='-.3' dy='.9' in='SourceGraphic' result='FeOffset1023Out'/%3E%3CfeGaussianBlur in='FeOffset1023Out' result='FeGaussianBlur1024Out' stdDeviation='5.2 5.2'/%3E%3C/filter%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%23mwkga)'%3E%3Cpath fill='none' d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z' mask='url(&quot;%23mwkgb&quot;)'/%3E%3Cpath fill-opacity='.47' d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z'/%3E%3C/g%3E%3Cpath d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z'/%3E%3C/g%3E%3Cg%3E%3Cimage width='28' height='28' transform='translate(25 25)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAEBUlEQVRIS52WaWhdVRDHf3/hvqhRX42lLhS3IqhYa1CaD24PRNF8sB/cQERFG1OU0oiikAoWtYRSMVKXap6CCqJYLS5EQcTnWqOVpqaVasWtVRHEJVGDvhc6Mo9zw8ntfQsO3A/3zH/mf87MmTkj2hQzOwA4CzgJOAM4AvgL+AzYBeyQ9Gcrd2oFMLNDgRuA5cBpTfB7gSf9k/RDI1xTQjNzkrXAglYbi/RVt5F0T55NQ0IzexG4LMfob+BrwE9xJHAicHgO7j1gmaQ/Yl0uoZl9AJydcbIZeAQYl/R7qjOzTmAJcB1wU8bme9dJmkzX9yM0s03A5ZHhF+5I0vutwmpmpwCPAqUIu11Sdy6hmfkOH4/AHwHnSZppRRbrzawcLlm6vF7SHf4ze0IzOyhcc7/+LnslHZtHNDw8vHxgYGDV4ODg6qGhoVfzMGbmOTw30h0naU9MuALYGAE89hNZZ6VS6cBKpbLVS2RqampLsVjM5rpuYmbzgN+iQz0hqS8m3B2K2vHPSbo6b+elUml+pVL5xXUzMzPbkySZzU8Wb2b3AneFdQOOrhOa2THAj5FBSdK7rQir1eq2jo6OMxvl18y8bH6O9FekhJcArweFX5CuuE2Z2SHAwcC+crnc1dfX96Vjq9XqRKFQuCDYee6r2bozs8+BUwNmTUroN2hdWNwlKQX46QeBO1PCyclJisViwbG1Ws2SJKnFhMCzwApJ+0L0HgP6A2YkJbwfuC0sviXpwjQMZuaxn5VAWP+v1WokSZIX0UWSvgmE64HbA+iZlHA1cF9YnJDknaMuZvYgsCr9b4Nw1FuipH+D/cPALcG+nBIuA14Oiw6cJ+mfiNQvhr8aNj4+Xuzu7n4l5HB3oVBI25n78hxuiY9sZp8C6cVamxKeANRDEGSpJK+1/SQuizZuqW9yKnJybVyH/p4tDMqNkm5uRdhGHd4KPBD5OT4mjPPomAWS6gUeS09Pz2FjY2MfeqeZnp7+pLOzsydvYyF/fjo/pctrki6NCbuAXyPjrZKW5jkbHR1d19vb2zsyMlLu7+/fkIcxs+eBqyLdYkk75zxPZub14nWTyiZJVzY6QZOT3Q2sifRPS7re/7OE2bfQMW8CNzabU1LHoSM9BNSdB/G0HJU2gjikbwAXN9i1l8oQsFnSjizGzHyS8/boXcn7ZyrTgN94b291URj/3gbObzN0Ps+MhevuPdZHxsU5tt8BF0n6KtY5oY92PgZm5SfgJWBlmxuJYd5PfSzxE84RJ5zTK4PWB9zTJX1rZieH5nsNML8JuTt/wS+dpI8b4ZxwGxA/oj5X+mvvw9OsmFlHmLzPARaF18Oxe4B3fAKPp7lmhD5XPhXy4CO7h2Ln/whjWyb/AY9ymM8rTt9GAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.map-box__area .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='78' height='78' viewBox='0 0 78 78'%3E%3Cdefs%3E%3Cmask id='jhr2b' width='2' height='2' x='-1' y='-1'%3E%3Cpath fill='%23fff' d='M13 13h52v52H13z'/%3E%3Cpath d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z'/%3E%3C/mask%3E%3Cfilter id='jhr2a' width='98.3' height='98.9' x='-10.3' y='-10' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='-.3' dy='.9' in='SourceGraphic' result='FeOffset1046Out'/%3E%3CfeGaussianBlur in='FeOffset1046Out' result='FeGaussianBlur1047Out' stdDeviation='5.2 5.2'/%3E%3C/filter%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%23jhr2a)'%3E%3Cpath fill='none' d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z' mask='url(&quot;%23jhr2b&quot;)'/%3E%3Cpath fill-opacity='.47' d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z'/%3E%3C/g%3E%3Cpath d='M39 13c14.36 0 26 11.64 26 26S53.36 65 39 65 13 53.36 13 39s11.64-26 26-26z'/%3E%3C/g%3E%3Cg%3E%3Cimage width='28' height='28' transform='translate(25 25)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAADXElEQVRIS62WW6iWRRSGnzeCSgsriYwOFBFlhWJWYqHQRV11kUSEVEYH0JDMiyKQTrShopsOWF1oaemFRaRB3YQXWYkZmWIHCiwyyhIqTZPSTb7xbuaT2b///vb/71pX3zdrzTwzs2beWaIHs30sMA24EJgKTAT2A9uBr4Ftkg70MBRqC7J9EnAHMB+4uCX2e2AF8IqkH9vGHBFoewHwOHBaLzMvMX8DA5KeGKlPV6DtN4Ebu3TKtn0L/AScDpwHnNIl7kNgjqTfOn1HAW1/BFzdEfg6sAz4TNKexmd7PDAFuBu4s6PPTmCypL/q9mFA22uBG6qAr4AFkjLjVrOdHL8EzK4Ct0i6vCvQ9u3Aysr5vqRrRgN1+m2vAm6t2p+XdF/zP7RC2+OA34HjimOnpHP7hVVb3ZmWMyXtir8BLgaeqQDTJG37D8AJwK9A7m9sqaR7h4DlUufknVOc6yTNGSusWuWjwGPlfxAYL2kwwOnApxXgKkmb/gdgrsx31TgzJX0cYI7zy8WRiztB0qFqpicCyfHhlkkcAxyStLeOsR1gwLFHJA0E+CzQnKKtki6rYA8D9/cIzLa9CiyUNDQ52zn1Of2xVZLmBbgauKU0vivp+groMWzt2Y2e2n4OWFTGWCNpboBLM6vS+ImkGRWw9vXCfhu4KYejrHA5cFfpuFrSbQFGpKMQsT+BkyX9U0GjFMlj22pzvQYlbezI4RfAJaXtSUlLAoxu5qI2NkXS570spy3G9iTg5yrmWknrAzwBiNA2z9AKSZ1C3DffdnKXHDY2LkLeKM0A8FDlPEPSL31Tqg628zSdWprekHRzvhtgVre7+Y8QSLpirEDba4AhQLGLJH1zBJgP2w8AT1dBr0lq7lDPbNtPAQ9WHY7o6DBggUbiInWNvZeHVVJe+FaznZP8AjCvI/AD4DpJB7sBUy5sqeQoMQlMbfOOpFRpw8z2BUDEIqtK2dHNvgSi0fu6lRip1NYDV3bpuQPYDOwrdzOl46Wjrb748yLNaKva8j7mnezXUvtEj+vUNGNsGK0unVwKpByeFL8jWRTqLeBFSZttH5/iuBTOw/q0ApvIIg7ZvlnA+eX1SG5T9G5I3iX9UY9sO69+pO2sqn13T8B+97SaaHYlRdVM4Afgnn8BcO8yEWByv0YAAAAASUVORK5CYII='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-scroll .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7,9.29289322 L8.14644661,8.14644661 C8.34170876,7.95118446 8.65829124,7.95118446 8.85355339,8.14644661 C9.04881554,8.34170876 9.04881554,8.65829124 8.85355339,8.85355339 L6.85355339,10.8535534 C6.65829124,11.0488155 6.34170876,11.0488155 6.14644661,10.8535534 L4.14644661,8.85355339 C3.95118446,8.65829124 3.95118446,8.34170876 4.14644661,8.14644661 C4.34170876,7.95118446 4.65829124,7.95118446 4.85355339,8.14644661 L6,9.29289322 L6,3.70710678 L4.85355339,4.85355339 C4.65829124,5.04881554 4.34170876,5.04881554 4.14644661,4.85355339 C3.95118446,4.65829124 3.95118446,4.34170876 4.14644661,4.14644661 L6.14644661,2.14644661 C6.34170876,1.95118446 6.65829124,1.95118446 6.85355339,2.14644661 L8.85355339,4.14644661 C9.04881554,4.34170876 9.04881554,4.65829124 8.85355339,4.85355339 C8.65829124,5.04881554 8.34170876,5.04881554 8.14644661,4.85355339 L7,3.70710678 L7,9.29289322 Z M14,9.5 L14,12.0474376 C14,12.3783481 13.8839855,12.698786 13.6721417,12.9529985 C13.1720143,13.5531514 12.2800608,13.6342381 11.6799078,13.1341106 L10.7560738,12.3642489 C10.4736449,12.1288916 10.11764,12 9.75,12 C9.48363526,12 9.24082605,12.1526146 9.12532205,12.3926334 L9.08962348,12.4668155 C8.95447865,12.7476481 8.99541029,13.0814869 9.19439734,13.321352 L13.607865,18.6414804 C14.3217788,19.502054 15.3818498,20 16.5,20 C18.9852814,20 21,17.9852814 21,15.5 L21,11.5 C21,11.2238576 20.7761424,11 20.5,11 C20.2238576,11 20,11.2238576 20,11.5 L20,12.5 C20,12.7761424 19.7761424,13 19.5,13 C19.2238576,13 19,12.7761424 19,12.5 L19,10.5 C19,10.2238576 18.7761424,10 18.5,10 C18.2238576,10 18,10.2238576 18,10.5 L18,12.5 C18,12.7761424 17.7761424,13 17.5,13 C17.2238576,13 17,12.7761424 17,12.5 L17,9.5 C17,9.22385763 16.7761424,9 16.5,9 C16.2238576,9 16,9.22385763 16,9.5 L16,12.5 C16,12.7761424 15.7761424,13 15.5,13 C15.2238576,13 15,12.7761424 15,12.5 L15,5.5 C15,5.22385763 14.7761424,5 14.5,5 C14.2238576,5 14,5.22385763 14,5.5 L14,9.5 Z M13,9.49999981 L13,5.5 C13,4.67157288 13.6715729,4 14.5,4 C15.3284271,4 16,4.67157288 16,5.5 L16,8.08535285 C16.1563895,8.03007711 16.3246823,8 16.5,8 C17.191734,8 17.7741062,8.46823386 17.9474595,9.10504462 C18.1184541,9.03725677 18.3048761,9 18.5,9 C19.191734,9 19.7741062,9.46823386 19.9474595,10.1050446 C20.1184541,10.0372568 20.3048761,10 20.5,10 C21.3284271,10 22,10.6715729 22,11.5 L22,15.5 C22,18.5375661 19.5375661,21 16.5,21 C15.0842933,21 13.7421216,20.3695431 12.8382246,19.279958 L8.42475695,13.9598296 C7.97611908,13.4190278 7.88383427,12.6663521 8.18853292,12.0331845 L8.2242315,11.9590024 C8.50634865,11.3727595 9.09940726,11 9.75,11 C10.3515765,11 10.9341143,11.2109078 11.3962582,11.5960277 L12.3200922,12.3658894 C12.4959683,12.5124527 12.7573571,12.4886901 12.9039205,12.3128141 C12.9660017,12.2383166 13,12.1444116 13,12.0474376 L13,9.5 Z'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1280px) {
    .map-box__top-inner {
        flex-wrap: wrap;
    }
    .map-box__filter {
        display: none;
    }
    .map-box__top.map-box__top_mobile .map-box__filter {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
    }
    .map-box__top.map-box__top_mobile .map-box__filter-form {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .map-box__top.map-box__top_mobile .map-box__select {
        display: none;
    }
    .map-box__top.map-box__top_mobile .map-box__checkbox {
        margin: 5px 0;
    }
    .map-box__top.map-box__top_mobile .map-box__filter-form {
        margin-bottom: 10px;
        background-color: #000000;
        pointer-events: auto;
    }
    .map-box__top {
        box-shadow: none;
        background-color: transparent;
        position: relative;
        z-index: 2;
        pointer-events: none;
    }
    .map-box__top-inner {
        height: 50px;
    }
    .map-box__area {
        margin-top: -50px;
        z-index: 1;
    }
    
    #mapbox, .map-box__area {
        height: calc(100vh - 72px);
    }
    
    .map-box__filter-btn {
        display: block;
        pointer-events: auto;
    }
    .map-box__location {
        pointer-events: auto;
    }
    .map-box__location-btn {
        width: 145px;
        box-sizing: border-box;
        padding: 0 0 0 15px;
        text-align: left;
    }
    .map-box__area-country {
        display: block;
    }
    
    .map-box__modal_static, .map-box__modal_single {
        right: 95px;
        top: 55px;
    }
}

@media (max-width: 575px) {
    .map-box__area .mapboxgl-ctrl-top-right {
        display: none;
    }
    
    .map-box__modal_static {
        right: 15px;
    }
    
    .map-box__header-logo {
        text-align: right;
    }
}

@media (max-width: 360px) {
    .map-box__modal_static {
        right: 0;
    }
}

@media (max-width: 330px) {
    .map-box__area_modal {
        z-index: 4;
    }
    .map-box__modal_static {
        top: 0;
        padding: 15px 0;
        background-color: #0e0e0e;
    }
}

.wrong-address {
    color: red;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 7px;
    margin-top: -65px;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(34, 60, 80, 0.4);
    -moz-box-shadow: 0px 3px 10px 2px rgba(34, 60, 80, 0.4);
    box-shadow: 0px 3px 10px 2px rgba(34, 60, 80, 0.4);
}

#full_profile_icon path {
    fill: #FFFFFF;
}
#full_profile_icon {
    margin-right: 5px;
}
.map-box__modal-single-btn a:hover {
    text-decoration: none;
}
#close_map_icon {
    margin-right: 5px;
}