

/* Start:/local/components/iordani/map/templates/.default/style.css?17426436042143*/
.section-contacts {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.contact-list {
    width: 340px;
}

.contact-item__btns {
    margin-top: 20px;
}

.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;
        width: 100%;
    }
    .section-contacts {
        flex-wrap: wrap;
        width: 100%;
    }

    .contact-list {
        width: 340px;
    }

    .contact-list {
        --mr-item: 10px;
        --item-col: 1;
    }

    .contact-item__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    .contact-item__text {
        font-size: 14px;
        line-height: 24px;
    }
}
/* End */
/* /local/components/iordani/map/templates/.default/style.css?17426436042143 */
