

/* Start:/club/reg/style.css?175006201311218*/
#inviteForm{
	position: relative;
  letter-spacing: 0em;
}
.into-club__desc {
  font-family: 'Proxima Nova Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.center-title {
  text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 37px;
}

.into-club {
  margin-top: 50px;
  max-width: 940px;
  margin-bottom: 70px;
	margin: 0 auto;
}

.importnt-fnote {
    
  display: flex;
	font-size: 15px;
	font-family: 'Proxima Nova Regular';
}
@media(max-width: 767.98px){
  
.importnt-fnote {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 6px;
}
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  /* align-items: center; */
  margin-bottom: 30px;
	align-items: center;
  position: relative;
}
@media(max-width: 767.98px){
  .flex-box{
    -webkit-column-gap: unset;
  -moz-column-gap: unset;
  column-gap: unset;
  flex-wrap: wrap;

  margin-bottom: unset;
  }

}
.flex-box > .form-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.width-half{
	width: 50%;
	max-width: 455px;
  /* margin-top:25px; */
}
@media(max-width: 1024px){
  .width-half{
    max-width: 350px;
  }
}
@media(max-width: 600px){
  .width-half{
    max-width: 50%;
  }
}
.space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#cust-resp-form {
  margin-top: 30px;
}

.desc-club {
  max-width: 940px;
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  margin: 0 auto;
  text-align: center;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 35px;
  letter-spacing: 0.05em;
  font-family: 'Proxima Nova Regular';
}

.desc-club a {
  color: #000000;
  text-decoration: underline;
}

.tl-club {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.margin {
  margin-bottom: 30px;
}
@media(max-width: 767.98px){
  .margin {
    margin-bottom: 10px;
  }
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media(max-width: 767.98px){
  .form-group{
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-group a {
  /* text-decoration: none; */
  /* color: #000000; */
}

.form-control {
  border: 1px solid #D9D9D9;
  padding: 0px 20px;
  width: 100%;
  line-height: 1.1;
  height: 36px;
  background: transparent;
  border-radius: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-control.hasError {
  border: 1px solid #Cc0000;
}

.form-control.error {
  border: 1px solid #Cc0000;
  text-align: left;
  margin: 0;
}
.form-control.error + .error{
  margin: 0;
}

.tooltip {
  position: relative;
  font-size: 15px;
  z-index: 1;
  font-weight: 600;
  font-family: "Proxima Nova Regular";
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #222222;
padding-bottom: unset;
margin-left: unset !important;
  display: block;
}

/* .form-group.active label.tooltip {
  font-size: 0px;
  line-height: 11px;
  top: 0px;
  z-index: 0;
  display: none;
} */
.tooltip-sname{
  opacity: 0;
}
@media(max-width:767.98px){
  .tooltip-sname{
    display: none;
  }
}
.md-resp-send {
  display: flex;
  height: 50px;
  color: #fff;
  background-color: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  border: none;
  cursor: pointer;
  max-width: 340px;
  margin: 60px auto;
  font-family: 'Proxima Nova Regular';
}
.md-resp-send:hover{
	background-color: #E0004D;

}
.md-resp-send:disabled{
  background-color: #888888;
}
@media(max-width:767.98px){
  .md-resp-send{
    max-width:unset;
  }
}
.link-no-code {
  /* color: #000000; */
  cursor: pointer;
	margin-top: 24px;
	font-size: 16px ;
  font-family: 'Proxima Nova LIght';
  margin-left: 15px;
}
.link-no-code::before{
  bottom: 3px;
}
@media(max-width: 767.98px){
  .link-no-code{
    margin-left: 14px;
    margin-top: 0px;
  }
}
.form-control:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
	
}
input:focus{border: 1px solid #222222;}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#code {

}

.code-invite {
  margin-bottom: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-error {
  color: #Cc0000;
}

.md-true {
  font-weight: 600;
}
.space-left{
  margin-top:55px;
}
@media(max-width:767.98px){
.space-left{
  margin-top:0px;
}}
.form-group a {
  /* color: #000000; */
  /* text-decoration: none; */
}

.into-club {
  position: relative;
}

.tl-club--center{
	text-align:center;
	}

.not_have_the_code {
  /* Rectangle 14 */
  /* display: none; */
  /* height: 0px; */
  opacity: 0;
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box; */
  position: absolute;
  width: 100%;
  max-width: 300px;
  /* height: 126px;
  right: -32px; */
  /* margin-top: -190px; */
  background: #fff;
  border: 1px solid #888888;
	box-shadow: 4px 4px 0px #D9D9D9;
	z-index: 3;
  transition: all .3s ease-in-out;
  display: none;
}
.not_have_the_code.active-code-msg{
 display: block;
  transition: all .3s ease-in-out;
  height: auto;
  opacity: 1;
}
.not_have_the_code.left-retangle{	max-width: 300px;}

.not_have_the_code.left-retangle::before, .not_have_the_code.left-retangle::after{
	content: ''; 
    position: absolute;
    left: -20px; 
		max-height: 90px;
		bottom: calc(50% - 10px );
    border: 10px solid transparent;
    border-right: 10px solid #888888;
}

.not_have_the_code.left-retangle::after{
	border-right: 10px solid white;
	bottom: calc(50% - 10px); 
	left: -19px;
}
.not_have_the_code.top-retangle{
  max-width: unset;
}
.not_have_the_code.top-retangle::before,
.not_have_the_code.top-retangle::after{
	content: ''; 
    position: absolute;
    top: -20px; 
		max-height: 90px;
		right: calc(50% - 10px );
    border: 10px solid transparent;
    border-bottom: 10px solid #888888;
}
.not_have_the_code.top-retangle::after{
	border-bottom: 10px solid white;
	right: calc(50% - 10px); 
	top: -19px;
}
@media(max-width: 956.98px){
  .not_have_the_code{
    position: relative;
    height: 0px;
    transition: all .3s ease-in-out;
  }
}
@media screen and (max-width: 600px) {
  .not_have_the_code {
    right: -15px;
  }
}
.not_have_the_code_text {
  /* Получить приглашение можно через сервис-менеджера ZLT. */
  font-family: "Proxima Nova Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
	text-align: center;
 
  letter-spacing: 0.05px;
   margin: 4px 20px 12px 20px; 
  color: #000;
}

.manager_contacts_popup {
  /* Контакты менеджеров */
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 138% */
  letter-spacing: 0.05px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin: 0px 0px 8px 0px; 
	text-align: center;
  color: #000000;
}

/* только для safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .flex-box > .form-group, .link-no-code {
    padding-right: 30px;
    width: 30%;
  }

  ::i-block-chrome, .md-resp-send {
    width: 95%;
  }
}
.user-agrement {
  margin-bottom: 13px;
}
.red-text{
  margin-left: 5px;
}
.product-list__title{
  letter-spacing: 0.05em;
}

.chek input:checked ~ .checkmark {
    background-image: url(/local/templates/seller/img/icon/checkbox-check.svg);
    border: none;
    border-color: #000000;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px #d9d9d9 solid;
    margin-left: 0 !important;
}
	
.checkmark {
    top: 0px !important;
}
#email-error, #name-error,
#phone-error,
#code-error{
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    left: 0px;
    color: #Cc0000;
    line-height: 100%;
}
@media(max-width: 1024px){
  #email-error, #name-error,
  #phone-error,
  #code-error{
    font-size: 13px;
  }
}
	@media(max-width: 440px){
    #email-error, #name-error,
    #phone-error,
    #code-error{
      font-size: 12px;
      bottom: -15px;
    }
  }
  @media(max-width: 364px){
    #email-error, #name-error,
    #phone-error,
    #code-error{
      font-size: 12px;
      bottom: -25px;
      text-align: left;
    }
  }
.relative{
  position: relative;
}
.letter-spacing-en{
  letter-spacing: 0.062em;
}
.letter-spacing-ru {
  letter-spacing: 0.051em;
}

.form-product-upload__form-row a {
  color: var(--link);
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  white-space: nowrap;
}

.form-product-upload__form-row a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--link);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.form-product-upload__form-row a:hover::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.content_blok_1_success{
  margin: 0;
}
.content_blok_1_success .docs{
  margin: 0;
}
.form-group__error-mes{
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  color: var(--error);
  font-family: 'Proxima Nova Light';
}
.form-group input.hasError +.form-group__error-mes{
  display: block;
}
.sm_header{
	width: 100%;
	display: block;
	text-align: center;
	color:  #E0004D;
	font-size: 26px;
	padding: 10px 10px 40px 10px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/main_request/user_consent.css?17065960948611*/
.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; /* 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%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}
@media(max-width: 980px){
	.main-user-consent-request-popup-cont{
		width: calc(100% - 40px);
	}
}
.main-user-consent-request-popup-header {
	margin: 0 0 10px 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: 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;
	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;
	width: auto;
	text-align: left;
	color: rgb(84, 84, 84);
	font-size: 14px;
        line-height: 120%;
        font-family: 'Roboto';
}

.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: 1000px){
	.main-user-consent-request-popup-text{
		height: 50vh;
	}
}
.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox__input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
	font-family: 'Roboto';
	position: relative;
	cursor: pointer;
}
.checkbox__input + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  /* border: 1px solid #D9D9D9; */
  border-radius: 0px;
  margin-right: 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
	position: relative;
}
.checkbox__input:checked+label::after{ 
  content: url("/local/templates/.default/components/bitrix/main.userconsent.request/main_request/images/check_active.svg");
	position: absolute;
	left: 3px;
	top: -4px;

	
}
/* стили при наведении курсора на checkbox */
.checkbox__input:not(:disabled):not(:checked)+label:hover::before {
  border-color: #572c5f;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.checkbox__input:not(:disabled):active+label::before {
  filter: drop-shadow(0px 0px 15px rgba(150, 57, 118, 0.7));
}
/* стили для чекбокса, находящегося в фокусе */
.checkbox__input:focus+label::before {
  filter: drop-shadow(0px 0px 15px rgba(150, 57, 118, 0.7));
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox__input:focus:not(:checked)+label::before {
  filter: drop-shadow(0px 0px 15px rgba(150, 57, 118, 0.7));
}
/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox__input:disabled+label::before {
  background-color: var(--color-gray-middle-opacity30);
}
.checkbox {
	position: relative;
	margin-bottom: 8px;
	display: flex;
	font-family: 'Proxima Nova Regular';
	font-size: 16px;
}
.checkbox a{
	/* color: #222222; */
	/* text-decoration: underline; */
}

	.checkbox__input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}
	.checkbox__input:focus + .checkbox__label:before {
		 box-shadow: 0 0 2px #8031A7;
		}

		.checkbox__input:checked + .checkbox__label:before {
			 background: #8031A7; 
			border: 1px solid #8031A7;
			content: url('/local/templates/.default/components/bitrix/main.userconsent.request/main_request/images/check.svg');
			display: flex;
			align-items: center;
		}
	
	
		.checkbox__label__label {
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		position: relative;
		gap: 10px;
		}
		.checkbox__label:before {
			content: "";
			align-self: flex-start;
			flex: 0 0 18px;
			width: 18px;
			height: 18px;
			border: 1px solid #BBBBBB;
		
		}
	

	.checkbox__text {
		font-family: "Proxima Nova Regular";
		font-size: calc(12px + (16 - 12)*((100vw - 320px)/(1440 - 320)));
	}
.checkbox {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
}	
.chek {
    display: block;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    margin-bottom: 0;
    color: #222222;
    font-family: "Proxima Nova Light", sans-serif;
}
.chek input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px #d9d9d9 solid;
    margin-left: 0 !important;
}
.chek input:checked ~ .checkmark {
    background-image: url(/local/templates/seller/img/icon/checkbox-check.svg);
    border: none;
    border-color: #000000;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.check-request2, .checkbox__label{
	display:none;
	}
label{
	letter-spacing: 0.05em;
    color: #222222;		
	}

.form-product-upload__form-row label a {
	color: #000;
	/* font-weight: 600; */
	
}

.form-product-upload__form-row label a::before{
	/* height: 2px; */
}
/* End */
/* /club/reg/style.css?175006201311218 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/main_request/user_consent.css?17065960948611 */
