
.contact-container .contact-content {
    /* overflow: hidden; */
    padding-bottom: 30px;
    display: flex;
    gap: 64px;
}

.contact-container .contact-map-content .map-location {
    padding: 10px 5px;
}
.contact-container .contact-map-content,
.contact-container .contact-map-content .map-container {
    max-height: 260px;
}

.contact-content .contact-others {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2;
}
.contact-content .contact-others .phones,
.contact-content .contact-others .social-phones,
.contact-content .contact-others .socials {
    margin-bottom: 15px;
}

.contact-content .contact-form,
.contact-content .contact-others {
    flex: 0 0 calc(50% - 32px);
    overflow: hidden;
}

/*.contact-content .contact-form .send-form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}*/

.contact-container .contact-content .contact-form .send-form .contact-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.contact-container .contact-content .contact-form.form-area .send-form .input-field textarea {
    height: 160px;
    display: block;
}
.contact-content .contact-others .socials,
.contact-content .contact-others .phones {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-content .contact-others .socials .social-item__link,
.contact-content .contact-others .phones .phone {
    display: flex;
    background: rgba(255,255,255,0.05);
    padding: 16px;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-content .contact-others .socials .social-item__icon {
    font-size: 32px !important;
}

.lighter .contact-content .contact-others .socials .social-item .social-item__link,
.lighter .contact-content .contact-others .phones .phone {
    background: rgba(0,0,0,0.05);
}

.contact-content .contact-others .socials .social-item .social-item__value,
.contact-content .contact-others .phones .phone-number {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-content .contact-others .phones i {
    font-size: 32px;
}

@media screen and (max-width: 800px) {
    .form-area .send-form form .block-input {
        max-width: unset;
    }

    .contact-container .contact-content {
        flex-direction: column;
        gap: 32px;
    }
}
