

/* Start:/local/templates/sotbit_origami/components/bitrix/system.auth.registration/.default/style.css?16939228207783*/
.register-input-form {
  padding: 40px 30px 14px 30px; }

.origami-auth {
  padding: 30px 0; }

.origami-auth input::-webkit-input-placeholder {
  color: #808080; }

.origami-auth input[type=submit] {
  /*width: 213px;*/
  height: 40px;
  background-color: var(--main-color);
  color: #fff;
  border: none;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.bx-authform-formgroup__checkbox {
  margin: 0; }

.origami-auth input[type=submit]:hover {
  background-color: var(--main-color-hover); }

.origami-auth__captcha-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: 20px; }

.origami-auth__captcha-controls input {
  width: 100% !important;
  min-width: 100px !important; }

.origami-auth__captcha-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .origami-auth__captcha-field .feedback_block__captcha {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    .origami-auth__captcha-field .feedback_block__captcha img {
      width: 150px;
      height: 100%; }
  .origami-auth__captcha-field .feedback_block__captcha_reload {
    margin-left: 15px; }
    .origami-auth__captcha-field .feedback_block__captcha_reload .icon_refresh {
      fill: var(--main-color);
      -webkit-transition: fill 0.2s;
      transition: fill 0.2s; }
      .origami-auth__captcha-field .feedback_block__captcha_reload .icon_refresh:hover {
        fill: var(--main-color-hover); }

.origami-auth__gotoauthorize a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: var(--main-color); }

.origami-auth__gotoauthorize {
  padding: 0; }

.origami-auth__gotoauthorize a:hover {
  color: var(--main-color-hover); }

.register-input__btn-submit {
  width: 100%;
  margin-top: 20px;
  cursor: pointer; }

.register-input__captcha-controls {
  margin-right: 20px; }

.origami-auth__message {
  margin: 30px 30px 0 30px;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 20px;
  background-color: #F7F7F7;
  border: 1px solid #DADADA;
  border-radius: 4px; }

/*-------SMS ANSWER----------*/
.origami-auth__sms-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 30px 14px 30px; }

/*.origami-auth__sms-wrapper p {
    font-weight: bold;
    font-size: 2rem;
}*/
.origami-auth__sms-wrapper input[type=submit] {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  border: none;
  font-weight: bold; }

#bx_register_resend_action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

#bx_register_resend_text {
  text-align: center;
  padding: 0 30px; }

#bx_register_resend_action a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: var(--main-color); }

#bx_register_error {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.register-input__name {
  margin-bottom: 30px; }

.register-input__last-name {
  margin-bottom: 30px; }

.register-input__login {
  margin-bottom: 30px; }

.register-input__password {
  margin-bottom: 30px; }

.register-input__confirm-password {
  margin-bottom: 30px; }

.register-input__user-email {
  margin-bottom: 30px; }

.register-input__phone-registration {
  margin-bottom: 30px; }

.origami-auth__input-sms-wrapper {
  width: 100%;
  margin-bottom: 30px; }

.origami-auth__result {
  margin: 0 30px;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 20px;
  background-color: #F7F7F7;
  border: 1px solid #DADADA;
  border-radius: 4px; }
  .origami-auth__result:empty {
    display: none; }

.sotbit-side-panel__main-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    min-height: 60px;
    padding: 20px 40px 20px 30px;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    background-color: #F2F2F2;
    border-bottom: 1px solid #DADADA;}

.sotbit-side-panel__main-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.side-panel__main-auth .sotbit-side-panel__main-header{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    width: 100%;
    padding: 10px;
    background-color: #F7F7F7;
}

.side-panel__main-auth .sotbit-side-panel__main-title{
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.origami-auth {
  margin: 0 -30px; }

.sotbit-side-panel .sotbit-side-panel__main-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.sotbit-side-panel .origami-auth {
  margin: 0; }

@media (max-width: 991px) {
  .origami-auth {
    margin: 0 auto;
    padding: 10px 0;
    width: auto;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .origami-auth__captcha-controls {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100px; }
  .origami-auth__captcha-controls input[type="text"] {
    margin-right: 15px;
    margin-bottom: 0; }
  .origami-auth input[type=submit] {
    margin: auto; }
  .origami-auth__gotoauthorize {
    text-align: center; }
  .origami-auth form[name=bform] {
    width: 100%;
    min-width: 400px; } }

@media (max-width: 424px) {
  .origami-auth__captcha-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100px; }
  .origami-auth form[name=bform] {
    min-width: 300px; }
  .origami-auth__captcha-controls input[type="text"] {
    margin-right: auto;
    margin-bottom: 15px; }
  .origami-auth__captcha-field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
  .register-input__captcha-controls {
    margin-bottom: 30px; } }

/* End */
/* /local/templates/sotbit_origami/components/bitrix/system.auth.registration/.default/style.css?16939228207783 */
