.map {
    background: #efeff9;
    margin: 20px -3% 0;
    padding: 30px 3%;
    width: 106%; }

.map__address {
    cursor: pointer;
    font-size: 10pt;
    padding: 10px 0; }

.map__address__h2 {
    list-style: none;
    margin-bottom: 6px;
    font-size: 12pt;
}
.map__address:hover {
    color: #369; }

.map__addresses.tbl .map__address {
    padding: 0;
}
.map__addresses {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 350px;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
    height: 350px;
    margin: 0;
    overflow: hidden auto;
    padding: 10px 10px 10px 40px;
    width: 100%; }
.map__addresses.tbl {
    padding: 0px;
}
.map__button-box {
    cursor: pointer; }

.map__button {
    background: url("/images/ico/icon-input-select.svg") no-repeat 50% 50%;
    background-size: 15px;
    display: inline-block;
    height: 20px;
    opacity: 0.4;
    width: 20px; }

.map__button-box:hover .map__button {
    opacity: 1; }

.map__cities-box_active .map__button {
    background-image: url("/images/ico/icon-close.svg"); }

.map__buttonText {
    border-bottom: 1px dashed #369;
    color: #369;
    display: inline-block; }

.map__buttonText:hover {
    border-color: #000;
    color: #000; }

.map__cities-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
    padding: 10px 20px;
    width: 100%; }

.map__cities-box:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15); }

.map__cities-box_margin_0 {
    margin: 0; }

.map__cities {
    display: none;
    font-size: 11.5pt;
    margin-top: 20px;
    width: 100%; }

.map__citiesList {
    list-style: none;
    margin: 0;
    padding: 0;
    width---: 100%; }

.map__city:hover {
    color: #000; }

.map__city:active {
    color: #ffdf0f; }

.map__columns-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    width: 100%; }

.map__columns {
    -webkit-columns: 150px;
    -moz-columns: 150px;
    columns: 150px;
    margin: 0;
    width: 100%;
    padding: 0; }

.map__icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
    position: relative;
    width: 20px; }

.map__icon:hover .map__iconText {
    display: block; }

.map__iconText {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    display: none;
    font-size: 10pt;
    font-weight: 100;
    left: 0;
    min-width: 150px;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1; }

.map__icon {
    background-image: url("/images/ico/icon-cash.svg"); }

.map__icon_everytime {
    background-image: url("/images/ico/icon-24.svg"); }

.map__mapBox {
    -webkit-box-flex: 1000;
    -webkit-flex: 1000 0 300px;
    -ms-flex: 1000 0 300px;
    flex: 1000 0 300px;
    height: 350px;
    min-width: 270px;
    background: url(/images/map_preload_background.jpg) no-repeat;}

.map__mapBox-small {
    flex-basis: 100px;
}

.map__name {
    font-size: 11.5pt;
    font-weight: 400;
    -ms-word-break: break-word;
    word-break: break-word;}

.map__tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px; }

.map__tab:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15); }

.map__tab-horizontal {
    flex-direction: column;
}
.map__tab-horizontal .map__mapBox {
    width: 100%;
}
.map__tab-horizontal .map__addresses {
    height: auto;
    flex-basis: auto;
    max-height: 25vh;
}

.map__text {
    background: #efeff9;
    padding: 20px; }
.map__mapBox_show {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.55em;
    font-family: var(--fontBold);
}
@media screen and (max-width: 480px) {
    .map {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}