

/* Start:/local/components/promarine/location.geo.vue/templates/.default/style.css?17803654111108*/
.address_modal .disable {
    opacity: 0.3;
}

.location ul {
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem 1.5rem 3rem;
}

.location-ajax {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
    border: 1px solid #d2d2d2;
    margin-top: -1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.location-ajax li a {
    display: block;
}

.location-ajax ul:hover a {
    opacity: 0.5;
}

.location-ajax li a:hover {
    opacity: 1;
}

.location-ajax li span.title {
    color: #cd1516;
    border-bottom: 1px dashed;
}

.location-ajax li span.path {
    opacity: 0.8;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .2s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.cities_list {
    display: flex;
    flex-wrap: wrap;
}

.cities_list li {
    flex-basis: 33%;
}

.cities_list li a:hover {
    color: #cd1516;
}

@media screen and (max-width: 600px) {
    .cities_list {
        flex-direction: column;
    }
}

.location-preloader {
    position: absolute;
    top: 0; bottom: 0; right: 10px;
    width: 30px;
    height: 29px;
    margin: auto;
}

/* End */
/* /local/components/promarine/location.geo.vue/templates/.default/style.css?17803654111108 */
