

/* Start:/local/templates/pamyatkirov/components/bitrix/news.list/contact/style.css?17476457271808*/
.section_contacts {
    padding: 0 0 100px 0;
}

.contacts__title {
    padding-bottom: 30px;
}
.contacts__info {
    display: flex;
    gap: 30px;
    padding-bottom: 100px;
}

.contacts__info-item {
    flex: 1;
  
    
    padding: 60px;
    text-align: center;
    
    background: #F8F6F3;
    border-radius: var(--radius-lg);
    min-height: 300px;
}
.contacts_info-content {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.gray {
    color: #898887 !important;
}

.contacts__map {
    position: relative;
    width: 100%;
    height: 500px;
    background: #F8F6F3;
    overflow: hidden;
}


.map-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(245, 245, 245, 0.9);
    z-index: 10;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#e7362c 94%,#0000) top/9px 9px no-repeat,
           conic-gradient(#0000 30%,#e7362c);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
    animation: spinner-c7wet2 1.2s infinite linear;
}
 @keyframes spinner-c7wet2 {
    100% {
       transform: rotate(1turn);
    }
}

@media (max-width: 1390px) {
    .contacts__info-item {
        padding: 30px;
        min-height: auto;
    }
}

@media (max-width: 1024px) {
    .contacts__info {
        padding-bottom: 28px;
    }
    .contacts__map {
        height: 320px;
    }
    .contacts__info-item {
        padding: 16px;
        min-height: auto;
    }
    .contacts_info-content img {
        height: 52px;
    }
}

@media (max-width: 840px) {
    .contacts__info {
        flex-direction: column;
        gap: 12px;
    }
}
/* End */
/* /local/templates/pamyatkirov/components/bitrix/news.list/contact/style.css?17476457271808 */
