.yandex-separator {
    position: relative;
    max-width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    text-align: center;
    margin: 30px 20px;
}

.yandex-separator span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.28571;
    color: #7d858c;
}