.top {
    padding: 319px 0 139px;
}


.top__graphic {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 7px 0;
    margin-top: 44px;
    font-size: 18px;
    font-weight: 500;
    display: none;
}

.contacts {
    padding: 93px 0 89px;
}

.contacts__inner {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.contacts__list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.contacts__item {
    font-size: 17px;
}

.contacts__link {
    font-size: inherit;
    color: var(--black);
}

.contacts__socials {
    margin-top: 85px;
    display: flex;
    gap: 0 10px;
    align-items: center;
}


.contacts__map {
    max-width: 659px;
    height: 404px;
    width: 100%;
    -webkit-filter: grayscale(100%);
}

.contacts__socials-gmail {
    width: 36px;
    height: 36px;
}


.connect {
    padding-bottom: 61px;
}


@media (max-width:768px) {
    .top {
        padding: 154px 0 66px;
    }

    .top__graphic {
        display: flex;
    }

    .top__button {
        margin-top: 54px;
    }

    .contacts {
        padding: 52px 0 43px;
    }

    .contacts__list {
        gap: 16px 0;
    }

    .contacts__item {
        font-size: 16px;
    }

    .contacts__inner {
        flex-direction: column;
        gap: 52px 0;
    }

    .contacts__socials {
        margin-top: 31px;
    }
}

@media (max-width:480px) {
    .contacts__map {
        height: 228px;
    }
}