.header {
    height: 447px;
}

.header__h1 {
    font-weight: 400;
    font-size: 57px;
    line-height: 72px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    margin: 64px 0 0;
}

.text {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #404040
}

.documents {
    display: flex;
    gap: 16px 32px;
}

.documents__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    flex: 1;
    padding: 24px 32px;
    background-color: #B464DA;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 0.48px 3.47px -13px #3B187402, 0px 2.2px 9.75px -13px #3B187404, 0px 5.57px 26.16px -13px #3B187406, 0px 11px 60px -13px #3B18740A;
    transition: 150ms;
}

@media (hover: hover) and (pointer: fine) {
    .documents__link:hover {
        background-color: #7A4DB7;
    }
}

.documents__card {
    margin-top: 64px;
    height: 168px;
}

.support__phone-breaker {
    display: none;
}

.link {
    color: #B464DA;
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
        height: 409px;
    }
    
    .header__h1 {
        font-size: 45px;
        line-height: 60px;
        letter-spacing: 0%;
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 337px;
    }

    .header__h1 {
        margin: 14px 0 0;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0%;
    }

    .text {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
    }

    .documents {
        flex-direction: column;
    }

    .documents__link {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
    }

    .documents__card {
        margin-top: 48px;
    }

    .support__phone-breaker {
        display: block;
    }
}
