.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3cbd9;
    gap: 10px;
}
.header__phone {
    text-align: right;
}
.header__phone-text {
    margin-bottom: 8px;
}
.header__phone-link {
    font-weight: 500;
    font-size: 18px;
    color: #2c332f;
    transform: color 0.2s;
}
.header__phone-link:hover{
     color: #3596ed;
}