

/* Start:/js/lib/slider/css/rangeslider.css?17255220682143*/
.range-slider {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  border: 1px solid #aaa;
  position: relative;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.range-slider * {
  box-sizing: border-box;
}

.range-slider .pointer {
  position: absolute;
  width: 22px;
  left: -1%;
  background-color: #fefefe;
  height: 22px;
  top: -9px;
  cursor: pointer;
  z-index: 18;
  border-radius: 20px;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.range-slider .pointer::after {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 7px;
  background-color: #bd1c1b;
  border-radius: 10px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* .transitionable {
  transition: all 0.5s;
} */

/*.range-slider .pointer::after{
            content:"";
            width:0;
            height:0;

            position:absolute;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-top: 8px solid #ccc;
            top:100%;
        }*/
.range-slider .range-progress {
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #89FC99, #437F43);
  box-shadow: 0px 0px 1px 1px rgba(102, 102, 102, 0.5) inset;
}

.range {
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 0%;
  height: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.range.stepped:not(:last-of-type) {
  border-right: 2px solid #aaa;
}

.range.highlighted p {
  display: block !important;
}

.range:hover p {
  display: block !important;
  transition: display 0.5s;
}

.range p {
  font-weight: bold;
  position: absolute;
  font-size: 14px;
  top: 15px;
  right: -25px;
  padding: 1px 3px;
  color: #666;
  display: none;
  border-radius: 2px;
  text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.5);
}

span.range.stepped{
 opacity: 0;
}

 /*# sourceMappingURL= RangeSlider.css.map */
/* End */


/* Start:/js/lib/notifier/notifier.css?17116130041815*/
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#notify__alert-box-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index:1202;
}
#notify__alert-box-container:empty {
    display: none;
}
#notify__alert-box-container .notify__alert-item {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    width: 33.333vw;
    max-width: 40em;
    transition: opacity 0.4s ease-in-out;
    font: inherit;
    color: #fff;
    margin: 1.5em auto 0 auto;
    padding: 0.75em 1em;
}
@media all and (max-width: 30em) {
    #notify__alert-box-container .notify__alert-item {
        width: 75vw;
        max-width: none;
    }
}
#notify__alert-box-container .notify__alert-item-hidden {
    opacity: 0;
}
#notify__alert-box-container .notify__alert-item[data-type=info] {
    background-color: rgba(55, 94, 151, 0.72);
}
#notify__alert-box-container .notify__alert-item[data-type=warn] {
    background-color: rgba(235, 172, 0, 0.72);
    animation: slide-up 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-animation: slide-up 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#notify__alert-box-container .notify__alert-item[data-type=error] {
    background-color: #ef5350;
    animation: slide-up 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-animation: slide-up 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#notify__alert-box-container .notify__alert-item[data-type=success] {
    background-color: #5cb85c;
}

/* End */


/* Start:/js/lib/auto-complete/auto-complete.css?1643378195653*/
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

/* End */


/* Start:/js/lib/kladr-api/css/jquery.kladr.min.css?1643378195829*/
.kladr-error{color:#cb3e27}#kladr_autocomplete ul{position:absolute;display:block;margin:0;padding:0;border:1px solid #c4c4c4;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;min-width:200px;max-height:420px;color:#313131}#kladr_autocomplete li{display:list-item;list-style-type:none;margin:0;padding:8px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#kladr_autocomplete li+li{border-top:1px solid #ededed}#kladr_autocomplete li:hover{background-color:#f2f2f2;cursor:pointer}#kladr_autocomplete li.active{background-color:#e9e9e9}#kladr_autocomplete a{text-decoration:none}#kladr_autocomplete strong{color:#038ebd}#kladr_autocomplete .spinner{position:absolute;display:block;margin:0;padding:0;width:16px;height:16px;background:url("/images/spinner.png") center center no-repeat;z-index:9999}
/* End */


/* Start:/js/toastify/toastify.min.css?16932235981523*/
/**
 * Minified by jsDelivr using clean-css v5.3.0.
 * Original file: /npm/toastify-js@1.12.0/src/toastify.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215, .61, .355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:0 0;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
/*# sourceMappingURL=/sm/cb4335d1b03e933ed85cb59fffa60cf51f07567ed09831438c60f59afd166464.map */
/* End */


/* Start:/bitrix/components/summit/loan.form.online/templates/.default/style.css?174661866551001*/
a#color-link-isChat,
a#color-link-isLink
{
  color: #0000ff;
  text-decoration: underline;
}

a#color-link-isChat.action-chat:visited,
a#color-link-isChat.action-chat:focus,
a#color-link-isChat.action-chat:hover,
a#color-link-isLink.action-chat:visited,
a#color-link-isLink.action-chat:focus,
a#color-link-isLink.action-chat:hover
{
  color: var(--color-green);
  text-decoration: none;
}

.color-error-link{
  color: #0000ff;
  text-decoration: underline;
}

.loan-form {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-family: "Roboto", sans-serif;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  transition: 0.25s ease-in;
  margin-top: 2%;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

/* .loadn-head-info {
  padding: 35px 0;
} */

@media (max-width: 667px) {
  .green-button.button-style{
    max-width: 208px;
  }
}
.text-info b {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: var(--color-txt);
}

.text-info span {
  white-space: nowrap;
}

.alert-info .alert-link {
  cursor: pointer;
}

.text-recomendation {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 98.37%;

  text-align: center;

  color: var(--color-txt);
}

@media (max-width: 616px) {
  .questionnaire-title__text {
    font-size: 24px;
  }
  /* .loadn-head-info {
    padding: 17px 0;
  } */

  /* .text-info b {
      font-size: 22px;
  }

  .text-recomendation {
      font-size: 16px;;
  } */
}

@media (max-width: 472px) {
  /* .text-info b {
      font-size: 19px;
      line-height: 21px;
  } */

  .text-recomendation {
    font-size: 15px;
  }
}

.loan-form .loan-content-html {
  margin: 10px 0 0;
}

.loan-form__content {
  padding: 3%;
}

.loan-detail-frame {
  position: relative;
  display: block;
  border: 1px solid #f0f3f6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 759px) {
  .loan-detail-frame .loan-content-html {
    margin: 0px 0 0;
    padding: 100px 30px 100px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}


@media (max-width: 758px) {
  .loan-detail-frame .loan-content-html {
    margin: 24px 0 0;
  }
}
.loan-content-html-with-padding {
  margin: 10px 0 0;
  padding: 30px;
}

/* Стили прелоадеров */

.loan-detail-frame .loan-content-html.preload *,
.loan-detail-frame.preload * {
  opacity: 0.75;
  filter: blur(2px);
}

.loan-detail-frame .loan-content-html.preload:after,
.loan-detail-frame.preload:after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 10px auto;
  content: "";
  filter: none;
  background-position: center center;
  background-repeat: no-repeat;
}

@keyframes dtloader {
  20% {
    transform: scale(2);
  }
  50% {
    transform: scale(1);
  }
}

.loan-status-bar {
  display: none;
}

.loan-status-bar.active {
  display: block;
  position: initial;
}

.loan-status-bar .preloader-block {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
}

.loan-status-bar .preloader-block div {
  width: 10px;
  height: 10px;
  background: var(--color-green);
  border-radius: 100%;
}

.loan-status-bar .preloader-block .dt-1 {
  animation: dtloader 1s infinite ease-in-out;
  animation-delay: 0s;
}

.loan-status-bar .preloader-block .dt-2 {
  animation: dtloader 1s infinite ease-in-out;
  animation-delay: 0.2s;
}

.loan-status-bar .preloader-block .dt-3 {
  animation: dtloader 1s infinite ease-in-out;
  animation-delay: 0.4s;
}

.loan-status-bar .preloader-block .dt-4 {
  animation: dtloader 1s infinite ease-in-out;
  animation-delay: 0.6s;
}

.loan-status-bar .preloader-block .dt-5 {
  animation: dtloader 1s infinite ease-in-out;
  animation-delay: 0.8s;
}

/* Стандартные стили форм */

.loan-form input[type="text"] {
  margin: 0 16px 0 0;
  padding: 0 18px;
  border-radius: 2px;
  height: 47px;
  line-height: 47px;
}

.loan-form input[type="reset"],
.loan-form input[type="submit"],
.loan-form button {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 47px;
  line-height: 47px;
  margin: 0 16px 0 0;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  outline: none;
  padding: 0 18px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.loan-form .file-placeholder .load-indicator {
  background: #1ebe61;
  background: linear-gradient(top, #1ebe61, #1d904a);
  background: -moz-linear-gradient(top, #1ebe61, #1d904a);
  background: -o-linear-gradient(top, #1ebe61, #1d904a);
  background: -ms-linear-gradient(top, #1ebe61, #1d904a);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1ebe61),
    to(#1d904a)
  );
  text-shadow: 0 1px 0 rgb(88, 162, 56);
}

@media (min-width: 768px) {
  .loan-form .file-selectdialog .file-label {
    width: 130px;
  }
  .loan-form .file-selectdialog .file-extended {
    margin-left: 100px;
  }
}

.hint-visible {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  font-family: "Lato-Medium", sans-serif;
  min-width: 50px;
  min-height: 34px;
  bottom: 150%;
  left: 0%;
  padding: 5px;
  color: #444;
  z-index: 11;
  transition: 0.5s;
}

.hint-visible::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  left: 50%;
  z-index: -11;
}

.hint-visible::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hint-visible,
.hint-visible::after {
  border-radius: 5px;
}

.hint-visible,
.hint-visible::before {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border: none;
}

.hint-visible,
.hint-visible::before,
.hint-visible::after {
  pointer-events: none;
  background: #fefefe;
}

select:focus ~ .hint-visible,
input:focus ~ .hint-visible,
.hint-visible:hover {
  visibility: visible;
  opacity: 1;
}

.file-placeholder {
  margin-left: 56px;
}

.file-placeholder .loading-wrap {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  width: 50%;
}

.file-placeholder .loading {
  background: #e3ebed;
  display: block;
  border: 1px solid;
  border-top: 1px solid #bcc2c4;
  border-left-color: #cfd7d9;
  border-right-color: #cfd7d9;
  border-bottom: 1px solid #dde5e6;
  border-radius: 2px;
  height: 17px;
  -webkit-box-shadow: inset 0 1px 2px rgba(188, 194, 196, 0.7);
  -moz-box-shadow: inset 0 1px 2px rgba(188, 194, 196, 0.7);
  box-shadow: inset 0 1px 2px rgba(188, 194, 196, 0.7);
}

.file-placeholder .loading .del-but {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat 7px -20px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.file-placeholder .load-indicator {
  background: #40c0e9;
  background: linear-gradient(top, #40c0e9, #2698db);
  background: -moz-linear-gradient(top, #40c0e9, #2698db);
  background: -o-linear-gradient(top, #40c0e9, #2698db);
  background: -ms-linear-gradient(top, #40c0e9, #2698db);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#40c0e9),
    to(#2698db)
  );
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  height: 19px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(56, 124, 162, 1);
  left: 0;
  top: 0;
  position: absolute;
}

.file-placeholder .load-number {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 2px;
}

.file-placeholder .files-title {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat;
  color: #5c6470;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  left: 13px;
  top: 12px;
  width: 54px;
  padding-left: 20px;
  position: absolute;
}

.file-placeholder .files-list-wrap {
  margin-left: 56px;
}

html * .file-placeholder .files-list {
  width: auto !important;
}

.file-placeholder .files-list {
  margin-top: -10px;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.file-placeholder .files-list td {
  box-shadow: 0 -2px 0 -1px #ffffff inset;
  border-bottom: 1px solid #dde5e8;
  color: #5c6470;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  zoom: 1;
}

.file-placeholder .file-edit,
.file-placeholder .file-section {
  display: none;
}

.file-placeholder .files-name {
  width: 30%;
}

.file-placeholder .files-size {
  width: 12%;
}

.file-placeholder .files-storage {
  width: 20%;
}

.file-placeholder .files-storage .files-storage-text {
  display: inline-block;
  width: 80px;
  color: #5c6470;
}

.file-placeholder .files-storage-block {
  position: relative;
}

.loan-file-selectdialog .file-placeholder .files-text {
  -moz-box-sizing: border-box;
  color: #347c41;
  display: inline-block;
  font-weight: bold;
  max-width: 100%;
  padding-right: 20px;
  position: relative;
  zoom: 1;
}

.file-placeholder .error-load .files-text {
  color: #bb0000;
}

.file-placeholder .f-wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
  zoom: 1;
}

.file-placeholder .del-but {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat 0 0;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.file-placeholder .files-text .del-but {
  background-position: 6px -19px;
  display: inline-block;
  margin-top: -2px;
  position: static;
  vertical-align: top;
}

.file-placeholder .loading .del-but {
  background-position: 7px -20px;
  top: 0;
}

.file-placeholder .files-storage-block .del-but {
  background-position: 7px -20px;
  top: 0;
}

.file-placeholder .info-icon {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat -112px -60px;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: 17px;
}

.file-placeholder .stor-place {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.file-placeholder .stor-text {
  display: inline-block;
  border-bottom: 1px solid #5c6470;
}

.file-placeholder .stor-pl-arrow {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat -130px -23px;
  display: inline-block;
  margin-left: 10px;
  height: 5px;
  vertical-align: middle;
  width: 3px;
}

.file-placeholder .edit-stor {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat 4px -64px;
  display: none;
  height: 15px;
  margin-left: 0px;
  vertical-align: middle;
  width: 15px;
}

.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
  border-bottom: 1px dashed #5c6470;
  display: inline-block;
  color: #5c6470;
  text-decoration: none;
}

.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
  display: inline-block;
  color: #5c6470;
  text-decoration: none;
}

.loan-file-selectdialog {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #ebf5e8;
  border-width: 0px;
  box-shadow: none;
  margin-bottom: 11px;
  overflow: hidden;
  padding: 13px 30px 0 0;
  position: relative;
  display: none;
}

.loan-file-selectdialog .file-placeholder {
  margin-top: 20px;
  margin-left: 56px;
}

.loan-file-selectdialog .file-simple .file-placeholder {
  margin-top: 0px;
  margin-left: 90px;
}

.loan-file-selectdialog .file-label {
  background: url("/images/clip.png");
  color: #6c6d70;
  font-size: 12px;
  left: 13px;
  padding-left: 20px;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  top: 12px;
  width: 100%;
  line-height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.loan-file-selectdialog .file-extended .file-selector {
  border: 3px dashed transparent;
  border-radius: 5px 5px 5px 5px;
  color: #347c41;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  margin: 30px 0 10px;
  padding: 35px 20px 45px 180px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.loan-file-selectdialog .file-extended .file-selector-active {
  border: 3px dashed #c9e0c9;
}

.loan-file-selectdialog .file-extended .file-selector:hover {
  border: 3px dashed #c9e0c9;
}

.loan-file-selectdialog .file-extended .file-load-img {
  background: url(/images/drop-load.png) no-repeat 0 0;
  height: 100px;
  left: 40px;
  top: 15px;
  position: absolute;
  width: 100px;
  background-size: contain;
}

.loan-file-selectdialog .file-extended .file-selector:hover .file-load-img {
}

.loan-file-selectdialog .file-extended .file-uploader {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  font-weight: bold;
}

.loan-file-selectdialog .file-extended .file-uploader .file-but-text {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

.loan-file-selectdialog .file-simple .file-uploader .file-fileUploader {
}

.loan-file-selectdialog .file-uploader .file-fileUploader {
  font-size: 120px;
  height: 85px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

.loan-file-selectdialog .file-uploader .file-filemacos {
  left: 0 !important;
}

.loan-file-selectdialog .file-label2 {
  color: #5c6470;
  font-size: 12px;
  margin-left: 58px;
  padding-bottom: 11px;
}

.loan-file-selectdialog .file-simple,
.loan-file-selectdialog .file-extended {
  display: none;
  margin-left: 30px;
}

.loan-file-selectdialog .file-simple .file-label2 {
  margin-top: 20px;
}

.loan-file-selectdialog .file-simple .file-selector {
  color: #5c6470;
  overflow: hidden;
  height: 30px;
  font-weight: bold;
  margin: 6px 0 6px 90px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.loan-file-selectdialog .file-simple .file-uploader {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.loan-file-selectdialog .file-simple .file-uploader-left {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat 0px -240px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 4px;
}

.loan-file-selectdialog .file-simple .file-uploader-right {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") no-repeat -7px -240px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 4px;
}

.loan-file-selectdialog .file-simple .file-but-text {
  background: url("/bitrix/components/summit/loan.form.online/templates/.default/images/live_feed_sprite.png") repeat-x 0 -267px;
  color: #7a808c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  padding: 2px 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: top;
}

.loanform-file-container .panel-title-link .file-container-field-description {
  font-style: normal;
  opacity: 0.9;
}

.loanform-file-container
  .panel-title-link
  .file-container-field-validate-status {
  float: right;
}

.loanform-file-container
  .panel-title-link
  .file-container-field-validate-status
  .file-container-validate-error,
.loanform-file-container
  .panel-title-link
  .file-container-field-validate-status
  .file-container-validate-success {
  display: none;
}

.loanform-file-container .panel-title-link:hover,
.loanform-file-container .panel-title-link:focus {
  text-decoration: none;
}

.loanform-file-container-body .panel-body {
  padding: 0;
}

.loanform-file-container-body .loan-file-selectdialog {
  margin: 0;
}

.feed-add-photo-block-wrap {
  margin-top: -17px;
}

.feed-add-photo-block {
  display: inline-block;
  margin: 17px 17px 0 0;
  min-height: 100px;
  padding-right: 21px;
  position: relative;
  vertical-align: top;
}

.feed-add-photo-block .feed-add-post-del-but {
  background-position: 6px -19px;
  background-color: #fff;
  height: 22px;
  top: 1px;
  z-index: 3;
}

.feed-add-img-wrap {
  background: #fff;
  border: 1px solid #e2e6e6;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(137, 137, 137, 0.3);
  display: block;
  text-align: center;
  padding: 4px;
  position: relative;
  z-index: 2;
}

.feed-add-img-title {
  color: #2067b0;
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-top: 3px;
  overflow: hidden;
}

.feed-add-photo-block .feed-add-close-icon {
  background-color: #fff;
  background-position: 8px -19px;
  height: 22px;
  top: 1px;
  width: 22px;
}

.feed-add-photo-block .feed-add-close-icon:hover {
  background-position: -57px -60px;
}

.feed-add-post-del-but {
  background: url("/images/live_feed_sprite.png") no-repeat;
  cursor: pointer;
  right: 22px;
  top: 0;
  height: 20px;
  position: absolute;
  width: 20px;
}

.feed-add-photo-block .feed-add-post-del-but {
  background-position: 6px -19px;
  background-color: white;
  height: 22px;
  top: 1px;
  right: 22px;
  z-index: 3;
}

.loan-error-code {
  font-size: 12px;
  font-style: italic;
}

/** Общие стили для шагов */

.questionnaire-field__checkbox-container .questionnaire-field__checkbox:before,
.repeated-request:before {
  font-family: "FontAwesome";
  font-weight: 900;
}

/* анкета */

.questionnaire-field {
  /* блок с инпутом */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questionnaire-form__legend legend {
  border-bottom: none;
  width: inherit;
  padding: 0.5em;
  font-size: 15px;
  font-weight: bold;
}

.questionnaire-form__legend fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
  background: #fff;
  /* line-height: 2.5em; */
}

/** Информация о заявке */

.questionnaire-form__loan-info legend {
  border-bottom: none;
  width: inherit;
  padding: 0.5em;
  font-size: 15px;
  font-weight: bold;
}

.questionnaire-form__loan-info fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
  background: #fff;
  line-height: 2.5em;
}

.questionnaire-form__input-group label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.questionnaire-form__input-group div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.questionnaire-form__input-group div select {
  border-left: 0;
  border-right: 0;
}

.questionnaire-form__input-group div input,
.questionnaire-form__input-group div select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.questionnaire-form__input-group label select {
  border-left: 0;
  border-right: 0;
}

.questionnaire-form__input-group label input,
.questionnaire-form__input-group label select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.questionnaire-form__loan-info .table {
  background: #fff;
}

.questionnaire-form__loan-info span {
  font-weight: bold;
  color: #5cb85c;
}

.questionnaire-field__textarea {
  height: 100%;
}

.questionnaire-field__textarea textarea {
  resize: none;
  padding: 15px 15px;
}

.questionnaire-field__container {
  height: 100%;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

/* Убрать questionnaire-field__input */
.questionnaire-field__input, 
.questionnaire-field__input ~ .ruble {
  appearance: none;
  font-weight: normal;
  height: 100%;
  width: 100%;
  background: none;
  color: var(--color-txt);
  font-size: 1em;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.questionnaire-field__input:focus{
  border: 1px solid var(--color-green);;
}

.questionnaire-field__input.form-control {
  border-radius: 8px;
  height: 100%;
  font-size: 1em;
}

.questionnaire-field__input::expand {
  display: none;
}

.questionnaire-field__description {
  font-size: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: top font-size padding;
  -o-transition-property: top font-size padding;
  -moz-transition-property: top font-size padding;
  transition-property: top font-size padding;
  font-weight: 400;
  pointer-events: none;
  background: #fff;
}

.questionnaire-field__description_mandatory:after {
  content: "*";
  color: #e31e25;
}

.questionnaire-field__required span.questionnaire-field__description:after {
  content: "*";
  color: #e31e25;
}

.questionnaire-field__input.form-control:focus,
.questionnaire-field__input:focus {
  border: 1px solid var(--color-green);;
  box-shadow: none;
}

.questionnaire-field__message {
  /* сообщения для определенного поля */
  display: none;
  position: absolute;
  bottom: -18px;
  left: 10px;
  font-size: 12px;
  color: #e31e25;
}

.questionnaire-field__select {
  cursor: pointer;
}

.questionnaire-field_error .questionnaire-field__input {
  border-color: #C9150D;
}

.questionnaire-field_error .questionnaire-field__message {
  display: block;
}

.questionnaire-field__checkbox-container {
  height: 100%;
}

.questionnaire-field__checkbox-container .questionnaire-field__checkbox {
  /*блок с чекбоком*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.questionnaire-field__checkbox-container .questionnaire-field__checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  color: #fff;
  display: inline-block;
  border: 2px solid #B8BEC0;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.questionnaire-field__checkbox-container .questionnaire-field__checkbox-name {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 0 0 -webkit-calc(20px + 10px);
  padding: 0 0 0 -moz-calc(20px + 10px);
  padding: 0 0 0 calc(20px + 10px);
}

.questionnaire-field__checkbox-container
  .questionnaire-field__checkbox-name.processing-checkbox-label
  > small {
  font-weight: normal;
  font-size: 75%;
}

.questionnaire-field__checkbox-container > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.questionnaire-field__checkbox-container
  input[type="checkbox"]:checked
  ~ .questionnaire-field__checkbox:before {
  background-image: url('/bitrix/components/summit/loan.form.online/templates/.default/images/check_on.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--color-green);
}

.questionnaire-field__select-radio {
  line-height: 4em;
}

.questionnaire-field__radio-container {
  padding: 0px;
}

.questionnaire-field__radio-container .questionnaire-field__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.questionnaire-field__radio-container .questionnaire-field__radio:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid var(--color-green);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.questionnaire-field__radio-container .questionnaire-field__radio:after {
  content: "";
  background: transparent;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -webkit-calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.questionnaire-field__radio-container .questionnaire-field__radio-name {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 0 0 -webkit-calc(20px + 10px);
  padding: 0 0 0 -moz-calc(20px + 10px);
  padding: 0 0 0 calc(20px + 10px);
}

.questionnaire-field__radio-container > input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.questionnaire-field__radio-container
  input[type="radio"]:checked
  ~ .questionnaire-field__radio:after {
  background: var(--color-green);
}

.questionnaire-button {
  /* Кнопки */
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  width: 100%;
  flex-direction: row-reverse;
  padding: 0 15px;
}

.additional-field {
  margin-top: 0px;
  padding: 0px 50px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.input-sm_input {
  margin-left: 10px;
}

.close-dogovor {
  float: right;
  background: none;
  border: none;
  padding-right: 27px;
  padding-top: 17px;
}

.btn-dogovor-close {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  border: none;
  width: 172px;
  height: 45px;
  background: #47a558;
  border-radius: 5px;
}

.questionnaire-button__next,
.questionnaire-button__prev,
.questionnaire-button__cancel {
  width: 220px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  font-size: 16px;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  padding: 13px 26px;
  font-weight: 500;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  background: #fff;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: .05em;
}

.questionnaire-button__change {
  margin: 0;
  line-height: 1;
  text-transform: none;
  border-radius: 5px;
  font-size: 16px;
}

.questionnaire-button__next {
  background:var(--color-green);
  color: #ffffff;
}

.questionnaire-button__inline {
  margin-top: 0px;
  height: 100%;
}

.questionnaire-title {
  /* Название шага */
  width: 100%;
  position: relative;
}

.questionnaire-title__text {
  display: inline-block;
  background: #fff;
  padding: 10px;
  color: var(--color-txt);
  position: relative;
}

.questionnaire-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  position: absolute;
  top: 50%;
  left: 0;
}

.repeated-request {
  padding-left: 25px;
  color: #4d4d4d;
}

.repeated-request:before {
  content: "\f01e";
  width: 20px;
  height: 20px;
}

.change-number {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  padding-left: 25px;
  color: #4ca1d7;
  text-decoration: none;
}

.change-number:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
  width: 20px;
  height: 20px;
}

.change-number:hover {
  color: #194f71;
}

/* Статус шага */

.step-status {
  position: relative;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.step-status:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  position: absolute;
  top: 50%;
  left: 0;
}

.step-status__number {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #cfcfcf;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 5px solid #fbfbfb;
  position: relative;
}

.step-status__active {
  background: #5cb85c;
}

.questionnaire-field_add-email {
  cursor: pointer;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.social__vk,
.social__ok,
.social__fb,
.social__email {
  position: relative;
  min-width: 45px;
  width: 45px;
  height: 45px;
  margin: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  text-decoration: none;
  background: #cfcfcf;
  text-decoration: none;
}

.social__vk:before,
.social__ok:before,
.social__fb:before,
.social__email:before {
  position: relative;
  font-size: 28px;
  top: 3px;
}

.social__vk:hover,
.social__ok:hover,
.social__fb:hover,
.social__email:hover {
  text-decoration: none;
  background: #fff;
}

.social__vk:focus,
.social__ok:focus,
.social__fb:focus,
.social__email:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.social__ok {
  background: #f07d00;
}

.social__ok:hover {
  color: #f07d00;
}

.social__ok:before {
  content: "\f263";
  font-weight: bold;
}

.social__vk {
  background: #4f75a2;
}

.social__vk:hover {
  color: #4f75a2;
}

.social__vk:before {
  font-size: 31px;
  content: "\f189";
  top: 0;
  left: -1px;
}

.social__fb {
  background: #3c5a9a;
}

.social__fb:hover {
  color: #3c5a9a;
}

.social__fb:before {
  font-size: 30px;
  content: "\f39e";
  top: 3px;
  font-weight: bold;
}

.social__email {
  background: #e84c3d;
}

.social__email:hover {
  color: #e84c3d;
}

.social__email:before {
  font-size: 30px;
  content: "\f1fa";
  top: 1px;
  font-weight: bold;
}

.questionnaire-field__name {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
  padding: 10px;
}

.loan-control-panel-mobile {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .loan-control-panel-mobile {
    display: none;
  }
}

/** steps */

.el-steps {
  display: flex;
}

.el-steps--vertical {
  height: 100%;
  flex-flow: column;
}

.el-step.is-vertical {
  display: flex;
}

.el-step {
  position: relative;
  flex-shrink: 1;
}

.el-step.is-vertical .el-step__head {
  flex-grow: 0;
  width: 24px;
}

.el-step__head.is-finish {
  color: #437f43;
  border-color: #409eff;
}

.el-step__head {
  position: relative;
  width: 100%;
}

.el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}

.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #c0c4cc;
}

.el-step__line-inner {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  transition: 0.15s ease-out;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

.el-step__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.15s ease-out;
  border: 1px solid #437f43;
  border-radius: 50%;
}

.el-step__icon-inner {
  display: inline-block;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.el-step.is-vertical .el-step__main {
  padding-left: 10px;
  flex-grow: 1;
}

.el-step__main {
  white-space: normal;
  text-align: left;
}

.el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}

.el-step__title.is-finish {
  color: #437f43;
}

.el-step__title {
  font-size: 16px;
  line-height: 38px;
}

.el-step__description.is-finish {
  color: #437f43;
}

.el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.is-normal-step {
  flex-basis: 50%;
}

.is-normal-step .el-step__icon {
  border: 1px solid #232323;
}

.is-past-step {
  flex-basis: 50%;
  color: #9e9e9e;
}

.is-past-step .el-step__icon {
  border: 1px solid #9e9e9e;
}

.is-last-step {
  /* color: #9e9e9e */
}

.is-last-step .el-step__icon {
  /* border: 1px solid #9e9e9e; */
}

.is-active-step {
  color: #43a047;
  font-weight: bold;
  opacity: 1;
}

.is-active-step .el-step__icon {
  border: 2px solid #43a047;
  opacity: 1;
}

.lk-button {
  line-height: 3.5em;
  float: right !important;
  padding-right: 3%;
}

.lk-button__link-block {
  float: right;
  padding-right: 3%;
}

.lk-button__change {
  float: left;
}

@media (max-width: 768px) {
  .lk-button {
    line-height: 3em;
  }
  .lk-button__change,
  .lk-button__link-block {
    padding: 0;
    float: none;
    clear: both;
    text-align: center;
  }

  #line-text {
    text-decoration: none;
  }

  #second_div {
    font-size: 14px;
    width: 100%;
    max-width: 200px;
    height: 48px;
    margin: 25px auto 0 auto;
    border: 1px solid #5e9e4f;
    border-radius: 60px;
  }
}

/* @media (max-width: 1200px) and (min-width: 769px) {

@media (max-width: 1200px) and (min-width: 769px) {
    .lk-button__link-block {
        display: none;
    }
} */

a.lk-button__personal {
  color: #437f43;
  text-decoration: underline;
}

a.lk-button__personal:hover,
a.lk-button__personal:active,
a.lk-button__personal:focus {
  color: #437f43;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .loan-detail-frame {
    border: unset;
    box-shadow: unset;
    border-radius: unset;
  }
  .questionnaire-field{
    padding: 14px 0;

  }
  .questionnaire-field__name{
    padding: 10px 0;

  }
}

/* calc */

@media (max-width: 359px) {
  .loan-detail-frame .loan-content-html {
    padding: 0 10px 10px 10px;
  }
}

/*стили калькулятора*/

.calc-container1 {
  width: 80%;
  margin: 0 auto;
}

.loancalc1 {
  width: 100%;
  min-width: 280px;
  background: #eff7eb;
  padding: 50px 10px 0;
  border: 1px solid #bbbfba;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(187, 191, 186, 0.75);
  margin: 0 auto 10px;
  float: left;
}

.loancalc1 .loantype {
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  background: #5e9e4f;
  color: white;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .loancalc1 {
    border-radius: 8px;
  }
  .loancalc1 .loantype {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .calc-container1 {
    width: 95%;
  }
}

@media only screen and (min-width: 480px) {
  .loancalc1 {
    border-radius: 0 30px 30px 30px;
  }
  .loancalc1 .loantype {
    width: 300px;
    border-radius: 0 0 8px 0;
  }
}

.loancalc1 .sliders {
  user-select: none;
  width: 100%;
  float: left;
  margin: 0 0 45px 0;
}

.loancalc1 div.labelsum,
.loancalc1 div.labelterm {
  float: left;
  display: inline-block;
  margin: 5px 0 27px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #3a8828;
}

.loancalc1 .textinputs {
  float: right;
  display: inline-block;
  width: 117px;
  margin: 0 0 20px 0;
}

.loancalc1 .textinputs .loan-text-input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 0 0 5px;
  border-radius: 3px;
  height: 32px;
  width: 100%;
  border: solid 1px #3a8828;
  background-color: #ffffff;
}

.loancalc1 .textinputs .sel {
  position: relative;
}

.loancalc1 .textinputs .sel:after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: FontAwesome;
  color: rgb(0, 0, 0);
  line-height: 1;
  pointer-events: none;
}

.slider_bg {
  float: left;
  height: 8px;
  border-radius: 5px;
  border: 1px solid #aaa;
  position: relative;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}

@media only screen and (max-width: 479px) {
  .slider_bg {
    width: 100%;
    padding-right: 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider_bg {
    width: 100%;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_bg {
    width: 72%;
    padding-right: 10px;
  }
  .loancalc1 div.labelsum,
  .loancalc1 div.labelterm {
    width: 100%;
    margin-top: 0;
  }
  .loancalc1 .textinputs {
    width: 28%;
    margin: -12px 0 0 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .slider_bg {
    width: 78%;
    padding-right: 9px;
  }
  .loancalc1 div.labelsum,
  .loancalc1 div.labelterm {
    width: 100%;
    margin-top: 0;
  }
  .loancalc1 .textinputs {
    width: 22%;
    margin: -12px 0 0 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .slider_bg {
    width: 83%;
    padding-right: 5px;
  }
  .loancalc1 div.labelsum,
  .loancalc1 div.labelterm {
    width: 100%;
    margin-top: 0;
  }
  .loancalc1 .textinputs {
    width: 17%;
    margin: -12px 0 0 0;
    padding-left: 20px;
  }
}

.range-slider {
  width: 100%;
  height: 8px;
  border: none;
}

.loancalc1 .loan-slider {
  float: left;
  width: 100%;
}

.range-slider .pointer {
  width: 24px;
  height: 24px;
}

.range-slider .pointer::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  background-color: #bd1c1b;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.loancalc1 .textrange {
  font-size: 12px;
  position: absolute;
  top: 13px;
}

.loancalc1 .textrange.minsum,
.loancalc1 .textrange.minterm {
  left: 0;
}

.loancalc1 .textrange.maxsum,
.loancalc1 .textrange.maxterm {
  right: 0;
  text-align: right;
}

.loancalc1 .loanсhance {
  width: 60%;
  float: left;
  text-align: center;
  margin: 5px 20% 0;
  display: none;
}

@media only screen and (max-width: 643px) {
  .loancalc1 .loanсhance {
    font-size: 12px;
  }
}

.loancalc1 .checks {
  float: left;
  display: none;
  margin: 0 0 20px 0;
}

.loancalc1 .checks .inputDiv {
  margin-top: 5px;
}

.loancalc1 .inputDiv p {
  font-size: 10px;
  margin: 0;
  padding: 0 0 0 20px;
}

.loancalc1 .checks .inputDiv > div {
  float: left;
  margin-right: 20px;
}

.loancalc1 .checks .inputDiv > div:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 559px) {
  .loancalc1 .checks .inputDiv > div {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .loancalc1 .checks .inputDiv > div:last-child {
    margin-bottom: 0;
  }
}

.loancalc1 .checks input {
  margin: 0px;
  padding: 0px;
}

.loancalc1 .checks label {
  font-weight: normal;
}

.loancalc1 .radios {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-top: 1px solid #bbbfba;
}

.loancalc1 .radios > div {
  line-height: 24px;
}

.loancalc1 .radios > div > b {
  float: right;
}

.loancalc1 .radios > div > span {
  display: block;
  text-align: center;
}

.loancalc1 .radios fieldset {
  border: none;
  padding: 0;
}

.loancalc1 .radios fieldset legend {
  text-align: center;
  margin: 0 0 5px 0;
}

.loancalc1 .radios .checkdiv {
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  background: rgba(58, 136, 40, 0.2);
  margin-bottom: 5px;
}

.loancalc1 .radios .checkdiv.selecled {
  background: rgba(58, 136, 40, 0.5) !important;
}

.loancalc1 .radios div input {
  display: none;
}

@media only screen and (max-width: 559px) {
  .loancalc1 .radios {
    font-size: 14px;
  }
}

.loancalc1 .popup {
  display: none;
  width: 20%;
  min-width: 250px;
  height: 50px;
  padding: 5px;
  text-align: center;
  background: #eff7eb;
  border: solid 1px #3a8828;
  border-radius: 10px;
  position: absolute;
}

.loancalc1.preload:after {
  display: block;
  left: 0;
  top: 0;
  margin: 0px auto;
  content: "";
  filter: none;
  background-image: url("/images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.loan-refusal {
  text-align: center;
}

.loan-refusal .button_loan_cancel {
  margin: 10px 20px;
  color: #fff;
  background-color: var(--color-green);
  border-color: var(--color-green);
  border-radius: 8px;
  font-family: 'Roboto';
}
.loan-refusal .button_loan_cancel:hover {
  background-color: var(--color-green);
}
.loan-refusal .button_loan_cancel:focus,
.loan-refusal .button_loan_cancel:active{
  background-color: #002E19;
  border-color: #002E19;
}
/*Кнопки страховок*/
.insurances {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

@media (min-width: 451px) {
  svg.insurance-btn {
    right: -30px;
    position: absolute;
  }
}

@media (max-width: 450px) {
  svg.insurance-btn {
    position: relative;
    display: block;
  }
}

@media (max-width: 991px) {
  .insurances {
    align-items: center;
  }

  .insurances .questionnaire-button__next {
    font-size: 13px;
    width: 100%;
  }
}
@media (max-width: 610px) {
	.questionnaire-button {
		display: flex;
		flex-wrap: wrap;
    flex-direction: column;
	}
	.questionnaire-button__next,
	.questionnaire-button__prev,
	.questionnaire-button__cancel {
	width: 100%;
}
}

.insurances > div {
  max-width: 100%;
  padding: 0 8px;
  padding-top: 16px;
}

@media (max-width: 667px) {
	.insurances > div {
		width: 100%;
	  }
}

.insurances .questionnaire-button__next.with-insurance {
  width: 100%;
}

.insurances .questionnaire-button__next.with-insurance::after {
  content: attr(data-summ);
  border-radius: 3px;
  color: var(--color-txt);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-left: 8px;
}

.insurance-inputs.avalible .row.insurances {
  display: block;
}

.insurance-inputs.avalible .not-insurance {
  display: none;
}

.insurance-inputs .row.insurances {
  display: none;
}

.insurance-inputs .not-insurance {
  display: block;
}

.insurances .without-insurance {
  background: transparent;
  color: var(--color-green);
  width: 100%;
}

.with-insurance-block {
  position: relative;
}

.with-insurance-block .questionnaire-button__next.with-insurance {
  border-radius: 8px;
}

.modal-body .info ul {
  padding-left: 18px;
}

.modal-body .info > div {
  padding: 3px 5px;
}

.modal-body .info .line {
  display: flex;
}

#personal-score .modal-body .info .line {
  margin-top: 15px;
}

.modal-body .info .line .line-label {
  min-width: 115px;
}

#insurance-alert .modal-dialog {
  pointer-events: all;
  max-width: 475px;
  text-align: center;
}

#insurance-alert .modal-body .wrapper {
  padding: 30px 26px;
}

*:focus-visible {
  outline: none;
}

#insurance-alert .modal-body .info {
  padding: 0 !important;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#insurance-alert .insurances-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
}

#insurance-alert .insurances-button div {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 10px;
}

#insurance-alert .insurances-button button.close {
  background-color: transparent;
  border: 1.5px solid var(--color-green);
  border-radius: 10px;
  color: var(--color-green);
  opacity: 1;
}

#insurance-alert .insurances-button button.accept {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: none;
}

#insurance-alert .insurances-button button {
  border-radius: 10px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
}

#insurance .modal-body .info .partner-site {
  text-align: center;
}

#insurance .modal-body .info .partner-site a {
  text-decoration: underline;
}

#insurance-alert .modal-dialog,
#insurance .modal-dialog,
#personal-score .modal-dialog {
  position: fixed;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  #insurance .modal-dialog,
  #personal-score .modal-dialog {
    width: 565px;
  }

  .modal-body .info .line .line-label {
    min-width: 160px;
  }

  .modal-body .info {
    font-size: 14px !important;
    max-width: 525px !important;
    padding: 12px 10px 15px !important;
  }
}

@media (max-width: 767px) {
  #insurance .modal-dialog,
  #personal-score .modal-dialog {
    width: 300px;
    top: calc(50% - 220px);
  }

  .modal-body .info .line .line-label {
    min-width: 130px;
  }

  .modal-body .info {
    font-size: 12px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .modal-dialog {
    width: 415px !important;
  }
}

@media (max-width: 450px) {
  .with-insurance-block svg.insurance-btn {
    display: inline-block;
    float: right;
    top: 27px !important;
    right: -25px !important;
  }

  .insurances .questionnaire-button__next {
    width: 90%;
  }
}

#insurance-alert .close-dogovor,
#insurance .close-dogovor,
#personal-score .close-dogovor {
  top: 6px;
  right: 8px;
  z-index: 1;
  padding: 0;
  position: absolute;
}

#insurance .modal-body,
#personal-score .modal-body {
  padding-top: 5px !important;
  border-radius: 5px;
  position: relative;
}

.modal-body .info {
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  max-width: 390px;
  background: #fff;
  padding: 10px;
  border: none;
  margin: auto;
}

.modal-header {
  background-color: #fff;
  margin-bottom: -1px;
}

.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  margin: auto !important;
  background-color: #fff;
  padding: 3px 30px 15px 30px !important;
}

.modal-footer {
  padding: 0 !important;
  background-color: #fff;
  margin-top: -1px;
}

svg.insurance-btn {
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

/* Для вставки от центробанка*/
.form__row-policy {
    margin-bottom: 10px;
    display: inline-block;
}

.form__row-policy label {
    display: inline-block;
    /*font-size: 1.6rem;*/
    text-align: initial;
}

.form__row-policy label a {
    /*font-size: 1.6rem;*/
}

.form__row-policy label {
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 1.2rem;
    color: #565759;
}

.form__row-policy label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid var(--color-green);
    background-color: transparent;
}

.form__row-policy input {
    display: none;
}

.form__row-policy input:checked+label:before {
    background: transparent;
}

.form__row-policy input:checked+label:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-image: url("/bitrix/components/summit/form.verification.dialog/templates/sms_check_online/img/check_on.svg");
    background-repeat: no-repeat;
}

/* конец Для вставки от центробанка*/


.success-toast,
.error-toast {
  display: flex;
  align-items: flex-start;
  color: #565759;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.success-toast .icon,
.error-toast .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.toastify {
  position: absolute;
  padding: 16px;
  padding-right: 54px;
  border-radius: 10px;
  top: 85px !important;
}
.toast-close {
  position: absolute;
  top: 5px;
  right: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 1;
  padding: 0 5px;
}
.toast-close::after,
.toast-close::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #31708f;
}
.toast-close::after {
  transform: rotate(-45deg);
}
.toast-close::before {
  transform: rotate(45deg);
}

@media (max-width: 687px) {
  .toastify-right {
    max-width: calc(75% - 20px);
  }
}

@media (max-width: 444px) {
  .toastify-right {
    max-width: calc(85% - 10px);
  }
}

/* Костылик для старой валидации */
body.old-validation-form {
  .questionnaire-field {
    height: 70px;
    padding: 14px 5px;
  }
  .questionnaire-field__input{
    border:1px solid #C8C8C8;
  }
  .ugolok-container {
    position: absolute;
    top: 0;
    right: 18px;
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: none;
  }
 .ugolok {
    font-family: FontAwesome;
    color: #E0E0E0;
    font-size: 22px;
  }
  .questionnaire-field__description {
    position: absolute;
    top: -20px;
    left: 0;
  }
}
/* End */


/* Start:/css/suggestions.min.css?17446151512083*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.addressList{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/css/addressList.css?1744615151960*/
.apiList, #apiList-email, .suggestions-suggestions {
    max-height: 10.7em;
    overflow-y: auto;
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    top: 100%;
}

.apiList strong, .suggestions-suggestions strong {
    color: var(--color-green) !important;
    font-weight: 400!important;
}
/* Изменение дадаты */

/* .suggestions-suggestions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d40707;
} */
 
/* Изменение дадаты */
.apiListItem:hover, .suggestions-suggestion:hover strong{
    color: #fff !important;
}

.apiListItem, .suggestions-suggestion {
    font-size: 1.4rem;
    padding: 0.5em;
    cursor: pointer;
}

.apiListItem:hover, .suggestions-suggestion:hover {
    color: #fff;
    background: #81B28A;
}
.apiListItem:last-child{
    border-bottom: none;
}

.suggestions-nowrap {
    white-space: pre-line;
}
/* End */


/* Start:/bitrix/components/summit/loan.detail/templates/step1/style.css?175067869316669*/
.cz_calc {
    font-family: 'Calibri-Bold';
    font-size:12px;
    width: 100%;
    margin: 0;
}

.z_mode_content_ {
    position:relative;
    height:348px;
    margin:10px;
    padding:25px 30px 30px 30px;
    box-sizing: border-box;
    border:1px solid #bbbfba;
    border-radius:10px;
    -moz-box-shadow: 0px 0px 10px 0px rgba(187,191,186,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(187,191,186,0.75);
    box-shadow: 0px 0px 10px 0px rgba(187,191,186,0.75);
    background-color:#EFF7EB;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size:838px 433px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    border-radius: 30px;
    overflow: hidden;
}

.z_mode_content_ .zaem_name{
    position:absolute;
    top:0px;
    left: 0px;
    width:305px;
    height:48px;
    margin:0;
    padding: 0 35px 0 20px;
    text-align:left;
    background-color:#437F43;
    
    font-size:22px;
    color:#EEF6EB;
    line-height:48px;
    text-transform:uppercase;
    border-bottom-right-radius: 30px;
}
/*.z_mode_content_ .zaem_name:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-right:24px solid #EFF5EB;
    border-top:24px solid transparent;
    border-bottom:24px solid transparent;
    border-left:none;
}*/
.z_mode_content_ .zaem_name._2{
    line-height: 20px;
    padding-top: 4px;
}

.z_mode_content_ .zaem_info {
    position:absolute;
    top:25px;
    left:300px;
    width:490px;
    height:48px;
    margin:0;
    padding-top: 0px;
    text-align:left;
    
    font-family:'Calibri';
    font-size:22px;
    color:#397539;
    line-height:24px;
}

.z_mode_content_ ._sliders_block_{
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    box-sizing: border-box;
}
.z_mode_content_ ._info_block{
    position:absolute;
    top:100px;
    right:30px;
    width:140px;
    height:130px;
}
.z_mode_content_ ._block_4_{
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
}
.z_mode_content_ ._vozvrat_block{
    position:absolute;
    bottom:25px;
    left:30px;
    right:30px;
}
.z_mode_content_ ._vozvrat_block._3{
    bottom:5px;
}
.z_mode_content_ ._vozvrat_block._2{
    bottom:15px;
}

/*_sliders_block*/
.z_mode_content_ .line{
    float: left;
    width: 100%;
    height: 65px;
    margin-bottom: 40px;
    position: relative;
}
.z_mode_content_ .line_top {
    float: left;
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    position: relative;
}
.z_mode_content_ p.slider_name_{
    display: inline-block;
    color:#437F43;
    font-size:12px;
    font-family:'Calibri';
    margin: 40px 0 0 0;
    text-align: left;
    text-transform:uppercase;
    line-height:12px;
}

.z_mode_content_ .slider {
    float: left;
    position: relative;
    width: 100%;
    height: 14px;
    margin: 0;
    border-radius: 14px/7px;
    background-color: #797A7D;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#797A7D));
    background: -moz-linear-gradient(top, #ffffff, #797A7D);
    background: -o-linear-gradient(top, #ffffff, #797A7D);
    background: -ms-linear-gradient(top, #ffffff, #797A7D);
}
.z_mode_content_ .slider .ui-widget-header {
    border: none;
    height:7px;
    top: 3px;
    left: 10px;
    
    background-color:#437F43;
    background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #89FC99), color-stop(1, #437F43));
    background: -ms-linear-gradient(left, #89FC99, #437F43);
    background: -moz-linear-gradient(left center, #89FC99, #437F43);
    background: -o-linear-gradient(left center, #89FC99, #437F43);
/*был красный BA2025*/  
}
.z_mode_content_ .slider .ui-slider-handle{
    background: url('/bitrix/components/summit/loan.detail/templates/step1/images/slider_polsunok_red.png') 50% 50% no-repeat transparent;
    border: none;
    width:36px;
    height:36px;
    top: -11px;
    cursor:pointer;
    padding: 0;
    margin-left:-20px;
}
.ui-slider-handle:focus {
    outline:none;
}
.z_mode_content_ .slider .min,
.z_mode_content_ .slider .max {
    position:absolute;
    bottom:-25px;
    color:#58595B;
}
.z_mode_content_ .slider .min {
    left:0;
}
.z_mode_content_ .slider .max {
    right:0;
}
/*END _sliders_block*/

/* _info_block*/
.z_mode_content_ ._box_{
	float: right;
    position: relative;
    width: 140px;
    height: 46px;
    margin: 0 0 5px 0;
    padding: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #bbbfba;
    color: #000000;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
}
/*END _info_block*/

/* _block_4*/
.z_mode_content_ ._block_4_ .info{
    position:relative;
    display:inline-block;
    width: 44.5%;
    height: 40px;
    margin: 0 2.5% 5px;
    padding: 0;
    background-color:#eeeeee;
    box-sizing: border-box;
    border:1px solid #bbbfba;
    color:#6D6E71;
    font-size:18px;
    line-height: 40px;
    text-align: center;
    text-transform:uppercase;
    text-decoration:none;
}
.z_mode_content_ ._block_4_ .info.check {
    background-color:#437F43;
    color:#ffffff;
}
/*END _block_4*/
.a_close {
    position:absolute;
    top: 10px;
    right: -20px;
    width: 15px;
    height: 15px;
    color: #ff0000;
    font-size: 30px;
    line-height: 15px;
}
.a_close:hover {
    text-decoration:none;
    color: #ff0000;
}
/* _vozvrat_block*/
.z_mode_content_ ._vozvrat_block {
    font-family:'Calibri';
    color:#231F20;
    font-size:20px;
    text-align: center;
    line-height:20px;
}   
.z_mode_content_ ._vozvrat_block span{
    font-family:'Calibri-Bold';
}   
/*END _vozvrat_block*/

/**/
.z_mode_content_ ._box.sl ._ar{
    position:absolute;
    width: 0;
    height: 0;
    top:19px;
    right:10px;
    border-top:8px solid #444444;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom:none;
}
.z_mode_content_ ._box .drop{
    display:block;
    position:absolute;
    left:-1px;
    top:100%;
    z-index:1;
    width:140px;
    height:240px;
    background-color:#ffffff;
    border:1px solid #bbbfba;
    border-top:none;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding:20px 0;
    box-sizing: border-box;
}
.z_mode_content_ ._box .drop .cont{
    display:block;
    width:100%;
    max-height: 200px;
    padding:0;
    overflow-y: auto;
}
.z_mode_content_ ._box .drop .cont a{
    display:block;
    padding:0 1px;
    margin:2px;
    height:20px;
    line-height:20px;
    color:#444444;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
}
.z_mode_content_ ._box .drop .cont a.act{
    color:#377036;
    font-size:16px;
    font-weight:bold;
    cursor:default;
}
.z_mode_content_ ._box .drop .cont a:hover{
    background-color:#dedede;
}
.z_mode_content_ ._box .drop .cont a.act:hover{
    background-color:#efefef;
}
.z_mode_content_ ._box .drop a.ar{
    display:block;
    position:absolute;
    left:0;
    z-index:1;
    width:100%;
    height:20px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.z_mode_content_ ._box .drop a.ar._up{
    top:0;
    background-image:url('/bitrix/components/summit/loan.detail/templates/step1/images/ar_up.png');
}
.z_mode_content_ ._box .drop a.ar._down{
    bottom:0;
    background-image:url('/bitrix/components/summit/loan.detail/templates/step1/images/ar_down.png');
}

/*tooltip для кнопки На карту*/
.toptip_card_btn_box {
    opacity:0;
    position:absolute;
    /* bottom: 100%;
    right: 0; */
    z-index:-1;
    /* width:220px; */
    height:0;
    padding:5px 10px;
    border: 1px solid #bcbfbf;
    border-radius: 5px;
    background-color:#ffffff;
    cursor:default;
    box-sizing: border-box;
    transition:all 0.5s ease;
}
.toptip_card_btn_box.show {
    opacity:1;
    height:50px;
    z-index:2;
}
.toptip_card_btn_box p{
    color:#777777;
    font-size:13px;
    text-align:center;
    margin:3px 0;
    line-height:1.2;
    text-transform:none;
}
.toptip_card_btn_box a._close {
    display:block;
    position:absolute;
    top: 4px;
    right: 4px;
    z-index:2;
    width:15px;
    height:15px;
    padding:0;
    color: #ff0000;
    font-size: 30px;
    line-height: 15px;
    text-decoration: none;
}
.toptip_card_btn_box a._close:focus {
    text-decoration: none;
}
/*END tooltip для кнопки На карту*/

/*форма*/
.err_msg {
    font-size: 10px;
    color: #ff0000;
    font-weight: bold;
    position: absolute;
    left: 2px;
    bottom:-3px;

}
.err_msg_1 {
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
    position: relative;
    left: 5px;
    bottom:0px;
}
.zaem_btn {
background-color: #397539;
border: none;
width: 300px;
height: 40px;
cursor: pointer;
font-family:'Calibri-Bold';
font-size:20px;
color:#ffffff;
  outline: none;
}

.cz_form {
    float: left;
    position:relative;
    width:98%;
    margin: 0 10px 25px 10px;
    padding:5px 15px 20px;
    padding-bottom: 5px;
    background-color:#EEF6EB;
    box-sizing: border-box;
    border:1px solid #bbbfba;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
}
.cz_form_step0 {
    display:block;
    /* overflow: hidden; */
}
.cz_form_step0 .data_block{
    margin: 5px 10px 0 0;
    float: left;
    /* overflow: hidden; */
    position:relative;
}
.cz_form_step0 .data_block.btn_{
    float: right;
    margin: 7px 0 0 0;
    padding: 0 10px;
    background: none;
    box-shadow: none;
    border: 1px solid #bbbfba;
}
.cz_form_step0 .data_block.btn_ .zaim0{
    float: left;
    width:175px;
    margin:0 10px 0 0;
    padding:10px 0;
}
.cz_form_step0 .data_block.btn_ .zaim0[rel='card']{
    margin-right:0;
}
.data_block label{
    display:block;
    color:#000000;
    font-size:11px;
    font-family:'ArialNarrow';
    margin: 0 0 0 0;
    line-height: 15px;
    letter-spacing: 1px;
}
.data_block.btn_ label {
    position: absolute;
    z-index:1;
    left:50%;
    top:-8px;
    display: inline-block;
    margin: 0 0 0 -73px;
    padding:0 10px;
    text-transform:none;
    background-color:#EEF6EB;
}
.data_block .field {
    position: relative;
    display:block;
    float:left;
    width:100%;
    padding:0 1px 10px;
}
.data_block.btn_ .field {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.data_block .field select{
    display:block;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    margin:0;
    color:#231F20;
    font-family: 'Calibri-BoldItalic';
    font-size:12px;
    border:1px solid #bbbfba;
    letter-spacing: 0.8px;
}

.data_block .field._region {
    width:188px;
}

.calc{
    width: 300px;
    padding: 20px;
}
.slider{
    width: 300px;
    height: 5px;
    margin-top: 30px;
}
.inputDiv {
    margin-top: 30px;
}


div.verification-block {
    width: 100%;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    background: white;
    z-index: 500;
    display: inline-block;
    margin: 0 10px;
}

div.verification-block-phone
{
    width: 100%;
    display: inline-block;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    background: white;
    margin: 0 10px;
}

div.verification-block-phone p{
    margin: 10px;
}


div.verification-block .errors{
    color: #ff617f;
}

div.verification-block a.close{
    display: none;
    color: #ff617f;
}

div.verification-block button[name=check_code]{
    min-width: 200px;
}


form .phone-field{
    height: 47px;
    font-size: 20px;
    width: 240px;
    margin-bottom: 10px;
}

form .btn-send-code{
    vertical-align: top;
    margin: 0px;
    height: 47px;
    width: 240px;
}

form .phone-field.error{
    border: solid 1px red;
}

.verification-form .tooltip-block{
    top: -25% !important;
}

.alert-info a{
    color: #337ab7;
}

.calc-message{

}

.verification-block-phone input.phone-field {
    font-weight: lighter;
}   

.verification-block-phone input.phone-field::placeholder {}
.jsMainChangeButton{
    display:none;
}

.nav-btn-groupe {
    margin-top: 20px;
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 992px) {
    .nav-btn-groupe {
        flex-direction: row;
    }
}
@media screen and (min-width: 768px) {
    .nav-btn-groupe {
        margin-top: 40px;
    }
}

.nav-btn-groupe .questionnaire-button__next,
.nav-btn-groupe .esia-auth-wrapper {
    margin: 0;
    width: 280px;
    height: 52px;
}


.nav-btn-groupe .button-space {
    width: 32px;
    height: 10px;
}

/* esia-auth style */
.esia-auth-wrapper {
    box-sizing: border-box;
    width: 280px;
    height: 48px;
    margin: 0 auto 0 auto;
    position: relative;

}
.esia-auth-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1px 6px;
    background-color: transparent;
    border: 1px solid #2864B8;
    border-radius: 4px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.esia-auth-button:hover {
    opacity: 0.7;
}
.esia-auth-button .esia-logo {
    width: 67px;
    margin: 5px 0 0 4px;

}
.esia-auth-button .esia-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2864B8;
}

.esia-auth-wrapper .esia-question {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    right: 3px;
    background-image: url("/images/esia/esia_question_calc.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 150;
    cursor: help;
}
.esia-auth-wrapper .esia-question-msg {
    position: absolute;
    width: 276px;
    padding: 16px;
    top: 29px;
    right: -14px;
    background-color: #F3F5F7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #565759;
    text-align: left;
}
.esia-auth-wrapper .esia-question-ugolok {
    position: absolute;
    border-left: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid rgba(255, 241, 190, 0);
    border-bottom: 10px solid #F3F5F7;
    right: -4px;
    top: 20px;
}
.esia-auth-wrapper .esia-question .esia-question-msg,
.esia-auth-wrapper .esia-question .esia-question-ugolok {
    display: none;
}
.esia-auth-wrapper .esia-question:hover .esia-question-msg,
.esia-auth-wrapper .esia-question.show-msg .esia-question-msg,
.esia-auth-wrapper .esia-question:hover .esia-question-ugolok,
.esia-auth-wrapper .esia-question.show-msg .esia-question-ugolok {
    display: block;
}

/* end,  esia-auth style */


/* calc tab style */
.calc-container .tab-head {
    display: flex;
    gap: 4px;
    margin-left: 15px;
    margin-right: 30px;
}
.calc-container .tab-head .tab-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #c8c8c8;
    cursor: pointer;
    min-height: 30px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #c8c8c8;
    border-bottom: 0;
}

.calc-container.calc-std .tab-head .std,
.calc-container.calc-auto .tab-head .auto {
    background-color: #005c32;
    color: #fff;
}
.calc-container.calc-std .tab-body .auto,
.calc-container.calc-auto .tab-body .std {
    display: none;
}

@media screen and (min-width: 768px){
    .calc-container .tab-head .tab-item {
        font-size: 20px;
    }
    .calc-container .tab-head .tab-item {
        padding: 5px 20px;
        min-height: 56px;
    }
}

@media screen and (min-width: 1200px) {
    .promo-block {
        margin-top: -80px !important;
    } 
}

/* end calc tab style */
.promo-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    text-align: center;
    margin-top: -60px;
}
.promo-image {
    flex-shrink: 0;
    width: 90px;
}

.promo-text {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-right: 20px; 
    font-weight: 400;
    font-family:'Roboto';
}

@media (max-width: 575px) {
    .promo-block {
        flex-direction: row;
        align-items: center;
        height: auto; 
        padding: 20px 10px; 
    }

    .promo-text {
        text-align: left; 
    }


    .present-auto-check-button {
        width: 100%; 
        max-width: 300px; 
        padding: 0 20px; 
    }
}
 
@media (max-width: 768px) {
    .promo-block {
        margin-top: -40px;
        padding: 30px;
    }
}

.border-none .calc-step-form {
    border: none !important;
}
/* End */
/* /js/lib/slider/css/rangeslider.css?17255220682143 */
/* /js/lib/notifier/notifier.css?17116130041815 */
/* /js/lib/auto-complete/auto-complete.css?1643378195653 */
/* /js/lib/kladr-api/css/jquery.kladr.min.css?1643378195829 */
/* /js/toastify/toastify.min.css?16932235981523 */
/* /bitrix/components/summit/loan.form.online/templates/.default/style.css?174661866551001 */
/* /css/suggestions.min.css?17446151512083 */
/* /css/addressList.css?1744615151960 */
/* /bitrix/components/summit/loan.detail/templates/step1/style.css?175067869316669 */
