.header__geo-block h2 {
    font-size: 18px;
    color: #000;
    padding: 10px 10px 28px;
    text-align: center;
    margin: 0;
}

.header__geo-block .close {
    width: 30px;
    position: absolute;
    right: 1px;
    top: 4px;
    outline: 0;
}

.header__geo-block:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff !important;
    border-width: 18px !important;
    margin-left: -18px;
}

.header__geo-block:before,
.header__geo-block:after {
    bottom: 100%;
    left: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header__geo-block:before {
    border-color: rgba(48, 48, 48, 0);
    border-bottom-color: #dedede;
    border-width: 19px;
    margin-left: -19px;
}

.header__geo-block {
    position: absolute;
    background: #fff;
    padding: 20px;
    left: 0;
    top: 64px;
    border-radius: 5px;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.16);
    min-width: 314px;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.datarc-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cities a.main_lab {
  font-size: 18px;
  margin-bottom: 15px;
}

ul li.cmt:not(:first-child) {
    margin-top: 23px !important;
}

.city-modal-lg {
    position: absolute;
    top: 220px;
    right: 0;
    left: 0;
    z-index: 150;
    border-top: 1px solid #f1f1f1;
    display: none;
    overflow: initial !important;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.city-modal-lg .modal-header {
    border-bottom: none !important;
}

.city-modal-lg .modal-dialog .close {
    transform: translateY(18px);
    font-weight: 400 !important;
    font-size: 42px;
    outline: 0;
}


.city-modal-lg .modal-dialog .desc {
    color: #818181;
}

.city-modal-lg .modal-body {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}


.city-modal-lg .modal-dialog h2 {
    color: #000;
}

.open_geo-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -13px;
    top: 7px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #337ab7 transparent transparent transparent;
}

.city-modal-lg .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
    background: #fff;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.06);
}

.city-modal-lg .modal-content {
    box-shadow: none !important;
    border: 0;
    background: inherit;

}

.row.content {
    position: relative;
}

.datarc__geo-tabs a.active:hover {
    color: #fff;
}

.datarc__geo-tabs a.active {
    background: #0076b3;
    color: #fff;
}

.datarc__geo-tabs a:not(:first-child) {
    border-left: 0 !important;
}

.datarc__geo-tabs a {
    color: #afafaf;
    font-size: 18px;
    background: #fff;
    padding: 12px 26px;
    text-decoration: none !important;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #f1f1f1;
    border-bottom:0 !important;
    float: left;
}

.datarc__geo-content .page.active {
    display: block;
}

.datarc__geo-content .page {
    display: none;
}

.datarc__geo-tabs {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    margin: 30px 0 0 0;
}