.out-footer-contact {
    margin-bottom: 34px;
}

.out-social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.out-footer .out-social-links .out-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 132px;
    min-height: 44px;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.out-footer .out-social-links .out-social-link:hover,
.out-footer .out-social-links .out-social-link:focus-visible {
    color: #fff;
    filter: brightness(.92);
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.out-social-link svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    fill: #fff;
}

.out-social-link--facebook {
    background: #1877f2;
}

.out-social-link--instagram {
    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 27%, #d62976 55%, #962fbf 78%, #4f5bd5 100%);
}

.out-social-link--instagram svg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.out-social-link--instagram .out-social-icon-dot {
    fill: #fff;
    stroke: none;
}

.out-footer-stands-head > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid currentColor;
    text-decoration: none;
}

.out-footer-stands {
    margin: 0 0 34px;
}

.out-footer-stands-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 14px;
}

.out-footer-stands-head h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 24px;
}

.out-footer-stands-head p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.out-site .out-footer-map.out-map--footer {
    display: block;
    position: relative;
    top: auto;
    width: 100%;
    max-width: none;
    height: 420px;
    min-height: 420px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #e4e1dc;
    color: #333;
    text-align: left;
}

.out-map--footer .leaflet-control-layers-expanded,
.out-map--slider .leaflet-control-layers-expanded {
    padding: 8px 10px;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.out-map--footer .leaflet-popup-content,
.out-map--slider .leaflet-popup-content {
    color: #333;
    line-height: 1.5;
}

.out-map--footer .leaflet-popup-content a,
.out-map--slider .leaflet-popup-content a {
    color: #376f83;
}

@media (max-width: 767px) {
    .out-footer .out-social-links .out-social-link {
        flex: 1 1 132px;
    }

    .out-footer-stands-head {
        align-items: stretch;
        flex-direction: column;
    }

    .out-footer-stands-head > a {
        align-self: flex-start;
    }

    .out-site .out-footer-map.out-map--footer {
        height: 330px;
        min-height: 330px;
    }

    .out-map--footer .leaflet-control-layers-expanded,
    .out-map--slider .leaflet-control-layers-expanded {
        font-size: 12px;
    }
}
