.react-tabs {
  -webkit-tap-highlight-color: transparent;
}
.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}
.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}
.react-tabs__tab--selected {
  background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0;
}
.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}
.react-tabs__tab:focus {
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none;
}
.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}
.react-tabs__tab-panel {
  display: none;
}
.react-tabs__tab-panel--selected {
  display: block;
}
* {
  box-sizing: border-box;
}
.nowrap {
  white-space: nowrap;
}
.bg__dark {
  background-color: #2d4a71;
}
.bg__light {
  background-color: #fff;
}
@font-face {
  font-style: normal;
  font-weight: 100;
  font-family: pt_root;
  src: url('/assets/fonts/PT Root UI_Light.eot');
  src: url('/assets/fonts/PT Root UI_Light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/PT Root UI_Light.woff2') format('woff2'), url('/assets/fonts/PT Root UI_Light.woff') format('woff'), url('/assets/fonts/PT Root UI_Light.ttf') format('truetype'), url('/assets/fonts/PT Root UI_Light.svg#pt_root') format('svg');
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: pt_root;
  src: url('/assets/fonts/PT Root UI_Regular.eot');
  src: url('/assets/fonts/PT Root UI_Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/PT Root UI_Regular.woff2') format('woff2'), url('/assets/fonts/PT Root UI_Regular.woff') format('woff'), url('/assets/fonts/PT Root UI_Regular.ttf') format('truetype'), url('/assets/fonts/PT Root UI_Regular.svg#pt_root') format('svg');
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: pt_root;
  src: url('/assets/fonts/PT Root UI_Medium.eot');
  src: url('/assets/fonts/PT Root UI_Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/PT Root UI_Medium.woff2') format('woff2'), url('/assets/fonts/PT Root UI_Medium.woff') format('woff'), url('/assets/fonts/PT Root UI_Medium.ttf') format('truetype'), url('/assets/fonts/PT Root UI_Medium.svg#pt_root') format('svg');
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: pt_root;
  src: url('/assets/fonts/PT Root UI_Bold.eot');
  src: url('/assets/fonts/PT Root UI_Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/PT Root UI_Bold.woff2') format('woff2'), url('/assets/fonts/PT Root UI_Bold.woff') format('woff'), url('/assets/fonts/PT Root UI_Bold.ttf') format('truetype'), url('/assets/fonts/PT Root UI_Bold.svg#pt_root') format('svg');
}
html,
body,
button {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: pt_root, 'Segoe UI', sans-serif;
  color: #000;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
pre,
blockquote,
table,
p {
  margin: 0;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + ol,
* + ul,
* + pre,
* + blockquote,
* + table,
* + p {
  margin: 0.5em 0 0;
}
li + li {
  margin: 0.2em 0 0;
}
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 200%;
}
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 180%;
}
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 150%;
}
h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 130%;
}
h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
}
h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 110%;
}
.uppercase {
  text-transform: uppercase;
}
/* end of Typography */
/* Font Vars */
.FontFamilyCondensed {
  font-family: 'Segoe UI', sans-serif;
}
.FontFamilyNormal {
  font-family: 'Segoe UI', sans-serif;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
/* Text Helpers */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.no-data-text {
  color: #a0a0a0;
}
.krkn__modal-portal .krkn__modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 100;
}
.krkn__modal-portal .krkn__modal-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 0;
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal {
  margin: 0 auto;
  opacity: 1;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #777;
  flex: 1 1 100%;
  min-height: 100px;
  position: relative;
  max-width: 820px;
  max-height: 750px;
  display: flex;
  flex-direction: column;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-header__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-header__close .icon__svg {
  fill: gray;
  width: 10px;
  height: 10px;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-header__close .icon__svg:hover {
  fill: gray;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-header {
  color: #cc745c;
  flex: 0 0;
  text-align: center;
  padding-right: 20px;
  padding: 6px 20px 6px 20px;
  font-weight: 700;
  font-size: 18px;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-content {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  flex: 1 0;
  overflow: hidden;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-content .react-tabs {
  flex: 1 0;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .krkn__modal-footer {
  flex: 0 0;
  background-color: #e6eaf2;
  padding: 20px 10px;
  margin: 0 -10px -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal .icon.icon--close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
body {
  overflow: inherit;
}
body.modal-open {
  overflow: hidden;
}
.krkn__modal-portal .krkn__modal.modal__back-confirmation .krkn__modal-footer {
  background-color: #fff;
}
.krkn__modal-portal .krkn__modal.modal__back-confirmation .krkn__modal-footer .btn {
  margin: 0 10px;
}
.krkn__modal-portal .krkn__modal .krkn__editable-table .add-button {
  cursor: pointer;
}
.krkn__modal-portal .krkn__modal .krkn__editable-table .add-button .icon {
  width: 15px;
  height: 15px;
}
.krkn__modal-portal .krkn__modal .krkn__editable-table .col-first {
  padding-left: 0px;
}
.krkn__modal-portal .krkn__modal .krkn__editable-table .remove-button-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.krkn__modal-portal .krkn__modal .krkn__editable-table .remove-button-container .remove-icon {
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.krkn__modal-portal .krkn__modal .krkn__editable-table .remove-button-container .content {
  width: 90%;
}
.bkdui-modal-overlay {
  z-index: 100;
}
.bkdui-modal {
  z-index: 100;
}
.bkdui-modal .bkdui-form-field {
  width: 100%;
}
.bkdui-modal .bkdui-form-field .krkn__dropdown,
.bkdui-modal .bkdui-form-field .krkn__multi-dropdown {
  width: 100%;
}
.bkdui-modal .bkdui-form-field .krkn__input {
  width: 100%;
}
.bkdui-modal .bkdui-table-field.bkdui-form-field {
  width: 100%;
}
.bkdui-modal .bkdui-table-field.bkdui-form-field .krkn__input .krkn__input__content {
  border-bottom: none;
}
.bkdui-modal .bkdui-table-field.bkdui-form-field .krkn__dropdown .krkn__dropdown__content {
  border-bottom: none;
}
.bkdui-modal .bkdui-table-field.bkdui-form-field .krkn__multi-dropdown .krkn__dropdown__content {
  border-bottom: none;
}
.modal__download-multiple-files .modal__download-multiple-files__content {
  width: 100%;
}
.modal__download-multiple-files .modal__download-multiple-files__title {
  padding-bottom: 20px;
  color: #2d4a71;
  font-size: 14px;
  font-weight: bold;
}
.modal__download-multiple-files .modal__download-multiple-files__file-block {
  font-size: 13px;
}
.modal__download-multiple-files .modal__download-multiple-files__file-block-title {
  font-size: 14px;
  font-weight: bold;
}
.modal__download-multiple-files .modal__download-multiple-files__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.modal__download-multiple-files .modal__download-multiple-files__preview-link {
  font-size: 12px;
}
.btn {
  padding: 5px 28px;
  font-weight: 400;
  color: #fff;
  background-color: #2d4a71;
  border: 1px solid #2d4a71;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  transition: all 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn:hover {
  background-color: #005a9d;
  border: 1px solid #0a5e9d;
  color: #fff;
}
.btn.btn__inverted {
  border: 1px solid #fff;
}
.btn.btn__inverted:hover {
  color: #2d4a71;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn.btn__inverted.btn__inverted__light {
  color: #2d4a71;
  background-color: inherit;
  border: 1px solid #2d4a71;
}
.btn.btn__accented {
  border: 1px solid #cc745c;
  background-color: #cc745c;
}
.btn.btn__accented:hover {
  color: #fff;
  background-color: #cc745c;
  border: 1px solid #cc745c;
}
.btn.btn--disabled,
.btn.btn--disabled:hover {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #909090;
  cursor: default;
}
a.btn {
  text-decoration: none;
}
.form .form__field {
  height: 100%;
}
.form .form__field input {
  width: 100%;
}
.form .form__field.form__field__25 {
  flex: 1 0 20%;
}
.form .form__field.form__field__50 {
  flex: 1 0 40%;
}
.form .form__field.form__field__75 {
  flex: 1 0 60%;
}
.form .form__field.form__field__100 {
  flex: 1 0 80%;
}
.form .form__field .form__field-title {
  color: #000;
  font-size: 14px;
}
.form .form__field .form__field-content {
  height: 32px;
}
.form .form__field .form__field-content > div {
  height: 100%;
  width: 100%;
}
.form .form__field .form-field__link-wrapper {
  display: flex;
  align-items: center;
}
.form .form__field .form-field__link-wrapper .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.form .form__field .form-field__link-wrapper .link {
  color: #2d4a71;
  font-weight: 700;
}
.krkn__input {
  height: 33px;
}
.krkn__input input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 2px 10px;
  border: 1px solid #e6eaf2;
  border-radius: 3px;
}
.krkn__input input::placeholder {
  color: #999;
  font-weight: 400;
}
.cols {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 4px 0;
}
.cols .col {
  display: table-cell;
  padding: 2px 10px;
}
.cols .col.col--25 {
  width: 25%;
}
.cols .col.col--50 {
  width: 50%;
}
.cols .col.col--75 {
  width: 75%;
}
.cols .col.col--100 {
  width: 100%;
}
.cols .col:first-child {
  padding-left: 0;
}
.cols .col:last-child {
  padding-right: 0;
}
.cols .col.col-captcha .captcha {
  width: 100%;
}
.cols .col.col-captcha .captcha > div > div {
  width: 100%;
  display: inline-block;
}
.cols .col.col-captcha .captcha div {
  text-align: center;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__reg {
    max-height: 720px;
    min-height: 720px;
    height: 100%;
  }
  .krkn__modal-portal .krkn__modal-wrapper .form .form__field {
    flex: 1 1 100%;
  }
  .krkn__modal-portal .krkn__modal-wrapper .form .form__field.form__field--download {
    order: 20;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__reg {
    max-height: 360px;
    min-height: 360px;
    height: 100%;
  }
  .krkn__modal-portal .krkn__modal-wrapper .form .form__field {
    flex: 1 1 100%;
  }
  .krkn__modal-portal .krkn__modal-wrapper .form .form__field.form__field--download {
    order: 20;
  }
}
@media screen and (max-width: 900px) {
  .cols {
    display: block;
    margin: 0;
  }
  .cols .col {
    margin: 10px 0;
    width: 100%;
    display: block;
    padding: 2px 0;
  }
  .cols .col.col--25 {
    width: 100%;
  }
  .cols .col.col--50 {
    width: 100%;
  }
  .cols .col.col--75 {
    width: 100%;
  }
  .cols .col.col--100 {
    width: 100%;
  }
}
.react-tabs .react-tabs__tab-list {
  border-bottom: 1px solid #2d4a71;
}
.react-tabs .react-tabs__tab {
  border: none;
  width: 50%;
  text-align: center;
  color: #2d4a71;
  outline: none;
  user-select: none;
  font-weight: 900;
}
.react-tabs .react-tabs__tab:focus,
.react-tabs .react-tabs__tab:active {
  outline: none;
  box-shadow: none;
}
.react-tabs .react-tabs__tab.react-tabs__tab--selected {
  position: relative;
  font-weight: 900;
  outline: none;
  color: #000000;
}
.react-tabs .react-tabs__tab.react-tabs__tab--selected:focus,
.react-tabs .react-tabs__tab.react-tabs__tab--selected:active {
  outline: none;
  box-shadow: none;
}
.react-tabs .react-tabs__tab.react-tabs__tab--selected:after {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #2d4a71;
}
.icon {
  display: inline-flex;
  align-items: center;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
  transition: all 0.18s;
}
.icon svg {
  transition: all 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.icon .icon__svg {
  width: 100%;
  height: 100%;
  fill: #cc745c;
}
.icon .icon__svg:hover {
  fill: #edf0f4;
}
.icon:hover {
  cursor: pointer;
}
.icon:hover.disabled {
  cursor: default;
}
.icon:hover.disabled svg {
  fill: #909090;
}
.icon.disabled svg {
  fill: #909090;
}
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 4px;
}
.icon.icon--download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.498 18'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%232d4a71%7D%3C/style%3E%3C/defs%3E%3Cpath d='M8.757 14.093a.688.688 0 00.986 0l4.242-4.371a.717.717 0 00.208-.5.727.727 0 00-.2-.513.67.67 0 00-.481-.215.66.66 0 00-.5.212l-3.061 3.147V.723a.724.724 0 00-.2-.509A.684.684 0 009.256 0a.714.714 0 00-.7.721v11.123L5.5 8.698a.686.686 0 00-.987 0 .737.737 0 000 1.018z' class='a'/%3E%3Cpath d='M17.786 11.764h-.006a.684.684 0 00-.492.211.709.709 0 00-.2.5v4.086H1.411v-4.088a.714.714 0 00-.21-.5.7.7 0 00-.5-.206H.696a.708.708 0 00-.7.714v4.8a.715.715 0 00.7.72h17.085a.719.719 0 00.709-.721v-4.807a.713.713 0 00-.704-.709z' class='a'/%3E%3C/svg%3E");
}
.icon.icon--attachment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.25 18'%3E%3Cdefs/%3E%3Cpath fill='%232d4a71' d='M5.625 18A5.631 5.631 0 010 12.375V4.5a.75.75 0 011.5 0v7.875a4.125 4.125 0 108.25 0v-8.25a2.625 2.625 0 00-5.25 0v7.5a1.125 1.125 0 002.25 0V4.5a.75.75 0 011.5 0v7.125a2.625 2.625 0 01-5.25 0v-7.5a4.125 4.125 0 018.25 0v8.25A5.631 5.631 0 015.625 18z'/%3E%3C/svg%3E");
}
.icon.icon--close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.587 15.5'%3E%3Cdefs/%3E%3Cpath fill='%232d4a71' stroke='%232d4a71' stroke-width='.5' d='M8.457 7.75l6.7-6.7a.46916548.46916548 0 10-.664-.663l-6.7 6.7-6.7-6.7a.46916548.46916548 0 10-.664.663l6.7 6.7-6.7 6.7a.46916548.46916548 0 00.664.663l6.7-6.7 6.7 6.7a.46916548.46916548 0 10.664-.663z'/%3E%3C/svg%3E");
}
.icon.icon--delete {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.587 15.5'%3E%3Cdefs/%3E%3Cpath fill='%232d4a71' stroke='%232d4a71' stroke-width='.5' d='M8.457 7.75l6.7-6.7a.46916548.46916548 0 10-.664-.663l-6.7 6.7-6.7-6.7a.46916548.46916548 0 10-.664.663l6.7 6.7-6.7 6.7a.46916548.46916548 0 00.664.663l6.7-6.7 6.7 6.7a.46916548.46916548 0 10.664-.663z'/%3E%3C/svg%3E");
}
.icon.icon--add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.587 15.5'%3E%3Cdefs/%3E%3Cpath fill='%232d4a71' stroke='%232d4a71' stroke-width='.5' d='M8.457 7.75l6.7-6.7a.46916548.46916548 0 10-.664-.663l-6.7 6.7-6.7-6.7a.46916548.46916548 0 10-.664.663l6.7 6.7-6.7 6.7a.46916548.46916548 0 00.664.663l6.7-6.7 6.7 6.7a.46916548.46916548 0 10.664-.663z'/%3E%3C/svg%3E");
}
.icon.icon__checkbox__check_db {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.75 10'%3E%3Cdefs/%3E%3Cpath fill='%232d4a71' d='M12.5.241a.834.834 0 00-1.182.01L3.731 7.965 1.439 5.57A.8360024.8360024 0 00.231 6.726l2.888 3.016a.837.837 0 00.6.258h.006a.835.835 0 00.6-.25l8.191-8.328A.835.835 0 0012.5.241z'/%3E%3C/svg%3E");
}
.icon.icon__checkbox__check_o {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.75 10'%3E%3Cdefs/%3E%3Cpath fill='%23cc745c' d='M12.5.241a.834.834 0 00-1.182.01L3.731 7.965 1.439 5.57A.8360024.8360024 0 00.231 6.726l2.888 3.016a.838.838 0 00.6.258h.006a.835.835 0 00.6-.25l8.191-8.328A.835.835 0 0012.5.241z'/%3E%3C/svg%3E");
}
.bold {
  font-weight: 900;
}
.accented {
  color: #cc745c;
  font-weight: 900;
}
.link {
  text-decoration: none;
  color: #cc745c;
  outline: none;
}
.link:focus,
.link:visited {
  outline: none;
  color: #cc745c;
}
.link:hover {
  text-decoration: underline;
}
.modal__reg {
  overflow-x: hidden;
  height: 100%;
}
.modal__reg .content {
  overflow-x: hidden;
}
.modal__reg .container {
  width: 100%;
  height: 100%;
}
.modal__reg .krkn__modal-content .col__middle-name {
  position: relative;
}
.modal__reg .krkn__modal-content .col__middle-name .krkn__checkbox {
  position: absolute;
  top: 2px;
  right: 10px;
}
.modal__reg .krkn__modal-content .col__middle-name .krkn__checkbox .icon {
  top: -4px;
}
.asterisk {
  display: inline-block;
  color: #cc745c;
  font-weight: 900;
}
.bold {
  font-weight: 900;
}
.accented {
  color: #cc745c;
  font-weight: 900;
}
.link {
  text-decoration: none;
  color: #cc745c;
  outline: none;
}
.link:focus,
.link:visited {
  outline: none;
  color: #cc745c;
}
.link:hover {
  text-decoration: underline;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile {
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: inherit;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .icon.icon--close {
  display: none;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-header {
  background-color: #f9f9f9f0;
  display: flex;
  justify-content: flex-end;
  flex: 0 0 54px;
  align-items: center;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-header .btn--cancel {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #682048;
  font-weight: 700;
  margin-right: 32px;
  cursor: pointer;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .content {
  overflow-x: hidden;
  width: 100%;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .container {
  width: 100%;
  height: 100%;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-content {
  padding: 0;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-content .form__field {
  border-bottom: 1px solid #3c3c434a;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-content .form__field .form__field-title {
  color: #666;
  padding-left: 12px;
  font-weight: 700;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-content .form__field .form__field-content {
  color: #000;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-content .form__field .form__field-content .krkn__input input {
  padding-left: 12px;
  border: none;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-content .form__field .form__field-content .krkn__input input:focus {
  outline: none;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-footer {
  background-color: #fff;
  flex: 0 0 64px;
  align-items: center;
  display: flex;
  padding: 0;
  margin: 0;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-footer .btn {
  border-radius: 22px;
  background-color: #682048;
  color: #fff;
  cursor: pointer;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-footer .btn:hover {
  background-color: #8a3363;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile .krkn__modal-footer .btn.btn--disabled {
  background-color: #aaa;
  color: #fff;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile.modal__reg-mobile--pulse .krkn__modal-header .btn--cancel {
  color: #2f5596;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile.modal__reg-mobile--pulse .krkn__modal-footer .btn {
  background-color: #2354a8;
}
.krkn__modal-portal .krkn__modal-wrapper .modal__reg-mobile.modal__reg-mobile--pulse .krkn__modal-footer .btn:hover {
  background-color: #2e62bd;
}
.krkn__modal-portal .krkn__modal-wrapper .asterisk {
  display: inline-block;
  color: #cc745c;
  font-weight: 900;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help {
  border-radius: 22px;
  flex: 0 1 auto;
  padding: 0;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help .icon.icon--close {
  display: none;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help .krkn__modal-header {
  width: auto;
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
  padding: 20px 32px;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help .krkn__modal-content {
  padding: 0;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help a.help-item {
  width: 100%;
  border-top: 1px solid #3c3c434a;
  padding: 11px 32px;
  font-size: 17px;
  text-align: center;
  color: #682048;
  text-decoration: none;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help a.help-item:last-child {
  padding: 11px 32px 12px 32px;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help a.help-item:focus,
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help a.help-item:visited {
  text-decoration: none;
  color: #682048;
}
.krkn__modal-portal .krkn__modal-wrapper .krkn__modal.modal__help.modal__help--pulse a.help-item {
  color: #2f5596;
  font-weight: 700;
}
.track-vertical {
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-right: 1px solid #e6eaf2;
  border-left: 1px solid #e6eaf2;
}
.thumb-vertical {
  background-color: #e6eaf2;
}
.list-track-vertical {
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  background-color: #fff;
  border: 1px solid #eff4fa;
}
.list-thumb-vertical {
  width: 12px;
  background-color: #e6eaf2;
}
.krkn__file-upload {
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
}
.krkn__file-upload .krkn__file-upload__link {
  display: inline-block;
  position: relative;
  line-height: 32px;
  color: #2d4a71;
  font-weight: 700;
  width: auto;
  padding: 0 6px 0 0;
  cursor: pointer;
}
.krkn__file-upload .krkn__file-upload__link .krkn__file-upload__link-text {
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  user-select: none;
}
.krkn__file-upload .krkn__file-upload__link .krkn__file-upload__link-icon {
  margin-left: 6px;
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
}
.krkn__file-upload .krkn__file-upload__link:hover {
  text-decoration: underline;
}
.krkn__file-upload .krkn__file-upload__link .krkn__file-upload__error-message {
  position: absolute;
  color: #f00;
  top: 0;
  right: 0;
}
.krkn__file-upload .krkn__file-upload__input-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  left: 0;
}
.krkn__file-upload .krkn__file-upload__input-wrapper input {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -100px;
  width: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  /* font-size: 50px; */
  padding: 0;
  margin: 0;
  border: 1px dashed tomato;
}
.krkn__file-upload input.krkn__file-upload__input {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -100px;
  width: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  /* font-size: 50px; */
  padding: 0;
  margin: 0;
  border: 1px dashed tomato;
}
.krkn__file-upload .krkn__file-upload__files {
  display: inline-block;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file {
  position: relative;
  padding: 3px 30px 3px 3px;
  margin: 2px 0;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file:hover {
  background-color: #e6eaf2;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file .krkn__file-upload__file-name {
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file .krkn__file-upload__file-action-delete {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.upload-link__txt {
  z-index: 1;
  position: relative;
  border-bottom: 1px dotted #36c;
}
.upload-link:hover .upload-link__txt {
  color: #f00;
  border-bottom-color: #f00;
}
.krkn__file-upload {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  overflow: visible;
}
.krkn__file-upload .krkn__file-upload__link {
  flex: 0 0 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.krkn__file-upload .krkn__file-upload__link .krkn__file-upload__error-message {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  line-height: initial;
  font-size: 86%;
}
.krkn__file-upload .krkn__file-upload__files {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1 0;
  height: 100%;
  overflow: hidden;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file {
  min-width: 0;
  text-overflow: ellipsis;
  margin: 0;
  padding: 2px 30px 0 0;
  flex: 1 0;
  justify-content: flex-start;
  display: none;
  align-items: center;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file:first-child {
  display: flex;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file .icon.icon--delete {
  width: 10px;
  height: 10px;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file .krkn__file-upload__file-name {
  padding-left: 6px;
}
.krkn__file-upload .krkn__file-upload__files .krkn__file-upload__file .krkn__file-upload__file-action-delete {
  right: 6px;
}
.krkn__checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2px;
  cursor: pointer;
}
.krkn__checkbox.krkn__checkbox_center {
  justify-content: center;
}
.krkn__checkbox.krkn__checkbox__view {
  cursor: default;
}
.krkn__checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.krkn__checkbox__checkmark {
  position: relative;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #64a1be;
  border-radius: 2px;
}
.krkn__checkbox__checkmark .icon {
  position: absolute;
  bottom: 0;
  left: 1px;
  opacity: 0;
  transition: all 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.krkn__checkbox__checkmark.krkn__checkbox__checkmark__checked .icon {
  opacity: 1;
}
.krkn__checkbox__label {
  margin-left: 8px;
  user-select: none;
}
@keyframes checkbox-check {
  from {
    transform: translateY(-40%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes checkbox-uncheck {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(40%);
    opacity: 0;
  }
}
html body .container {
  height: 100%;
}
#reg-btn__portal {
  flex: 1 0;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}
#reg-btn__portal .portal__reg-btn {
  color: #2d4a71;
  cursor: pointer;
}
#reg-btn__portal .portal__reg-btn:hover {
  color: #0a5e9d;
}
.modal__reg .krkn__modal-content .container .view {
  margin-right: -32px !important;
}
.modal__reg .krkn__modal-content .icon {
  top: 0;
}
.modal__reg .btn {
  width: auto;
}

