/* .prmn-cmngr {
    position: relative;
}

.prmn-cmngr a {
    cursor: pointer;
}

.prmn-cmngr__confirm {
    position: absolute;
    top: 25px;
    left: -50px;
    background: #fff;
    padding: 15px 25px;
    min-width: 250px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5b5a5a;
    -moz-box-shadow: 0 2px 5px #5b5a5a;
    box-shadow: 0 2px 5px #5b5a5a;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: none;
}

.prmn-cmngr .prmn-cmngr__confirm-city {
    white-space: nowrap;
}

.prmn-cmngr .prmn-cmngr__confirm-btns {
    margin-top: 15px;
}

.prmn-cmngr-cities__title {
    margin-bottom: 20px;
}

.prmn-cmngr-cities__close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    filter: alpha(opacity=20);
    opacity: .2;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.prmn-cmngr-cities__close:focus,
.prmn-cmngr-cities__close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.prmn-cmngr-cities a {
    cursor: pointer;
}

.prmn-cmngr-cities__city {
    margin-bottom: 5px;
}

.prmn-cmngr-cities__search-block {
    margin-bottom: 15px;
}

.prmn-cmngr-cities__search-label {
    font-size: 15px;
    font-weight: 500;
}

.prmn-cmngr-cities__search {
    max-width: 400px;
}

.prmn-cmngr-cities__search-item > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.prmn-cmngr-cities__search-item_selected {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.prmn-cmngr-cities__search-item_selected > span {
    color: #ffffff;
}

@media (max-width: 400px) {
    .prmn-cmngr-cities .col-xs-4 {
        width: 100%;
    }
}

.prmn-cmngr-simplecity {
    cursor: pointer;
}
*/
.prmn-cmngr {
    position: relative;
}
.glyphicon-map-marker,
.prmn-cmngr__city svg {
    display: none;
}
.prmn-cmngr__city-name {
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.prmn-cmngr__city-name:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -16px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    transform: rotate(45deg);
}
.prmn-cmngr__confirm {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    width: 225px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 9px;
    font-size: 14px;
    transform: translateX(-50%);
    box-sizing: border-box;
    text-align: center;
}
.prmn-cmngr__confirm-txt {
    display: flex;
    flex-direction: column;
}
.prmn-cmngr__confirm-city {
    font-family: 'Circle-Bold';
}
.prmn-cmngr__confirm-btns {
    display: flex;
    margin-top: 10px;
}
.prmn-cmngr__confirm-btns input:first-child {
    margin-left: 3px;
    margin-right: 15px;
}
.prmn-cmngr__confirm-btns input {
    background: #000;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.prmn-cmngr__confirm-btns input:focus {
    outline: 0;
}
.prmn-cmngr-cities {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0003;
    z-index: 4;
}

.prmn-cmngr-cities .modal-dialog {
    padding: 20px;
}
.prmn-cmngr-cities .modal-content {
    position: relative;
    padding: 14px;
    background: #fff;
    border-radius: 11px;
}
.prmn-cmngr-cities__search {
    padding: 5px 10px;
    border: 1px solid #ececec;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'Circle-Light';
    outline: 0;
}
.prmn-cmngr-cities__search:focus {
    outline: 0;
}
.prmn-cmngr-cities__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 27px;
    height: 27px;
    padding: 0;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
}
.prmn-cmngr-cities__close:focus {
    outline: 0;
}
.prmn-cmngr-cities__close span {
    font-size: 20px;
}
.prmn-cmngr-cities__title {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 16px;
}
.prmn-cmngr-cities .row {
    display: flex;
}
.prmn-cmngr-cities .col-xs-4 {
    margin-right: 32px;
}
.prmn-cmngr-cities .col-xs-4:last-child {
    margin-right: 0;
}
.prmn-cmngr-cities__search-block {
    position: relative;
    margin-bottom: 10px
}
.dropdown-menu.prmn-cmngr-cities__search-items {
    position: absolute;
    left: 0!important;
    top: calc(100% + 10px)!important;    
    padding: 7px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
}
.dropdown-menu.prmn-cmngr-cities__search-items::-webkit-scrollbar {
    width: 5px;
}
.dropdown-menu.prmn-cmngr-cities__search-items::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 6px;
}
.dropdown-menu.prmn-cmngr-cities__search-items li {
    margin-bottom: 5px;
    cursor: pointer;
}
.dropdown-menu.prmn-cmngr-cities__search-items li:last-child {
    margin-bottom: 0;
}
.dropdown-menu.prmn-cmngr-cities__search-items li span {
    font-size: 14px;
}
.prmn-cmngr-cities__city {
    margin-bottom: 5px;
}
.prmn-cmngr-cities__city:last-child {
    margin-bottom: 0;
}
.prmn-cmngr-cities__city-name {
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 850px) {
    .header-icons-btns {
        flex-direction: column-reverse;
    }
    .prmn-cmngr__city-name:after {
        left: unset;
        right: -10px;
    }
    .prmn-cmngr {
        margin-top: 8px;
        margin-right: 0;
    }
    .prmn-cmngr__confirm {
        transform: translateX(-75%);
    }
}
@media (max-width: 760px) {
    .header_phones_search {
        padding-right: 30px;
    }
}
@media (max-width: 688px) {
    .header_phones_search {
        padding-right: 20px;
    }
    .header-icons-btns {
        flex-direction: row;
    }
    .prmn-cmngr {
        margin-top: 0;
    }
    .prmn-cmngr__confirm {
        position: fixed;
        left: 0;
        top: unset;
        bottom: 50px;
        width: 100%;
        transform: translateX(0);
        border-radius: 0;
        text-align: center;
    }
    .prmn-cmngr__confirm-txt {
        flex-direction: row;
        justify-content: center;
    }
    .prmn-cmngr__confirm-btns {
        justify-content: center;
    }
    .prmn-cmngr__confirm-btns input:first-child {
        margin-left: 0;
    }
    .bottom-pannel-wrapper .bottom-pannel-links {
        padding-left: 20px;
        box-sizing: border-box;
    }
    .prmn-cmngr__title {
        position: fixed;
        left: 22px;
        bottom: 9px;
        z-index: 11;
    }
    .prmn-cmngr__city .fa-map-marker,
    .prmn-cmngr__city svg {
        display: inline;
        font-size: 32px;
        color: #000;
    }
    .prmn-cmngr__city svg {
        vertical-align: sub;
    }
    .prmn-cmngr__city-name {
        display: none;
    }
}
@media (max-width: 520px) {
    .prmn-cmngr-cities .row {
        flex-direction: column;
    }
    .prmn-cmngr-cities .row {
        overflow-y: scroll;
        max-height: 270px;
    }
    .prmn-cmngr-cities .row::-webkit-scrollbar {
        width: 5px;
    }
    .prmn-cmngr-cities .row::-webkit-scrollbar-thumb {
        background: #9e9e9e;
        border-radius: 6px;
    }
    .prmn-cmngr-cities .col-xs-4 {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
@media (max-width: 430px) {
    .prmn-cmngr__title {
        left: 14px;
    }
    .bottom-pannel-wrapper .bottom-pannel-links {
        padding-left: 30px;
    }
}
@media (max-width: 320px) {
    .prmn-cmngr__city svg {
        max-width: 30px;
    }
}