.prmn-cmngr {
    position: relative;
    top: 12px;
    font-size: 16px;
}
span.prmn-cmngr__city {
    color: #fff;
}
.prmn-cmngr span
{
    cursor: pointer;
}
.prmn-cmngr span:hover
{
	/*text-decoration: underline;*/
}
.prmn-cmngr-cities span {
    cursor: pointer;
    font-size: 24px;
    line-height: 34px;
}


.prmn-cmngr-cities__search {    font-size: 24px !important;}
/*
.prmn-cmngr .prmn-cmngr__confirm:after {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 27px;
    margin-left: -12px;
    bottom: -27px;
    width: 0;
    top: -30px;
}

.prmn-cmngr .prmn-cmngr__popup::after {
    position: absolute;
    width: 35px;
    height: 30px;
 background: url(/image/str-top.png) no-repeat center top;
}*/



.prmn-cmngr .prmn-cmngr__popup {
    background: #FFF;
    z-index: 9999;
    border: 1px solid #dadada;
    position: absolute;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 7px 15px;
    box-shadow: none;
    top: 50px;
    left: -26px;
    height: 38px;
    display: flex;
    width: 100%;
    min-width: 410px;
	display:none !important;
}


.prmn-cmngr .prmn-cmngr__confirm-city {
    white-space: nowrap;
    color: #727271;
}
.btn-no {background: #727271; color: #fff;}
.prmn-cmngr__confirm.prmn-cmngr__popup br {
    display: none;
}
.prmn-cmngr .prmn-cmngr__confirm-city
{
    white-space: nowrap;
}

.prmn-cmngr .prmn-cmngr__confirm-btns {
    margin-top: 0;
    display: flex;
    margin: 0 0 0 20px;
}

.prmn-cmngr__confirm-btns input {
    margin: 0px 5px;
    height: 28px;
    padding: 0 14px;
}

.prmn-cmngr-cities a
{
    cursor: pointer;
}

.prmn-cmngr-cities .prmn-cmngr-cities__city
{
    margin-bottom: 5px;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search-block
{
    margin-bottom: 15px;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search-label {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search
{
    width: 250px;
}

@media (max-width: 400px)
{
    .prmn-cmngr-cities .col-xs-4
    {
        width: 100%;
    }
	
}
@media (max-width: 768px)
{
 	span.prmn-cmngr__city {
		color: #fff;
	}
}