

/* Start:/local/components/rutego/crmform.bonus/templates/.default/style.css?16956392899630*/
.register-guarantee {
  width: 1153px;
  background-color: #333333;
}

.register-guarantee__columns {
  display: flex;
  justify-content: center;
  gap: 73px;
  padding: 57px 70px 44px 70px;
}

.register-guarantee__items {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.register-guarantee__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.register-guarantee__select-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.register-guarantee__select-gender-items {
  display: flex;
  gap: 36px;
}

p.register-guarantee__input-title {
  color: #b6b5b5;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

input[type="text"].register-guarantee__input {
  color: rgba(182, 181, 181, 0.50);
  background-color: #333333;		
  min-width: 470px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  padding: 19px 20px 19px 20px;
}

p.privacy-policy__text {
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.privacy-policy {
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  cursor: pointer;
}

button.register-guarantee__continue-button {
  width: 100%;
  border: 1px solid #00b09c;
  background-color: #00b09c;
  padding: 19px 0 19px 0;
  min-height: 80px;
}

a.register-guarantee__continue-button-text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

/* .register-guarantee__form-field {
	display: none;
	margin-top: 5px;
	color: red;
} */

.register-guarantee__field-name-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
}

.register-guarantee__field-phone-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
 }
 
 .register-guarantee__field-email-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
 }

 .register-guarantee__field-birthdate-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
 }

 .register-guarantee__field-gender-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
 }

.register-guarantee__field-model-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
}

.register-guarantee__field-color-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
}

.register-guarantee__field-marketplace-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
}

input[type="date"].register-guarantee__input.register-guarantee__birthday {
	color: rgba(255, 255, 255, 0.76);
	background-color: #333333;	
	min-width: 470px;
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.76);
	padding: 19px 20px 19px 20px;
}

::-webkit-calendar-picker-indicator {
	background-color: #FFF;
	cursor: pointer;
}

.data-sent-form {
	background-color: #333333;
	width: 100%;
	padding: 60px;
	display: none;
}

.data-sent-form__container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.data-sent-form__title {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.data-sent-form__description {
	text-align: center;
	color: #B6B5B5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.data-sent-form__register-result,
.data-sent-form__bonus-result{
	text-align: center;
}


.authorized-form {
	background-color: #333333;
	width: 100%;
	padding: 60px;
}

.authorized-form__container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.authorized-form__title {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.authorized-form__description {
	text-align: center;
	color: #B6B5B5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.authorized-form__ok-button {
	width: 100%;
	border: 1px solid #00b09c;
	background-color: #00b09c;
	padding: 19px 0 19px 0;
	min-height: 80px;
}



.data-sms-form {
	background-color: #333333;
	width: 100%;
	padding: 60px;
	display: none;
}

.data-sms-form__container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.data-sms-form__title {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.data-sms-form__description {
	text-align: center;
	color: #B6B5B5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.data-sms-form .data-sms-form__input {
	color: rgba(182, 181, 181, 0.50);
	background-color: #333333;		
	min-width: 470px;
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.76);
	padding: 19px 20px 19px 20px;
	margin-bottom: 30px;
	font-size: 40px;
	display: block;
    width: 250px;
    text-align: center;
}
.data-sms-form__input-error {
	display: none;
	margin-top: 5px;
	color: #CB3030;
}
.data-sms-form__ok-button,
.data-sent-form__ok-button{
	width: 470px;
	border: 1px solid #00b09c;
	background-color: #00b09c;
	padding: 19px 0 19px 0;
	text-decoration: none;
    text-align: center;
    display: block;
}

.data-sms-form__ok-button-text,
.data-sent-form__ok-button-text {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.privacy-policy__items {
	margin-top: 8px;
	margin-bottom: 5px;
}

input[type="checkbox"] {
	display: none;
}

.main-user-consent-request.feedback-request__privacy {
	position: relative;
 }
 
 .main-user-consent-request.feedback-request__privacy::before {
	display: none;
 }
 
 .main-user-consent-request::before .feedback-request__check:checked {
	background: unset;
	content: unset;
 }
 
 .feedback-checkbox {
	display: block;
	position: absolute;
	width: 25px;
	height: 23px;
	border: 1px solid #00B09C;
	left: 0;
	top: 5px;
	border-radius: 2px;
 }
 
 .main-user-consent-request
	.feedback-request__check:checked
	+ .feedback-checkbox::before {
	content: "";
	position: absolute;
	background: url("/local/components/rutego/crmform.bonus/templates/.default/images/checkmark.svg")
	  no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	width: 20px;
	height: 20px;
	top: -1px;
	right: -1px;
 }
 
 .feedback-checkbox::before {
	z-index: 1;
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #333333;
	right: -2px;
	top: -2px;
 }
 
 .feedback-checkbox:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #333333;
	top: -2px;
	width: 8px;
	right: -3px;
	height: 8px;
 }

 label.main-user-consent-request.feedback-request__privacy {
	padding-left: 40px;
 }

@media (max-width: 1024px) {
	.register-guarantee {
		width: 100%;
	}

	.register-guarantee__columns {
		display: flex;
		flex-direction: column;	
		gap: 26px;
	}

	input[type="text"].register-guarantee__input {
		min-width: 100%;
		min-height: 100%;
	}

	input[type="date"].register-guarantee__input.register-guarantee__birthday {
		min-width: 100%;
		min-height: 100%;
	}
}

@media (max-width: 912px) {
	.register-guarantee {
		width: 100%;
		background-color: #333333;
	}

	.register-guarantee__columns {
		display: flex;
		flex-direction: column;	
		gap: 26px;
	}
}

@media (max-width: 540px) {
	input[type="text"].register-guarantee__input {
		min-width: 100%;
		min-height: 100%;
	}

	input[type="date"].register-guarantee__input.register-guarantee__birthday {
		min-width: 100%;
		min-height: 100%;
	}

	.register-guarantee__columns {
		padding: 40px 59px 40px 39px;
	}

	button.register-guarantee__continue-button {
		max-height: 55px;
		min-height: auto;
	}

	button.register-guarantee__continue-button {
		padding: 13px 0 19px 0;
	}

	.data-sms-form .data-sms-form__input {
		margin-bottom: 15px;;
	}
}

@media (max-width: 479px) {
	.register-guarantee {
		width: 100%;
		background-color: #000;
	}

	.register-guarantee__columns {
		display: flex;
		flex-direction: column;	
		gap: 26px;
	}

	input[type="text"].register-guarantee__input {
		min-width: 100%;
		min-height: 100%;
		background-color: #000;
	}

	input[type="date"].register-guarantee__input.register-guarantee__birthday {
		min-width: 100%;
		min-height: 100%;
		background-color: #000;
	}

	.register-guarantee__columns {
		padding: 10px 10px 40px 10px;
	}

	button.register-guarantee__continue-button {
		max-height: 55px;
		min-height: auto;
	}

	.data-sms-form {
		padding: 40px 10px 40px 10px;
	}

	button.data-sms-form__ok-button {
		max-height: 55px;
		min-height: auto;
		width: 100%;
		padding: 13px 0 19px 0;
	}

	.data-sms-form .data-sms-form__input {
		min-width: 100%;
		width: 100%;
		min-height: 55px;
	}

	.data-sms-form .data-sms-form__input {
		margin-bottom: 15px;;
	}

	.data-sent-form {
		width: 100%;
	}

	.feedback-checkbox::before {
		z-index: 1;
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		background-color: #000;
		right: -2px;
		top: -2px;
	 }
	 
	 .feedback-checkbox:after {
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		background: #000;
		top: -2px;
		width: 8px;
		right: -3px;
		height: 8px;
	 }
}

/* End */


/* Start:/local/components/rutego/crmform.bonus/templates/.default/bitrix/main.userconsent.request/consent/user_consent.css?16929610944488*/
.main-user-consent-request a {
  cursor: pointer;
}
.main-user-consent-request input[type=checkbox] {
  margin: 5px 10px 0 0;
}
.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;
  /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  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;
  -o-text-overflow: ellipsis;
     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 "Helvetica Neue", Helvetica, Arial, sans-serif;
  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;
  -o-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 {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  color: black;
}
/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  -ms-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;
  -ms-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: #b6b5b5;
  font-size: 13px;
  line-height: 15px;
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    width: 65%;
  }
  .main-user-consent-request-popup-header {
    max-width: 100%;
  }
}

/* End */
/* /local/components/rutego/crmform.bonus/templates/.default/style.css?16956392899630 */
/* /local/components/rutego/crmform.bonus/templates/.default/bitrix/main.userconsent.request/consent/user_consent.css?16929610944488 */
