﻿@charset "UTF-8";
/*____________media____________*/
/*____________colors____________*/
@font-face {
  font-family: MontserratReg;
  src: url("../../fonts/Manrope/Manrope-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: MontserratBold;
  src: url("../../fonts/Manrope/Manrope-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: MontserratSBold;
  src: url("../../fonts/Manrope/Manrope-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
.calculator-slider .amount-detalis, .calculator-slider .calculator .calculator__info button {
  display: flex;
  flex-direction: row;
}

.calculator-slider .calculator .calculator__info button {
  align-items: center;
  justify-content: center;
}

.calculator-total-to-pay {
  font-size: 36px;
  font-weight: 600;
}

.calculator-discount-amount {
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 14px;
  color: #3F8024;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0666666667);
}

.calculator-slider {
  position: relative;
  /* _________accordion_____________ */
}
.calculator-slider-box {
  max-width: 660px;
  height: 462px;
  background: #e3f7da;
  border-radius: 12px;
}
.calculator-slider .calculator {
  background-color: #e3f7da;
  padding: 16px;
  border-radius: 12px;
  position: relative;
}
.calculator-slider .calculator[aria-disabled]::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2666666667);
  backdrop-filter: blur(5px);
  border-radius: 15px;
}
.calculator-slider .calculator[aria-disabled]::before {
  position: absolute;
  content: "Se requiere confirmación del código SMS";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  top: calc(50% - 40px);
  left: calc(50% - 100px);
  bottom: calc(50% - 40px);
  right: calc(50% - 100px);
  border: 1px solid #ddd;
  /*max-height:70px;*/
  /*min-width: 200px;*/
  padding: 15px;
  background: #eee;
  font-weight: 600;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.0666666667);
  border-radius: 10px;
}
.calculator-slider .calculator__down-text {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3em;
  padding-bottom: 12px;
  color: #000000;
}
.calculator-slider .calculator .calculator__sum {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 16px;
  margin-bottom: 14px;
  /*min-height: 96px;*/
  transition: background 1s linear 0s;
  display: grid;
  align-items: center;
}
.calculator-slider .calculator .calculator__sum.blocked {
  cursor: wait;
  background-color: #f5fbf3 !important;
}
.calculator-slider .calculator .calculator__sum.blocked #form-sum,
.calculator-slider .calculator .calculator__sum.blocked #form-day {
  pointer-events: none;
}
.calculator-slider .calculator .calculator__sum #calculator__sum,
.calculator-slider .calculator .calculator__sum #calculator__day {
  font-size: 16px;
}
.calculator-slider .calculator .calculator__sum .calculator__sum__text-top {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.calculator-slider .calculator .calculator__sum .calculator__sum__text-top p.body_m-bold {
  color: #4f4f4f;
  margin-bottom: 10px;
}
@media (min-width: 1px) and (max-width: 360px) {
  .calculator-slider .calculator .calculator__sum .calculator__sum__text-top p.body_m-bold {
    font-size: 12px !important;
  }
}
.calculator-slider .calculator .calculator__sum .calculator__sum__text-top p.body_l-bold {
  color: #56af31;
}
@media (min-width: 1px) and (max-width: 360px) {
  .calculator-slider .calculator .calculator__sum .calculator__sum__text-top p.body_l-bold {
    font-size: 12px !important;
  }
}
.calculator-slider .calculator .calculator__sum .calculator__sum__text-bottom {
  display: flex;
  justify-content: space-between;
  color: #a7a7a7;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calculator-slider .calculator .calculator__sum .calculator__sum__text-bottom p {
  margin: 0;
}
.calculator-slider .calculator .calculator__info button {
  color: #56af31;
  border: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 40px;
}
.calculator-slider .calculator .calculator__info button.active {
  color: #3f8024;
}
.calculator-slider .calculator .calculator__info button.active svg path {
  fill: #3f8024;
}
.calculator-slider .calculator .calculator__info button svg {
  margin: auto;
  margin-left: 7px;
}
.calculator-slider .calculator .calculator__info button svg path {
  fill: #56af31;
}
.calculator-slider .calculator .calculator__info button:hover {
  color: #7bd057;
}
.calculator-slider .calculator .calculator__info button:hover svg path {
  fill: #7bd057;
}
.calculator-slider .calculator .calculator__info div .more-visiable li {
  font-size: 14px;
  font-weight: bold;
  color: #3f8024;
}
.calculator-slider .calculator .calculator__info div .more-visiable .body_m-bold {
  color: #3f8024;
}
.calculator-slider .calculator .calculator__info div ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4px 0;
  padding: 0;
}
@media (min-width: 1px) and (max-width: 1275px) {
  .calculator-slider .calculator .calculator__info div ul {
    border-bottom: 1px solid #d9f3ce;
    padding: 0 0 5px 0;
  }
}
.calculator-slider .calculator .calculator__info div ul .body_m-crossed {
  text-decoration: line-through;
  color: grey !important;
  text-align: right;
  margin-right: 10px;
}
.calculator-slider .calculator .calculator__info div ul .body_m-bold {
  color: #000;
  min-width: 80px;
  text-align: right;
  display: flex;
  justify-content: end;
  white-space: nowrap;
}
.calculator-slider .calculator .calculator__info div ul .body_m-regular {
  /*max-width: 100px;*/
  text-align: left;
}
.calculator-slider .calculator .calculator__info div ul li {
  list-style-type: none;
  min-width: 100px;
  color: #000;
}
.calculator-slider .calculator .calculator__info .calculator-buttons_dekstop {
  display: flex;
}
@media (min-width: 1px) and (max-width: 768px) {
  .calculator-slider .calculator .calculator__info .calculator-buttons_dekstop {
    display: block;
  }
}
.calculator-slider .calculator .calculator_column-left {
  padding-right: 16px;
  /*margin-right: 16px;*/
  /*width: 50%;*/
  /*min-height: 80px;*/
  padding-left: 16px;
  flex-grow: 1;
  flex-basis: 50%;
}
@media (min-width: 1px) and (max-width: 1275px) {
  .calculator-slider .calculator .calculator_column-left {
    width: 100%;
    margin-right: 0px;
    min-height: 60px !important;
    height: auto;
  }
}
.calculator-slider .calculator .calculator_column-right {
  flex-grow: 1;
  /*width: 50%;*/
  /*min-height: 80px;*/
  padding-right: 15px;
  padding-left: 16px;
  flex-basis: 50%;
}
@media (min-width: 1px) and (max-width: 1275px) {
  .calculator-slider .calculator .calculator_column-right {
    width: 100%;
    min-height: 60px !important;
    height: auto;
  }
}
.calculator-slider .calculator .calculator__button {
  margin: 24px 0;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.calculator-slider .calculator .calculator__button a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}
.calculator-slider .calculator .calculator__button img {
  margin-right: 10px;
}
.calculator-slider .arrow-amount-detail {
  transition: 0.3s ease-out;
}
.calculator-slider .button-amount {
  -webkit-tap-highlight-color: transparent;
}
.calculator-slider .button-amount.active .arrow-amount-detail {
  transform: rotate(180deg);
}
.calculator-slider .amount-detalis {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  margin-top: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1px) and (max-width: 768px) {
  .calculator-slider .amount-detalis {
    flex-direction: column !important;
  }
  .calculator-slider .amount-detalis.active {
    height: auto !important;
  }
}
.calculator-slider .amount-detalis.active {
  height: 174px;
  /*background-color: #D0F1C1;*/
  /*padding-top: 68px;*/
  /*margin-top: -56px;*/
  /*border-radius: 12px;*/
}
.calculator-slider .amount-details {
  /* max-height: 0;*/
  overflow: hidden;
  /*transition: all 0.3s linear;*/
  /*padding-top: 0;*/
  margin-top: 8px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1px) and (max-width: 768px) {
  .calculator-slider .amount-details {
    flex-direction: column;
    flex-wrap: unset;
  }
}
.calculator-slider .amount-details.active {
  /* max-height: 300px;
      padding-top: 68px;
      margin-top: -56px;*/
  border-radius: 12px;
}
@media (min-width: 1px) and (max-width: 768px) {
  .calculator-slider .amount-details.active {
    /*max-height: 300px;*/
  }
}
.calculator-slider .amount-details.full-plan p {
  margin: 0 !important;
  margin-bottom: 2px;
}
.calculator-slider .amount-details.full-plan .text-left {
  text-align: left !important;
}
.calculator-slider .amount-details.full-plan .col-4 p {
  padding-left: 5px;
  white-space: nowrap;
}
.calculator-slider .amount-details .button-add__block .button-add {
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.calculator-slider .amount-details .registration__wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(29, 29, 27, 0.04);
}
.calculator-slider .amount-details .registration__wrapper__title {
  display: flex;
  justify-content: space-between;
}
.calculator-slider .amount-details .registration__wrapper__title i {
  color: #a7a7a7;
  font-size: 16px;
  cursor: pointer;
}
.calculator-slider .amount-details .registration__wrapper .select .select__head {
  text-align: left;
}
.calculator-slider .amount-details .registration__wrapper .select .select__list {
  display: block;
}
.calculator-slider .amount-details .registration__wrapper .button-add__block {
  margin-top: 24px;
  margin-bottom: 14px;
}
.calculator-slider .amount-details .registration__wrapper .button-add__block .button-add {
  padding: 14px 0px;
  border: 2px solid #56af31;
  border-radius: 24px;
  max-width: 256px;
  margin: auto;
}
.calculator-slider .amount-details .registration__wrapper .button-add__block .button-add:hover {
  border-color: #7bd057;
}
.calculator-slider .amount-details .registration__wrapper .button-add__block .button-add i {
  border: none;
  margin-right: 8px;
}
.calculator-slider .amount-details .registration__wrapper input {
  text-align: left !important;
}

/*________________noUiSlider styles________________*/
.noUi-value-horizontal {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

#slider_sum .noUi-value-horizontal[style="left: 0%;"] {
  left: 7% !important;
}
@media (min-width: 1px) and (max-width: 768px) {
  #slider_sum .noUi-value-horizontal[style="left: 0%;"] {
    left: 12% !important;
  }
}

#slider_sum .noUi-value-horizontal[style="left: 100%;"] {
  left: 92% !important;
}
@media (min-width: 1px) and (max-width: 768px) {
  #slider_sum .noUi-value-horizontal[style="left: 100%;"] {
    left: 87% !important;
  }
}

#slider_day .noUi-value-horizontal[style="left: 0%;"] {
  left: 4% !important;
}
@media (min-width: 1px) and (max-width: 768px) {
  #slider_day .noUi-value-horizontal[style="left: 0%;"] {
    left: 6% !important;
  }
}

#slider_day .noUi-value-horizontal[style="left: 100%;"] {
  left: 96% !important;
}
@media (min-width: 1px) and (max-width: 768px) {
  #slider_day .noUi-value-horizontal[style="left: 100%;"] {
    left: 92% !important;
  }
}

.noUi-pips-horizontal {
  padding: 0px 0 !important;
  height: 20px !important;
}

.noUi-target {
  background: #fafafa !important;
  border: 0 !important;
  box-shadow: 0 !important;
  border-radius: 2px !important;
  height: 4px !important;
}

.noUi-handle:focus,
.noUi-handle-lower:focus {
  outline: none !important;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -30px !important;
}

.noUi-handle {
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

.noUi-marker-horizontal {
  display: none;
}

.noUi-touch-area {
  border-radius: 100%;
  background-color: #56af31 !important;
  width: 16px !important;
  height: 16px !important;
}
.noUi-touch-area:focus {
  outline: none;
}

.noUi-connect {
  background: #56af31 !important;
}

.preloader-box {
  display: none;
  width: 100%;
}
.preloader-box .preloader-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.preloader-box .preloader-flex img {
  width: 35px;
}
.preloader-box svg.preloader {
  stroke: #56af31;
}

/*_______________fonts_______________*/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.eot");
  src: url("../fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype"), url("../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header_h1 {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 28px;
  line-height: 40px;
}

.body_xl-regular {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.body_xl-bold {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.body_l-regular {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.body_l-bold,
.link,
.button-conditions a,
.barcode-pdf,
.calculator-slider .amount-details .registration__wrapper__title h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.body_m-regular {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.body_m-bold,
.calculator-slider .amount-details .button-add__block .button-add p {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.body_m-extrabold,
.green-button,
.grey-button,
.green-outline-button,
.calculator-slider .amount-details .registration__wrapper .button-add__block .button-add {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.body_s-regular {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.body_s-bold {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.text-grey {
  color: #4F4F4F !important;
}

.text-green {
  color: #56AF31 !important;
}

.text-red {
  color: #E74C3C !important;
}

.chromatic-blue2-text {
  color: #006D7D;
}

.chromatic-blue-primary {
  color: #0094AA !important;
}

.green-button, .grey-button, .green-outline-button {
  background-color: #56AF31;
  color: #fff !important;
  box-shadow: 0px 4px 14px rgba(80, 163, 46, 0.32);
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  min-width: 256px;
  height: 48px;
  cursor: pointer;
  border: none;
}
@media (max-width: 380px) {
  .green-button, .grey-button, .green-outline-button {
    min-width: 225px;
  }
}
.green-button:hover, .grey-button:hover, .green-outline-button:hover {
  background-color: #7BD057;
}
.green-button:focus, .grey-button:focus, .green-outline-button:focus {
  background-color: #3F8024;
}
.green-button:disabled, .grey-button:disabled, .green-outline-button:disabled {
  background: #A7A7A7;
  box-shadow: none;
  cursor: default;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.link, .button-conditions a, .barcode-pdf {
  border: none;
  color: #0094AA;
  background-color: transparent;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.link_small {
  font-size: 14px !important;
}
.link:hover, .button-conditions a:hover, .barcode-pdf:hover {
  color: #00B9D4 !important;
}

.grey-block {
  background-color: #F0F0F0;
  padding: 15px;
  border-radius: 12px;
}

.header_h1 {
  /*font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: #56AF31;
  margin-bottom: 10px;*/
}
@media (min-width: 1px) and (max-width: 768px) {
  .header_h1 {
    text-align: center;
  }
}
.header_h1_black {
  color: #333 !important;
}
.header_h1_red {
  color: #E74C3C !important;
}

.header_h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 1px) and (max-width: 768px) {
  .header_h2 {
    text-align: center;
  }
}
.header_h2_red {
  color: #E74C3C !important;
}

.flex {
  display: flex;
}

.flex-gap-20px {
  gap: 20px;
}

.flex-gap-30px {
  gap: 30px;
}

.flex-gap-10px {
  gap: 10px;
}

.flex-gap-0 {
  gap: 0;
}

.barcode-pdf {
  background-color: #cff4fc;
  text-align: center;
  justify-content: center;
}
.barcode-pdf:hover {
  opacity: 0.7;
}

.body-wrapper {
  flex-grow: 1;
}

/*.registration__wrapper .col-md-6, .registration__wrapper .col-6, .registration__wrapper .col-12 {
    align-self: flex-start;
}*/
.input-label {
  /*height: 40px;*/
  /*display: flex;*/
}

.parsley-errors-list {
  font-size: 18px;
  /*margin-top: -8px;*/
  /*top: 93%;*/
  line-height: 20px;
  /*position: absolute;*/
}
@media (min-width: 1px) and (max-width: 992px) {
  .parsley-errors-list {
    margin-left: 0 !important;
    right: 0;
    left: 0;
  }
}

/**/
.button-add__block {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.button-add {
  text-decoration: none;
  margin-top: 0px;
  font-weight: 600;
}

.bank-details-add-new {
  background-color: #fff;
  border-radius: 12px;
  margin: 10px;
  width: calc(100% - 20px);
  padding: 20px;
  border: 1px solid #e0e0e0;
}

#bankDetailsFormCloseBtn:hover {
  cursor: pointer;
  filter: brightness(0.5);
}

.fileinput-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px !important;
  padding: 0 !important;
}

/*________________select-2________________*/
.select2 {
  margin-bottom: 8px;
}

.select2:not(.selected) .select2-selection__rendered {
  /*background-color: #DFF4F7 !important;*/
  color: #999 !important;
}

.select2.selected:not(.select2-container--open) .select2-selection {
  background-color: #DFF4F7 !important;
}

.select2-selection__rendered {
  padding: 0 !important;
  font-size: 20px;
  /*color: #A7A7A7 !important;*/
}

.select2-container--open .select2-dropdown {
  left: 0;
  top: -12px !important;
  /*border-bottom: 1px solid #e0e0e0 !important;*/
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: 2px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container,
.select2-container--default,
.select2-selection--single {
  /* width: 100% !important; */
  height: 50px !important;
  border-radius: 12px !important;
  /*margin-top: 4px;*/
}

.select2-selection {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  justify-content: space-between !important;
  padding: 9px 15px !important;
  padding-right: 35px !important;
  color: #A7A7A7 !important;
  cursor: pointer !important;
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 12px !important;
  margin-top: 0px !important;
}

.select2.loading .select2-selection__arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ce";
  animation-name: rotatingSpinner;
  animation-duration: 1s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 9px;
  color: #000;
  font-weight: 600;
}

.spinner {
  animation-name: rotatingSpinner;
  animation-duration: 1s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.spinner::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ce";
  top: 9px;
  color: inherit;
  font-weight: 600;
  font-size: 25px;
}

@keyframes rotatingSpinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  top: 5px !important;
  right: 9px !important;
  width: 20px !important;
}
.select2-selection__arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  padding: 0 13px;
  position: absolute;
  right: -10px;
  /*top: -5px;*/
  transform: translateY(50%);
  display: block;
  transition: 0.2s ease-in;
  font-size: 20px;
}
.select2-selection__arrow b {
  display: none;
  border-color: none !important;
  border-width: 0 !important;
  height: auto !important;
  width: auto !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: absolute !important;
  top: 50% !important;
  background-color: transparent !important;
  transform: translateY(50%) !important;
  /*content: url(../images/chevron.png) !important;*/
}
.select2-selection__arrow .select2-container--default b {
  border-color: 0;
  border-width: 0;
}

.select2:not(.loading) .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: translateY(50%) rotate(180deg) !important;
  transition: 0.2s ease-in !important;
}

.select2-dropdown {
  top: -20px !important;
  border: 1px solid #E0E0E0 !important;
  margin-top: 5px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F0F0F0;
  color: #1D1D1B;
}
.select2-container--default .select2-results__option--selected {
  background-color: #A7A7A7;
  color: #fff;
}

.select2-dropdown--below .select2-results__options {
  border-radius: 0 0 10px 10px;
}

.select2-dropdown--above {
  border-radius: 10px 10px 0 0 !important;
  border-top: 1px !important;
  border-bottom: 0 !important;
  top: 0 !important;
}

.select2-dropdown--below {
  border-radius: 0 0 10px 10px !important;
  border-top: 0 !important;
}

.select2-search__field {
  border-radius: 12px !important;
  height: 40px;
  margin-top: 10px;
}

.select2.parsley-error + .select2-container .select2-selection {
  border: 1px solid #E74C3C !important;
}

.select2-container--default.selected span {
  color: #1D1D1B !important;
}

.field-type-date {
  font-size: 20px;
  border: 1px solid #e0e0e0;
}

.input-date {
  position: relative;
  width: 100%;
}
.input-date img {
  right: 15px;
  top: 15px;
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
}
.input-date img:hover {
  cursor: pointer;
}

.gj-datepicker.input-group .field-type-date {
  border-radius: 12px;
}

#BlockUI {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#BlockUIMessage {
  padding: 16px;
  text-align: center;
  background-color: #676767;
  color: #FFFFFF;
  max-width: 400px;
  border-radius: 12px;
}

.loan_history {
  background-color: #F7BC23;
  border-radius: 12px;
  padding: 20px 9px 24px;
}

.button_callback {
  margin: 24px 0 16px 0;
}
.button_callback a, .button_callback button {
  background-color: #1D1D1B;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  cursor: pointer;
}
.button_callback a:hover, .button_callback button:hover {
  background-color: #404040;
  color: #fff;
}
.button_callback a:focus, .button_callback button:focus {
  background-color: #000000;
}

.block-button-radio {
  justify-content: space-between !important;
}

.green-outline-button {
  background-color: transparent;
  color: #56AF31 !important;
  border: 2px solid #56AF31;
  box-shadow: none;
}
.green-outline-button:hover {
  background-color: transparent;
  opacity: 0.5;
}

.green-button, .grey-button, .green-outline-button {
  text-decoration: none;
}

.grey-button {
  background-color: #A7A7A7;
  box-shadow: none;
}
.grey-button:hover, .grey-button:focus {
  background-color: #c3c3c3;
}
.grey-button:active {
  background-color: #808080;
}

.attached-photo__block__button {
  background-repeat: no-repeat !important;
  background-position: 50% 25% !important;
}

.attached-photo__block span {
  bottom: 10px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.registration__wrapper h4 {
  /*display: block !important;*/
  margin-bottom: unset !important;
}

.field-type-checkbox.parsley-error {
  border: unset !important;
}
.field-type-checkbox.parsley-error > label::before {
  box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 0.3333333333);
}

.field-type-checkbox + .parsley-errors-list {
  margin-left: 35px;
  margin-top: 5px;
}

.spoiler_body,
.spoiler_body2 {
  cursor: default;
}
.spoiler_body span,
.spoiler_body2 span {
  white-space: nowrap;
}

.spoiler_sign .ms_booking :nth-child(odd) {
  background-color: #F0F0F0;
}
.spoiler_sign .ms_booking :first-child {
  border-radius: 12px 12px 0px 0px;
}
.spoiler_sign .ms_booking :last-child {
  border-radius: 0px 0px 12px 12px;
}
.spoiler_sign .ms_booking p, .spoiler_sign .ms_booking span {
  background-color: transparent !important;
}

.spoiler_body-open {
  display: block;
}

.spoiler_body-close {
  display: none;
}

.spoiler {
  cursor: pointer;
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 10px 16px;
  border-radius: 12px;
  background-color: #F0F0F0;
}

.spoiler2 {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 10px 16px;
  border-radius: 12px;
  background-color: #F0F0F0;
  background: radial-gradient(62.74% 42.07% at 50% 83.85%, #F7D523 0%, #F7BC23 100%);
}

.spoiler p {
  /*margin-bottom: 8px;*/
}

.spoiler .spoiler_question,
.spoiler .spoiler_question2 {
  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;
  padding: 16px 0;
}

.spoiler .spoiler_question div,
.spoiler .spoiler_question2 div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.spoiler img {
  width: 14px;
  max-width: 19px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.spoiler_rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-conditions {
  cursor: default;
  /* &.button-conditions__wait::before {
      content: url("/images/time.png");
  }*/
}
.button-conditions::before {
  content: none !important;
}
.button-conditions > img {
  margin-right: 0.5rem;
}
.spoiler-item {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}
.spoiler-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.spoiler-item_white {
  background-color: #fff;
}

.credit-block {
  padding: 0 15px;
}

.credit-string {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.credit-string img {
  margin-right: 7px;
}

.credit-string p {
  margin-bottom: 0;
  margin-left: 7px;
}

.status-credit-active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E3F7DA;
  border-radius: 8px;
  color: #56AF31;
  min-width: 100px;
  min-height: 28px;
}

.status-credit-active img {
  width: 15px !important;
  margin-right: 0;
}

.status-credit-inactive {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9D2CE;
  border-radius: 8px;
  color: #E74C3C;
  min-width: 100px;
  min-height: 28px;
}

.status-credit-inactive img {
  width: 16px !important;
  margin-right: 0;
}

.total_debt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  /*height: 40px;*/
}

.total_debt p {
  margin-bottom: 0;
  margin-left: 17px;
}

.total_debt .credit-button {
  height: 25px;
}

.total_debt .credit-button button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-radius: 12px;
  width: 103px;
  padding: 0 14px;
  border: none;
}

.total_debt .credit-button img {
  margin-left: 5px;
  width: 12px;
  transform: rotate(180deg);
}

.total_debt.active {
  background-color: #F0F0F0;
  border-radius: 12px 12px 0px 0px;
}

.total_debt.active .credit-button img {
  transform: rotate(0deg);
}

.credit-detalis {
  background-color: #F0F0F0;
  display: flex;
  justify-content: space-between;
  border-radius: 0px 0px 12px 12px;
  display: none;
  padding: 0 15px 5px;
}

.credit-detalis ul {
  list-style-type: none;
}

.credit-detalis .d-flex .info {
  cursor: pointer;
}

.credit-detalis.active {
  display: block;
  width: 100%;
}

.total_debt-prol {
  width: 48%;
  background-color: #F0F0F0;
  border-radius: 12px;
}

@media (min-width: 1px) and (max-width: 992px) {
  .total_debt-prol {
    width: 100%;
  }
}
.total_debt-prol.active {
  width: 100%;
}

.color-red {
  color: #E74C3C !important;
}

.color-green {
  color: #56af31 !important;
}

.infoDebtAccordion__button button p span {
  color: inherit !important;
}

.infoDebtAccordion__button.active button p span::after {
  color: #a7a7a7 !important;
}

.registration .buttons-block {
  margin-bottom: 8px;
}

.credit-history.credit-history_grey {
  background: #f0f0f0;
}

.general-error-message__error-img {
  background-image: url("../images/error-message.svg");
  width: 20px;
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
}

.attached-photo__block__button.button_selfie {
  background-image: url("../images/attached-photo-selfie.svg");
}
.attached-photo__block__button.button_id-front {
  background-image: url("../images/attached-photo-id-front.svg");
}
.attached-photo__block__button.button_id-back {
  background-image: url("../images/attached-photo-id-back.svg");
}

.personal-area__payment-button-block .buttons-block button:last-child {
  margin-left: unset;
}
@media (min-width: 1px) and (max-width: 768px) {
  .personal-area__payment-button-block .buttons-block button:last-child {
    margin-top: 16px;
  }
}

.text-right {
  text-align: right;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-none {
  border: none;
}

.ml-10px {
  margin-left: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.nowrap {
  white-space: nowrap;
}

.show-on-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .show-on-mobile {
    display: inherit;
  }
  .hide-on-mobile {
    display: none;
  }
}
/*.registration__wrapper_status-awaiting .status-awaiting__content::before {
    content: url(../images/status_awaiting.svg);
}
*/
.calculator__sum-pip-right {
  color: black;
}

.background-grey {
  background-color: #eee;
}

.flex-basis-50 {
  flex-basis: 50%;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.min-width-none {
  min-width: unset;
}

.min-height-none {
  min-height: unset !important;
}

.font-size-13 {
  font-size: 13px;
}

.currency-circle {
  font-size: 15px;
  font-weight: 600;
  background-color: #56AF31;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
}
.currency-circle.currency-circle_grey {
  background-color: #999;
}
.currency-circle.currency-circle_red {
  background-color: #E74C3C;
}

.personal-area__payment-information {
  align-items: center;
}
.personal-area__payment-information > :first-child {
  margin-right: 10px;
}

.questionary-block-name {
  /*margin-top: 20px;*/
  margin-bottom: 10px;
}

.questionary-hr {
  margin-top: 20px;
  border: 8px solid #fff;
  opacity: 1;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}
.questionary-hr:before {
  position: absolute;
  top: -36px;
  content: " ";
  left: -8px;
  right: -8px;
  height: 24px;
  box-shadow: 0px 15px 0 #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: unset;
}
.questionary-hr:after {
  position: absolute;
  bottom: -36px;
  content: " ";
  left: -8px;
  right: -8px;
  height: 24px;
  box-shadow: 0px -15px 0 #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: unset;
}

.modal .close {
  background-color: unset;
  border: none;
}

.payment-document-frame {
  height: 700px;
  border-radius: 12px;
  /*scrollbar-width: thin;*/
}

.scroll-block {
  position: fixed;
  z-index: 9999;
  display: block;
}
.scroll-block #scroll_top {
  position: absolute;
  right: 0;
  top: 130px;
}
.scroll-block #scroll_bottom {
  transform: rotate(180deg);
  top: 200px;
  right: 0px;
  position: absolute;
}

.rejected-offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 30px;
  padding: 3px 77px;
  height: 42px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0666666667);
  background-color: #fff;
  outline: none;
  transition: 0.2s all ease;
}
.rejected-offer-button:hover {
  background-color: #f9f9f9;
}
