.centering {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.714;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.cf::after {
  content: '';
  clear: both;
  display: table;
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
.limit {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.justifing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  border-radius: 50px;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, color-stop(-47.76%, #ED1C7F), color-stop(116.55%, #FF6465));
  background: -webkit-linear-gradient(left, #ED1C7F -47.76%, #FF6465 116.55%);
  background: -moz-linear-gradient(left, #ED1C7F -47.76%, #FF6465 116.55%);
  background: -o-linear-gradient(left, #ED1C7F -47.76%, #FF6465 116.55%);
  background: linear-gradient(90deg, #ED1C7F -47.76%, #FF6465 116.55%);
  border: none;
  outline: none;
  cursor: pointer;
}
.btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-47.76%, #f43a74), color-stop(116.55%, #f43a74));
  background: -webkit-linear-gradient(left, #f43a74 -47.76%, #f43a74 116.55%);
  background: -moz-linear-gradient(left, #f43a74 -47.76%, #f43a74 116.55%);
  background: -o-linear-gradient(left, #f43a74 -47.76%, #f43a74 116.55%);
  background: linear-gradient(90deg, #f43a74 -47.76%, #f43a74 116.55%);
}
.btn--big {
  border-radius: 70px;
  line-height: 70px;
  width: 100%;
  -webkit-box-shadow: 0px 74px 89px 0px rgba(255, 100, 100, 0.2);
  -moz-box-shadow: 0px 74px 89px 0px rgba(255, 100, 100, 0.2);
  box-shadow: 0px 74px 89px 0px rgba(255, 100, 100, 0.2);
}
.btn--bordered {
  padding: 1px;
  line-height: 1;
}
.btn--bordered span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  background: white;
  line-height: 48px;
  color: #ED1C7F;
  font-weight: bold;
}
.btn--bordered:hover span {
  background: linear-gradient(90deg, #ED1C7F -47.76%, #FF6465 116.55%);
  color: #fff;
}
.header {
  padding-top: 29px;
}
.header__contacts {
  display: inline-block;
  vertical-align: middle;
  width: 192px;
  text-align: left;
}
.header__contacts-phone {
  font-size: 20px;
  line-height: 1.35;
  color: #1D1D1D;
  text-decoration: none;
  pointer-events: none;
  font-weight: 600;
}
.header__contacts-address {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  color: #1D1D1D;
}
.header__logo {
  display: inline-block;
  vertical-align: middle;
  width: 174px;
}
.header__login {
  display: inline-block;
  vertical-align: middle;
}
.header__title {
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.header__subtitle {
  max-width: 360px;
  margin: 0 auto 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 94px;
  overflow-x: hidden;
}
.hero .limit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero .limit:before {
  content: '';
  position: absolute;
  right: -278px;
  top: -90px;
  width: 995px;
  height: 515px;
  background: url("../../img/lending/form-bg.svg") no-repeat right top;
  background-size: cover;
}
.hero__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.hero__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.hero__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.1;
  color: #272727;
  margin-bottom: 60px;
}
.hero__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hero__title span:before {
  content: '';
  position: absolute;
  left: -5%;
  top: 59%;
  z-index: -1;
  background: #FFD926;
  width: 110%;
  height: 35px;
}
.hero__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.feature {
  display: inline-block;
  vertical-align: top;
}
.feature__number {
  display: inline-block;
  font-weight: 800;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 10px;
}
.feature__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #444444;
}
.feature--mark {
  order: 0;
  color: #696AD2;
}
.feature--branch {
  order: 1;
  color: #51E32E;
}
.feature--quickness {
  order: 2;
  color: #FFD926;
  max-width: 110px;
}
.feature--mark,
.feature--branch {
  margin-right: 130px;
}
.form {
  max-width: 330px;
}
.form__field {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #939393;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
.form__btn-wrap {
  margin-top: 40px;
  margin-bottom: 15px;
}
.form__promise {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
  color: #939393;
}
.form__field {
  position: relative;
}
.form__field input {
  width: 100%;
  height: 46px;
  border: none;
  outline: none;
  padding: 12px 0;
  line-height: 1.3;
}
.form__field input::-webkit-input-placeholder {
  color: #939393;
}
.form__field input::-ms-input-placeholder {
  color: #939393;
}
.form__field input::placeholder {
  color: #939393;
}
.ui-selectmenu-menu .ui-state-disabled {
  display: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #E9E9E9;
  border: none;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 268px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  padding-bottom: 0;
  /* Track */
  /* Handle */
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
  width: 6px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
  background: #fff;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ED1C7F -47.76%, #FF6465 116.55%);
  border-radius: 5px;
}
.ui-menu .ui-menu-item-wrapper {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1D1D1D;
  padding-left: 12px;
  padding-right: 12px;
}
.ui-selectmenu-button.ui-button {
  padding: 14px 0;
  margin-right: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #e1e1e1;
  line-height: 1.3;
}
.ui-selectmenu-text {
  line-height: inherit;
  color: #000;
}
.ui-selectmenu-button:not([aria-activedescendant]) .ui-selectmenu-text {
  color: #939393;
}
.ui-button .ui-icon.ui-icon-triangle-1-s,
.ui-button .ui-icon.ui-icon-triangle-1-s:hover,
.ui-button .ui-icon.ui-icon-triangle-1-s:focus {
  background-image: url("../../img/lending/arrow-down.svg");
  background-size: contain;
  background-position: center center;
}
.ui-datepicker {
  width: 360px;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px;
}
.ui-widget-header {
  background: none;
  border: none;
}
.ui-widget-content .ui-icon-circle-triangle-w {
  background-image: url("../../img/lending/arrow-left.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.ui-widget-content .ui-icon-circle-triangle-e {
  background-image: url("../../img/lending/arrow-cal-right.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
  border-color: transparent;
  background: none;
  color: inherit;
  top: 2px;
}
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: none;
  outline: none;
}
.ui-datepicker table {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: 1px;
  color: #1D1D1D;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
}
.ui-datepicker th {
  font-weight: 300;
}
.ui-datepicker td a {
  text-align: center;
  font-weight: 300;
}
.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-month,
.ui-datepicker-year {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1D1D1D;
}
.ui-datepicker .ui-state-active {
  position: relative;
  text-shadow: 1px 1px 1px #000000;
  color: #e02627;
}
.ui-datepicker .ui-state-active.ui-state-hover {
  top: auto;
  color: #e02627;
}
.ui-datepicker .ui-state-active:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FF6465;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: #454545;
}
.footer {
  padding: 38px 0;
  background: #4F5261;
}
.footer .limit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__phone,
.footer__address,
.footer__email,
.footer__email a,
.footer__copyright {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__address {
  max-width: 243px;
}
.footer__copyright {
  opacity: 0.5;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  max-height: 100vh;
  height: auto;
  overflow-y: auto;
}
.overlay-login {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.overlay-menu {
  background: #4F5261;
  height: auto;
}
.social-icon-mob {
  display: none;
}
.scroll-to-form--mob {
  display: none;
}
.login-form {
  text-align: center;
}
.text-center a {
  text-decoration: none;
}
.modal-dialog {
  max-width: 400px;
}
.overlay__close {
  position: absolute;
  opacity: 1;
  top: 34px;
  right: 20px;
  padding: 0;
  width: 19px;
  height: 19px;
}
.overlay-login .overlay__close {
  background: url(../../img/lending/close-black.svg) center top no-repeat;
}
.modal-content .form__field {
  width: 270px;
  max-width: 100%;
}
.modal-title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #252525;
}
.modal-content {
  position: relative;
  max-width: 400px;
  margin: 60px auto 0;
  padding: 30px 65px;
  background: white;
  border-radius: 5px;
}
.modal-content .btn {
  width: 270px;
}
.remember {
  text-align: left;
  margin-bottom: 20px;
}
.checkbox-custom-item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  color: #636372;
  margin: 0;
  /* checked mark aspect changes */
  /* disabled checkbox */
}
.checkbox-custom-item.no-wrap {
  white-space: nowrap;
}
.checkbox-custom-item [type="checkbox"]:not(:checked),
.checkbox-custom-item [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label,
.checkbox-custom-item [type="checkbox"]:checked + .check-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
  display: block;
  user-select: none;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label:before,
.checkbox-custom-item [type="checkbox"]:checked + .check-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: #e6e9ef;
  border-radius: 4px;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label:after,
.checkbox-custom-item [type="checkbox"]:checked + .check-label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  margin: 0;
  top: 6px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label {
  color: #91919c;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label:after {
  display: none;
}
.checkbox-custom-item [type="checkbox"]:checked + .check-label:after {
  display: block;
}
.checkbox-custom-item [type="checkbox"]:checked + .check-label:before {
  background: #6666cc;
}
.checkbox-custom-item [type="checkbox"]:disabled:not(:checked) + .check-label:before,
.checkbox-custom-item [type="checkbox"]:disabled:checked + .check-label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e6e9ef !important;
}
.checkbox-custom-item [type="checkbox"]:disabled:checked + .check-label:after {
  color: #999;
}
.checkbox-custom-item [type="checkbox"]:disabled + .check-label {
  color: #aaa;
}
.checkbox-custom-item.checkbox-switcher {
  font-size: 15px;
  line-height: 30px;
}
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:not(:checked) + .check-label,
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:checked + .check-label {
  padding-left: 60px;
}
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:not(:checked) + .check-label:before,
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:checked + .check-label:before {
  width: 50px;
  height: 30px;
  background: #a8b2c5;
  border-radius: 50px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
}
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:not(:checked) + .check-label:after,
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:checked + .check-label:after {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  border: none;
  top: 2px;
  left: 2px;
  margin: 0;
  display: block;
  -webkit-transition: left 0.2s ease 0s;
  -moz-transition: left 0.2s ease 0s;
  -o-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:checked + .check-label:before {
  background: #00C835;
}
.checkbox-custom-item.checkbox-switcher [type="checkbox"]:checked + .check-label:after {
  left: 22px;
}
.checkbox-custom-item .price {
  padding-left: 5px;
}
.checkbox-custom-item .price.green {
  color: #33cc00;
}
.checkbox-custom-item.size-md {
  font-size: 15px;
  line-height: 20px;
}
.checkbox-custom-item.size-md [type="checkbox"]:not(:checked) + .check-label,
.checkbox-custom-item.size-md [type="checkbox"]:checked + .check-label {
  padding-left: 34px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.checkbox-custom-item.size-md [type="checkbox"]:not(:checked) + .check-label:before,
.checkbox-custom-item.size-md [type="checkbox"]:checked + .check-label:before {
  width: 24px;
  height: 24px;
}
.checkbox-custom-item.size-md [type="checkbox"]:not(:checked) + .check-label:after,
.checkbox-custom-item.size-md [type="checkbox"]:checked + .check-label:after {
  width: 12px;
  height: 8px;
  left: 6px;
}
.checkbox-custom-item.size-sm {
  font-size: 13px;
  line-height: 15px;
}
.checkbox-custom-item.size-sm [type="checkbox"]:not(:checked) + .check-label,
.checkbox-custom-item.size-sm [type="checkbox"]:checked + .check-label {
  padding-left: 22px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.checkbox-custom-item.size-sm [type="checkbox"]:not(:checked) + .check-label:before,
.checkbox-custom-item.size-sm [type="checkbox"]:checked + .check-label:before {
  width: 17px;
  height: 17px;
}
.checkbox-custom-item.size-sm [type="checkbox"]:not(:checked) + .check-label:after,
.checkbox-custom-item.size-sm [type="checkbox"]:checked + .check-label:after {
  width: 10px;
  height: 6px;
  left: 4px;
  top: 4px;
}
.checkbox-custom-item.color-gray [type="checkbox"]:checked + .check-label:before {
  background: #636372;
}
.checkbox-custom-item.active-state [type="checkbox"]:not(:checked) + .check-label,
.checkbox-custom-item.active-state [type="checkbox"]:checked + .check-label {
  color: #464650 !important;
}
.formError {
  margin-bottom: 3px !important;
}
.w-shevron {
  background: url("../../img/lending/arrow-down.svg") no-repeat right center;
  background-size: 16px 16px;
}
@media all and (max-width: 1199px) {
  .hero__features {
    justify-content: space-between;
    padding-left: 40px;
  }
  .feature--mark,
  .feature--branch {
    margin-right: 0;
  }
}
@media all and (max-width: 1023px) {
  .hero .limit:before {
    background: none;
  }
  .header__contacts {
    display: none;
  }
  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .hero__title {
    max-width: 400px;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 35px;
  }
  .hero__title span:before {
    height: 20px;
  }
  .header__logo {
    width: 108px;
  }
  .form {
    margin: 0 auto 50px;
  }
  .btn--bordered {
    width: 90px;
    height: 40px;
    border-radius: 40px;
  }
  .btn--bordered span {
    border-radius: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  .hero .limit {
    display: block;
  }
  .hero__left {
    display: block;
    width: 100%;
  }
  .hero__right {
    display: block;
  }
  .hero__features {
    display: block;
    padding-left: 0;
  }
  .feature--quickness {
    max-width: none;
    margin-bottom: 0;
  }
  .feature {
    display: block;
    margin: 0 auto 38px;
    text-align: center;
  }
  .btn--big {
    height: 60px;
    line-height: 60px;
  }
  .ui-datepicker {
    width: 290px;
  }
  .footer {
    padding: 60px 0;
  }
  .footer .limit {
    display: block;
    text-align: center;
  }
  .footer__phone,
  .footer__address,
  .footer__email,
  .footer__copyright {
    display: block;
    margin: 0 auto 23px;
    text-align: center;
  }
  .footer__phone {
    pointer-events: auto;
  }
  .ui-selectmenu-menu {
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .ui-selectmenu-menu .ui-menu {
    width: 100%;
  }
  .modal-content {
    margin-top: 0px;
    padding: 24px 10px;
  }
}
/*# sourceMappingURL=style042020.css.map */