body {
  background-color: #F5F5F7;
}

.form-container {
  width: 50%;
}
@media (max-width: 1199px) {
  .form-container {
    width: 100%;
  }
}

.filler-container {
  width: 50%;
  min-height: 100%;
}
@media (max-width: 1199px) {
  .filler-container {
    display: none;
  }
}

.form-container_relative {
  position: relative;
}

.go-to-site {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.go-to-site__container {
  display: inline-flex;
  align-items: center;
}

.go-to-site_absolute {
  position: absolute;
}

.go-to-site__image {
  width: 17px;
  height: 17px;
}

.go-to-site__text {
  color: rgba(0, 0, 0, 0.5058823529);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 6px;
}

.logo-form-block {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 779px) {
  .logo-form-block {
    justify-content: center;
    padding-top: 50px;
  }
}

.form-logo {
  width: 157px;
  height: 46px;
}

.form-logo_position {
  margin-bottom: 34.5px;
}

.form-content {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  max-width: 485px;
  width: 100%;
}
@media (max-width: 479px) {
  .form-content {
    width: 100%;
  }
}

.form-content__header {
  color: rgba(0, 0, 0, 0.8980392157);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 479px) {
  .form-content__header {
    font-size: 20px;
  }
}

.form-content__header_registration-finished {
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .form-content__header_registration-finished {
    font-size: 24px;
  }
}

.form-content__header-step-counter {
  color: rgba(0, 0, 0, 0.5058823529);
}

.form-content__header-with-back-link {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.form-content__header_no-margin-bottom {
  margin-bottom: 0;
}

.form-content__welcome-text {
  color: rgba(0, 0, 0, 0.7960784314);
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}

.form-content__back-to-previous-step {
  position: absolute;
  left: 0;
  display: flex;
  width: 19px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.form-container__country-select-container {
  margin-bottom: 24px;
}

.form-content__auth-type-selector {
  display: flex;
  width: 100%;
  border-radius: 1000px;
  background-color: #F5F5F7;
  padding: 6px;
  margin-bottom: 48px;
}

.form-content__auth-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 10px;
}
@media (max-width: 479px) {
  .form-content__auth-type {
    font-size: 15px;
  }
}

.form-content__auth-type_selected {
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
}

.form-content__email-input {
  margin-bottom: 8px;
}

.form-content__phone-input {
  margin-bottom: 8px;
}

.form-content__firstname-input,
.form-content__lastname-input {
  margin-bottom: 8px;
}

.form-content__phone-input_last-input {
  margin-bottom: 24px;
}

.form-content_secret-input_container {
  position: relative;
  display: flex;
  align-items: center;
}

.form-content__password-input {
  margin-bottom: 24px;
}

.form-content__sms-input {
  margin-bottom: 24px;
}

.form-content__gender-switcher-block {
  margin-bottom: 24px;
}

.form-container__show-input {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 16px;
}

.form-content_password-input_container {
  position: relative;
  display: flex;
  align-items: center;
}

.form-content__choose-status {
  margin-bottom: 24px;
}

.form-content__agency-status-container {
  margin-bottom: 12px;
}

.form-content__company-name-input {
  margin-top: 10px;
}

.form-content__checkbox-user-has-client-container {
  margin-bottom: 24px;
}

.form-content__login-button {
  width: 100%;
  margin-bottom: 28px;
}

.form-content__register-next-button,
.form-content__register-button {
  width: 100%;
}

.form-content__register-button {
  margin-bottom: 28px;
}

.form-content__privacy-policy {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.form-content__privacy-policy-link {
  color: rgba(0, 0, 0, 0.7960784314);
  text-decoration: underline;
}

.form-content__auth-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 479px) {
  .form-content__auth-options {
    flex-direction: column;
    font-size: 15px;
  }
}

.form-container__remember-me-container {
  display: flex;
  color: rgba(0, 0, 0, 0.9019607843);
}
@media (max-width: 479px) {
  .form-container__remember-me-container {
    margin-bottom: 18px;
  }
}

.form-content__forgot-password {
  color: rgba(0, 0, 0, 0.6);
  text-decoration-line: underline;
}

.need-another-form-block {
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 479px) {
  .need-another-form-block {
    font-size: 15px;
  }
}

.need-another-form-block__text {
  text-align: center;
}

.no-account-block_position {
  margin-top: 18px;
}

.need-another-form-block__link {
  color: #127A71;
}

.image-container {
  position: relative;
  height: 100%;
}

.image-container__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container__text {
  width: max-content;
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}
