.header_type_contacts{
    box-sizing: border-box;
    padding: 15px;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr max-content;
}

.navigator__list_type_contacts{
    justify-content: center;
    width: 100%;
}

.navigator_type_contacts {
    border: none;
    width: 100%;
    margin: 0 auto;
    grid-column: 1/ -1;
}

.info_type_contact{
    grid-column: 2/ -1;
}


.main_type_contacts{
    min-height: 80vh;
    padding: 15px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    background: transparent;
}

.info_type_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.content_type_contacts {
    flex: 1;
    min-width: 50%;
}

.info__item_type_contacts {
    gap: 30px;
}

.info__image_type_contacts {
    width: 30px;
    height: 30px;
}

.info__content_type_contacts {
    font-size: 25px;
}

.info__link_type_contacts {
    gap: 20px;
    /*align-items: flex-end;*/
}

.contacts__map{
    border-radius: var(--main-border);
}

.header_type_contacts{
    border-bottom: 1px solid var(--whiteBright);
    box-shadow: 0 1px 14px rgba(255, 255, 255, 0.5);
}

/*@media (max-width: 950px) {*/
/*    .header_type_contacts{*/
/*        border-bottom: 1px solid var(--whiteBright);*/
/*        box-shadow: 0 1px 14px rgba(255, 255, 255, 0.5);*/
/*    }*/
/*}*/