


.head--contacts__header__buttons__item {
    height: 50px;
    width: 200px;

    border: none;

    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);

    color: var(--Clear-White, #FFF);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 16.24px */
}

.head--contacts__header__buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

@media (max-width:500px){
    .head--contacts__header__buttons__item {
        width: 342px;
    }

    .contacts__header__block {
        width: 100%;
    }

    .contacts__header {
        text-align: left;
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: 116%; /* 20.88px */
    }

    .contacts {
        border-radius: 16px;
        border: 1px solid var(--Border, #EDEDED);
        background: #FFF;
        margin-top: 32px;
        padding: 16px;
    }

    .contacts__info__data__value__head {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .contacts__info__data__value__text {
        color: var(--Text-Two, #4C4C4C);
        text-align: right;
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 16.24px */
    }
}