.city-wrap {
    position: absolute;
    right: 4px;
    top: -30px;
}

.cities-block-popup .header{
	height: auto;
	padding-top: 20px;
	padding-right: 35px;
}


.white-popup-cities .cities-list{
	list-style: none;
	padding-left: 0;
}

.white-popup-cities .cities-list li{
	cursor: pointer;
}

.question-city {
    position: absolute;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 -1px 7px -1px #000;
    margin-top: 17px;
    left: 50%;
    margin-left: -135px;
    z-index: 1050;
    width: 270px;
    color: #05263d;
}

.question-city-label {
    padding: 15px 10px 5px;
	text-align: center;
}

.question-city-title {
    padding: 0 10px 10px;
    padding-bottom: 20px;
    text-align: center;
    color: #05263d;
    font-size: 15px;
}

.question-city-btn { 

    color: #ffffff;
    overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	
}

.question-city-btn .btn-no {
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
    font-size: 13px;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    width: 115px;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #fff;
    outline: none;
	color: #2a7fb9;
}

.question-city-btn .btn-yes {
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
    font-size: 13px;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    width: 115px;
    cursor: pointer;
    border: 0;
    background: #2a7fb9;   
    color: #fff;
    outline: none;
    text-align: center;
}
.question-city:before {
    position: absolute;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    right: 50%;
    bottom: 100%;
}

.header-info .cities-block {
  float: left;  
  font-size: 12px;
  padding-left: 35px;
}

.cities-block{
	font-size: 14px;
	margin-bottom: 5px;
}

.cities-row{
	position: relative;
  padding: 0;
}

.cities-row .cities-row{
	position: relative;
}

.cities-row .cities-label {
  display: inline-block;
  font-size: 13px;
}
/* .cities-block .city-name {
  display: inline-block;
  color: #999999;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
} */


.cities-row .city-name {
       color: #fff;
    text-decoration: none;
    background: no-repeat;
    display: inline-block;
    height: auto;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
    font-size: 13px;
    border: 1px solid #fff;
}

.cities-row .city-name:after{
	content: '';
	display: block;
	background: url('images/arrow-icon.png') no-repeat center center;
	width: 9px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.cities-block .city-name::before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
}


.cities-block-popup {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
}


.cities-block-popup  *{
	box-sizing: border-box;
}

.cities-block-popup .city-item a {
    color: #05263d;
	font-size: 15px;
	text-decoration: none;
}

.cities-block-popup .city-item a:hover{
  color: #2a7fb9;
}


.cities-block-popup .cities-list {
    padding-bottom: 25px;
}

.cities-block-popup .letter-title-wrap {
    padding-bottom: 5px;
    font-weight: bold;
}

.cities-block-popup .content-cities{
	height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cities-block-popup .search-city-input{
  display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;      
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  
	border-radius: 0;
	padding-right: 30px;
	margin-bottom: 0;
  
}

.cities-block-popup .search-city:hover .search-city-input{
	border-color: #2a7fb9;
	outline: none;
	box-shadow: none;
}


.cities-block-popup  .search-city{
	    max-width: 100%;
    width: auto;
    position: relative;
    float: none;;	
}   


.cities-block-popup .search-city::after{
	content: "";
    display: inline-block;   
	width: 18px;
	height: 17px;
	background: url('images/search-icon.png') no-repeat center;
	position: absolute;
   right: 18px;
    top: 17px;
    width: 18px;
    height: 17px;
	
}



.cities-block-popup .title {
    font-size: 22px;
    padding: 12px 30px;
    font-weight: bold;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;    
    
    /* text-transform: uppercase; */
    float: none;
    background: none;
    font-weight: bold;
    color: #05263d;
}

.cities-block-popup .clearbtn{
    position: absolute;
    right: 38px;
    top: 8px;
    width: 33px;
    height: 33px;
    opacity: 1;
    cursor: pointer;
    display: none;
}

.cities-block-popup .search-city:hover .clearbtn{
  display: block;
}

.cities-block-popup .clearbtn:before, 
.cities-block-popup .clearbtn:after {
    position: absolute;
    left: 15px;
        top: 9px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #868686;
}

.cities-block-popup .clearbtn:before {
    transform: rotate(45deg);
}

.cities-block-popup .clearbtn:after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .cities-block-popup .mfp-close {
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 33px;
    height: 33px;
    opacity: 1;
    cursor: pointer;
    top: 9px;
}


.mfp-close-btn-in .cities-block-popup .mfp-close:before, 
.mfp-close-btn-in .cities-block-popup .mfp-close:after {
    position: absolute;
    left: 15px;
    content: '';
    height: 25px;
    width: 2px;
    background-color: #333333;
}

.mfp-close-btn-in .cities-block-popup .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .cities-block-popup .mfp-close:after {
    transform: rotate(-45deg);
}




.letter-title {
    color: #05263d;
    /* border: 2px solid #59af30; */
    /* width: 35px; */
    /* height: 35px; */
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}