#authNewPopup {
	z-index: 999999;
}

.auth-modal-dialog {
	max-width: 426px;
	display: flex;
	align-items: center;
	height: -webkit-fill-available;
}

.auth-modal-content,
.auth-modal-content form {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.auth-modal-top {
	background: white;
	border-radius: 16px;
	padding: 32px;
	display: flex;
	align-items: center;
}

.auth-modal-regType {
	background: white;
	border-radius: 16px;
	overflow: hidden;
}

.auth-modal-regType .regType-header {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #6E6E6E;
	padding: 28px 32px;
	cursor: pointer;
}

.regType-option {
	padding: 16px 32px;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	cursor: pointer;
}

.regType-option:hover {
	background-color: #ECF3F950;
}

.regType-option.active {
	background-color: #ECF3F9;
}

.regType-option h3 {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #6E6E6E;
	width: 50%;
}

.regType-option p {
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #6E6E6E;
}

.auth-modal-top .auth-btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	background: none;
	border: none;
	color: #ABABAB;
}

.auth-modal-top .auth-btn:hover {
	color: #5BC5D030;
}

.auth-modal-top .auth-btn.active {
	color: #5BC5D0;
}

.auth-modal-form {
	background: white;
	border-radius: 16px;
	padding: 32px;
}

.auth-modal-socials {
	background: white;
	border-radius: 16px;
	padding: 24px 40px;
}

.auth-modal-form-field {
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}

.auth-modal-form-field input {
	border: none;
	outline: none;
	border-bottom: 1px solid #D0D0D0;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	padding: 8px;
}

.auth-modal-form-field input::placeholder {
	color: #ABABAB;
}

.auth-modal-form-field-toggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: none;
	border: none;
	outline: none;
	color: #ABABAB;
}

.auth-modal-form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #ABABAB;
}

.auth-modal-form-actions--recovery {
	border: none;
	cursor: pointer;
	color: #ABABAB;
}

.auth-modal-form-actions--recovery:hover {
	border: none;
	cursor: pointer;
	color: #5BC5D0;
}

.auth-modal-form-actions label {
	display: flex;
	align-items: center;
	gap: 5px;
}

.auth-modal-form-row {
	display: flex;
	align-items: center;
	gap: 32px;
}

.auth-modal-socials {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px
}

.auth-modal-socials .auth-modal-socials--item {
	padding: 12px 20px;
	border-radius: 8px;
	background: #F5F5F5;
}

.auth-modal-socials .auth-modal-socials--item:hover {
	background: #E0E0E0;
	cursor: pointer;
}

.auth-modal-socials img {
	width: 24px;
	height: 24px;
}

.auth-modal-bottom {
	background: white;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.auth-modal-bottom-back {
	border-radius: 100%;
	border: none;
	outline: none;
	background: white;
	padding: 10px;
}

.auth-modal-bottom-close {
	border-radius: 100%;
	border: none;
	outline: none;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.auth-modal-bottom-close:hover,
.auth-modal-bottom-back:hover {
	background: #F5F5F5;
}

.auth-modal-bottom-submit {
	border: 1px solid #5BC5D0;
	color: #CCCCCC;
	height: 54px;
	border-radius: 8px;
	flex: 1;
	background: white;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.3s ease;

}

.auth-modal-bottom-submit--active {
	color: #fff;
	background: #5BC5D0;
}

.auth-modal-policy {
	padding: 16px 32px;
	background: white;
	border-radius: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
}

.auth-modal-policy label {
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
}

.auth-modal-policy>label {
	display: flex;
	align-items: center;
}

.auth-modal-policy .check__box {
	top: 50%;
	transform: translateY(-50%);
}

.auth-modal-asSpecialist {
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 16px 32px;
	background: white;
	border-radius: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
}

.auth-modal-asSpecialist img {
	width: 32px;
	height: 32px;
}

.sms-resend {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sms-resend div {
	color: #5BC5D0;
}

.sms-resend-btn {
	background-color: transparent;
	border: none;
	color: #5BC5D0;
	font-size: 12px;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:500px) {
	.auth-modal-content {
		height: 100%;
		width: 95%;
		margin: 0 auto;
	}

	.auth-modal-content form {
		flex: 1;
		margin: 0;
	}

	.auth-modal-content form .auth-modal-form {
		flex: 1;
	}

	.auth-modal-socials {
		padding: 16px 32px;
		gap: 8px;
	}

	.sms-resend {
		flex-direction: column;
		gap: 10px;
	}
}