

/* Start:/local/templates/redesign/components/bitrix/form.result.new/oferta/style.css?178574637710104*/
.page-register__nav {
  display: flex;
  grid-row: 3/3;
  grid-column: 1/-1;
}

.page-register__nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  text-align: center;
  background: var(--Content-Content-01, #fcf9f8);
}

.page-register__nav-img i {
  font-size: 64px;
  color: #e27030;
}

.page-register__nav-text {
  font-weight: 600;
}

.register-top {
  overflow-x: auto;
  line-height: normal;
}

.register-top__overlay {
  width: max-content;
  display: flex;
  gap: 24px;
}

.register-top__chain {
  color: var(--Text-text-tertiary, #adabaa);
  font-weight: 600;
}

.register-top__chain--active {
  color: #303030;
}

.register__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: space-between;
}

.register__form {
  flex-grow: 1;
}

.register__aside {
  width: 609px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.register-step {
  counter-reset: step;
  position: relative;
}

.register-step__item {
  position: relative;
  display: flex;
  align-items: baseline;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 40px;
}
.register-step__item a {
	color: #303030;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 5%;
	text-underline-offset: 0%;
	text-underline-position: from-font;
}
.register-step__item:before {
  counter-increment: step;
  content: counter(step);
  position: relative;
  z-index: 2;
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid var(--Black-black-200, #e5e5e5);
  background-color: #fff;
  box-shadow: 0px 0px 0px 6px #fff;
  color: var(--Text-text-tertiary, #adabaa);
}

.register-step__item:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}

.register-step__item:last-child {
  padding-bottom: 0;
}

.register-step__item:last-child:after {
  display: none;
}

.register-step__item--active:before {
  color: #ff8d50;
  border: 2px solid var(--Content-Content-03, #ff8d50);
  background: var(--Backgraund-Yellow-light, #fff1ca);
}

.register-step__item--passed:before {
  border: 0;
  color: #ff8d50;
  background: var(--Backgraund-Yellow-light, #fff1ca);
}

.register-step__item--passed:after {
  background-color: #ff8d50;
}
@media (max-width: 1600px) {
  .register__content {
    gap: 20px;
  }
}

@media (max-width: 1440px) {
  .page-register__nav-img i {
    font-size: 48px;
  }

  .register-top__overlay {
    gap: 18px;
  }

  .register__aside {
    width: 457px;
  }

  .register-step__item {
    padding-bottom: 30px;
  }

  .register-step__item:before {
    width: 34px;
    height: 34px;
  }

  .register-step__item:after {
    left: 17px;
  }
}

@media (max-width: 1280px) {
  .page-register__nav-img i {
    font-size: 36px;
  }

  .register-top__overlay {
    gap: 16px;
  }

  .register__aside {
    width: 407px;
  }

  .register-step__item {
    padding-bottom: 26px;
  }
}

@media (max-width: 1070px) {
  .register__form {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .register__content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-register__nav {
    flex-wrap: wrap;
  }

  .page-register__nav-item:nth-child(1),
  .page-register__nav-item:nth-child(2) {
    width: calc(50% - 5px);
  }

  .page-register__nav-item:nth-child(3),
  .page-register__nav-item:nth-child(4),
  .page-register__nav-item:nth-child(5) {
    width: calc(33.33333% - 5px);
  }

  .register-top__overlay {
    gap: 12px;
  }

  .register__aside {
    width: 100%;
  }

  .register-step__item {
    padding-bottom: 20px;
  }

  .register-step__item:before {
    width: 26px;
    height: 26px;
    box-shadow: 0px 0px 0px 3px #fff;
  }

  .register-step__item:after {
    left: 13px;
  }
}

@media (max-width: 768px) and (max-width: 545px) {
  .page-register__nav-item:nth-child(3),
  .page-register__nav-item:nth-child(4),
  .page-register__nav-item:nth-child(5) {
    width: calc(33.33333% - 7px);
  }
}

@media (max-width: 768px) and (max-width: 460px) {
  .page-register__nav-item:nth-child(3),
  .page-register__nav-item:nth-child(4) {
    width: calc(50% - 5px);
  }

  .page-register__nav-item:nth-child(5) {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .page-register__nav-img i {
    font-size: 24px;
  }
}
.personal-search-role .input-field {
  max-width: 490px;
}

.profile-form__fieldset--disabled {
  opacity: 0.4;
}

.profile-form__fieldset--disabled * {
  cursor: no-drop;
}

.profile-form__title,
.profile-form__subtitle {
  display: block;
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
}

.profile-form__title .i-question,
.profile-form__subtitle .i-question {
  cursor: pointer;
  font-size: 16px;
  color: #f69903;
}

.profile-form__subtitle2 {
  color: #5f5e5e;
}

.profile-form__subtitle3 {
  color: #adabaa;
}

.profile-form__group-radio {
  display: flex;
  flex-direction: column;
}

.profile-form__group-radio .radio-custom i.i-radio {
  float: left;
}

.profile-form__group-radio .radio-custom > span {
  display: inline-block;
  vertical-align: text-top;
  padding-left: 6px;
  margin-bottom: 6px;
}

.profile-form__group-radio .radio-custom > p {
  padding-left: 21px;
}

.profile-form__group {
  display: flex;
  flex-wrap: wrap;
}

.profile-form__switch {
	width: fit-content;
}

.profile-form__group > div,
.profile-form__group .profile-form__switch {
  width: 313px;
}

.profile-form__group .input-long {
  width: 642px;
}

.profile-form__group--register > div {
  width: 381px;
}

.profile-form__group--register[group-size="1"] > div {
	width: 100%;
}

.profile-form__group--register .input-long {
  width: 778px;
}

.profile-form .profile-form__file-group,
.profile-form__textarea {
  width: 50%;
}

.profile-form .profile-form__file-group .input-field,
.profile-form__textarea .input-field {
  width: 100%;
  margin-bottom: 0;
}

.profile-form__file-doc {
  display: flex;
  gap: 8px;
}

.profile-form__file-upload {
  width: 47px;
  flex-shrink: 0;
}

.profile-form__file-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-form__pair {
  display: flex;
}

.profile-form__pair > div:first-child {
  width: 126px;
}

.profile-form__pair > div:last-child {
  width: 171px;
}

@media (max-width: 1600px) {
  .profile-form__group--register > div {
    width: 286px;
  }

  .profile-form__group--register .input-long {
    width: 584px;
  }
}

@media (max-width: 1440px) {
  .personal-search-role .input-field {
    max-width: 358px;
  }

  .profile-form__group > div,
  .profile-form__group .profile-form__switch {
    width: 229px;
  }

  .profile-form__group .input-long {
    width: 470px;
  }

  .profile-form__pair > div:first-child {
    width: 96px;
  }

  .profile-form__pair > div:last-child {
    width: 121px;
  }
}

@media (max-width: 1280px) {
  .personal-search-role .input-field {
    max-width: 313px;
  }

  .profile-form__group > div,
  .profile-form__group .profile-form__switch {
    width: 200px;
  }

  .profile-form__group .input-long {
    width: 411px;
  }

  .profile-form__group--register > div {
    width: 254px;
  }

  .profile-form__group--register .input-long {
    width: 518px;
  }

  .profile-form__pair > div:first-child {
    width: 84px;
  }

  .profile-form__pair > div:last-child {
    width: 106px;
  }
}

@media (max-width: 1050px) {
  .profile-form__group--register > div {
    width: 236px;
  }

  .profile-form__group--register .input-long {
    width: 482px;
  }
}

@media (max-width: 768px) {
  .personal-search-role .input-field {
    max-width: 100%;
  }

  .profile-form__group > div,
  .profile-form__group .profile-form__switch {
    width: 228px;
  }

  .profile-form__group .input-long {
    width: 466px;
  }

  .profile-form__pair > div:first-child {
    width: 50%;
  }

  .profile-form__pair > div:last-child {
    width: 50%;
  }
}

@media (max-width: 620px) {
  .profile-form__group--file {
    flex-wrap: wrap;
  }

  .profile-form .profile-form__file-group,
  .profile-form__textarea {
    width: 100%;
  }
}

@media (max-width: 545px) {
  .profile-form__group > div,
  .profile-form__group .profile-form__switch {
    width: 100%;
  }

  .profile-form__group > div:not(.checkbox-custom),
  .profile-form__group .profile-form__switch:not(.checkbox-custom) {
    margin-bottom: 0;
    justify-content: space-between;
  }

  .profile-form__group .input-long {
    width: 100%;
  }

  .profile-form__group {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .profile-form__group:first-of-type {
    margin-bottom: 10px;
  }

  .profile-form__group .selected__select {
    width: 100%;
  }

  .profile-form__group .selected__select span {
    display: block;
  }

  .profile-form__group .input-field {
    margin-bottom: 0;
  }

  .profile-form__pair > div:first-child {
    width: 100%;
  }

  .profile-form__pair > div:last-child {
    width: 100%;
  }

  .profile-form__pair {
    flex-wrap: wrap;
  }

  .profile-form__bottom {
    flex-wrap: wrap;
  }

  .profile-form__bottom .btn {
    width: 100%;
  }

  .profile-form__bottom .btn-outline {
    order: 2;
  }
}

@media (max-width: 460px) {
  .personal-search-role .personal-search__row {
    flex-direction: column;
  }
}
.register-step__item--active:before {
	border: 2px solid var(--Content-Content-03, #ff8d50);
}
.profile-form__switch .i-question:before { 
	color: #f69903;
}
/* End */
/* /local/templates/redesign/components/bitrix/form.result.new/oferta/style.css?178574637710104 */
