.slider {
    background: url('/remont_folder/1.png') center/cover no-repeat !important;
}

.accurate {
    background: url('/remont_folder/4.png') center/cover no-repeat !important;
}


.site-policy-line {
    padding: 3px 10px;
    background: #eee;
    border-top: 1px solid #ccc;
}

.site-policy-line .site-policy-line-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.contacts-map-wrap {
    position: relative;
}

.map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    color: #fff;
}

.legend-green { background: #35b84b; }
.legend-yellow { background: #f5b400; color: #000; }
.legend-red { background: #ef4b4b; }

.contacts-map {
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background: #eef3f7;
    box-shadow: 0px 11px 35px 0px rgba(157, 170, 188, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-load-btn {
    border: none;
    padding: 16px 28px;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    background: linear-gradient(to right, #f86900 0%, #ff9c00 100%);
    box-shadow: 0px 11px 35px 0px rgba(248, 105, 0, 0.4);
    cursor: pointer;
}