.header-base-phone-block,.sel-region {
    display: inline-block;
}
.header-base-phone-block {
    text-align: right;
    color:#201f1f;
}
.header-base-phone-title {
    font-size: 14px;
    margin-bottom: 5px;
}
.header-base-phone, .sel-region-phone {
    font-size: 18px;
    font-weight: 700;
}
.sel-region-block {
    position: relative;
    left: -20px;
}
.sel-region-phone {
    margin-top: 5px;
}
.sel-region {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  position: relative;
  font-size: 14px;
  padding: 0 8px;
  right: -10px;
  min-width: 100px;
}
/*.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;*/
  border: 1px solid #697078;
  /* var gray-dark */
  background: #dddddd;
  /* 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 4px 17px;
}
.select-popup ul {
  list-style-position: outside;
  list-style-type: none;
  padding: 33px 0 0;
  margin: 0;
  width: 100%;
  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: #697078;
  /* var gray-dark */
}
.select-popup li a:hover {
  background-color: #f6bc01;
  /* var secondary */
  color: #333333;
  /* var text-color */
  text-decoration: none;
}
.select-popup li.active a {
  background-color: #201f1f;
  /* var base */
  color: #fff;
}
.select-popup li.last a {
  padding-bottom: 8px;
}
#select-popup_region {
  width: 125%;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity = 0);
  display: block;
  overflow:auto;
  height: 516px;
}
#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;
  /* border-bottom-style: dotted; */
  /* border-bottom-width: 1px; */
  text-decoration: none;
  position: relative;
  padding: 5px 10px;
  right: -10px;
  background-color: #fef200;
  -webkit-transition: background-color 0.3s ease, color 0.4s ease;
  -moz-transition: background-color 0.3s ease, color 0.4s ease;
  -o-transition: background-color 0.3s ease, color 0.4s ease;
  transition: background-color 0.3s ease, color 0.4s ease; 
}
a.select-popup-link_region:hover {
  background: #d6cc0a;
}
a.select-popup-link_region:hover span:before {
  color: #201f1f;
  /* 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: #201f1f;
  /* var base */
}
.sel-region-show a.select-popup-link_region {
  color: #201f1f;
  /* var base */
}
#select-popup_region:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33px;
  background: #dddddd;
  /* 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;
}
.region-select-wrap {
	border-top: 1px solid #eee;
    padding-top: 15px;
    position: relative;
}
.region-dialog-text-not-wrap {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    text-align: center;
}
.region-dialog-text-not {
	color: #201f1f;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 5px;
}
.region-dialog-top {
	text-align:center;
	color:#000;
	font-size:18px;
	position: relative;
    top: -25px;
}
.region-dialog-buttons {
	text-align: center;
	margin: 10px auto 0;
	width: 100%;
    position: relative;
    top: -25px;
}
#quickview_content .region-dialog-buttons .button-border {
	width:80px;
	display: inline-block;
    vertical-align: middle;
}
#quickview_content .region-dialog-buttons .button-border:hover {
	color:#fff;
}
.region-select-list,
.region-select-list2 {
	padding:0;
	margin:0;
	font-size:0
}
.region-select-list li,
.region-select-list-item {
	list-style:none;
	display:inline-block;
	width:33.3%;
	padding: 0 20px;
    box-sizing: border-box;
}
.region-select-list-item {
	width: 100%;
}
.region-select-list-item-letter {
	position: relative;
}
.region-select-list-item-letter span {
	font-size: 12px;
    color: #201f1f;
    position: absolute;
    left: 0;
    top: 7px;
    text-transform: uppercase;
    background: #e8e8e8;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 1.1;
}
#quickview_content .region-select-list li a,
#quickview_content .region-select-list-item a {
	font-size:16px !important;
	cursor:pointer;
	color:#0069bb;
	text-decoration:underline;
	padding: 4px 6px;
    margin: 1px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#quickview_content .region-select-list li a:hover,
#quickview_content .region-select-list-item a:hover {
	color:#e95229 !important;
	text-decoration: none;
}
#quickview_content .region-select-list li.active a,
#quickview_content .region-select-list-item.active a {
    color: #51bd04 !important;
    text-decoration: none;
}
#quickview_content .region-select-list li.active a:before,
#quickview_content .region-select-list-item.active a:before {
	font-family: FontAwesome;
	content:'\f00c';
	color:#51bd04;
	font-size: 16px;
	padding-right: 5px;
}
.region-message {
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 202;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-width: 190px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.region-message,
.region-message-content-yes,
.region-message-content-not {
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; 
    opacity: 1;
    visibility: visible
}
.region-message.hide,
.region-message-content-yes.hide,
.region-message-content-not.hide {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.region-message-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.region-message-top {
    color:#000;
    font-size: 16px;
    margin-bottom: 20px;
}
.region-message-name {
    font-weight: 700;
}
.region-message-bottom {
    
}
.region-message .arrow-up {
    width: 0; 
    height: 0; 
    z-index: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    top:-10px;
    left:75%;
    margin-left: -10px;
}
.region-message .arrow-up:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 14px;
    bottom: -32px;
    left: 50%;
    box-sizing: border-box;
    border: 10px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(-225deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.24);
}
/****************************************** 
  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: #474545;
  /* var base-light */
}
.dark-style a.select-popup-link_region:hover span:before {
  color: #474545;
  /* var base-light */
}
.dark-style .sel-region:hover a.select-popup-link_region {
  color: #090808;
  /* var base-dark */
}
