.contacts-header {
    margin-bottom: 16px;
}

.header-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .works-links__item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 17px 24px;
        width: 175px;
        border-radius: 16px;
        background-color: #F5F5F5;
    }

    .works-individual {
        width: 175px;
    }

.contacts-title {
    margin-bottom: 16px;
}

.works-block:first-child {
    /* width: 242px; */
}

.works-block:nth-child() {
    /* width: 500px; */
}

.works-block:not(:last-child) {
    margin-right: 60px;
}

.works-block {
    /* width: 100%; */
}

.contacts-items {
}

.works-links__contacts {
    margin-bottom: 23px;
}

.works-contacts__title {
    color: #000;
}

.contacts-items:not(:last-child) {
    margin-bottom: 30px;
}

.contacts-socials > .container {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
}

.works-flex {
    display: flex;
}

.works-flex:not(:last-child) {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* .works-flex:first-child > .works-block:first-child {
    width: 330px;
} */

.about-left {
    /* width: 100%; */
    /* margin-bottom: 60px; */
}

.works-map > iframe {
    height: 200px;
}

.works-flex__width {
    display: flex !important;
    /* justify-content: space-between !important; */
}

.about-left:first-child {
}

.about-left:last-child {
}

.about-left:last-child {
    /* width: 68%; */
}

.contacts-links__item:hover {
    box-shadow: inset 340px 0 0 0 #84CBF7;
}

.about-text {
    color: #000;
}

.works-title {
    margin-bottom: 23px !important;
    color: #000 !important;
}

.work-edit {
    color: #6b6b6b !important;
}