

/* Start:/local/templates/personcat/components/bitrix/main.register/.default/style.css?17762517774609*/
.auth-page {
    width: 100%;
    padding: 24px 0 48px;
}

.auth-registration-page {
    width: 100%;
}

.auth-registration-card {
    width: 100%;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(31, 35, 49, 0.96) 0%, rgba(22, 26, 37, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 48px rgba(8, 12, 20, 0.28);
}

.auth-registration-card__body {
    padding: 32px 28px 28px;
}

.auth-page-title {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.auth .errortext {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #eb7f7f;
    padding-left: 20px;
    margin-bottom: 6px;
}

.auth .auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth .wr_search_filter {
    width: 100%;
}

.auth-consents {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-consents .main-user-consent-request {
    margin: 0;
}

.auth .footer_btn_login {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.auth .auth-form-submit {
    width: 100%;
    justify-content: center;
}

.auth-register-btn {
    width: 100%;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.auth-captcha {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-captcha__label {
    font-size: 13px;
    color: rgba(242, 246, 247, 0.74);
}

.auth-captcha__image {
    width: 180px;
    max-width: 100%;
    border-radius: 12px;
}

.social-auth {
    margin-top: 24px;
}

.social-auth__divider {
    align-items: center;
    color: rgba(242, 246, 247, 0.56);
    display: flex;
    font-size: 12px;
    gap: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.social-auth__divider:before,
.social-auth__divider:after {
    background: rgba(255, 255, 255, 0.12);
    content: '';
    flex: 1;
    height: 1px;
}

.social-auth__grid {
    display: grid;
    gap: 14px;
}

.social-auth__item {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    box-sizing: border-box;
    padding: 16px;
    text-align: left;
}

.social-auth__head {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.social-auth__icon {
    align-items: center;
    border-radius: 13px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 14px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.social-auth__icon--telegram {
    background: linear-gradient(135deg, #29a8ea 0%, #1687c8 100%);
}

.social-auth__icon--vk {
    background: linear-gradient(135deg, #2688eb 0%, #0069d9 100%);
}

.social-auth__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.social-auth__text {
    color: rgba(242, 246, 247, 0.62);
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
}

.telegram-auth-mock,
.vk-auth-mock {
    background: rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-sizing: border-box;
    padding: 12px;
}

.telegram-auth-mock__field,
.vk-auth-mock__field {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.telegram-auth-mock__field span,
.vk-auth-mock__field span {
    color: rgba(242, 246, 247, 0.7);
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.telegram-auth-mock__field input,
.vk-auth-mock__field input {
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    color: #1d2733;
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
    width: 100%;
}

.telegram-auth-mock__button,
.vk-auth-mock__button {
    align-items: center;
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 100%;
}

.telegram-auth-mock__button {
    background: #229ed9;
}

.vk-auth-mock__button {
    background: #0077ff;
}

.vk-auth__widget {
    color: rgba(242, 246, 247, 0.72);
    font-size: 13px;
    min-height: 44px;
}

@media (max-width: 767px) {
    .auth-page {
        padding: 16px 0 32px;
    }

    .auth-registration-card {
        border-radius: 20px;
    }

    .auth-registration-card__body {
        padding: 22px 18px 20px;
    }

    .auth-page-title {
        font-size: 24px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17732108064354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/personcat/components/bitrix/main.register/.default/style.css?17762517774609 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17732108064354 */
