
.dependingLocationContactBlockCityList
{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 450px;
    max-width: calc(100% - 60px);
    background: #f5f5f5;
    -moz-box-shadow: 0px 2px 5px 2px rgba(144, 144, 144, 0.75);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(144, 144, 144, 0.75);
    box-shadow: 0px 2px 5px 2px rgba(144, 144, 144, 0.75);
}

.list_cities_wrapper {
    position: relative;
    overflow: auto;
    width: auto;
    height: 310px;
    margin-bottom: 0;
}

.list_cities_wrapper::-webkit-scrollbar {
    width: 12px;               /* ширина всей полосы прокрутки */
}

.list_cities_wrapper::-webkit-scrollbar-track {
    background: #edeef0;        /* цвет зоны отслеживания */
}

.list_cities_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(10,0,80,0.92);    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid #edeef0;  /* отступ вокруг бегунка */
}

.list_cities_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #999999;    /* цвет бегунка */
}

.list_cities_wrapper li {
    /*padding: 0 20px;*/
    position: relative;
}

.list_cities_wrapper li:after {
    content: '';
    bottom: 0;
    border-color: #b3b3b3;
}

.list_cities_wrapper li:after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    left: 0
}

.dgeolocation_close {
    top: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 10px;
    width: 50px;
    height: 50px;
    transition: transform .4s;
}

.dgeolocation_close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dgeolocation_close:hover {
    cursor: pointer;
    transform: rotate(1turn);
}

.dgeolocation_close:before {
    /*content: "\f00d";*/
    /*font-family: "FontAwesome";*/
    /*font-size: 24px;*/
}

.returnInChars
{
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    background: #A6E554;
    color: #FFFFFF;
    text-shadow: 0 0 1px #000000;
    font-weight: bolder;
    width: 93%;
}

#buy_block li:hover {
    /*background-color: white;*/
    /*text-decoration: underline;*/
    cursor: pointer;
}

.setCityLocation
{
    display: block;
    padding: 5px 15px;
}
.setCityLocation:hover
{
    text-decoration: underline;
}

.setCityLocation.active
{
    background: #0A0050;
    /*background-image: linear-gradient(#42a1ec, #0070c9);*/
    color: #fff;
}

@media (max-width: 767px) {
    .dependingLocationContactBlockCityList {
        position: fixed;
        top: 479%;
        left: 134%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99999;
        width: 450px;
        max-width: calc(100% - 60px);
        background: #f5f5f5;
        -moz-box-shadow: 0px 2px 5px 2px rgba(144, 144, 144, 0.75);
        -webkit-box-shadow: 0px 2px 5px 2px rgba(144, 144, 144, 0.75);
        box-shadow: 0px 2px 5px 2px rgba(144, 144, 144, 0.75);
    }
}

.dgeolocation_title
{
    padding: 15px 15px;
    background: #0A0050;
    /* background-image: linear-gradient(#42a1ec, #0070c9); */
    color: #FFFFFF;
    /* font-size: 13px; */
    /* font-weight: bolder;*/
}


.other-cities
{
    padding: 10px;
    background: #eaeaea;
    line-height: 1.4em;
}


.other-cities_important {
    /*color: #0070c9;*/
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 15px;
}

.other-cities a
{
    font-weight: bold;
}

#searchCity
{
    border: 1px solid #a1a1a1;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    width: 100%;
    text-indent: 10px;
    background: #eaeaea;
    height: 36px;
    line-height: 28px;
    padding: 3px 5px;
}

#block_geo
{
    position: relative;
}

.popup_check_location
{
    position: absolute;
    top: 31px;
    left: 0;
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #A1A1A1;
    border-radius: 5px;
    font-size: 16px;
    width: 444px;
}

.popup_check_location a
{
    text-decoration: dotted;
    margin-left: 15px;
}

.popup_check_location p {
    display: inline-block;
}
@media(max-width: 600px) {
    .popup_check_location a {
        margin-left: 15px;
        margin-top: 8px;
    }
    .popup_check_location p {
        display: block;
    }
}