

/* Start:/local/components/custom/map/templates/.default/style.css?17587966053439*/
.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;
    min-width: 350px;
}

.contact-list {
    width: 500px;
    padding-left: 20px;
    gap: 20px;
    height: 500px;
    overflow-y: auto;
    transform: scaleX(-1);
}

.contact-list::-webkit-scrollbar {
    width: 4px;
}

.contact-list::-webkit-scrollbar-track {
    background-color: #EBE7E1;
    border-radius: 4px;

}

.contact-list::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;

}

.contact-item {
    background-color: #EBE7E1;
    width: calc(100% / var(--item-col) - var(--mr-item) * 2);
    /* border: 1px solid var(--main-color-2); */
    box-sizing: border-box;
    border-radius: 24px;
    padding: 20px;
    transform: scaleX(-1);
    margin: 0;
}

.contact-item__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.contact-item__text {
    font-size: 16px;
    line-height: 24px;
}

.contact-item__btns {
    margin-top: 20px;
}

.contact-map {
    margin-bottom: 20px;
    height: 500px;
    background-color: #EBE7E1;
    /* border: 1px solid var(--main-color-2); */
    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__wrapper.cooperation {
    text-align: right;
}

@-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-list {
        --mr-item: 10px;
        --item-col: 1;
    }

    .contact-item__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    .contact-item__text {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-map {
        margin-top: 20px;
    }

    .contacts__wrapper.cooperation {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .contact-item__title{
        font-size: 20px;
    }

    .contact-item__text{
        font-size: 12px;
    }
    .contact-item__btns button{
        font-size: 14px;
    }

    .contacts__wrapper{}
    .contacts__wrapper h2{
        font-size: 20px;
    }
    .contacts__wrapper .contacts__text{
        font-size: 12px;
    }
}
/* End */
/* /local/components/custom/map/templates/.default/style.css?17587966053439 */
