.module-component-contacts-style-1 .box {
    padding: var(--spacing-32);
    border-radius: var(--radius-20);
    position: relative;
    background-color: var(--primary);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: var(--white-100);
}
.module-component-contacts-style-1 .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--fon);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}


.module-component-contacts-style-1 .box .link {
    font: var(--font-p1);
    transition: var(--transition-fast);
    position: relative;
    z-index: 1;
}
.module-component-contacts-style-1 .box .link br{display: none;}
.module-component-contacts-style-1 .box .link:hover a:hover{opacity: 0.6;}
.module-component-contacts-style-1 .box a{color: var(--white-100);}
  
  

.module-component-contacts-style-1 .map {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-32);
    overflow: hidden;
}



@media (max-width: 767px) {
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (max-width: 1023px) {
    .module-component-contacts-style-1 .main {gap: var(--spacing-32);}
}

@media (min-width: 1024px) {
    
}