

/* Start:/register/style.css?17804786561696*/
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 991px) {
  .grid-container {
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
  }
}

.sign-in-form-wrapper {
  border-radius: 10px;
  box-shadow: 0 39.99px 89.98px 0 rgba(0, 0, 0, 0.0588235294);
  padding: 25px;
}
@media (max-width: 990px) {
  .sign-in-form-wrapper {
    border-radius: unset;
    box-shadow: unset;
    padding-top: 15px;
    padding-inline: 0;
  }
}

.lists {
  padding: 25px 150px;
}
@media (max-width: 990px) {
  .lists {
    order: -1;
    padding: 0 0 0 10px;
  }
  .lists .advantages, .lists .steps-title {
    display: none;
  }
}
.lists div:not(.advantages) {
  font-family: Manrope, serif;
  color: #484848;
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
  padding-bottom: 25px;
}
.lists hr {
  margin-block: 55px;
  opacity: 0.33;
}
.lists ol {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 990px) {
  .lists ol {
    gap: 15px;
  }
}
.lists li {
  list-style: none;
  counter-increment: li;
  position: relative;
  color: black;
  font-family: Inter, sans-serif;
  font-size: 16px;
}
@media (max-width: 990px) {
  .lists li {
    font-size: 13px;
    line-height: normal;
  }
}
.lists li:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -50px;
  top: 0;
  content: counter(li);
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #8A8A8A;
  font-family: Manrope, serif;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
}
.lists li:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/main.register/new/style.css?17804786564834*/
.sign-in form {
  display: flex;
  flex-direction: column;
  gap: 8px;

  /* Визуальная карточка формы */
  max-width: 90%;
  margin: 40px auto 60px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 40px 48px 48px;
}
.sign-in .selector-wrapper .dropdown-block {
  border: none;
  box-shadow: none;
}
.sign-in input, .sign-in textarea, .sign-in textarea, .sign-in .selector-wrapper {
  border: 1px solid #8A8A8A;
  border-radius: 13px;
  padding: 25px 30px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sign-in input, .sign-in textarea, .sign-in textarea, .sign-in .selector-wrapper {
    font-size: 13px;
    border-radius: 7px;
    padding: 13px 11px;
  }
}
.sign-in .selector-wrapper {
  padding: 17px 8px 17px 0;
}
@media screen and (max-width: 767px) {
  .sign-in .selector-wrapper {
    padding: 6px 0;
  }

  /* Мобильная карточка формы: на всю ширину с отступами */
  .sign-in form {
    margin: 24px 0 40px;
    border-radius: 12px;
    padding: 20px 16px 24px;
    max-width: 100%;
  }
  .sign-in .selector-wrapper input {
    font-size: 13px;
  }
}

/* Текстовый блок перед формой регистрации */
.register-intro__title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 16px;
}

.register-intro__description,
.register-intro__conditional {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 12px;
}

.register-intro__link {
  color: #3D6EEE;
  text-decoration: underline;
}
.sign-in legend, .sign-in .required-hint, .sign-in .location-title {
  font-family: Manrope, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .sign-in legend, .sign-in .required-hint, .sign-in .location-title {
    font-size: 13px;
  }
}
.sign-in .fields {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.sign-in .register-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 27px;
  row-gap: 28px;
  align-items: start;
}

.sign-in .register-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sign-in .register-col--left {
  grid-column: 1;
}

.sign-in .register-col--right {
  grid-column: 2;
}

.sign-in .section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sign-in .section__title,
.sign-in .section__title--contacts {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #484848;
}

.sign-in .form-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}

.sign-in .form-field {
  flex: 1 1 0;
  min-width: 0;
}

.sign-in .form-row--half .form-field {
  flex: 1 1 calc(50% - 6px);
}

.sign-in .form-row--full .form-field {
  flex: 1 1 100%;
}

.sign-in .form-field > input,
.sign-in .form-field > textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sign-in .register-grid {
    grid-template-columns: 1fr;
  }

  .sign-in .register-col--left,
  .sign-in .register-col--right {
    grid-column: 1;
  }

  .sign-in .form-row {
    flex-direction: column;
    gap: 7px;
  }

  .sign-in .form-row--half .form-field {
    flex: 1 1 100%;
  }
}

.sign-in input[type=submit] {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 13px;
  background: #3D6EEE;
  border: none;
  border-radius: 10px;
  color: white;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  text-transform: none;
}
@media (max-width: 767px) {
  .sign-in input[type=submit] {
    padding: 13px 67px;
    order: 1;
    margin-bottom: 0;
  }
}
.sign-in .required-hint {
  color: #3D6EEE;
}
@media (max-width: 767px) {
  .sign-in .required-hint {
    display: none;
  }
}
.sign-in .agreement {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: black;
  display: flex;
  align-items: start;
  gap: 7px;
  padding-block: 10px;
}

.sign-in .register-footer input[type=submit] {
  margin-top: 28px;
}
.sign-in input[type=checkbox] {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}
.sign-in .errors {
  color: #FF0000;
}

.menu-footer {
  padding-block: 5px;
}

/*# sourceMappingURL=style.css.map */
.location-title{margin-bottom:-13px}

.field-offset-top {
  margin-top: 25px;
}

.agreement {
  display: flex;
  align-items: center; /* ключевая строка */
  gap: 12px;
}

.agreement input[type="checkbox"] {
  margin: 0;          /* убираем браузерный сдвиг */
  flex-shrink: 0;     /* чекбокс не сжимается */
}

.agreement span {
  line-height: 1.4;
}

/* End */


/* Start:/local/templates/zakka-new-template/components/bitrix/sale.location.selector.search/.default/style.css?17804786566654*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	padding: 0;
}
.bx-sls .bx-ui-sls-container {
	overflow: hidden;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-route{
	position: absolute !important;
	top: 0;
	left: 0;
	color: #aba8ac !important;
	background-color: transparent !important;
	border-color: transparent !important;
	opacity: 1 !important;
	box-shadow: none !important;

	padding-right: 22px;
	background-position: right 1px;
	background-repeat: no-repeat;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */
/* /register/style.css?17804786561696 */
/* /local/templates/zakka-new-template/components/bitrix/main.register/new/style.css?17804786564834 */
/* /local/templates/zakka-new-template/components/bitrix/sale.location.selector.search/.default/style.css?17804786566654 */
