#map {
    max-width: 2125px;
    margin: 0 auto 50px auto;
}
.about-us__contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0,0, 0.5);
    z-index: -1;
}
.about-us__contacts {
    position: relative;
    max-width: 2125px;
    color: var(--color-black);
    margin: 120px auto 0px auto;
    background-image: url("../img/about-us/contact.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    z-index: 1;
}


.about-us__contacts-header {
    display: flex;
}

.about-us__contacts-items {
    max-width: 445px;
    padding-right: 20px;
}

.about-us__contacts-map {
    flex: 0 0 72%;
}

    .about-us__contacts-map iframe {
        width: 85%;
    }

.about-us__contacts-items .items__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 18px;
}

.about-us__contacts-items .item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .about-us__contacts-items .item strong {
        font-weight: 600;
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 5px;
    }

    .about-us__contacts-items .item a,
    .about-us__contacts-items .item span {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        position: relative;
        margin-left: 20px;
        color: var(--color-white);
    }

        .about-us__contacts-items .item a:before,
        .about-us__contacts-items .item span:before {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--color-green);
        }

.about-us__contacts-requisites {
    flex: 0 0 50%;
}

@media (max-width:1024.99px) {
    .about-us__contacts {
        margin-top: 40px;
        padding: 40px 0;
        max-width: none;
    }   

    .about-us__contacts-map {
        flex: 0 0 59%;
    }

        .about-us__contacts-map iframe {
            width: 90%;
            height: 390px;
        }

    .about-us__contacts-items .items__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .about-us__contacts-items .item strong {
        font-size: 20px;
    }

    .about-us__contacts-items .item a,
    .about-us__contacts-items .item span {
        font-size: 16px;
        margin-left: 15px;
    }

        .about-us__contacts-items .item a:before,
        .about-us__contacts-items .item span:before {
            width: 6px;
            height: 6px;
        }
}


@media (max-width: 767.99px) {
    #map {
        margin: 0 auto 30px auto;
    }

    .about-us__contacts-header {
        flex-direction: column;
    }

    .about-us__contacts-requisites {
        margin-bottom: 20px;
    }
}
