.xxx-credit-calc-online {
  border: 1px solid #E8ECEF;
  border-radius: 5px;
}

.xxx-credit-calc-online__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xxx-credit-calc-online__left {
  width: 40%;
  border-right: 1px solid #E8ECEF;
}

.xxx-credit-calc-online__text-credit-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ADB4BF;
}

.xxx-credit-calc-online__text-credit-sum span {
  line-height: 23px;
}

.xxx-credit-calc-online__text-credit-sum span:last-child {
  color: #333E50;
  font-size: 18px;
  font-family: "lato black", sans-serif;
  margin-left: 10px;
}

.xxx-credit-calc-online__right {
  width: 60%;
  background-color: #F8FBFF;
  padding: 25px 30px 15px 30px;
}

.xxx-credit-bank-calc-online .xxx-credit-calc-online__right {
  padding: 25px 50px 15px 50px;
}

.xxx-credit-calc-online__title {
  font-size: 18px;
  font-family: 'lato black',sans-serif;
  margin-bottom: 20px;
}

.xxx-credit-calc-online__graph-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xxx-credit-calc-online__graph {
  width: 200px;
  height: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
}

.xxx-credit-calc-online__graph-info {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.xxx-credit-calc-online__graph-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.xxx-credit-calc-online__graph-info-item {
  border-top: 1px solid #DADEE2;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.xxx-credit-calc-online__graph-info-item--sum .xxx-credit-calc-online__graph-info-title,
.xxx-credit-calc-online__graph-info-item--overpay .xxx-credit-calc-online__graph-info-title,
.xxx-credit-calc-online__graph-info-item--commission .xxx-credit-calc-online__graph-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.xxx-credit-calc-online__graph-info-item--sum .xxx-credit-calc-online__graph-info-title:before,
.xxx-credit-calc-online__graph-info-item--overpay .xxx-credit-calc-online__graph-info-title:before,
.xxx-credit-calc-online__graph-info-item--commission .xxx-credit-calc-online__graph-info-title:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.xxx-credit-calc-online__graph-info-item--sum .xxx-credit-calc-online__graph-info-title:before {
  background-color: #95CE5A;
}

.xxx-credit-calc-online__graph-info-item--overpay .xxx-credit-calc-online__graph-info-title:before {
  background-color: #ED6755;
}

.xxx-credit-calc-online__graph-info-item--commission .xxx-credit-calc-online__graph-info-title:before {
  background-color: #f5e942;
}

.xxx-credit-calc-online__graph-info-accent {
  font-size: 18px;
  font-family: 'lato black',sans-serif;
}

.xxx-credit-calc-online__graph-info-title {
  font-size: 16px;
  color: #9299A2;
}

.xxx-credit-calc-online__filter-container {
  padding: 20px 30px;
  border-top: 1px solid #E8ECEF;
}

.xxx-credit-bank-calc-online .xxx-credit-calc-online__filter-container {
  padding: 30px;
  border-top: initial;
  overflow: hidden;
}

#filter-fields-credit .xxx-credit-calc-online__filter-row:last-child,
.xxx-credit-calc-online__filter-row {
  margin-bottom: 20px;
}

.xxx-credit-calc-online__filter-row:last-child {
  margin-bottom: 0;
}

.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-select .xxx-g-input-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-select .xxx-g-select-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-select .xxx-g-input-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-input .xxx-g-input-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-input .xxx-g-select-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-input .xxx-g-input-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-and-select .xxx-g-input-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-and-select .xxx-g-select-wrapp:first-child,
.xxx-credit-calc-online__filter-row .xxx-g-input-and-select .xxx-g-input-wrapp:first-child {
  width: 65%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-select .xxx-g-input-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-select .xxx-g-select-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-select .xxx-g-input-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-input .xxx-g-input-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-input .xxx-g-select-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-slider-and-input .xxx-g-input-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-and-select .xxx-g-input-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-and-select .xxx-g-select-wrapp:not(:first-child),
.xxx-credit-calc-online__filter-row .xxx-g-input-and-select .xxx-g-input-wrapp:not(:first-child) {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.xxx-credit-calc-online__filter-container .xxx-g-btn-wrapp {
  padding-left: 0;
  padding-right: 0;
}

.xxx-credit-calc-online__credit-sum, .xxx-credit-calc-online__overpay, .xxx-credit-calc-online__commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xxx-credit-calc-online__credit-sum:before, .xxx-credit-calc-online__overpay:before, .xxx-credit-calc-online__commission:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.xxx-credit-calc-online__credit-sum:before {
  background-color: #95CE5A;
}

.xxx-credit-calc-online__overpay:before {
  background-color: #ED6755;
}

.xxx-credit-calc-online__commission:before {
  background-color: #f5e942;
}

  .xxx-credit-calc-online__filter-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.xxx-credit-calc-online__filter-title h1, .xxx-credit-calc-online__filter-title h2, .xxx-credit-calc-online__filter-title h3, .xxx-credit-calc-online__filter-title h4 {
  margin-bottom: 0;
}

.xxx-credit-calc-online__close {
  cursor: pointer;
}

.xxx-credit-calc-online__close:before {
  content: '\e916';
  font-family: bankiros;
  font-size: 12px;
  color: #ADB4BF;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.xxx-credit-calc-online__close:hover:before {
  color: #333e50;
}
.xxx-credit-bank-calc-online .ic-link,
.xxx-credit-bank-calc-online .ic-pdf {
  transition: all 0.3s ease 0s;
}
.xxx-credit-bank-calc-online .ic-link:hover,
.xxx-credit-bank-calc-online .ic-pdf:hover {
  color: #95ce5a;
}
.xxx-credit-bank-calc-online .xxx-g-checkbox__label,
.xxx-credit-bank-calc-online .xxx-g-checkbox_label {
  margin-left: 10px;
}

.xxx-credit-bank-calc-online .xxx-credit-calc-online__button-wrapper .offers-observer {
  width: 100%;
}

.info-credit__btn-list .xxx-g-btn {
  padding: 12px 10px;
  min-width: 165px
}