

/* Start:/local/components/custom/map/templates/.default/style.css?17803203232439*/
.contact-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.contact-item__text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color-2);
}

.contact-item__text b,
.contact-item__text strong {
    font-weight: 600;
    color: var(--text-color);
    display: inline-block;
    margin-top: 10px;
}

.contact-item__text b:first-child,
.contact-item__text strong:first-child {
    margin-top: 0;
}

.contact-item__text ul {
    margin: 10px 0 15px 0;
    padding-left: 20px;
}

.contact-item__text li {
    margin-bottom: 5px;
}

.contact-item__text a {
    color: var(--link-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.contact-item__text a:hover {
    border-bottom-color: var(--link-color);
}

.contact-map {
    margin-bottom: 20px;
    height: 500px;
    background-color: var(--main-color-5);
    border: 1px solid var(--main-color-4);
    position: relative;
}

.loader {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader:before, .loader:after {
    position: absolute;
    content: "";
}

.loader:before {
    width: 80%;
    height: 80%;
    left: 10%;
    bottom: 10%;
    border-radius: 100% 100% 100% 0;
    box-shadow: 0px 0px 0px 0.1em var(--main-color-2);
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
    transform: rotate(-46deg);
}

.loader:after {
    width: 80px;
    height: 0.3em;
    border-radius: 100%;
    left: 0;
    background-color: var(--main-color-2);
    bottom: -0.2em;
    z-index: -1;
    opacity: 0.2;
}

@-webkit-keyframes loader {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@keyframes loader {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@media (max-width: 992px) {
    .contact-map {
        height: 400px;
    }
}


@media (max-width: 767px) {
    .contact-map {
        height: 300px;
    }

    .contact-item__text {
        font-size: 14px;
        line-height: 24px;
    }
}

.contact-list > [data-react-island="StoreContactCard"] {
    display: contents;
}

/* End */
/* /local/components/custom/map/templates/.default/style.css?17803203232439 */
