#confirm-city .confirm-city__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
}
#confirm-city .nir-cross:before {
    color: #78909C;
}

#headTop .container-full {
    position: relative;
    width: 100%;
    padding: 0 24px;
}

.confirm-city {
    position: absolute;
    top: 62px;
    left: 215px;
    max-width: 342px;
    padding: 20px 16px 16px;
    line-height: 16px;
    letter-spacing: 0.75px;
    background-color: #FFF;
    border-radius: 4px;
    filter: drop-shadow(0px 0px 12px rgba(0, 141, 238, 0.48));
    z-index: 2;
}

.confirm-city.open-menu {
    display: none;
}

.confirm-city:after {
    content: '';
    position: absolute;
    top: -4px;
    left: 162px;
    border-bottom: 4px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.confirm-city__header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    white-space: nowrap;
}

.confirm-city__name {
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #008DEE;
    text-transform: capitalize;
}

.confirm-city__choice {
    display: flex;
    margin-top: 16px;
    text-transform: uppercase;
}

.confirm-city__btn {
    padding: 16px 24px;
    border-radius: 4px;
    transition: all 200ms;
}

a.confirm-city__approve {
    display: flex;
    align-items: center;
    padding: 8px 32px;
    border-radius: 40px;
    color: #E1F5FE;
    background-color: #008DEE;
}
a.confirm-city__approve:hover {
    color: #BBDEFB;
    background-color: #0097FF;
}

.confirm-city__disprove {
    margin-left: 8px;
    padding: 8px 24px;
    border-radius: 40px;
    white-space: nowrap;
    color: #78909C;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.confirm-city__disprove:hover {
    cursor: pointer;
    background-color: #F5F5F5;
}

.confirm-city__info-block {
    display: flex;
    margin-top: 14px;
}

.confirm-city__info-block .nir-info {
    font-size: 16px;
    margin-top: 5px;
    color: #607D8B;
}

.confirm-city__info {
    margin-left: 0px;
    color: #455A64;
}

.confirm-city__info-header {
    font-size: 14px;
    line-height: 22px;
}

.confirm-city__info-description {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
}


@media (max-width: 1199px) {
    #headTop .container-full {
        position: static;
    }

    #popup-confirm-city {
        z-index: 990;
    }

    #popup-confirm-city .flip-content {
        display: flex;
        justify-content: center;
        width: 100%;
        top: -200px;
        margin-top: 0;
    }
    #popup-confirm-city.in .flip-content {
        top: 68px;
    }

    .confirm-city {
        top: 122px;
        left: 0;
        width: 100%;
        max-width: unset;
        border: none;
        filter: drop-shadow(0px 16px 9px rgba(0, 141, 238, 0.24));
        /*-webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: none;*/
    }

    .confirm-city.scroll {
        top: 64px;
    }

    .confirm-city::after {
        display: none;
    }

    #confirm-city .confirm-city__close {
        top: 30px;
        right: 40px;
    }
}

@media (max-width: 1199px) {
    #confirm-city {
        width: 100vw;
        left: -24px;
        display: flex;
        padding: 16px;
    }

    #confirm-city:not(.scroll-top) {
        /*top: 56px;*/
        top: 100%;
    }

    #confirm-city:before {
        display: none;
    }

    .confirm-city__wrapper {
        display: flex;
        width: 970px;
        padding: 0 16px;
        margin: 0 auto;
    }

    .confirm-city__info {
        width: 241px;
        margin-right: 56px;
        overflow: hidden;
    }

    .confirm-city__name {
        margin-top: 4px;
    }

    .confirm-city__choice {
        margin-top: 10px;
    }

    a.confirm-city__approve {
        height: 32px;
    }

    .confirm-city__disprove {
        display: flex;
        align-items: center;
        height: 32px;
    }

}

@media (max-width: 991px) {
    .head-bot.navbar {
        display: none;
    }

    #confirm-city{
        left: unset;
        right: -24px;
    }

    #confirm-city:not(.scroll-top){
        top: Calc(100% + 8px);
    }
}

@media (max-width: 767px) {
    #confirm-city {
        /*top: 40px;
        width: 100%;
        background-color: #FFFFFF;
        filter: drop-shadow(0px 16px 9px rgba(0, 141, 238, 0.24));*/
        border-radius: 0 0 4px 4px;
        padding: 22px 11px 16px;
    }

   /* #confirm-city:not(.scroll-top) {
        top: 40px;
    }*/

    .confirm-city__wrapper {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    #confirm-city .confirm-city__close {
        top: 16px;
        right: 16px;
    }

    #popup-confirm-city.in .flip-content {
        top: 48px;
    }

    .confirm-city:after {
        content: none;
    }

    .confirm-city__btn {
        width: calc(50% - 4px);
        text-align: center;
    }

    .confirm-city__name {
        margin-top: 11px;
    }

    .confirm-city__choice {
        margin-top: 16px;
    }

    a.confirm-city__approve {
        width: 86px;
    }
}