.sel-region {
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  padding: 0 8px;
}
/*.sel-region-show {
    padding:0 20px;
}
.sel-region-bg {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    z-index:-1;
}
.sel-region-show .sel-region-bg {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;    
    background:@base;
}*/
.select-popup {
  top: -10px;
  left: -10px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  text-align: left;
  font-size: 12px;
  position: absolute;
  width: 120px;
  border: none;
  /*padding-bottom: 2px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
  background: #eaeaea;
  /* var gray */
  opacity: 1;
  filter: alpha(opacity = 100);
  font-weight: 400;
}
.select-popup li {
  display: block;
  float: left;
  width: 100%;
}
.select-popup li a {
  color: #333333;
  /* var text-color */
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 4px 0 3px 17px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.select-popup ul {
  list-style-position: outside;
  list-style-type: none;
  padding: 33px 0 0;
  margin: 0;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  /* для прокрутки */
  /* max-height: 117px;
  overflow-x:auto; */
}
/* .select-popup li.line {
    height:1px;
    width:100%;
    padding: 0;
    margin: 0;
    border-top:1px solid #5387dd;
    border-bottom:1px solid #5387dd;
    background:#3a6fc2;
} */
.select-popup li.line {
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #cfcfcf;
  /* var gray-dark */
}
.select-popup li a:hover {
  background-color: #cfcfcf;
  /* var gray-dark */
  color: #333333;
  /* var text-color */
  text-decoration: none;
}
.select-popup li.active a {
  background-color: #4c81d9;
  /* var base */
  color: #fff;
}
.select-popup li.last a {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding-bottom: 4px;
}
#select-popup_region {
  width: 115%;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity = 0);
  display: block;
}
#select-popup_region.show {
  /*display:block;*/
  opacity: 1;
  filter: alpha(opacity = 100);
  visibility: visible;
}
a.select-popup-link_region {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  /* var text-color */
  z-index: 1001;
  text-decoration: none;
  position: relative;
}
a.select-popup-link_region:hover {
  color: #4c81d9;
  /* var base */
}
a.select-popup-link_region:hover span:before {
  color: #4c81d9;
  /* var base */
}
.sel-region span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 14px;
  height: 10px;
  margin: 1px 0 0 5px;
  color: #333333;
  /* var text-color */
  /* background: url(../image/arrow-down1.png) no-repeat right center; */
}
.sel-region span:before {
  content: '\f107';
  /* fa-angle-down  */
  color: #333333;
  /* var text-color */
  font-size: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.sel-region-show a.select-popup-link_region span {
  /* background: url(../image/arrow-down1-hover.png) no-repeat right center; */
}
.sel-region-show span:before {
  color: #4c81d9;
  /* var base */
}
.sel-region-show a.select-popup-link_region {
  color: #4c81d9;
  /* var base */
}
#select-popup_region:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33px;
  background: #eaeaea;
  /* var gray */
  z-index: 100;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
/****************************************** 
  dark-style
******************************************/
.dark-style .sel-region span:before {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style a.select-popup-link_region {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style a.select-popup-link_region:hover {
  color: #8bade6;
  /* var base-light */
}
.dark-style a.select-popup-link_region:hover span:before {
  color: #8bade6;
  /* var base-light */
}
.dark-style .sel-region:hover a.select-popup-link_region {
  color: #2b68cc;
  /* var base-dark */
}
