

/* Start:/local/templates/main/components/asdev/auth.unified/main/style.css?17852488016131*/
.auth-unified {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
}

.auth-unified>.auth-unified__step:not(.auth-unified__step--active) {
    display: none !important;
}

.auth-unified>.auth-unified__step.auth-unified__step--active {
    display: block;
}


.auth-unified__header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.auth-unified__title {
    font-family: var(--f-title), sans-serif;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
}


.auth-unified__subtitle {
    font-family: var(--f-title), sans-serif;
    font-size: 16px;
    line-height: 1.75;
    text-transform: uppercase;
    color: var(--c-black);
    margin: 20px 0;
}

.auth-unified__hint {}

.auth-unified__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-unified__form + .auth-unified__consents {
    margin-top: 20px;
}

.auth-unified__consents {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.auth-unified__consents .main-user-consent-request-announce {
    font-size: 14px;
    line-height: 1.4;
}

.auth-unified__field,
.auth-unified__field-row,
.auth-unified__grid {
    position: relative;
}


.auth-unified__grid .auth-unified__input[readonly] {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5013 10.0001L9.16797 11.6667L12.5013 8.33341M18.3346 10.0001C18.3346 14.6025 14.6037 18.3334 10.0013 18.3334C5.39893 18.3334 1.66797 14.6025 1.66797 10.0001C1.66797 5.39771 5.39893 1.66675 10.0013 1.66675C14.6037 1.66675 18.3346 5.39771 18.3346 10.0001Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: #EDEDED !important;
    border-color: #E6E6E6 !important;
    cursor: default;
}

.auth-unified__password-input {
    position: relative;
}

.auth-unified__password-input .auth-unified__input {
    padding-right: 44px;
}

.auth-unified__password-eye {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-black);
}

.auth-unified__password-eye svg {
    display: block;
    width: 16px;
    height: 16px;
}

.auth-unified__password-eye .auth-unified__password-eye-opened {
    display: none;
}

.auth-unified__password-eye.is-open .auth-unified__password-eye-opened {
    display: block;
}

.auth-unified__password-eye.is-open .auth-unified__password-eye-closed {
    display: none;
}

.auth-unified__field .auth-unified__link {
    position: absolute;
    right: 10px;
}

.auth-unified__field--locked {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.auth-unified__field-row {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}

.auth-unified__grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-unified__grid--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 480px) {
    .auth-unified__grid--2 {
        grid-template-columns: 1fr;
    }
}

.auth-unified__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.auth-unified__actions--split {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}

.auth-unified__divider {
    height: 1px;
    background: rgb(0 0 0 / 10%);
    margin: 30px 0;
}

.auth-unified__row {
    display: flex;
    justify-content: flex-end;
}


.auth-unified__timer {
    font-size: 12px;
    color: #AEAAB3;
    margin: 20px 0 0;
}

.auth-unified__timer span{
    color: var(--c-black);
}

.auth-unified__radio {
    display: block;
    margin: 0.35rem 0;
    font-size: 0.9rem;
}

.auth-unified__groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.auth-unified__subtitle + .auth-unified__groups {
    margin-top: -12px;
}

.auth-unified__group-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.auth-unified__group-title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--c-black);
}

.auth-unified__group-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #AEAAB3;
    max-width: 210px;
}

.auth-unified__msg--error:not([hidden]) {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 12px 0;
    padding: 14px 16px;
    border-radius: 6px;
    text-align: left;
    color: #8a1212;
    background: linear-gradient(135deg, #fff5f5 0%, #ffecec 100%);
    border: 1px solid rgb(200 40 40 / 22%);
    border-left: 4px solid #c62828;
    animation: auth-unified-msg-in 0.28s ease-out;
}

@keyframes auth-unified-msg-in {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-unified__msg--error:not([hidden]) {
        animation: none;
    }
}

.auth-unified__msg-icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: #c62828;
    line-height: 0;
}

.auth-unified__msg-text {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-line;
}

.auth-unified__msg--error[hidden] {
    display: none !important;
}

.auth-unified__notice {
    margin: 0;
    font-size: 0.9rem;
}

.auth-unified__social {
    margin-top: 1rem;
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/.default/user_consent.css?17852488014600*/
.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: 24px;
	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 {
	font-family: var(--f-title), sans-serif;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--c-black);
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
	margin: 0 0 20px 0;
}

.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;
	gap: 10px;
}

.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 #ebebeb;
    border-radius: 4px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
    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;
}
.main-user-consent-request-announce-required {
	color: red;
}

@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/main/components/asdev/auth.unified/main/style.css?17852488016131 */
/* /local/templates/main/components/bitrix/main.userconsent.request/.default/user_consent.css?17852488014600 */
