

/* Start:/local/templates/silamarket/css/internal.css?1748840053842*/
nav {
    border-radius: 15px !important;
}

.inner-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 40px 0;
    height: 290px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.inner-hero-content {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner-hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
/* End */


/* Start:/local/templates/silamarket/css/contacts.css?17488400535306*/
.contacts-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 80px 0;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contacts-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contacts-hero p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-section {
    background: white;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #D61A19;
    border-radius: 2px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.contact-info-card {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 40px;
    transition: all 0.3s ease;
}

.contact-icon {
    font-size: 40px;
    color: #D61A19;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 24px;
    font-weight: 600;
    color: #203E5C;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.detail-icon {
    font-size: 20px;
    color: #D61A19;
    margin-right: 15px;
    margin-top: 3px;
}

.detail-text {
    font-size: 16px;
    line-height: 1.6;
    color: #303030;
}

.detail-text a {
    color: #D61A19;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-text a:hover {
    color: #203E5C;
    text-decoration: underline;
}

.map-container {
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

#map {
    width: 100%;
    height: 100%;
}

.requisites-section {
    background: #203E5C;
    color: white;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
}

.requisites-section .section-title {
    color: white;
}

.requisites-section .section-title::after {
    background: white;
}

.requisites-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.requisites-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.requisites-table tr:last-child {
    border-bottom: none;
}

.requisites-table th {
    text-align: left;
    padding: 15px 0;
    font-weight: 600;
    width: 30%;
    vertical-align: top;
}

.requisites-table td {
    padding: 15px 0;
    line-height: 1.6;
}

.requisites-table td strong {
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #D61A19;
    transform: translateY(-3px);
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    .contacts-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-info-card {
        padding: 30px;
    }
    
    .map-container {
        height: 400px;
    }
}

 /* Стили для индикатора загруженности */
 .workload-status {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #fff8dc;
    border: 1px solid #ffd700;
    border-radius: 6px;
    margin-top: 8px;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(255, 238, 0);
    animation: pulse 1s infinite;
}

.status-text {
    color: #b8860b;
    font-weight: 500;
    font-size: 14px;
}


.manager-status {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #ecffff;
    border: 1px solid #64dfdf;
    border-radius: 6px;
    margin-top: 8px;
}

.manager-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #64dfdf;
    animation: pulse 1s infinite;
}

.manager-text {
    color: #3eb489;
    font-weight: 500;
    font-size: 14px;
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

.contact-detail .detail-icon {
    background: rgba(55,82,109,0.5);
    border-radius: 6px;
    height: 24px;
    width: 24px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.contact-detail .social-button {
    background:  rgba(55,82,109,0.5);
}

.contact-detail  .social-button:hover {
    background: rgba(55,82,109,0.8);
}

/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/contacts.css?17488400535306 */
