

/* Start:/local/components/ayco/register.form/templates/.default/style.css?17865242913649*/
.ayco-register-form {
	max-width: 481px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.ayco-register-form__title {
	margin: 0 0 24px;
	font-size: 32px;
	font-weight: 400;
	font-family: "Fira Sans", sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
}

.ayco-register-form__types {
	margin-bottom: 24px;
}

.ayco-register-form__types-title {
	font-size: 16px;
	color: #000;
	margin-bottom: 12px;
}

.ayco-register-form__types-list {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 8px;
}

.ayco-register-form__type {
	position: relative;
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	font-family: "Fira Sans", sans-serif;
	text-transform: uppercase;
}

.ayco-register-form__type input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.ayco-register-form__type span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
	min-height: 100%;
	padding: 10px 8px;
	border: 1px solid #c6c6c6;
	border-radius: 24px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 1.2;
	white-space: normal;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.ayco-register-form__type:hover span {
	border-color: #d71b19;
}

.ayco-register-form__type input:checked + span {
	background: #d71b19;
	border-color: #d71b19;
	color: #fff;
}

.ayco-register-form__type input:focus-visible + span {
	outline: 2px solid #d71b19;
	outline-offset: 2px;
}

.ayco-register-form__errors {
	background: #fff3f3;
	border: 1px solid #f3c0c0;
	color: #b00000;
	padding: 12px 15px;
	margin-bottom: 16px;
	font-size: 14px;
	border-radius: 8px;
}

.ayco-register-form__errors ul {
	margin: 0;
	padding-left: 18px;
}

.ayco-register-form__extra {
	margin-top: 8px;
}

.ayco-register-form__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.ayco-register-form__success {
	text-align: center;
}

.ayco-register-form__success-title {
	font-size: 22px;
	margin-bottom: 12px;
	color: #000;
}

.ayco-register-form__success .ayco-register-form__actions {
	justify-content: center;
}

.ayco-register-form__form input[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ayco-register-form .registr_pole {
	margin-bottom: 10px;
}

.ayco-register-form .registr_pole_name {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}

.ayco-register-form .registr_pole_input input {
	width: 100%;
	height: 35px;
	border: 1px solid #c6c6c6;
	padding: 0 15px;
	font: 300 16px 'Fira Sans', sans-serif;
	border-radius: 4px;
}

.ayco-register-form input[name="register_submit_button"],
.ayco-register-form .auth_ss {
	display: inline-block;
	width: auto;
	min-width: 0;
	max-width: 100%;
	padding: 12px 28px;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 400;
	font-family: "Fira Sans", sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
	cursor: pointer;
	white-space: nowrap;
}

.ayco-register-form input[name="register_submit_button"] {
	border: 0;
	background: #d71b19;
	color: #fff;
}

.ayco-register-form input[name="register_submit_button"]:hover:not(:disabled) {
	background: #b81614;
}

.ayco-register-form .auth_ss {
	color: #d71b19;
	background: #fff;
	border: 1px solid #c6c6c6;
}

.ayco-register-form .auth_ss:hover {
	background: #d71b19;
	color: #fff;
	border-color: #d71b19;
	text-decoration: none;
}

.ayco-register-form__consents {
	margin: 16px 0 8px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/user_consent/user_consent.min.css?17786590653280*/
.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;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 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;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:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .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:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.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{cursor:pointer;color:#333;font-size:13px;line-height:15px}@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{height:240px}}
/* End */
/* /local/components/ayco/register.form/templates/.default/style.css?17865242913649 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/user_consent/user_consent.min.css?17786590653280 */
