

/* Start:/local/templates/register/components/bitrix/main.register/main/style.css?170617916511293*/
div.bx-auth-reg input.bx-auth-input {
  vertical-align: middle;
}

div.bx-auth-reg span.bx-auth-secure {
  background-color: #FFFAE3;
  border: 1px solid #DEDBC8;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}

div.bx-auth-reg div.bx-auth-secure-icon {
  background-image: url(/local/templates/register/components/bitrix/main.register/main/images/sec.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 18px;
}

div.bx-auth-reg div.bx-auth-secure-unlock {
  background-image: url(/local/templates/register/components/bitrix/main.register/main/images/sec-unlocked.png);
}

/*.module-form-block-wr .form-block label.error {color: #b92200; text-transform: none; margin-bottom: 10px; font-family: Arial, sans-serif;
display: block;
font-size: 12px;
margin:0px;
padding:0px;
position: relative;
top:4px;
}*/
/*.button-30{margin-top: 17px;}*/
.error-fld2 {
  position: absolute;
  top: 27px;
  left: 465px;
  float: right;
  height: 28px;
  padding: 3px 0 0 9px !important;
  color: #fff !important;
  width: 130px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/register/components/bitrix/main.register/main/images/error.png);
}

.captcha_image {
  margin-bottom: 20px;
}

* {
  font-size: 14px;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: Golos, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: flex;
  touch-action: pan-x pan-y;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent
}

button,
input,
select,
textarea {
  font-family: inherit;
  outline: 0;
  border: none;
  background-color: transparent
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: #000;
  font-size: inherit
}

.content {
  flex: 1 0 auto
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 12px;
  transform: scale(.6);
  margin: 2px auto -1px;
  float: none;
  will-change: transform
}

.lds-ellipsis div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  will-change: transform
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 .6s infinite;
  animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 .6s infinite;
  animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 .6s infinite;
  animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 .6s infinite;
  animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0)
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0)
  }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative
}

.registration {
  height: 100vh;
  position: relative
}

.registration__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(/local/templates/register/components/bitrix/main.register/main/../images/common/reg_img.png) center right no-repeat
}

.registration__wrap {
  padding: 70px 0 0 0
}

.registration__form {
  max-width: 430px
}

.registration__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #313535;
  margin: 0 0 40px 0
}

.registration__field-comment {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #b0b5b5;
  margin: 4px 0 0 0
}

.registration__field {
  position: relative;
  margin: 0 0 24px 0
}

.registration__submit {
  margin: 0 0 12px 0
}

.registration__captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 32px 0
}

.registration__captcha-refresh {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #b0b5b5;
  display: inline-flex;
  align-items: center
}

.registration__captcha-refresh svg {
  margin: 0 4px 0 0
}

.enter-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4c807e;
  border-radius: 8px;
  padding: 16px 0;
  display: block;
  width: 100%;
  text-align: center
}

.main-btn {
  background: #6fa9a7;
  border-radius: 8px;
  padding: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  transition: all .4s ease;
  text-align: center
}

.main-btn:hover {
  background: #4c807e
}

.go-back {
  color: #b0b5b5;
  display: inline-flex;
  align-items: center;
  transition: all .4s ease;
  margin: 0 0 16px 0
}

.go-back svg {
  stroke: #b0b5b5;
  transition: all .4s ease
}

.go-back:hover {
  color: #4a4f4f
}

.go-back:hover svg {
  stroke: #4a4f4f
}

.fly-label {
  position: relative;
  border: 1px solid #b0b5b5;
  border-radius: 8px;
  transition: all .4s ease
}

.fly-label.focused {
  border: 1px solid #636969
}

.fly-label_password-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(/local/templates/register/components/bitrix/main.register/main/../images/common/eye.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  right: 16px;
  top: calc(50% - 18px);
}

.fly-label_password-btn.active {
  background-image: url(/local/templates/register/components/bitrix/main.register/main/../images/common/eye-hide.svg);
}

.fly-input {
  padding: 24px 16px 8px;
  width: 100%;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #313535
}

.fly-text {
  position: absolute;
  top: 15px;
  left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b0b5b5;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-property: top, font-size;
  pointer-events: none
}

.fly-label.focused .fly-text {
  top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  color: #201e25
}

.error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #f41818
}

.error-fio {
  position: absolute;
  left: 0;
  bottom: -19px;
}

.validate-error {
  border-color: #f41818 !important;
  color: #f41818
}

@media (max-width:1400px) {
  .registration__wrap {
    padding: 80px 0
  }

  .registration__form {
    max-width: 48%
  }
}

@media (max-width:1200px) {
  .container {
    padding: 0 20px
  }

  .registration {
    height: max-content
  }

  .registration__bg {
    background-size: contain !important;
    right: 20px;
    width: 47%
  }
}

@media (max-width:992px) {
  .registration__bg {
    display: none
  }

  .registration__form {
    max-width: 100%
  }

  .registration__captcha {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0 15px;
    margin: 15px 0 15px 0
  }

  .registration__wrap {
    padding: 50px 0
  }

  .registration__field:not(:nth-child(7)) {
    margin: 0 0 17px 0
  }

  .registration__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px 0
  }

  .registration__submit {
    padding: 12px 0;
    font-size: 14px;
    line-height: 18px
  }

  .registration__field-comment {
    font-size: 10px;
    line-height: 12px
  }

  .fly-input {
    padding: 20px 10px 8px;
    font-size: 14px;
    line-height: 16px
  }

  .fly-text {
    top: 11px;
    left: 12px;
    font-size: 14px;
    line-height: 16px
  }

  .fly-label.focused .fly-text {
    top: 6px;
    left: 10px;
    font-size: 10px;
    margin: 0;
    color: #201e25
  }

  .fly-label_password-btn {
    right: 10px;
		background-size: 18px;
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 15px
  }
}

.bgmodal {
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none
}

.bgmodal-wrap {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg-overlay {
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none
}

.modal {
  position: relative;
  display: none;
  box-shadow: 0 16px 32px rgba(19, 32, 31, .16);
  border-radius: 16px
}

.modal-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.modal-close:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/register/components/bitrix/main.register/main/assets/images/common/close.svg);
  transition: all .4s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.success-modal {
  max-width: 440px;
  background: #fbfbfb;
  width: 100%;
  padding: 32px 60px 44px 60px
}

.success-modal .modal-close {
  position: absolute;
  right: 16px;
  top: 16px
}

.success-modal__img {
  width: 52px;
  height: 52px;
  margin: 0 auto 30px
}

.success-modal__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #313535
}

.success-modal__title+.success-modal__subtitle {
  margin: 16px 0 40px
}

.success-modal__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #4a4f4f
}

@media (max-width:1000px) {
  .bgmodal-wrap {
    padding: 20px
  }

  .success-modal {
    max-width: 400px;
    padding: 60px 40px
  }

  .success-modal__img {
    width: 45px;
    height: 45px;
    margin: 0 auto 20px
  }

  .success-modal__title {
    font-size: 24px;
    line-height: 30px
  }

  .success-modal__title+.success-modal__subtitle {
    margin: 20px 0 0
  }

  .success-modal__subtitle {
    font-size: 16px
  }
}

@media (max-width:800px) {
  .chats-modal {
    padding: 40px 30px
  }

  .chats-modal__title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px
  }

  .chats-modal__item {
    padding: 18px
  }
}

@media (max-width:600px) {
  .bgmodal-wrap {
    padding: 15px
  }

  .success-modal {
    max-width: 320px;
    padding: 50px 24px 40px
  }

  .success-modal .modal-close {
    right: 6px;
    top: 6px
  }

  .success-modal__img {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px
  }

  .success-modal__title {
    font-size: 20px;
    line-height: 24px
  }

  .success-modal__title+.success-modal__subtitle {
    margin: 24px 0 0
  }

  .success-modal__subtitle {
    font-size: 14px
  }
}
/* End */
/* /local/templates/register/components/bitrix/main.register/main/style.css?170617916511293 */
