.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.SelectField {
  position: relative;
}
.SelectField:not(.SelectField--dirty):not(.SelectField--focused):not(.SelectField--invalid) .SelectField-field:hover:after {
  border-color: #DADEE6;
  border-width: 1px;
}
.SelectField--focused .SelectField-field,
.SelectField--dirty .SelectField-field {
  background: #ffffff;
}
.SelectField--focused .SelectField-field:after,
.SelectField--dirty .SelectField-field:after {
  border-color: #DADEE6;
}
.SelectField--focused .SelectField-placeholder,
.SelectField--dirty .SelectField-placeholder {
  color: #959BA6;
  transform: scale(0.74) translate(0, -5px);
}
@media only screen and (max-width: 767px) {
  .SelectField--focused .SelectField-placeholder,
  .SelectField--dirty .SelectField-placeholder {
    transform: scale(0.74) translate(0, -5px);
  }
}
.SelectField--disabled .SelectField-field {
  opacity: 0.5;
  pointer-events: none;
}
.SelectField--focused .SelectField-field {
  background: #ffffff;
}
.SelectField--invalid .SelectField-field {
  background-color: #FCECEC;
}
.SelectField--invalid .SelectField-field:after {
  border-color: #FA490A;
}
.SelectField--invalid .SelectField-placeholder {
  color: #FA490A;
}
.SelectField--loading {
  pointer-events: none;
}
.SelectField--loading .SelectField-loader {
  display: block;
}
.SelectField--loading .SelectField-ddIndicator {
  display: none !important;
}
.SelectField-field {
  position: relative;
  width: 100%;
  text-align: left;
  height: 58px !important;
  color: #5C6366;
  background: #F2F4F5;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  transition: background 0.4s ease;
  cursor: pointer;
}
.SelectField-field:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #F2F4F5;
  pointer-events: none;
  border-radius: 4px;
  transition: border-color 0.4s ease, border-width 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .SelectField-field {
    font-size: 14px;
    line-height: 14px;
    height: 48px !important;
  }
}
.SelectField-placeholder {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 13px;
  right: 0;
  color: #5C6366;
  font-size: 17px;
  transition: transform 0.4s ease;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .SelectField-placeholder {
    font-size: 16px;
  }
}
.SelectField-errorMsg {
  position: relative;
  cursor: default;
  text-align: right;
  pointer-events: none;
  font-size: 11px;
  line-height: 12px;
  margin-top: 4px;
  width: 100%;
  color: #E54545;
}
@media only screen and (max-width: 767px) {
  .SelectField-errorMsg {
    font-size: 12px;
  }
}
.SelectField-loader {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  display: none;
}
.SelectField-notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SelectField-menuList {
  height: 100%;
  max-height: 300px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}
.SelectField-menuItem {
  transition: background-color 0.2s ease;
  color: #222;
}
.SelectField-menuItem:hover {
  background: #ffffff;
}
.SelectField-ddIndicator {
  display: flex;
  box-sizing: border-box;
  margin-right: 13px;
  transition: transform 0.4s ease;
}
.SelectField-ddIndicator svg {
  fill: #999999;
}
.SelectField-ddIndicator.isActive {
  transform: rotateZ(180deg);
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
  font-weight: inherit;
}
.u-Btn--disabled {
  pointer-events: none;
  cursor: default;
}
.u-Link {
  text-decoration: none;
  color: inherit;
  user-select: none;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-Ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-MortgageCols {
  padding-right: 10px;
}
.u-MortgageCols--amount {
  width: 16.47058824%;
}
.u-MortgageCols--number {
  width: 12.35294118%;
}
.u-MortgageCols--date {
  width: 15.88235294%;
}
.u-MortgageCols--type {
  width: 23.52941176%;
}
.u-MortgageCols--status {
  width: 21.17647059%;
}
.u-MortgageCols--actions {
  width: 10.58823529%;
  padding-right: 0;
}
.u-ApplicationCols {
  padding-right: 15px;
}
.u-ApplicationCols--bank {
  width: 32%;
}
.u-ApplicationCols--number {
  width: 17%;
}
.u-ApplicationCols--rate {
  width: 20.5%;
}
.u-ApplicationCols--status {
  width: 30.5%;
}
.u-marginBottomM {
  margin-bottom: 24px;
}
.u-marginTopM {
  margin-top: 24px;
}
.u-marginBottomL {
  margin-bottom: 48px;
}
.u-marginTopL {
  margin-top: 48px;
}
.u-marginBottomXL {
  margin-bottom: 48px;
}
.u-marginTopXL {
  margin-top: 48px;
}
.Spinner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  stroke: #4582c9;
  stroke-width: 1px;
}
.Spinner svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Spinner--large {
  animation-duration: 1s;
  stroke-width: 1px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Spinner svg {
  animation: spin 0.5s linear infinite;
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
  font-weight: inherit;
}
.u-Btn--disabled {
  pointer-events: none;
  cursor: default;
}
.u-Link {
  text-decoration: none;
  color: inherit;
  user-select: none;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-Ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-MortgageCols {
  padding-right: 10px;
}
.u-MortgageCols--amount {
  width: 16.47058824%;
}
.u-MortgageCols--number {
  width: 12.35294118%;
}
.u-MortgageCols--date {
  width: 15.88235294%;
}
.u-MortgageCols--type {
  width: 23.52941176%;
}
.u-MortgageCols--status {
  width: 21.17647059%;
}
.u-MortgageCols--actions {
  width: 10.58823529%;
  padding-right: 0;
}
.u-ApplicationCols {
  padding-right: 15px;
}
.u-ApplicationCols--bank {
  width: 32%;
}
.u-ApplicationCols--number {
  width: 17%;
}
.u-ApplicationCols--rate {
  width: 20.5%;
}
.u-ApplicationCols--status {
  width: 30.5%;
}
.u-marginBottomM {
  margin-bottom: 24px;
}
.u-marginTopM {
  margin-top: 24px;
}
.u-marginBottomL {
  margin-bottom: 48px;
}
.u-marginTopL {
  margin-top: 48px;
}
.u-marginBottomXL {
  margin-bottom: 48px;
}
.u-marginTopXL {
  margin-top: 48px;
}
.InputField {
  display: flex;
  flex-direction: column;
}
.InputField * {
  box-sizing: border-box;
}
.InputField:not(.InputField--dirty):not(.InputField--focused):not(.InputField--invalid) .InputField-field:hover:after {
  border-color: #DADEE6;
  border-width: 1px;
}
.InputField--focused .InputField-input:-webkit-autofill {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 9999px #ffffff;
}
.InputField--focused .InputField-field,
.InputField--dirty .InputField-field {
  background: #ffffff;
}
.InputField--focused .InputField-field:after,
.InputField--dirty .InputField-field:after {
  border-color: #DADEE6;
}
.InputField--focused .InputField-input,
.InputField--dirty .InputField-input {
  color: #222;
}
.InputField--focused .InputField-placeholder,
.InputField--dirty .InputField-placeholder {
  color: #959BA6;
  transform: scale(0.74) translate(0, -5px);
}
.InputField--invalid .InputField-field {
  background-color: #FCECEC;
}
.InputField--invalid .InputField-field:after {
  border-color: #FA490A;
}
.InputField--invalid .InputField-placeholder {
  color: #FA490A;
}
.InputField--loading .InputField-loader {
  opacity: 1;
}
.InputField--warning .InputField-warning {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .InputField--hasTooltip {
    display: block;
  }
}
.InputField--showTooltip .InputField-tooltip {
  opacity: 1;
  pointer-events: all;
}
.InputField--placeholder .InputField-inputWrapper {
  padding: 20px 40px 0 12px;
}
@media only screen and (max-width: 767px) {
  .InputField--placeholder .InputField-inputWrapper {
    padding-top: 22px;
  }
}
.InputField--textarea .InputField-field {
  min-height: 100px;
  height: auto;
}
.InputField--textarea textarea {
  resize: none;
}
.InputField--textarea .InputField-inputWrapper {
  padding-right: 12px;
  padding-top: 26px;
  padding-bottom: 12px;
}
.InputField--textarea .InputField-placeholder {
  align-items: flex-start;
  padding-top: 20px;
}
.InputField--disabled .InputField-placeholder,
.InputField--disabled .InputField-input {
  pointer-events: none;
  cursor: default;
}
.InputField-components {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 15px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.InputField-components > * {
  margin-left: 12px;
}
.InputField-warning {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 2px;
  height: 14px;
  pointer-events: none;
  opacity: 0;
}
.InputField-warning svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InputField-errorMsg {
  position: relative;
  cursor: default;
  text-align: right;
  pointer-events: none;
  font-size: 11px;
  line-height: 10px;
  margin-top: 8px;
  width: 100%;
  color: #FA490A;
}
@media only screen and (max-width: 767px) {
  .InputField-errorMsg {
    font-size: 12px;
  }
}
.InputField-field {
  position: relative;
  width: 100%;
  text-align: left;
  height: 58px;
  color: #5C6366;
  background: #F2F4F5;
  border-radius: 4px;
  font-size: 17px;
  line-height: 20px;
  transition: background-color 0.4s ease;
  user-select: none;
  cursor: text;
}
.InputField-field:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #F2F4F5;
  pointer-events: none;
  border-radius: 4px;
  transition: border-color 0.4s ease, border-width 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .InputField-field {
    height: 48px;
  }
}
.InputField-inputWrapper {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 12px;
}
.InputField-input {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #222;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  background: transparent;
  border-radius: 0 !important;
  -webkit-tap-highlight-color: transparent;
  border: none;
  transition: border-color 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .InputField-input {
    font-size: 14px;
  }
}
.InputField-input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.InputField-input ::-webkit-caps-lock-indicator {
  visibility: hidden;
}
.InputField-input:-webkit-autofill {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 9999px #ffffff;
  -webkit-text-fill-color: #222 !important;
  caret-color: #222 !important;
}
.InputField--password .InputField-input {
  padding-right: 70px;
}
.InputField-input::placeholder {
  color: #747778;
}
.InputField-placeholder {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  height: 100%;
  color: #5C6366;
  display: flex;
  align-items: center;
  transition: transform 0.4s ease;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .InputField-placeholder {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
  }
  .InputField--textarea .InputField-placeholder {
    align-items: flex-start;
  }
}
.InputField-showPassBtn {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 20px;
}
.InputField-suggestions {
  position: absolute;
  z-index: 5;
  left: -2px;
  right: -2px;
  top: 100%;
  display: flex;
  flex-direction: column;
  color: #5C6366;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  border: 2px solid #F2F4F5;
  box-shadow: 0 20px 20px rgba(176, 182, 189, 0.19);
}
.InputField-sugItem {
  padding: 0 10px;
  cursor: pointer;
  min-height: 34px;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: background-color 0.4s ease;
}
.InputField-sugItem.isSelected,
.InputField-sugItem:hover {
  background: #F2F4F5;
}
.InputField-tooltip {
  position: absolute;
  z-index: 1;
  left: calc(100% + 15px);
  top: 0;
  width: 280px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .InputField-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100% !important;
  }
}
.InputField-notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.SubmitButton {
  text-decoration: none;
  min-height: 55px;
  padding: 0 25px;
  background: #FF4114;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  user-select: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .SubmitButton {
    min-height: 55px;
  }
}
.SubmitButton:not(.SubmitButton--secondary):not([disabled]):hover {
  background: #FF4114;
  border-color: #FF4114;
}
.SubmitButton--link {
  display: inline-flex;
  flex: 0 0;
}
.SubmitButton--secondary {
  background: none;
  border: 1px solid #CCCCCC;
  padding: 0 22px;
  color: #3A4859;
}
.SubmitButton--secondary:hover {
  border-color: #222222;
}
.SubmitButton--secondary:hover svg {
  stroke: #222222;
}
.SubmitButton--secondary svg {
  stroke: #3A4859;
  transition: stroke 0.2s ease;
}
.SubmitButton--arrowPrev svg {
  transform: rotateZ(180deg);
}
.SubmitButton--disabled,
.SubmitButton[disabled],
.SubmitButton:disabled {
  cursor: default;
  background: #F2F2F2;
  color: #CCCCCC;
  border-color: #CCCCCC;
}
.SubmitButton--disabled .SubmitButton-spinner,
.SubmitButton[disabled] .SubmitButton-spinner,
.SubmitButton:disabled .SubmitButton-spinner {
  stroke: #CCCCCC;
}
.SubmitButton--disabled svg,
.SubmitButton[disabled] svg,
.SubmitButton:disabled svg {
  stroke: #CCCCCC;
}
.SubmitButton--loading {
  pointer-events: none;
  background: #FF4114;
  border-color: #FF4114;
}
.SubmitButton--isFull {
  width: 100%;
}
.SubmitButton-inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.SubmitButton-title {
  display: flex;
  align-items: center;
}
.SubmitButton-title + svg {
  margin-left: 10px;
  margin-top: -1px;
  stroke: #ffffff;
}
.SubmitButton-spinner {
  position: relative;
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.DotsLoader {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.DotsLoader--light > div {
  background-color: #ffffff;
}
.DotsLoader > div {
  width: 8px;
  height: 8px;
  background-color: #808080;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.DotsLoader-bounce1 {
  animation-delay: -0.32s !important;
  margin-right: 5px;
}
.DotsLoader-bounce2 {
  animation-delay: -0.16s !important;
  margin-right: 5px;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.UserData-container {
  max-width: 767px;
  margin: 0 auto;
}
.UserData-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.UserData-toggle {
  font-size: 16px;
  line-height: 16px;
  color: #7a7a7a;
  letter-spacing: 0;
  margin-left: 17px;
}
.UserData-oneInput {
  margin-bottom: 24px;
  position: relative;
}
.UserData-oneInput--error #SelectBulks {
  background: rgba(255, 12, 12, 0.08) !important;
  border-color: #FF0C0C !important;
  color: #FF0C0C;
}
.UserData-citizenship div[name='isForeigner'] {
  transition-property: background, border;
}
.UserData-twoInput {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.UserData-twoInput > div {
  width: calc(50% - 10px);
}
.UserData-twoInput:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .UserData-twoInput > div {
    width: 100%;
    margin-bottom: 16px;
  }
}
.UserData-disclaimer {
  color: #CCCCCC;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
}
.UserData-disclaimer > a {
  color: #5A7788;
}
.UserData-button {
  font-family: Graphik;
  font-weight: 500;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  color: #ffffff;
  background: #26334D;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.UserData-button--disable {
  background: #F2F2F2;
  pointer-events: none;
  color: #CCCCCC;
  cursor: default;
}
.UserData-selectError {
  position: absolute;
  bottom: -18px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 11px;
  color: #ff0c0c;
}
.UserData-submit {
  margin-top: 48px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .UserData-twoInput {
    flex-direction: column;
    margin-bottom: 0;
  }
  .UserData-twoInput .FieldMortgage {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100% !important;
  }
  .UserData-twoInput:last-child {
    flex-direction: column-reverse;
  }
  .UserData-button {
    height: 48px;
    max-width: 100%;
    margin-bottom: 8px;
    font-family: Graphik;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
  }
  .UserData-disclaimer {
    font-size: 10px;
    line-height: 14px;
  }
  .UserData-oneInput {
    margin-bottom: 16px;
  }
}

.Timer--hide {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  width: 0;
  height: 0;
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.CodeApprove-text {
  text-align: left;
  max-width: 544px;
  margin: 0 auto 24px;
  font-size: 16px;
  color: #3A4859;
  letter-spacing: 0;
  line-height: 24px;
}
.CodeApprove-button {
  margin-left: 10px;
  max-width: 176px;
  width: 100%;
  height: 58px;
}
.CodeApprove-button .SubmitButton-inner {
  justify-content: space-between;
}
.CodeApprove-wrapper-input {
  display: flex;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .CodeApprove-wrapper-input {
    margin-bottom: 16px;
  }
}
.CodeApprove-input {
  flex: 1 0 0;
}
@media only screen and (max-width: 767px) {
  .CodeApprove-input {
    flex: 1 0 100%;
  }
}
.CodeApprove-timerWrapper {
  cursor: pointer;
  font-size: 13px;
  color: #959BA6;
  letter-spacing: 0;
  line-height: 16px;
}
.CodeApprove-timerWrapper--resendCode {
  color: #FF4114;
}
.CodeApprove-timerWrapper--resendCode span {
  display: inline-block;
  position: relative;
}
.CodeApprove-timerWrapper--resendCode span:after {
  display: block;
  content: '';
  height: 1px;
  background: #FF4114;
  bottom: -3px;
  left: 0;
  right: 0;
}
.CodeApprove-wrapperCode {
  position: relative;
}
.CodeApprove-error {
  position: absolute;
  text-align: left;
  font-size: 14px;
  color: #FF0C0C;
  letter-spacing: 0;
  left: 0;
  right: 0;
  top: -55px;
  opacity: 0;
  visibility: hidden;
}
.CodeApprove-error--show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .CodeApprove-text {
    font-size: 16px;
    color: #4D4D4D;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 29px;
  }
  .CodeApprove-input {
    margin-bottom: 16px;
  }
  .CodeApprove-wrapper-input {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .CodeApprove-wrapper-input .FieldMortgage {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .CodeApprove-button {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    min-height: 48px;
    font-size: 15px;
  }
}

.leadHeaderTitle {
  font-size: 28px;
  font-weight: 500;
  max-width: 49%;
  margin-bottom: 16px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderTitle {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    flex: 0 0 20%;
  }
}
.leadHeaderDescription {
  color: #484848;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .leadHeaderDescription {
    font-size: 23px;
    line-height: 32px;
    width: 60%;
  }
}
/*border: none*/
.brNone {
  border: none;
}
/*outline: none*/
.otNone {
  outline: none;
}
/*border-radius: 0*/
.br0 {
  border-radius: 0;
}
/*border-radius: 4px*/
.br4 {
  border-radius: 4px;
}
/*font-size: 12px*/
.fs12 {
  font-size: 12px;
}
/*font-size: 13px*/
.fs13 {
  font-size: 13px;
}
/*font-size: 14px*/
.fs14 {
  font-size: 14px;
}
/*font-size: 15px*/
.fs15 {
  font-size: 15px;
}
/*font-size: 16px*/
.fs16 {
  font-size: 16px;
}
/*font-size: 17px*/
.fs17 {
  font-size: 17px;
}
/*LabGrotesque Thin*/
.labT {
  font-family: Graphik;
  font-weight: 200;
}
/*LabGrotesque light*/
.labL {
  font-family: Graphik;
  font-weight: 300;
}
/*LabGrotesque regular*/
.labR {
  font-family: Graphik;
}
/*LabGrotesque medium*/
.labM {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque bold*/
.labB {
  font-family: Graphik;
  font-weight: 500;
}
/*LabGrotesque black*/
.labBL {
  font-family: Graphik;
  font-weight: 700;
}
/*LabGrotesque Thin italic*/
.labTi {
  font-family: Graphik;
  font-weight: 200;
  font-style: italic;
}
/*LabGrotesque Thin light*/
.labLi {
  font-family: Graphik;
  font-weight: 300;
  font-style: italic;
}
/*LabGrotesque Thin medium*/
.labMi {
  font-family: Graphik;
  font-weight: 500;
  font-style: italic;
}
/*LabGrotesque Thin bold*/
.labBi {
  font-family: Graphik;
  font-weight: 600;
  font-style: italic;
}
/*LabGrotesque Thin black*/
.labBLi {
  font-family: Graphik;
  font-weight: 700;
  font-style: italic;
}
.fw6 {
  font-weight: 500;
}
.fw5 {
  font-weight: 500;
}
.fw4 {
  font-weight: 400;
}
.fw3 {
  font-weight: 300;
}
/*margin 0 auto*/
.mgA {
  margin: 0 auto;
}
/*margin 0*/
.m0 {
  margin: 0;
}
/*margin top 10*/
.mt10 {
  margin-top: 10px;
}
/*margin bottom 20px*/
.mb20 {
  margin-bottom: 20px;
}
/*padding 0*/
.p0 {
  padding: 0;
}
/*cursor pointer*/
.crP {
  cursor: pointer;
}
/*cursor default*/
.crD {
  cursor: default;
}
/*box sizing border box*/
.bsBB {
  box-sizing: border-box;
}
/*display block*/
.dsB {
  display: block;
}
/*display flex*/
.dsF {
  display: flex;
}
/*display none*/
.dsN {
  display: none;
}
/*line height 24px*/
.lh24 {
  line-height: 24px;
}
/*line height 23px*/
.lh23 {
  line-height: 23px;
}
/*overflow hidden*/
.ofH {
  overflow: hidden;
}
/*overflow visible*/
.ofV {
  overflow: visible;
}
/*overflow-y scroll по вертикали*/
.ofYS {
  overflow-y: scroll;
}
.ApplicationMortgage {
  padding: 50px 0 79px;
}
.ApplicationMortgage-container {
  max-width: 550px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 32px;
}
.ApplicationMortgage-title {
  margin-bottom: 4px;
  font-size: 34px;
  color: #222222;
  letter-spacing: 0;
  line-height: 44px;
  font-weight: 800;
}
.ApplicationMortgage-description {
  font-size: 16px;
  color: #3A4859;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 26px;
}
.ApplicationMortgage-description a {
  color: #FF4114;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ApplicationMortgage-description a:hover {
  color: #DC2A00;
}
.ApplicationMortgage-description p {
  margin: 15px 0;
}
.ApplicationMortgage-step {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 38px;
}
.ApplicationMortgage-step-text {
  text-transform: uppercase;
  font-family: Graphik;
  font-weight: 500;
  letter-spacing: 2px;
  color: #C1CAD0;
  font-size: 13px;
  position: relative;
  cursor: default;
}
.ApplicationMortgage-step-text:not(:last-child) {
  padding-right: 58px;
}
.ApplicationMortgage-step-text:not(:last-child):before {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 14px;
  margin-top: -6px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRleHQgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NiAtMikiIGZpbGw9IiNDMUNBRDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZm9udC1mYW1pbHk9IkxhYkdyb3Rlc3F1ZS1SZWd1bGFyLCBMYWIgR3JvdGVzcXVlIiBmb250LXNpemU9IjEyIj48dHNwYW4geD0iMTY2IiB5PSIxMSI+4oaSPC90c3Bhbj48L3RleHQ+PC9zdmc+') no-repeat;
  background-size: contain;
}
.ApplicationMortgage-step-text--active {
  color: #FF8133;
}
@media only screen and (max-width: 767px) {
  .ApplicationMortgage {
    padding: 33px 0 56px;
  }
  .ApplicationMortgage-container {
    padding: 0 16px;
  }
  .ApplicationMortgage-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px;
  }
  .ApplicationMortgage-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
  }
  .ApplicationMortgage-step {
    margin-bottom: 22px;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    justify-content: normal;
    overflow-y: hidden;
  }
  .ApplicationMortgage-step-text {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}

/*# sourceMappingURL=d462ceac94d93cf8a171cc53c481b7744aa9f8b9_CSS.770b1586.chunk.css.map*/