.redirectwindow {
    position: absolute;
    background-color: #c50026;
    padding: 7px;
    z-index: 50;
    color: #fff;
}
.redirectwindow a{
    color: #fff;
}
.buttonsblock{
    display: flex;
    justify-content: center;
}
.buttonsblock button {
    flex: 1;
    border-color: transparent;
}
.buttonsblock button:nth-of-type(2) {
    background-color: transparent;
    color: #fff;
}
.buttonsblock button:focus{
    outline: 0px;
}
.buttonsblock button:hover:nth-of-type(2){
    background-color: rgb(239, 239, 239);
    color: rgb(59, 59, 59);
    transition: .2s;
}
.askcity {
    margin-bottom: 7px!important;
    font-weight: 500;
}