.yandexauth-doc-block {
    width: 100%;
    margin: 22px 0 0;
    text-align: center;
    box-sizing: border-box;
}

.yandexauth-doc-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0 0 20px;
    color: #8f91a3;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.yandexauth-doc-separator span {
    display: block;
    height: 2px;
    flex: 1 1 auto;
    max-width: 180px;
    background: #d9ddec;
}

.yandexauth-doc-button,
.yandexauth-doc-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 100%;
    max-width: 620px;
    min-height: 88px;
    padding: 0 34px;
    box-sizing: border-box;
    border: 0;
    border-radius: 24px;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: opacity .15s ease, transform .15s ease;
}

.yandexauth-doc-button:hover {
    opacity: .92;
    color: #fff !important;
    text-decoration: none !important;
}

.yandexauth-doc-button:active {
    transform: translateY(1px);
}

.yandexauth-doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fc3f1d;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.yandexauth-doc-text {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .yandexauth-doc-separator {
        gap: 14px;
        font-size: 16px;
        margin-bottom: 14px;
    }

    .yandexauth-doc-button,
    .yandexauth-doc-button:visited {
        max-width: 100%;
        min-height: 58px;
        border-radius: 16px;
        gap: 14px;
        padding: 0 18px;
        font-size: 22px;
    }

    .yandexauth-doc-icon {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }
}
