

/* Start:/club/reg/style.css?175525114312158*/
#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;
}
.into-club{
 width: 504px;
}
@media(max-width: 503px){
  .into-club{
    width: 100%;
    padding-left: 10px;
    margin-right: 10px;
  }
}
.success-telegram{
  margin: 30px;
  font-size: 18px;
}
.desc-club a.element__link-button {
  max-width: 300px;
  height: 50px;
  padding: 10px 40px;
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 1px solid var(--stroke-error);
  font: normal 400 17px / 1.2 'Proxima Nova Regular';
  color: var(--error);
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}
@media (hover: hover) {
  .desc-club a.element__link-button:hover {
    background-color: #000;
    border: 1px solid #d4d4d4;
    color: #fff;
  }
}
.link-no-code.custom-link{
  color: #000;
}
.link-no-code.custom-link::before{
  background-color: #000;
}
/* End */


/* Start:/local/components/2quick/auth/templates/my/style.css?17811748361095*/
.product-list__title{
    margin-bottom: 24px;
    font-family: 'Baskerville Display PT';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #000000;
}
.into-club .info-links{
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000000;
}
.into-club .info-links .modal-form__forget.custom-link{
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    color: #E0004D;
}
.modal-form__text, .modal-form__text_chechbox {
    margin-bottom: 3px;
    display: inline-block;
    font-family: 'Proxima Nova Semibold';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #222222;
}
.into-club .modal-form__input{
    border: 1px solid #BDBDBD;
}
/* End */
/* /club/reg/style.css?175525114312158 */
/* /local/components/2quick/auth/templates/my/style.css?17811748361095 */
