

/* Start:/local/components/bel/contacts/templates/.default/style.css?17281210982560*/
.contacts{
    position: relative;
}

.contacts .text{
    position: absolute;
    z-index: 1;
    background: #fff7;
    top: 50%;
    left: 5em;
    padding: 1em;
    border-radius: 0.3em;
    box-shadow: 0 0 2em #0005;
    transform: translate(0, -50%);
    max-height: 90%;
    max-width: 500px;
    overflow: auto;
    backdrop-filter: blur(2px);
}

.contacts .map{
    width: 100%;
    height: 100vh;
}

.contacts .map .icon-marker {
    cursor: pointer;
    width: 110px;
    position: relative;
    transform: translate(-55px, -115px);
    pointer-events: none;
}

.contacts .map .icon-marker img{
    width: 100%;
}

.contacts .map .icon-marker span{
    pointer-events: all;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 76px;
    height: 76px;
    border-radius: 100%;
}

.contacts .map .icon-marker .marker-title{
    position: absolute;
    top: -60px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0.3em;
    padding: 0.3em 1em;
    box-shadow: 0 0 1em #0003;
    font-weight: 600;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: top, opacity;
}

.contacts .map .icon-marker .marker-title b{
    margin-right: 0.3em;
}

.contacts .map .icon-marker span:hover + .marker-title{
    top: -30px;
    opacity: 1;
}

.contacts .social-icons{
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 2;
}

.contacts .location{
    margin: 1em 0;
    border-bottom: 1px solid #96cf81;
    padding-bottom: 1em;
}

.contacts .location:last-of-type{
    padding-bottom: 0em;
    border-bottom: none;
}

.contacts .location h4{
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: 700;
}

.contacts .location h4 b{
    margin-right: 0.3em;
}

.contacts .location .line{
    font-weight: 400;
}

.contacts .location .line b{
    font-weight: 600;
}

.contacts .location p{
    margin: 1em 0;
    font-size: 12px;
    line-height: 13px;
    color: #000;
}

.contacts .phone_btn{
    background: #a1c843;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 4px;
}

.contacts .phone_btn:hover{
    background: #8aad39;
}

@media (max-width: 1279px) {
    .contacts .text {
        position: relative;
        width: 100%;
        max-width: none;
        max-height: none;
        transform: none;
        left: 0;
        box-shadow: none;
        padding: 2em;
    }
}
/* End */
/* /local/components/bel/contacts/templates/.default/style.css?17281210982560 */
