.bbgfb .bbgfb_region_pair_city {
    display: none
}

.bbgfb__loader {
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: none
}

.bbgfb__loader__animation {
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    color: #000;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: dot_load 1.8s infinite ease-in-out;
    animation: dot_load 1.8s infinite ease-in-out
}

.bbgfb__loader__animation,
.bbgfb__loader__animation:before,
.bbgfb__loader__animation:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: dot_load 1.8s infinite ease-in-out;
    animation: dot_load 1.8s infinite ease-in-out
}

.bbgfb__loader__animation:before,
.bbgfb__loader__animation:after {
    content: "";
    position: absolute;
    top: 0
}

.bbgfb__loader__animation:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.bbgfb__loader__animation:after {
    left: 3.5em
}

.sending .bbgfb__loader {
    display: block
}

.sending .bbgfb__fields__field__button {
    display: none
}

@-webkit-keyframes dot_load {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes dot_load {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.grecaptcha-badge {
    visibility: hidden
}