.domains_form {
    padding: 20px;
    font-size: 20px;
}
.domains_form  ul:before {
    content: "Выберите Ваш город:";
    display: block;
    width: 380px;
}
.domains_form  ul{
    list-style-type: none;
}

#content .location {
    position: absolute;
    display: none;
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    z-index: 100;
}
a.domains_form_show {
    color:  #c80101;
    font-size: 16px;
}