.cabinet-auth-page {
	min-height: calc(100vh - 440px);
	background: #f5f5f7;
	padding: 28px 0 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cabinet-auth-shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

/* Скрытие элементов шапки для кабинета */
.header--not-nav .header__top .header__col--left .header__menu,
.header--not-nav .header__top .header__links ul li:nth-child(1),
.header--not-nav .header__top .header__links ul li:nth-child(2),
.header--not-nav .header__top .header__links ul li:nth-child(3) {
    display: none !important;
}

.header--not-nav .header__top .header__col--left {
    height: 60px !important;
}

.cabinet-auth-back-wrap {
	max-width: 980px;
	margin: 0 auto 24px;
}

.cabinet-auth-back {
	color: #a30041;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.cabinet-auth-card {
	width: 100%;
	max-width: 400px;
	background: #fff;
	border-radius: 12px;
	padding: 34px 26px 30px;
	box-shadow: 0 20px 45px rgba(24, 24, 42, 0.04);
}

.cabinet-auth-step {
	display: none;
}

.cabinet-auth-step.is-active {
	display: block;
}

.cabinet-auth-card h3 {
	margin: 0 0 10px;
	color: #37363c;
	text-align: center;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}

.cabinet-auth-subtitle {
	margin: 0 0 24px;
	color: #7f7f9b;
	text-align: center;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

.cabinet-auth-item {
	margin-bottom: 18px !important;
	margin-top: 18px;
}

.cabinet-auth-item input {
	height: 56px !important;
	padding-top: 25px !important;
	padding-bottom: 8px !important;
	border-color: #e7d2db !important;
	border-radius: 8px !important;
}

.cabinet-auth-item label {
	top: 8px !important;
	left: 18px !important;
	font-size: 13px !important;
}

.cabinet-auth-actions {
	margin-top: 4px !important;
}

.cabinet-auth-submit {
	cursor: pointer !important;
	width: 180px !important;
	height: 55px !important;
	color: #FFF !important;
	text-align: center !important;
	font-family: Montserrat !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	background :#CBCBCB !important;
	padding: 17px 30px !important;
	text-decoration: none !important;
	border-radius: 6px !important;
	background-color: #A30041 !important;
	color: #fff !important;
	border: 0 !important;
}

.cabinet-auth-note {
	margin-top: 18px;
	color: #7f7f9b;
	text-align: center;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.45;
}

.cabinet-auth-note a {
	color: #a30041;
	text-decoration: none;
}

.cabinet-auth-resend-wrap {
	display: flex;
	justify-content: center;
	margin: 6px 0 20px;
}

.cabinet-auth-resend {
	border: 0;
	background: transparent;
	color: #7f7f9b;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	cursor: default;
}

.cabinet-auth-resend.is-active {
	color: #a30041;
	cursor: pointer;
}

.cabinet-auth-error {
	min-height: 20px;
	margin-top: 12px;
	color: #d10f4a;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.cabinet-auth-safe-wrap {
	max-width: 336px;
	margin: 0 auto;
}

.cabinet-auth-phone-mask {
	color: #a30041;
	font-weight: 600;
}

.cabinet-auth-step-success .cabinet-auth-actions {
	margin-top: 18px !important;
}

.cabinet-auth-redirect {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.main-title__container, .main-title, .header__special{
	display: none !important;
}


@media (max-width: 767px) {
	.cabinet-auth-page {
		padding: 18px 0 32px;
		margin-top: 100px;
	}

	.cabinet-auth-card {
		padding: 28px 20px 24px;
	}

	.cabinet-auth-card h3 {
		font-size: 20px;
	}

	.cabinet-auth-subtitle {
		margin-bottom: 20px;
	}
}