.region-switcher-form ul{
    padding: 0;
}
.region-switcher-form .region-location{
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    width: 500px;
    color: #000000;
    background-color: transparent;
    font-size: 16px;
}
.region-switcher-form .wrapper-region-location{
    position: relative;
    height: 34px;
}
.region-switcher-form .wrapper-region-location label{
    line-height: 30px;
    font-size: 20px;
    padding-left: 10px;
    color: #D1D0D0;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
.region-switcher-form .wrapper-region-location.focus label{
    color: #e9e9e9;
}
.region-switcher-form .wrapper-region-location.notempty label{
    display: none;
}
.region-switcher-form .wrapper-region-location .region-location{
    position: absolute;
    top: 0;
}

.region-switcher-form .current-location .actions{
    margin-left: 20px;
}
.region-switcher-form .current-location .actions a{
    border-bottom: 1px dotted #349FE3;
    text-decoration: none;
}
.region-switcher-form .current-location{
    margin-bottom: 10px;
}
.region-switcher-form .current-location .fullname{
    font-size: 0.9em;
}
.region-switcher-form .current-location b{
    font-size: 2em;
    font-weight: normal;
}
.region-switcher-form .table-cities{
    padding-top: 10px;
}
.region-switcher-form .table-cities b{
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}
.region-switcher-form .table-cities .regions{
    float: left;
    width: 270px;
}
.region-switcher-form .table-cities .cities{
    float: left;
    width: 550px;
    /*padding-left: 250px;*/
}
.region-switcher-form .region-list { width: 250px; clear: both; }
.region-switcher-form .region-list .viewport { width: 240px; height: 430px; overflow: hidden; position: relative; }
.region-switcher-form .region-list .overview { list-style: none; position: absolute; left: 0; top: 0; }
.region-switcher-form .region-list .thumb .end,
.region-switcher-form .region-list .thumb { background-color: #D1D0D0; }
.region-switcher-form .region-list .scrollbar { position: relative; float: right; width: 7px; }
.region-switcher-form .region-list .track { background-color: #F0F0F0; height: 100%; width:5px; position: relative; padding: 0 1px; z-index: 1}
.region-switcher-form .region-list .thumb { height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.region-switcher-form .region-list .thumb .end { overflow: hidden; height: 5px; width: 5px; }
.region-switcher-form .region-list .disable{ display: none; }
.region-switcher-form .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.region-switcher-form .region-list li{
    display: block;
    padding: 5px 5px 5px 5px;
}
.region-switcher-form .region-list li.active{
    background-color: #E5E5E5;
    border-radius: 5px;
}
.region-switcher-form .region-list li a
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    font-size: 1.2em;
}
.region-switcher-form .region-list li a:hover
{
    border-bottom: 1px solid #000;
}

.region-switcher-form .table-cities .cities ul{
    width: 33%;
    list-style: none;
    float: left;
}
.region-switcher-form .table-cities .cities li{
    display: block;
    padding: 5px 15px 5px 0;
}
.region-switcher-form .table-cities .cities li a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    font-size: 1.2em;
}
.region-switcher-form .table-cities .cities li span{
    font-size: 0.9em;
    color: #666666;
    display: block;
}
.region-switcher-form .table-cities .cities li a.top{
    font-weight: bold;
    color: #14427A;
}
.region-switcher-form .table-cities .cities li a.popular{
    font-weight: bold;
}
/****/
.region-switcher{
    position: relative;
    display: inline;
}
.region-switcher-link{
    text-decoration: none;
    border-bottom: 1px dotted #349FE3;
}
.region-subform .region-arrow{
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    top: 1px;
    left: 0;
    margin-left: -7px;
    border-bottom-color: #F0F0F0;
    border-width: 0 7px 7px;
}
.region-subform .region-arrow:before{
}
.region-subform .region-arrow:after{
/*    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    
    z-index: -1;
    content: "";

    top: -1px;
    left: -8px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 8px 8px;   */
}
.region-subform .region-subform-inner{
    border: 1px solid #e5e5e5;
    margin-left: -50%;
    margin-top: 7px;
    width: 150px;
    background-color: #F0F0F0;
    background-image: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    -moz-box-shadowss:0 5px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.not-confirmed .region-subform .region-subform-inner{
    width: 200px;
}
.region-subform{
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 200%;
    text-align: center;
    transition:all 0.2s ease 0.2s;
    color: #000000;
    z-index: 1000;
}
.region-switcher.close .region-subform, .region-switcher.close:hover .region-subform{
    opacity: 0;
    visibility: hidden;
    top: 200%;
    transition:all 0.1s ease 0;
}
.region-switcher.open .region-subform, .region-switcher:hover .region-subform{
    opacity: 1;
    visibility: visible;
    /*display: block;*/
    top: 100%;
}
b.region-name{
    display: block;
    font-size: 1.4em;
    text-align: center;
    padding: 10px 10px 5px;
}
div.region-name{
    display: block;
    font-size: 1.2em;
    text-align: center;
    padding: 15px 10px;
}
.region-confirm-name b{
    font-size: 1.2em;
}
.region-fullname{
    display: block;
    font-size: 1em;
    text-align: center;
    padding: 0 10px 15px;
}
.not-confirmed .region-fullname{
    display: none;
}
.region-switcher-button{
    margin: 0 -1px -1px;
}
.region-switcher-button table{
    width: 100%;
}
.region-switcher-button td{
    margin: 0 -1px -1px;
}
.region-switcher-button td.region-confirm{
}
.region-switcher-button a{
    background-color: #1a477d;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#16679e 43%), to(#1a477d));
    background-image: -webkit-linear-gradient(top, #16679e 43%, #1a477d);
    background-image: -moz-linear-gradient(top, #16679e 43%, #1a477d);
    background-image: -o-linear-gradient(top, #16679e 43%, #1a477d);
    background-image: -ms-linear-gradient(top, #16679e 43%, #1a477d);
    background-image: linear-gradient(to bottom, #16679e 43%, #1a477d);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    display: block;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
}
.not-confirmed .region-switcher-button a.region-confirm{
    border-radius: 0 0 0 5px;
    padding: 5px 20px;
    border-right: 1px dotted #1d87d0;
}
.not-confirmed .region-switcher-button a.region-change{
    border-radius: 0 0 5px 0;
    border-left: 1px dotted #1a477d;

    font-weight: bold;
    cursor: pointer;
}
.region-switcher-button a:hover{
    color: #FFFFFF;
    background-color: #16679e;
    background-image: none;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#16679e 63%), to(#1a477d));
    background-image: -webkit-linear-gradient(top, #1275ba 33%, #1a477d 83%, #16679e);
    background-image: -moz-linear-gradient(top, #1275ba 33%, #1a477d 83%, #16679e);
    background-image: -o-linear-gradient(top, #1275ba 33%, #1a477d 83%, #16679e);
    background-image: -ms-linear-gradient(top, #1275ba 33%, #1a477d 83%, #16679e);
    background-image: linear-gradient(to bottom, #1275ba 33%, #1a477d 83%, #16679e);
}
.region-switcher-button td:hover{
}

.modal.region-switcher-form{
    width: 880px;
}
.region-switcher-form .modal-body{
    padding: 20px;
    max-height: 1000px;
}
.region-switcher-form .close{
    float: right;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
}

