:root {
  /* === Header === */
  --content-header-font-weight: 400;
  --content-header-h1-font-size: 72px;
  --content-header-h1-line-height: 111.111%;
  --content-header-h1-letter-spacing: -1.44px;
  --content-header-h2-font-size: 48px;
  --content-header-h2-line-height: 133.333%;
  --content-header-h3-font-size: 32px;
  --content-header-h3-line-height: 125%;
  --content-header-h4-font-size: 24px;
  --content-header-h4-line-height: 140%;
  /* === Text === */
  --content-text-font-weight: 400;
  --content-text-accent-font-size: 20px;
  --content-text-accent-line-height: 160%;
  --content-text-primary-font-size: 16px;
  --content-text-primary-line-height: 150%;
  --content-text-secondary-font-size: 14px;
  --content-text-secondary-line-height: 171.429%;
  --content-text-tertiary-font-size: 12px;
  --content-text-tertiary-line-height: 166.667%;
}
@media screen and (max-width: 1919px) {
  :root {
    --content-header-h4-font-size: 20px;
  }
}
@media screen and (max-width: 1599px) {
  :root {
    --content-header-h1-font-size: 56px;
    --content-header-h1-line-height: 114.286%;
    --content-header-h1-letter-spacing: -1.12px;
    --content-header-h2-font-size: 32px;
    --content-header-h2-line-height: 150%;
    --content-header-h3-font-size: 24px;
    --content-header-h3-line-height: 133.333%;
    --content-header-h4-font-size: 18px;
    --content-text-accent-font-size: 16px;
    --content-text-accent-line-height: 175%;
    --content-text-primary-font-size: 14px;
    --content-text-primary-line-height: 171.429%;
    --content-text-secondary-font-size: 12px;
    --content-text-secondary-line-height: 166.667%;
    --content-text-tertiary-font-size: 10px;
    --content-text-tertiary-line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --content-header-h1-font-size: 32px;
    --content-header-h1-line-height: 150%;
    --content-header-h1-letter-spacing: initial;
    --content-header-h2-font-size: 24px;
    --content-header-h2-line-height: 133.333%;
    --content-header-h3-font-size: 20px;
    --content-header-h3-line-height: 140%;
  }
}

.tooltip {
  position: relative;
}
.tooltip-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  font-style: normal;
}
.tooltip-icon::before {
  color: #6F6F71;
  font-size: 18px;
  font-family: font-btns;
  line-height: 1px;
  content: "\e961";
}
.tooltip-text {
  font-size: var(--content-text-secondary-font-size);
  line-height: var(--content-text-secondary-line-height);
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  bottom: calc(100% + 17px);
  left: 50%;
  display: none;
  width: 100%;
  max-width: 320px;
  padding: 12px 24px;
  background-color: #121212;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip-text::before {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-color: #121212 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 8px 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "";
}
.tooltip-text a {
  color: #BD8AFF;
}
.tooltip-text.-show {
  display: block;
}
.tooltip:hover .tooltip-text {
  display: block;
}

.wrapper {
  background-color: #fff;
}
@media (max-width: 629px) {
  .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(100% - 55px);
    background-color: #fff;
  }
}

.ocf__section-docs_list a {
  font-size: 12px;
  line-height: 16px;
}

.ocf__desc, .ocf__section-desc .sub_desc, .ocf__section-docs_list p, .ocf__section-docs_list a::before, .ocf__section .place_holder {
  font-size: 15px;
  line-height: 18px;
}

.ocf__section .form__info-link:before, .ocf__section .form__add-link:before {
  font-size: 15px;
  line-height: 21px;
}

.ocf__section-phone {
  font-size: 16px;
  line-height: 20px;
}

.c-gray {
  color: #a6a6a6 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ocf__section-docs {
  max-width: 770px;
}
@media (max-width: 829px) {
  .ocf__section-docs {
    width: calc(100% - 60px);
    min-width: 290px;
  }
}
@media (max-width: 349px) {
  .ocf__section-docs {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 350px) and (max-width: 829px) {
  .ocf__section-docs {
    margin: 0 30px;
  }
}
@media (min-width: 830px) {
  .ocf__section-docs {
    width: 100%;
    margin: 0 auto;
  }
}

.ocf__section-docs_list a::before, .ocf__section-docs_list a span, .ocf__section-docs_list, .ocf__section-phone, .ocf__section .form__method label img {
  display: inline-block;
  vertical-align: top;
}

.ocf__section .form__method label {
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-inline-flexbox;
}

.ocf__section .button__drop-block:before, .ocf__section .button__drop-block:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  top: 23px;
  border: 0;
  margin: 0;
  background-color: #0c4072;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ocf__section .button__drop-block:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 9px;
}

.ocf__section .button__drop-block:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
}

.ocf__section .button__drop-open:before {
  right: 4px;
}

.ocf__section .button__drop-open:after {
  right: 9px;
}

.ocf__section .form__info-link, .ocf__section .form__add-link {
  color: #0c4072;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.ocf__section .form__info-link:before, .ocf__section .form__add-link:before {
  display: inline-block;
  color: #0c4072;
  border: 1px solid #0c4072;
  border-radius: 20px;
  text-align: center;
}
.ocf__section .form__info-link:hover, .ocf__section .form__add-link:hover {
  text-decoration: underline;
}
.ocf__section .form__info-link:hover:before, .ocf__section .form__add-link:hover:before {
  text-decoration: underline;
}

.ocf__section .button:disabled {
  color: #fff;
}
.ocf__section .button:disabled:hover {
  color: #fff;
}
.ocf__section .button__drop-block {
  text-align: center;
}
.ocf__section .button__drop-block:before, .ocf__section .button__drop-block:after {
  background-color: #4f4f4f;
}
@media (max-width: 629px) {
  .ocf__section .button__drop-block {
    padding: 8px 32px 8px 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .ocf__section .button__drop-block:before, .ocf__section .button__drop-block:after {
    top: 11px;
  }
}
@media (min-width: 630px) {
  .ocf__section .button__drop-block {
    padding: 10px 32px 10px 15px;
  }
}
.ocf__section .form__tip__phone, .ocf__section .form__tip__email {
  display: block;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-text-color);
}
.ocf__section .form__tip__phone > div, .ocf__section .form__tip__email > div {
  display: none;
}
.ocf__section .form__tip__phone > div ~ div, .ocf__section .form__tip__email > div ~ div {
  display: block;
}
.ocf__section .form__tip__phone-code-send, .ocf__section .form__tip__phone-code-wait, .ocf__section .form__tip__email-code-send, .ocf__section .form__tip__email-code-wait {
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-text-color);
  padding: 0;
  margin-bottom: 32px;
}
.ocf__section .form__tip__email {
  display: none;
  cursor: pointer;
  color: var(--accent-color);
}
@-webkit-keyframes showAndHide {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes showAndHide {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.ocf__section .form__error-tip {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  opacity: 0;
  padding-top: 8px;
  grid-column: 1/-1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1600px) {
  .ocf__section .form__error-tip {
    font-size: 14px;
    line-height: 24px;
  }
}
.ocf__section .form__error-tip p {
  margin: 0;
}
@media (min-width: 630px) {
  .ocf__section .form__error-tip {
    z-index: 4;
    left: 0;
    color: #d8003f;
  }
}
@media (max-width: 629px) {
  .ocf__section .row__columns .form__chbox_error .form__error-tip, .ocf__section .row__columns .form__field_error .form__error-tip {
    display: block;
    opacity: 1;
    color: #d8003f;
  }
  .ocf__section .row__columns .form__chbox_error .form__error-tip.xs_relative, .ocf__section .row__columns .form__field_error .form__error-tip.xs_relative {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 5px;
  }
}
@media (min-width: 630px) {
  .ocf__section .row__columns .form__chbox_error .form__error-tip:before, .ocf__section .row__columns .form__chbox_error .form__error-tip:after {
    left: 9px;
  }
  .ocf__section .row__columns .form__chbox_error .form__error-tip, .ocf__section .row__columns .form__field_error .form__error-tip {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 1920px) {
  .ocf__section .form .field_date_of_issue {
    grid-column: span 3;
  }
}
.ocf__section .form .field_issued_by {
  z-index: 11;
}
@media (max-width: 1280px) {
  .ocf__section .form .field_issued_by, .ocf__section .form .field_address, .ocf__section .form .field_address_actual {
    grid-column: span 2;
  }
}
@media (max-width: 1180px) {
  .ocf__section .form .field_issued_by, .ocf__section .form .field_address, .ocf__section .form .field_address_actual {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .ocf__section .form .field_issued_by, .ocf__section .form .field_address, .ocf__section .form .field_address_actual {
    grid-column: span 2;
  }
}
.ocf__section .form .field_inn a {
  display: none;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--accent-color);
  margin-top: 8px;
}
.ocf__section .form .form__field-resend {
  padding: 32px 0 0 0;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-text-color);
}
.ocf__section .form .form__field-resend .time__to-end {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.ocf__section .form .form__field-resend .time__to-end::after {
  content: none;
}
.ocf__section .form .form__field-disclaimer {
  margin-top: 0;
  padding-top: 32px;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-sub-color);
}
.ocf__section .form .form__field-disclaimer p {
  margin-bottom: 8px;
}
.ocf__section .form .form__field-sms {
  padding-top: 0;
}
.ocf__section .form .form__text-input__phone.-disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 1344px) {
  .ocf__section .form .field_email {
    grid-column: 1/-1;
  }
}
.ocf__section .form .field_chb_no_middlename {
  padding-bottom: 28px;
}
@media screen and (min-width: 1600px) {
  .ocf__section .form .field_chb_no_middlename {
    padding-bottom: 32px;
  }
}
.ocf__section .form .field_is_custom_address_actual {
  grid-column: 1/-1;
}
@media screen and (min-width: 769px) {
  .ocf__section .form .field_is_custom_address {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1281px) {
  .ocf__section .form .field_is_custom_address {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 769px) {
  .ocf__section .form .field_chb_address {
    grid-column: 3/5;
  }
}
@media screen and (min-width: 1281px) {
  .ocf__section .form .field_chb_address {
    grid-column: 4/7;
  }
}
.ocf__section .form .field_manual_postal_code .form-cmp__addresses {
  display: none;
}

.ocf__section .form__add-link:before {
  width: 14px;
  height: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-right: 4px;
  content: "+";
}
.ocf__section .form__add-link.active:before {
  content: "-";
}

.ocf__section .form__info-link:before {
  content: "?";
  width: 18px;
  height: 18px;
}
.ocf__section .form__info-link_wt {
  width: 20px;
  height: 8px;
  padding-left: 0;
}
.ocf__section .form__info-link-box {
  display: inline-block;
  position: relative;
  padding-right: 33px;
}
.ocf__section .form__info-link-box .form__info-link {
  position: absolute;
  right: 5px;
  top: 15px;
  margin-top: 0;
}

.ocf__section .form__method {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ocf__section .form__method label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0c4072;
  border: 1px solid #0c4072;
  cursor: pointer;
  padding: 30px 33px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ocf__section .form__method label span {
  color: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ocf__section .form__method label span[class*=ibtn-] {
  display: block;
  font-size: 47px;
  line-height: 47px;
  margin-bottom: 15px;
}
.ocf__section .form__method label img {
  max-width: 47px;
  width: auto;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}
.ocf__section .form__method input {
  display: none;
}
.ocf__section .form__method input:disabled + label {
  -webkit-filter: grayscale(0.8) opacity(0.8);
          filter: grayscale(0.8) opacity(0.8);
  cursor: default;
}
.ocf__section .form__method input:checked + label {
  -webkit-box-shadow: inset 0 0 4px rgba(12, 12, 12, 0.3);
  box-shadow: inset 0 0 4px rgba(12, 12, 12, 0.3);
  background-color: #1a3a53;
  border: 1px solid #1a3a53;
}
.ocf__section .form__method input:checked + label span {
  color: #fff;
}
@media (max-width: 375px) {
  .ocf__section .form__method {
    width: 100%;
  }
  .ocf__section .form__method label {
    width: 100%;
    margin-bottom: 30px;
  }
  .ocf__section .form__method label:last-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 376px) {
  .ocf__section .form__method label {
    border-radius: 5px;
  }
}
@media (min-width: 376px) and (max-width: 687px) {
  .ocf__section .form__method {
    width: 100%;
  }
  .ocf__section .form__method label {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .ocf__section .form__method label:nth-of-type(even), .ocf__section .form__method label:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 688px) {
  .ocf__section .form__method {
    min-width: 652px;
    margin-left: -41px;
    margin-right: -41px;
  }
  .ocf__section .form__method label {
    width: calc((100% - 52px) / 3);
    max-height: 150px;
    margin-right: 26px;
    margin-bottom: 26px;
  }
  .ocf__section .form__method label:nth-of-type(3n), .ocf__section .form__method label:last-of-type {
    margin-right: 0;
  }
}

.ocf__section .form__note-block.-desc {
  margin-top: 24px;
}
.ocf__section .form__note-block__item {
  font-size: var(--content-text-accent-font-size);
  line-height: var(--content-text-accent-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-sub-color);
}

.form .form-cmp__addresses {
  -webkit-box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  max-height: 200px;
  padding: 0 16px;
  background: #ffffff;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow-y: auto;
}
.form .form-cmp__addresses::-webkit-scrollbar {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: transparent;
}
.form .form-cmp__addresses::-webkit-scrollbar-thumb {
  background-color: #3E3C3C;
  border-radius: 4px;
}
.form .form-cmp__addresses::-webkit-scrollbar-track {
  background-color: rgba(160, 160, 160, 0.3);
}
.form .form-cmp__addresses .form-cmp__addresses-item {
  padding: 12px 0px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.form .form-cmp__addresses .form-cmp__addresses-item:first-of-type {
  border-top: none;
}
.form .form-cmp__addresses .form-cmp__addresses-item.address__focus {
  color: #6400E7;
  background: transparent;
}

.ocf__section .form__success-send__text {
  border-radius: 5px;
  font-size: 15px;
  background: #cef8f3;
  padding: 27px 32px 27px 71px;
  line-height: 21px;
  font-weight: 300;
}
.ocf__section .form__success-send__text:after {
  font-family: "font-btns";
  font-size: 24px;
  position: absolute;
  color: #0c4072;
  content: "\e95c";
  top: 40px;
  left: 30px;
}
.ocf__section .form__success-send__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 310px;
}
.ocf__section .form__success-send__circle-content {
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  width: 269px;
  margin-top: 70px;
  z-index: 2;
}
.ocf__section .form__success-send__circle-items {
  position: absolute;
  top: 230px;
  right: 5px;
}
.ocf__section .form__success-send__circle-items__item {
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#F2F2F2), to(rgba(242, 242, 242, 0)));
  background: -o-linear-gradient(left, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
  background: linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
  padding: 10px 10px 10px 30px;
}
.ocf__section .form__success-send__circle-items__item:nth-child(1), .ocf__section .form__success-send__circle-items__item:nth-child(6) {
  margin-left: -5px;
}
.ocf__section .form__success-send__circle-items__item:nth-child(2), .ocf__section .form__success-send__circle-items__item:nth-child(5) {
  margin-left: 15px;
}
.ocf__section .form__success-send__circle-items__item:nth-child(3), .ocf__section .form__success-send__circle-items__item:nth-child(4) {
  margin-left: 25px;
}
.ocf__section .form__success-send__circle:after {
  content: " ";
  position: absolute;
  width: 382px;
  height: 382px;
  border-radius: 50%;
  left: -100px;
  top: 160px;
  -webkit-box-shadow: -7px 0px 0px -5px rgba(12, 64, 114, 0.5019607843) inset;
  box-shadow: -7px 0px 0px -5px rgba(12, 64, 114, 0.5019607843) inset;
  background: #fff;
  z-index: 1;
}
.ocf__section .form__success-send__text-block {
  z-index: 1;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}

.ocf__section .form__error-send {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ocf__section .form__error-send__icon:after {
  font-family: "font-btns";
  position: absolute;
  color: #ff93ad;
  font-size: 22px;
  content: "\e961";
  top: 50%;
  margin: -12px 0 0 17px;
  left: 14px;
}
.ocf__section .form__error-send__text {
  border-radius: 5px;
  font-size: 15px;
  background: #fff4f6;
  padding: 27px 32px 27px 71px;
  line-height: 21px;
  font-weight: 300;
}

.ocf__section .form__data-recognition {
  font-size: 15px;
  padding: 30px;
  text-align: center;
  line-height: 21px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 60px;
}
.ocf__section .form__data-recognition-success {
  display: none;
  background: #cef8f3;
  border-radius: 5px;
}
@media (max-width: 629px) {
  .ocf__section .form__data-recognition-success .recognition-text {
    display: block;
    position: relative;
    width: 200px;
    margin: 0 auto;
  }
}
.ocf__section .form__data-recognition-success .recognition-text:after {
  font-family: "font-btns";
  font-size: 24px;
  position: absolute;
  color: #2ebdab;
  content: "\e95e";
  left: 127px;
}
@media (max-width: 629px) {
  .ocf__section .form__data-recognition-success .recognition-text:after {
    left: -10px;
    bottom: 20px;
  }
}
.ocf__section .form__data-recognition-processing {
  background: #e1e8f6;
  border-radius: 5px;
}
.ocf__section .form__data-recognition-processing span.processing-loader {
  content: "";
  border-radius: 5px;
  position: absolute;
  min-height: 81px;
  height: 100%;
  background: #b5ccf6;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.ocf__section .form__data-recognition-processing span.processing-text {
  position: relative;
}
@media (max-width: 629px) {
  .ocf__section .form__data-recognition-processing span.processing-text {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
.ocf__section .form__data-recognition-processing span.processing-text:after {
  font-family: "font-btns";
  font-size: 16px;
  position: absolute;
  color: #0c4072;
  content: "\e95b";
  left: -30px;
  font-weight: bold;
}
@media (max-width: 629px) {
  .ocf__section .form__data-recognition-processing span.processing-text:after {
    left: 25px;
    bottom: 20px;
  }
}

.ocf__section .form__way-block {
  margin-top: 64px;
}
@media (max-width: 1599px) {
  .ocf__section .form__way-block {
    margin-top: 48px;
  }
}
@media (max-width: 576px) {
  .ocf__section .form__way-block {
    margin-top: 32px;
  }
}
.ocf__section .form__way-block-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 40px;
  border-radius: 58px;
  border: 1px solid #0D4CD3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}
.ocf__section .form__way-block-item.__disabled-service {
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1599px) {
  .ocf__section .form__way-block-item {
    padding: 12px 22px;
  }
}
.ocf__section .form__way-block-item__icon {
  position: relative;
  -webkit-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}
.ocf__section .form__way-block-item__icon:after {
  width: 24px;
  height: 24px;
  font-family: "font-btns";
  font-size: 24px;
  color: #0c4072;
}
.ocf__section .form__way-block-item[data-service=recognition] .form__way-block-item__icon:after {
  content: "\e954";
}
.ocf__section .form__way-block-item[data-service=manually] .form__way-block-item__icon:after {
  content: "\e948";
}
.ocf__section .form__way-block-item[data-service=gosuslugi]:not(.__selected) .form__way-block-item__icon {
  width: 24px;
  height: 24px;
  background-image: url("/local/components/aton/aos/templates/.default/images/gos.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ocf__section .form__way-block-item[data-service=gosuslugi]:not(.__selected) .form__way-block-item__text {
  font-size: 16px;
  line-height: 24px;
  color: #0D4CD3;
}
.ocf__section .form__way-block-item[data-service=digital_profile]:not(.__selected) .form__way-block-item__icon {
  margin-top: 11px;
}
@media (max-width: 629px) {
  .ocf__section .form__way-block-item[data-service=digital_profile]:not(.__selected) .form__way-block-item__icon {
    margin-left: 20px;
  }
}
.ocf__section .form__way-block-item[data-service=digital_profile]:not(.__selected) .form__way-block-item__icon:after {
  content: url("/local/components/aton/aos/templates/.default/images/gosuslugi.svg");
  display: block;
  width: 42px;
  height: 42px;
  margin: 2px 0 2px 4px;
}
.ocf__section .form__way-block-item.__display-none {
  display: none;
}
.ocf__section .form__way-block-item.__selected {
  background: #0c4072;
}
.ocf__section .form__way-block-item.__selected:hover {
  border: 1px solid #0c4072;
}
.ocf__section .form__way-block-item.__selected .form__way-block-item__icon:after {
  color: #fff;
}
.ocf__section .form__way-block-item.__selected .form__way-block-item__text {
  color: #fff;
}
.ocf__section .form__way-block-item:nth-child(3).__selected .form__way-block-item__icon:after {
  content: "\e946";
}
.ocf__section .form__way-block-item:after {
  display: none;
  position: absolute;
  height: 40px;
  width: 1px;
  border-left: 1px solid #0c4072;
  content: " ";
  margin-top: 132px;
}
@media (min-width: 630px) {
  .ocf__section .form__way-block-item.__selected-line:after {
    display: block;
  }
}
.ocf__section .form__way-block__hr {
  display: none;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #0c4072;
  margin: 30px 0 60px 0;
}
@media (max-width: 629px) {
  .ocf__section .form__way-block__hr {
    margin-bottom: 30px;
  }
}

.ocf__section .form__recognition-block {
  -webkit-transition: opacity 0.05s ease-out;
  -o-transition: opacity 0.05s ease-out;
  transition: opacity 0.05s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.ocf__section .form {
  width: 100%;
}
.ocf__section .form_subtitle {
  display: block;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-sub-color);
  margin-bottom: 48px;
}
.ocf__section .form_desc {
  display: block;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-text-color);
  margin-bottom: 32px;
}
.ocf__section .form hr {
  height: 1px;
  border: 0 solid transparent;
  width: 100%;
  background: #e0e0e0;
  margin: 60px 0;
}
.ocf__section .form .ocf__section-desc {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.ocf__section .form .ocf__section-desc.tooltip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ocf__section .form .ocf__section-desc.tooltip::after {
  content: "\e926";
  font-family: "font-icons";
  color: var(--content-sub-color);
  font-size: 16px;
  line-height: 24px;
}
.ocf__section .form .ocf__section-desc.tooltip .tooltip-text span {
  white-space: nowrap;
}
@media (min-width: 630px) {
  .ocf__section .form {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .ocf__section .form__title {
    text-align: center;
  }
  .ocf__section .form .form__field-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.ocf__section .form__drop-block {
  display: none;
}
.ocf__section .form__drop-block.show-drop {
  display: block;
}
@media (max-width: 1280px) {
  .ocf__section .form .form-cmp__buttons {
    grid-column: 1/-1;
  }
}
.ocf__section .form .phone-action {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 984px) {
  .ocf__section .form .phone-action {
    top: 28px;
  }
}
@media (max-width: 768px) {
  .ocf__section .form .phone-action {
    top: 32px;
  }
}
.ocf__section .form .phone-action__edit {
  margin-top: 0;
  line-height: 24px;
  font-size: 24px;
  color: var(--accent-color);
}
.ocf__section .form .phone-action__edit:hover {
  color: var(--base-content-color);
}
.ocf__section .form__sopd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-top: 48px;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-sub-color);
}
@media (max-width: 1599px) {
  .ocf__section .form__sopd {
    margin-top: 32px;
  }
}

.ocf__section .place_holder {
  position: absolute;
  left: 0;
  top: 18px;
  text-transform: none;
  display: inline-block;
  z-index: auto;
  cursor: text;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  color: #828282;
  font-size: 14px;
}
.ocf__section .place_holder small {
  font-size: 0.8em;
}
@media (max-width: 629px) {
  .ocf__section .place_holder {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.ocf__section {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
  display: none;
  width: 100%;
  background-color: #fff;
}
.ocf__section-loading {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ocf__section-loading .aos, .ocf__section-loading .ocf__section, .ocf__section-loading .ocf__section-title, .ocf__section-loading .ocf__section-subtitle, .ocf__section-loading .aos__docs-desc {
  -webkit-filter: saturate(0.2) blur(2px);
          filter: saturate(0.2) blur(2px);
}
.ocf__section .aos__docs-content {
  display: grid;
}
.ocf__section a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--accent-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.ocf__section a:hover {
  border-color: var(--accent-color);
}
.ocf__block-manual-input .form .desc-title-inn {
  display: none;
  margin-bottom: 10px;
}
.ocf__block-manual-input .form .inn-info {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
  display: none;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.ocf__block-manual-input .form .inn-info__value {
  color: #0c4072;
}

.ocf__section-visible {
  display: block;
}
.ocf__section-title {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
  display: none;
  margin-bottom: 48px;
}
.ocf__section-title .button {
  margin-top: 30px;
}
.ocf__section-title__docs_for_sign {
  margin-bottom: 48px;
}
.ocf__section-title.h2 {
  font-weight: 500;
}
.ocf__section-subtitle {
  margin-bottom: 36px;
}
@media screen and (max-width: 1599px) {
  .ocf__section-subtitle {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ocf__section-subtitle {
    margin-bottom: 24px;
  }
}
.ocf__section-desc {
  margin-top: 96px;
  margin-bottom: 64px;
  font-weight: var(--content-header-font-weight);
  font-size: var(--content-header-h3-font-size);
  line-height: var(--content-header-h3-line-height);
}
.ocf__section-desc-title {
  margin: 60px 0 30px;
  font-size: 15px;
}
@media (width >= 630px) {
  .ocf__section-desc-title.desc-title-address {
    margin-top: 20px;
  }
}
.ocf__section-desc .sub_desc {
  color: #828282;
  text-align: center;
}
.ocf__section-desc .sub_center {
  margin-bottom: 30px;
  text-align: center;
}
@media (width <= 629px) {
  .ocf__section-desc .sub_desc {
    margin-bottom: 20px;
  }
}
@media (width >= 630px) {
  .ocf__section-desc .sub_desc {
    margin-bottom: 60px;
  }
}
@media (width <= 1599px) {
  .ocf__section-desc {
    margin-top: 72px;
    margin-bottom: 32px;
  }
}
@media (width <= 767px) {
  .ocf__section-desc {
    margin-top: 80px;
    font-weight: var(--content-header-font-weight);
    font-size: var(--content-header-h2-font-size);
    line-height: var(--content-header-h2-line-height);
  }
}
.ocf__section-note {
  margin-bottom: 64px;
  color: #4f4f4f;
  font-weight: var(--content-text-font-weight);
  font-size: var(--content-text-accent-font-size);
  line-height: var(--content-text-accent-line-height);
}
.ocf__section-note.-iia3 {
  margin-bottom: 0;
}
@media screen and (width <= 1599px) {
  .ocf__section-note {
    margin-bottom: 32px;
  }
}
@media screen and (width <= 768px) {
  .ocf__section-note {
    margin-bottom: 24px;
  }
}
.ocf__section span.q-inv {
  margin-left: 5px;
  padding: 0 4px;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  background-color: #0c4072;
  border-radius: 50%;
  cursor: pointer;
}
.ocf__section .q-inv-info {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
  display: none;
  margin: 10px 0 30px;
  padding: 15px;
  background: #e1e8f6;
  border-radius: 5px;
}
.ocf__section .q-inv-info p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.ocf__section .q-inv-info p:not(:last-child) {
  margin-bottom: 10px;
}
.ocf__section-q-inv {
  margin-bottom: 60px;
}
.ocf__section-docs_list p {
  margin-bottom: 20px;
  color: #828282;
}
.ocf__section-docs_list p:last-child {
  margin-bottom: 0;
}
.ocf__section-docs_list a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.ocf__section-docs_list a::before {
  color: inherit;
  font-family: font-btns;
  content: "\e936";
}
.ocf__section-docs_list a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0c4072;
  text-decoration: underline;
  -webkit-text-decoration-color: #0c4072;
          text-decoration-color: #0c4072;
}
.ocf__section-docs_list a:hover span {
  color: rgb(16.8571428571, 89.9047619048, 160.1428571429);
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media (width <= 629px) {
  .ocf__section-docs_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .ocf__section-docs_list a::before {
    padding-right: 10px;
  }
  .ocf__section-docs_list a span {
    width: calc(100% - 25px);
  }
}
@media (width >= 630px) {
  .ocf__section-docs_list {
    width: calc(50% - 25px);
    margin-bottom: 40px;
  }
  .ocf__section-docs_list a::before {
    padding-right: 10px;
  }
  .ocf__section-docs_list a span {
    width: calc(100% - 30px);
  }
  .ocf__section-docs_list:nth-child(odd) {
    margin-right: 60px;
  }
}
.ocf__section-phone {
  color: #0c4072;
  border-bottom: 1px solid transparent;
}
@media (width >= 630px) {
  .ocf__section-center {
    text-align: center;
  }
  .ocf__section-center .row__columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ocf__section-title__select-enter-data {
  margin-bottom: 32px;
}
.ocf__section, .ocf__section * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ocf__block {
  background-color: #fff;
  position: relative;
}
@media (max-width: 629px) {
  .ocf__block {
    display: block;
  }
}
@media (min-width: 630px) {
  .ocf__block {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.ocf__block .field_q_inv {
  display: block;
}
.ocf__block-manual-input {
  -webkit-transition: opacity 0.05s ease-out;
  -o-transition: opacity 0.05s ease-out;
  transition: opacity 0.05s ease-out;
  opacity: 0;
  height: 0;
}
.ocf__block-manual-input form {
  padding: 0;
}
.ocf__block-manual-input .fields-processing {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
}
.ocf__block-manual-input .fields-processing .l_checkbox input:disabled {
  background: #f2f2f2;
}
.ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth), .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth), .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth):before, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth):before, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth):before {
  background: var(--content-inverse-sub-color);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 629px) {
  .ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:before, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:before, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:before {
    padding-top: 12px;
  }
}
@media (max-width: 629px) {
  .ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:after, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:after, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:after {
    padding-top: 17px;
  }
}
@media (min-width: 630px) {
  .ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:after, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:after, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth).field_birthday:after {
    bottom: 21px;
  }
}
.ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth) > input, .ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth) > textarea, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth) > input, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth) > textarea, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth) > input, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth) > textarea {
  color: var(--content-inverse-sub-color);
  border-color: var(--content-inverse-sub-color);
}
.ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth) > textarea, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth) > textarea, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth) > textarea {
  padding-top: 17px;
}
.ocf__block-manual-input .fields-processing label.__disabled-field:not(.field_gender):not(.field_country_of_birth) .place_holder, .ocf__block-manual-input .fields-processing .row__columns > label.__disabled-field:not(.field_gender):not(.field_country_of_birth) .place_holder, .ocf__block-manual-input .fields-processing div.__disabled-field:not(.field_gender):not(.field_country_of_birth) .place_holder {
  color: var(--content-inverse-sub-color);
}
.ocf__block-manual-input .__success .form__text-input, .ocf__block-manual-input .__success .form__textarea {
  border-bottom: 1px solid #2ebdab;
}
@media (max-width: 629px) {
  .ocf__block-manual-input .field_country_of_birth.__scan {
    padding-top: 12px;
  }
}
.ocf__block-success-send {
  display: none;
}
.ocf__block-error-send {
  display: none;
}
.ocf__block-data-recognition-process {
  min-height: 0;
  display: none;
}
.ocf__block .phone-confirm {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
}
.ocf__block .phone-confirm .l_checkbox {
  padding-top: 0;
}
.ocf__block .phone-confirm .form-cmp__buttons {
  margin-top: 48px;
}
@media (max-width: 1599px) {
  .ocf__block .phone-confirm .form-cmp__buttons {
    margin-top: 32px;
  }
}
.ocf__block .phone-code-confirm {
  -webkit-animation: 0.5s fadeIn forwards;
  animation: 0.5s fadeIn forwards;
}
.ocf__block .phone-code-confirm .form__tip__phone-code-wait {
  display: none;
}
.ocf__block .phone-code-confirm.-wait .form__tip__phone-code-send {
  display: none;
}
.ocf__block .phone-code-confirm.-wait .form__tip__phone-code-wait {
  display: block;
}
.ocf__block .phone-code-confirm.-wait .form__field-resend {
  padding-top: 0;
}

.ocf__desc {
  position: relative;
  width: 100%;
  color: #828282;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 45px;
  background-color: #fff;
}
.ocf__desc:last-child {
  margin-bottom: 0;
}
.ocf__desc p {
  margin-bottom: 20px;
}
.ocf__desc p:last-child {
  margin-bottom: 0;
}
.ocf__desc-center {
  text-align: center;
}
.ocf__desc-hotline {
  text-align: center;
}
.ocf__desc-hotline p {
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 630px) {
  .ocf-center .ocf__desc {
    text-align: center;
  }
}

.aos__select-enter-data [class*=field_c_address_] {
  display: none;
}

._layout.-kid ._layout_img {
  position: relative;
}
._layout.-kid ._layout_img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  content: "";
}
._layout.-kid ._layout_form section {
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  ._layout.-kid ._layout_form {
    overflow: initial;
  }
}
._layout.-kid .ocf__section-title {
  display: none !important;
}
._layout.-kid .container-2024 {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  ._layout.-kid {
    overflow: initial;
  }
}

.aos__kid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  padding: 0 64px 120px;
}
.aos__kid-text {
  display: contents;
}
.aos__kid-text > .h3:first-child {
  padding-top: 0;
  padding-bottom: 8px;
}
.aos__kid-text .h3 + .h4, .aos__kid-text .h4 + .h4 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.aos__kid .h3 {
  padding-top: 64px;
  padding-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .aos__kid .h3 {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .aos__kid .h3 {
    padding-top: 32px;
    padding-bottom: 8px;
  }
}
.aos__kid .h4 {
  padding-top: 40px;
  padding-bottom: 8px;
  font-weight: 500;
}
.aos__kid .h4 + .h4 {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .aos__kid .h4 {
    padding-top: 24px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .aos__kid .h4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.aos__kid a {
  color: #6400E7;
  word-break: break-word;
}
.aos__kid a:hover {
  color: #BD8AFF;
}
.aos__kid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.aos__kid ul li {
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: 400;
  color: var(--content-text-color);
  position: relative;
  padding-left: 40px;
}
.aos__kid ul li::before {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 16px;
  height: 2px;
  background-color: #6400E7;
  content: "";
}
.aos__kid ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  counter-reset: item;
}
.aos__kid ol li {
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: 400;
  color: var(--content-text-color);
  position: relative;
  padding-left: 40px;
  counter-increment: item;
}
.aos__kid ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item, decimal-leading-zero);
}
.aos__kid-button.button-2024 {
  position: sticky;
  bottom: 44px;
  width: 100%;
  max-width: 408px;
  height: 67px;
  margin: 0 auto;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  border-radius: 100px;
}
@media screen and (max-width: 1599px) {
  .aos__kid-button.button-2024 {
    width: initial;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 52px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .aos__kid-button.button-2024 {
    height: 40px;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1599px) {
  .aos__kid {
    padding-right: 24px;
    padding-bottom: 48px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .aos__kid {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 1600px) {
  ._layout.-docs_for_sign ._layout_form section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1599px) {
  ._layout.-docs_for_sign ._layout_form section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1279px) {
  ._layout.-docs_for_sign ._layout_form section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  ._layout.-docs_for_sign ._layout_form section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.aos-docs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 48px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.aos-docs-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  border-top: 1px solid #DBDBDB;
}
.aos-docs-list__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.aos-docs-list__name.t2 {
  color: #121212;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .aos-docs-list__name.t2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.aos-docs-list__controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 32px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.aos-docs-list__btn {
  padding: 3px;
  font-size: 0;
  border-bottom: none !important;
}
.aos-docs-list__btn::before {
  font-size: 18px;
  font-family: font-icons;
  line-height: 18px;
}
.aos-docs-list__btn.-print::before {
  color: #959595;
  content: "\e940";
}
.aos-docs-list__btn.-print:hover::before {
  color: #121212;
}
.aos-docs-list__btn.-download::before {
  color: #6400E7;
  content: "\e921";
}
.aos-docs-list__btn.-download:hover {
  text-decoration: none;
}
.aos-docs-list__btn.-download:hover::before {
  color: #BD8AFF;
}
@media screen and (max-width: 767px) {
  .aos-docs-list {
    grid-template-columns: 1fr;
  }
}

.ocf__step {
  position: relative;
  min-height: 440px;
}
.ocf__step.aos__ban {
  min-height: unset;
}

.ocf__info {
  position: relative;
  font-size: var(--content-text-primary-font-size);
  line-height: var(--content-text-primary-line-height);
  font-weight: 500;
  color: var(--base-content-color);
}
.ocf__info * {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.ocf__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 8px;
  height: 100%;
  background-color: var(--accent-color);
}
.ocf__info-wrap {
  display: grid;
  grid-row-gap: 64px;
}
.ocf__info-wrap .message__error {
  margin: unset;
}
.ocf__info-wrap .message__error.__icon {
  min-height: unset;
}
.ocf__info-buttons {
  margin-top: 32px;
}
.ocf__info-button {
  max-width: 270px;
  width: 100%;
}
.ocf__info-emailc {
  display: none;
}
.ocf__info a {
  display: inline-block;
  text-decoration: none;
  color: var(--accent-color);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.ocf__info a:hover {
  border-color: var(--accent-color);
}

body:not(.is_new_temp) .aos {
  min-height: 440px;
  padding-top: 160px;
  padding-bottom: 90px;
}
body:not(.is_new_temp) .aos > .a_loader {
  top: 334px;
}
body:not(.is_new_temp) .aos > .a_loader::after, body:not(.is_new_temp) .aos > .a_loader::before {
  background-color: var(--accent-color);
}
body:not(.is_new_temp) .aos-hidden {
  display: none;
}
@media (width <= 991px) {
  body:not(.is_new_temp) .aos {
    padding-top: 140px;
  }
}
@media (width <= 629px) {
  body:not(.is_new_temp) .aos {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
body .aos__initial-data .row__columns {
  grid-template-columns: 1fr;
}
body .aos__initial-data .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
body .aos__initial-data .form_cmp-hidden {
  display: none;
}
body .aos__select-enter-data .message__error {
  margin-top: 48px;
}
body .aos-hidden {
  display: none;
}
body .aos__docs-loader {
  min-height: 300px;
}
body .aos__docs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  background-color: rgba(244, 244, 244, 0.5);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-animation: 0.5s fadeIn forwards;
          animation: 0.5s fadeIn forwards;
}
body .aos__docs-buttons .button-2024 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-height: 40px;
  padding: 7px 24px;
  font-weight: 500;
}
body .aos__docs-buttons .button-2024.-edit {
  margin-left: auto;
}
@media screen and (min-width: 992px) and (max-width: 1257px) {
  body .aos__docs-buttons .button-2024.-edit {
    margin-left: initial;
  }
}
@media screen and (max-width: 791px) {
  body .aos__docs-buttons .button-2024.-edit {
    margin-left: initial;
  }
}
@media screen and (min-width: 992px) and (max-width: 1257px) {
  body .aos__docs-buttons .button-2024 {
    min-width: 100%;
  }
}
@media screen and (max-width: 791px) {
  body .aos__docs-buttons .button-2024 {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1257px) {
  body .aos__docs-buttons {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  body .aos__docs-buttons {
    background-color: transparent;
  }
}
@media screen and (max-width: 1599px) {
  body .aos__docs-buttons {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  body .aos__docs-buttons {
    row-gap: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1257px) {
  body .aos__docs-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 791px) {
  body .aos__docs-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .aos__docs-desc {
  margin-bottom: 48px;
  color: var(--base-content-color);
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  -webkit-animation: 0.5s fadeIn forwards;
          animation: 0.5s fadeIn forwards;
}
body .aos__docs-desc a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--accent-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
body .aos__docs-desc a:hover {
  border-color: var(--accent-color);
}
@media screen and (min-width: 1600px) {
  body .aos__docs-desc {
    font-size: 22px;
    line-height: 32px;
  }
}
body .aos__final {
  padding-top: 265px;
  padding-bottom: 200px;
}
body .aos__final .container-2024 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .aos__final .ocf__section-title, body .aos__final .ocf__section-text {
  max-width: 884px;
  text-align: center;
}
body .aos__final .ocf__section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
body .aos__final .ocf__step {
  min-height: unset;
}
body .aos .ocf__section-title__docs_sms_sign {
  margin-bottom: 48px;
}
body .aos.-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.popup-confirm__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
.popup-confirm.popup-window .h3 {
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  font-style: normal;
  color: var(--content-header-color);
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .popup-confirm.popup-window .h3 {
    font-size: 24px;
    line-height: 133.333%;
  }
}
@media screen and (max-width: 767px) {
  .popup-confirm.popup-window .h3 {
    font-size: 20px;
    line-height: 140%;
  }
}
.popup-confirm.popup-window .t1 {
  font-size: var(--content-text-accent-font-size);
  line-height: var(--content-text-accent-line-height);
  font-weight: var(--content-text-font-weight);
  color: var(--content-text-color);
  margin: 0;
}
.popup-confirm.popup-window .popup-confirm__close.close-popup {
  top: 68px;
  right: 64px;
}
@media screen and (max-width: 1599px) {
  .popup-confirm.popup-window .popup-confirm__close.close-popup {
    top: 62px;
  }
}
.popup-confirm.popup-window.popup-open-account {
  max-width: 666px;
  padding: 64px 64px 56px;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.popup-confirm.popup-window.popup-open-account p, .popup-confirm.popup-window.popup-open-account h1, .popup-confirm.popup-window.popup-open-account h2, .popup-confirm.popup-window.popup-open-account h3, .popup-confirm.popup-window.popup-open-account h4, .popup-confirm.popup-window.popup-open-account h5, .popup-confirm.popup-window.popup-open-account h6 {
  font-family: Graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.row__columns {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 6px;
  width: 100%;
}
@media (max-width: 1280px) {
  .row__columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1279px) {
  .row__columns {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .row__columns {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.row__columns.-iia3 {
  margin-bottom: 32px;
}
.row__columns.-shift {
  margin-top: 64px;
}
@media (max-width: 1599px) {
  .row__columns.-shift {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .row__columns.-shift {
    margin-top: 32px;
  }
}
.row__columns-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.row__columns-sub.-division {
  display: contents;
}
@media (min-width: 1920px) {
  .row__columns-sub.-division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.row__columns-sub .form__chbox .l_checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
.row__columns > * {
  grid-column: span 3;
}
@media (max-width: 1280px) {
  .row__columns > * {
    grid-column: span 2;
  }
}
@media (max-width: 1180px) {
  .row__columns > * {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .row__columns > * {
    grid-column: span 2;
  }
}
.row__columns .col-6, .row__columns .col-full {
  grid-column: 1/-1;
}
.row__columns .col-5 {
  grid-column: span 5;
}
.row__columns .col-4 {
  grid-column: span 4;
}
.row__columns .col-3 {
  grid-column: span 3;
}
.row__columns .col-2 {
  grid-column: span 2;
}
.row__columns .col-1 {
  grid-column: span 1;
}

body.is_new_temp .ocf__section, body.is_new_temp .ocf__block {
  background-color: transparent;
}