

/* Start:/local/components/custom/map/templates/shops/style.css?17534512884497*/
#map{
    background-image: url(/local/components/custom/map/templates/shops/images/shops.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#map > ymaps, #map .loader{
    display: none;
}

#map.open{
    background-image: none;
}
#map.open > ymaps{
    display: block;
}

.contact-list {
    --mr-item: 10px;
    --item-col: 1;
    display: flex;
    flex-wrap: wrap;

    margin: 0 calc(var(--mr-item) * -1);

}

.section-contacts {
    display: flex;
    /*flex-wrap: wrap;*/
}

.section-contacts h1 {
    width: 100%;
}

.contact-map {
    flex: 1;
}

.contact-list {
    width: 500px;
    padding-left: 20px;
    gap: 20px;
    height: 500px;
    overflow: auto;
}

.contact-item {
    width: calc(100% / var(--item-col) - var(--mr-item) * 2);
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;

    margin: 0px 10px;
}

.contact-item__header{
    cursor: pointer;
    position: relative;
    /*margin: 0 0 15px 0;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-item__header:after{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    background-image: var(--i-arrowDown);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-bg-color);
    line-height: 0;
}
.contact-item__body{
    display: none;
    margin: 15px 0 0 0;
}

.contact-item.open .contact-item__body{
    display: block;
    /*animation: fadeIn 0.5s ease-in-out; */
}
.contact-item.open .contact-item__header:after{
    transform: rotate(180deg);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.contact-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    /*margin: 0 0 15px 0;*/
    margin: 0
}

.contact-item__text {
    font-size: 16px;
    line-height: 24px;
}


.contact-item__btns {
    margin-top: 10px;
}

.contact-item__btns button {
    margin: 5px 0px;
}

.contact-map {
    margin-bottom: 20px;
    height: 500px;
    background-color: var(--main-color-5);
    border: 1px solid var(--main-color);
    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;
}

.contacts__tooltip {
    flex-wrap: wrap;
}
.contacts__tooltip a {
    margin-bottom: 10px;
}


@-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) {
    .section-contacts{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .contact-map {
        height: 400px;
        margin-top: 20px;
        flex: initial;
    }
    .contact-list{
        width: 100%;
        padding-left: 0;
    }
}


@media (max-width: 767px) {
    .contact-map {
        height: 300px;
    }

    .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;
    }

    .contact-item__btns button {
        font-size: 12px;
    }
}

.contacts__info .footer-menu__col{
    margin: 0;
}
/* End */
/* /local/components/custom/map/templates/shops/style.css?17534512884497 */
