
.contacts-content {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.contacts-content h3 {
    font-weight: 400;
}

.contacts-heading {
    font-weight: 600;
    margin-bottom: 45px;
}

.contacts-column {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
}

/* Contacts nav */

.contacts-nav-heading {
    font-weight: 700;
}

.contacts-nav-link {
    color: #ffffffa8;
    transition: all 0.25s ease;
}

.contacts-nav-link:hover {
    color: #ffffff;
}

/* Contacts info */

.contacts-info-num-link {
    color: #ffffffa8;
    transition: all 0.25s ease;
}

.contacts-info-num-link:hover {
    color: #ffffff;
}

.contacts-info-socials-list {
    display: flex;
    flex-direction: row;
/*    justify-content: space-between;*/
    column-gap: 45px;
}

/* Contacts order bot */

.contacts-order-bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-order-bot-btn {
    background-color: #7c76760d;

    box-shadow: inset 0 0 0 1px  #ffffff;
    font-weight: 400;
}

.contacts-order-bot-btn:hover {
    background-color: #ffffff26;
}

.contacts-order-bot-btn:active {
    background-color: #ffffff00;
}