.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #c4d600;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions
.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-suggestions
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.geo_data .sl-item.city_check {
    position: relative;
    z-index: 100;
}

.geo_data .sl-item.city_check a:hover {
    text-decoration: none;
}

.geo_data .sl-item.city_check a:hover span {
    border-bottom: 1px dashed transparent;
}

.geo_data .sl-item.city_check a span {
    border-bottom: 1px dashed #333;
    color: #333;
}

.geo_data .sl-item.city_check .city_popup {
    position: absolute;
    padding: 15px 15px;
    background: #ffffff;
    white-space: nowrap;
    top: calc(100%);
    left: 0px;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.07), 0px 2px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.07), 0px 2px 1px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: none;
}

.geo_data .sl-item.city_check .city_popup.active {
    display: block;
}

.geo_data .sl-item.city_check .city_popup span {
    display: block;
    color: #333;
    margin-bottom: 15px;
}

.geo_data .sl-item.city_check .city_popup::before {
    content: '';
    position: absolute;
    z-index: 3;
    display: block;
    border-bottom-color: #000;
    top: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    left: 50px;
}

.cities {
    margin-top: 32px;
    margin-left: -5px;
    margin-right: -5px;
}

.cities a {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
}

.cities a:hover {
    border: 1px solid #333;
    text-decoration: none;
}

.cf-btn {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 22px;
    color: #FFFFFF;
    padding: 5px 10px !important;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.cf-btn.cf-btn-big {
    padding: 15px 10px;
    width: 300px;
    max-width: 100%;
}

.cf-btn-block {
    display: block !important;
    width: 100%;
}

.cf-btn-primary {
    border: 1px solid #F2A900;
    background: #F2A900;
    color: #333 !important;
    background-position: center;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.07), 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.07), 0px 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: background .8s;
    -o-transition: background .8s;
    transition: background .8s;
}

.cf-btn-primary:hover {
    background: #F27400 -o-radial-gradient(circle, transparent 1%, #F27400 1%) center/15000%;
    background: #F27400 radial-gradient(circle, transparent 1%, #F27400 1%) center/15000%;
}

.cf-btn-primary:active {
    background-color: #F25700;
    background-size: 100%;
    -webkit-transition: background 0;
    -o-transition: background 0;
    transition: background 0;
}

.cf-btn-primary-outline {
    border: 1px solid #F2A900;
    background: transparent;
    background-position: center;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.07), 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.07), 0px 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #F2A900;
    -webkit-transition: background .8s;
    -o-transition: background .8s;
    transition: background .8s;
}

.cf-btn-primary-outline:hover {
    color: #ffffff;
    background: #F27400 -o-radial-gradient(circle, transparent 1%, #F27400 1%) center/15000%;
    background: #F27400 radial-gradient(circle, transparent 1%, #F27400 1%) center/15000%;
}

.cf-btn-primary-outline:active {
    background-color: #F25700;
    color: #ffffff;
    background-size: 100%;
    -webkit-transition: background 0;
    -o-transition: background 0;
    transition: background 0;
}

.cf-btn-danger {
    background: #dc3545;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cf-btn-danger:hover {
    background: rgba(220, 53, 69, 0.8);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cf-btn-text {
    background: transparent;
    font-size: 14px;
    border: none;
    color: #333333;
}

.cf-btn-text:hover {
    opacity: .9;
}

.cf-btn-more {
    background: transparent;
    border: none;
    color: #C5C5C5;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}

.cf-btn-more:hover {
    opacity: .9;
}

.cf-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.cf-btn-secondary:hover {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border: 1px solid #6c757d;
}

.cf-btn-outline-secondary {
    color: #6c757d !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #6c757d;
}

.cf-btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff !important;
}

.cf-btn:hover {
    text-decoration: none !important;
}