.auth-form::before {
	content: 'или';
	right: -15px;
	position: absolute;
	background: #fff;
	top: 50%;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 26px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #d6d8de;
}
.auth-form {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.auth-form.auth-form-ru::before {
	content: "или";
}
.auth-form.auth-form-en::before {
	content: "or";
}
.auth-form.auth-form-es::before {
	content: "o";
}
.auth-form.auth-form-pt::before {
	content: "ou";
}
.auth-form.auth-form-ua::before {
	content: "или";
}
.auth-form.auth-form-kz::before {
	content: "или";
}
.auth-form.auth-form-fr::before {
	content: "or";
}
.auth-form.auth-form-ar::before {
	content: "أو";
}
.auth-form.auth-form-zh::before {
	content: "or";
}
.auth-form.auth-form-uz::before {
	content: "yoki";
}

html[dir="rtl"] .auth-form::before {
	left: -15px;
	right: auto;
}
html[dir="rtl"] .auth-form {
	border-right: 0;
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

@media (max-width: 992px) {
	.auth-form {
		border-right: 0px !important;
	}
	.auth-form::before {
		bottom: -15px;
		top: auto;
		right: 47%;
	}
	.auth-form-line {
		border-bottom: 1px solid #d6d8de;
	}
}