.contacts-card {
    width: 336px;
    height: 420px;
    /* position: absolute; */
    left: 3162px;
}

.contacts-row {
    display: flex;
    /* justify-content: space-between; */
    align-items: start;
    margin-top: 6px;
}

.contacts-row > div {
    color: #FFF;
    font-family: 'DeusEx', sans-serif;
    font-size: 10px;
}
.contacts-row > div:first-child {
    margin-left: 33px;
    margin-right: 10px;
}

.contacts-card__schedule {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.contacts-card__body {
    opacity: 0;
    animation: opacity-animation-zero-to-one 1s ease-in-out forwards;
}

.contacts-card__address {
    font-family: 'DeusEx';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #CACACA;
}

.contacts-card__phone {
    font-family: 'DeusEx';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    /* identical to box height */
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #E0C522;
}

.contacts-card__icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}