    .modal {
      max-width: 350px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -o-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;  
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
    }

    .modal a.close-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMwMTg0RDQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi41NjUzIDguMjMwNjFMMTUuMzQxOCA3LjA1ODg0TDExLjgxMjEgMTAuNzQ0NEw4LjI4MjM1IDcuMDU4ODRMNy4wNTg4NCA4LjIzMDYxTDEwLjYzOTIgMTEuOTY5MUw3LjA1ODg0IDE1LjcwNzZMOC4yODIzNSAxNi44NzkzTDExLjgxMjEgMTMuMTkzOEwxNS4zNDE4IDE2Ljg3OTNMMTYuNTY1MyAxNS43MDc2TDEyLjk4NDkgMTEuOTY5MUwxNi41NjUzIDguMjMwNjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
    }

    @media (max-width: 744px) {
        .modal {
            max-width: 100%;
            width: 100%;
          /*-webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;  */
          border-radius: 12px;
        }
    }    

    .loan-container {
        margin-top: 30px;
    }

    .loan-container .flex-cell {
        display: inline-flex;
    }

    .loan-grey-block {
        background: #EAEEF2;
        border-radius: 12px;
        padding: 12px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        text-align: left;
        position: relative;
        max-width: 300px;
        margin-top: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .loan-grey-block::before {
        position: absolute;
        width: 18px;
        height: 16px;
        content: " ";
        margin-left: -29px;
        margin-top: 7px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDBWMTZDMTYuMTg2IDE1LjgxOTkgMTMuMzE1OCAxNS4zNTE1IDEwLjEzOTYgMTQuMTM3NkM0Ljc3MjY3IDEyLjA4NjUgMCA2LjI0ODU5IDAgNi4yNDg1OUMwIDYuMjQ4NTkgNy4xNTQ0OCA3LjA2NDI3IDEyLjQ2OTQgNC43MTkyM0MxNC45NjY1IDMuNjE3MzkgMTYuNzc5NSAxLjcxMTM3IDE4IDBaIiBmaWxsPSIjRUFFRUYyIi8+Cjwvc3ZnPgo=);
    }

    .main-block {
        padding: 36px 48px;
        width: 436px;
        border-radius: 12px;
        background: #FFFFFF;
        box-shadow: 4px 8px 15px rgb(21 48 88 / 10%);
        margin-bottom:40px;
    }

    .cat-tail img {
        position: relative;
        top: -15px;
        right: 20px;
    }

    .main-block .approved-title {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #747983;
        margin-bottom: 8px;
    }

    .main-block .approved-title-big {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .cursor-pointer {
        cursor: pointer !important;
    }

    .row.inline, .column.inline, .flex.inline {
        display: inline-flex;
    }

    .to-the-top {
        align-items: start !important;
    }

    .no-outline {
        outline: 0 !important;
    }

    .hidden {
        display: none !important;
    }

    @media (max-width: 992px) {
        .loan-container .flex-cell {
            width: 328px;
        }

        .main-block {
            width: 340px;
            padding: 36px;
            margin-bottom: 40px;
        }
    }

    @media (max-width: 768px) {

        .button-back__wrapper, .girl-speaks {
            display: none !important;
        }
        
        .balloon{
            display: flex !important;
        }

        .container.loan-container {
            flex-direction: column;
            align-items: center;
        }

        .main-block {
            width: 100%;
            padding: 20px 16px;
        }

        .calculator-field-first-loan2{
            display: flex !important;
        }
        
        .loan-container .flex-cell {
            flex-direction: column !important;
            align-items: center !important;
        }
    }

    @media (max-width: 480px) {
        .loan-grey-block {
            width: 65%;
        }

        .cat-tail img {
            position: relative;
            top: -25px;
            right: 15px;
        }
    }

/*----------------------------*/


.title {
  text-align: left;
  font-family: var(--headline-h1-font-family, "Mulish", sans-serif);
  font-size: var(--headline-h1-font-size, 34px);
  line-height: var(--headline-h1-line-height, 36px);
  font-weight: var(--headline-h1-font-weight, 700);
  position: relative;
  align-self: stretch;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title-span {
  color: var(--text-colors-orange, #0184d4);
}
.title-span2 {
  color: var(--text-colors-black, #000000);
}
.text {
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.text-span {
  color: var(--text-colors-gray, #747983);
}
.text-span2 {
  color: var(--text-colors-black, #000000);
}

@media (max-width: 1200px) {
    .title, .text {
        zoom:80%;
    }
}

@media (max-width: 744px) {
    .main-block {
        width: auto !important;
    }
}

@media (max-width: 380px) {
    .main-block {
        width: 280px  !important;
    }
}

.inner {
  padding: 11px 0px 11px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.helper-text {
  padding: 4px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.text2 {
  color: var(--text-colors-gray, #747983);
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 116%;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.start-icon {
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.ico-smartphone {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.bottom {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 10px;
}

@media (max-width: 1200px) {
    .bottom {
      margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .bottom {
      margin-top: 0px;
      top:-20px;
    }
}

.button {
  background: var(--main-colors-orange, #0184d4);
  border-radius: 28px;
  padding: 0px 28px 0px 28px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 48px;
  position: relative;
  box-shadow: var(
    --shadow-blue-button-box-shadow,
    0px 4px 5px 0px rgba(189, 209, 221, 1)
  );
  font-size: 16px;
}

.marketing-purposes {
  text-align: left;
  font-family: var(--caption-style-2-font-family, "Mulish", sans-serif);
  font-size: var(--caption-style-2-font-size, 12px);
  line-height: var(--caption-style-2-line-height, 16px);
  font-weight: var(--caption-style-2-font-weight, 400);
  position: relative;
  align-self: stretch;
  color: var(--text-colors-gray, #747983);
}

/*------------------------*/

.calculator-field-first-loan2,
.calculator-field-first-loan2 * {
  box-sizing: border-box;
}
.calculator-field-first-loan2 {
  background: var(--main-colors-white, #ffffff);
  padding: 20px 16px 10px 16px;
  display: none;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-26080034 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 296px;
  position: relative;
}
.title3 {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title3-span {
  color: var(--text-colors-orange, #0184d4);
}
.title3-span2 {
  color: var(--text-colors-black, #000000);
}
.text3 {
  text-align: center;
  font-family: var(--headline-h5-font-family, "Mulish", sans-serif);
  font-size: var(--headline-h5-font-size, 16px);
  font-weight: var(--headline-h5-font-weight, 700);
  position: relative;
  align-self: stretch;
  height: 32px;
}
.text3-span {
  color: var(--text-colors-gray, #747983);
}
.text3-span2 {
  color: var(--text-colors-black, #000000);
}

/*-------------------*/
.title2 {
  color: var(--text-colors-black, #000000);
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 144%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}


.text2 {
  color: var(--text-colors-black, #000000);
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.text2-span {
  font-family: var(--body-1-style-1-font-family, "Mulish", sans-serif);
  font-size: var(--body-1-style-1-font-size, 16px);
  line-height: var(--body-1-style-1-line-height, 22px);
  font-weight: var(--body-1-style-1-font-weight, 400);
}
.text2-span2 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.text2-button {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
  padding: 0px 4px 0px 4px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 36px;
  position: relative;
}
.label2 {
  color: var(--text-colors-orange, #0184d4);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  position: relative;
}

.label5 {
  color: var(--text-colors-gray, #747983);
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 10px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  /*width: 298px;*/
  margin:0 auto;
}

/*MODAL------------------------*/

.modal01,
.modal01 * {
  box-sizing: border-box;
}
.modal01 {
  /*background: var(--neutral-light-n0, #ffffff);
  border-radius: 12px;
  padding: 24px;*/
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  /*box-shadow: var(
    --shadow-to-accentuate-blocks-box-shadow,
    4px 8px 15px 0px rgba(21, 48, 88, 0.1)
  );*/
  overflow: hidden;
}
.content01 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2608002101 {
  padding: 0px 0px 4px 0px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.modal01title {
  color: var(--text-colors-black, #000000);
  text-align: left;
  font-family: var(--headline-h3-font-family, "Mulish", sans-serif);
  font-size: var(--headline-h3-font-size, 20px);
  line-height: var(--headline-h3-line-height, 24px);
  font-weight: var(--headline-h3-font-weight, 700);
  position: relative;
  flex: 1;
}
.modal01button-close-optional {
  flex-shrink: 0;
  width: 0px;
  height: 0px;
  position: static;
}
.modal01text {
  color: var(--text-colors-black, #000000);
  text-align: left;
  font-family: var(--body-1-style-1-font-family, "Mulish", sans-serif);
  font-size: var(--body-1-style-1-font-size, 16px);
  line-height: var(--body-1-style-1-line-height, 22px);
  font-weight: var(--body-1-style-1-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.modal01group-235 {
  align-self: stretch;
  flex-shrink: 0;
  height: 56px;
  position: static;
}
.modal01input-textfield {
  background: #fcfcfd;
  border-radius: 4px;
  border-style: solid;
  border-color: var(--complementary-colors-graydark, #bbc0cb);
  border-width: 1px;
  height: 56px;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 104px;
}
.modal01labels {
  padding: 12px 0px 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 48px;
  position: absolute;
  right: 12px;
  left: 52px;
  top: 4px;
}
.modal01label {
  color: var(--complementary-colors-graydark, #bbc0cb);
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal01start-icon {
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.modal01ico-smartphone {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.modal01ico-smartphone2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.modal01actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.modal01text-button {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
  padding: 0px 12px 0px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 36px;
  position: relative;
}
.modal01label2 {
  color: var(--text-colors-gray, #747983);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  position: relative;
}
.modal01text-button2 {
  border-radius: 4px;
  padding: 0px 12px 0px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 36px;
  position: relative;
}
.modal01label3 {
  color: var(--text-colors-orange, #0184d4);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  position: relative;
}

/*--------------------------*/

.balloon,
.balloon * {
  box-sizing: border-box;
}
.balloon {
  padding: 0px 0px 4px 0px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  display: none;
  margin-bottom:16px;
}
.balloon .tail {
  flex-shrink: 0;
  width: 18px;
  height: 16px;
  position: absolute;
  left: 64px;
  top: 20px;
  overflow: visible;
}
.balloon .image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  position: relative;
}
.balloon .cat-welcomes-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 3.75%;
  left: -3.75%;
  bottom: 11.25%;
  top: -11.25%;
}
.balloon .ellipse-9 {
  background: linear-gradient(to left, #eaeef2, #eaeef2),
    linear-gradient(to left, #eaeef2, #eaeef2),
    linear-gradient(to left, #eaeef2, #eaeef2);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
.balloon .mask-group {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.balloon .balloon2 {
  background: var(--main-colors-gray, #eaeef2);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.balloon .text {
  color: var(--text-colors-black, #000000);
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.balloon .text-span {
  font-family: var(--body-1-style-1-font-family, "Mulish", sans-serif);
  font-size: var(--body-1-style-1-font-size, 16px);
  line-height: var(--body-1-style-1-line-height, 22px);
  font-weight: var(--body-1-style-1-font-weight, 400);
}
.balloon .text-span2 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.balloon .text-button {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 36px;
  position: relative;
}
.balloon .label {
  color: var(--main-colors-orange, #0184d4);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

/*-------------------------------*/

.ico-back,
.ico-back * {
  box-sizing: border-box;
}
.ico-back {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: absolute;;
  overflow: visible;
  z-index:10;
  display:none;
}

@media (max-width: 768px) {
    .ico-back{
        display:block;
    }
}

.title4 {
  color: #000000;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
  margin-bottom:20px;
}

.loan-container {
    margin-top: 30px;
}

.loan-container .flex-cell {
    display: inline-flex;
}

.loan-container .flex-cell:first-child {
    margin-top: 40px;
}

.loan-grey-block {
    background: #EAEEF2;
    border-radius: 12px;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    position: relative;
    max-width: 300px;
    margin-top: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.loan-grey-block::before {
    position: absolute;
    width: 18px;
    height: 16px;
    content: " ";
    margin-left: -29px;
    margin-top: 7px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDBWMTZDMTYuMTg2IDE1LjgxOTkgMTMuMzE1OCAxNS4zNTE1IDEwLjEzOTYgMTQuMTM3NkM0Ljc3MjY3IDEyLjA4NjUgMCA2LjI0ODU5IDAgNi4yNDg1OUMwIDYuMjQ4NTkgNy4xNTQ0OCA3LjA2NDI3IDEyLjQ2OTQgNC43MTkyM0MxNC45NjY1IDMuNjE3MzkgMTYuNzc5NSAxLjcxMTM3IDE4IDBaIiBmaWxsPSIjRUFFRUYyIi8+Cjwvc3ZnPgo=);
}

.button-back__wrapper {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-block {
    padding: 15px 15px;
    width: 436px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 4px 8px 15px rgb(21 48 88 / 10%);
    margin-bottom: 40px;
}

.cat-tail img {
    position: relative;
    right: 20px;
    margin-top: -153px;
}

.main-block .approved-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #747983;
    margin-bottom: 8px;
}

.main-block .approved-title-big {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}

.bank-info-text {
    width: 100%;
    margin-bottom: 8px;
}

.bank-info-text:last-child {
    margin-bottom: 0;
}

.bank-info-text > span, .counter-otp {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #747983;
    margin-right: 8px;
}

.bank-info-text > p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.approved-button {
    padding: 14px 60px;
    width: auto;
    /*height: auto;*/
    background: #0184D4;
    box-shadow: 0px 6px 10px -11px rgb(238 68 0 / 29%);
    border-radius: 28px;
    margin: 16px 0 16px 0;
    cursor: pointer;
}

.approved-button.disabled-button {
    background: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;
    color: #fff !important;
}

.non-active {
    background: #ccc;
}

.text-primary {
    color: #0184D4 !important;
}

.text-primary bold {
    font-weight: 700;
}

.borderline {
    mix-blend-mode: normal;
    opacity: 0.1;
    border-top: 1px solid #000000;
    margin: 16px 0 16px 0;
}

.cursor-pointer {
    cursor: pointer !important;
}

.details {
    margin-bottom: 8px;
}

.main-block .approved-link {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
    margin: 24px 0 24px 0;
    justify-content: center;
}

.pay-detail {
    display: block;
    padding: 8px 12px;
    background: #F8F9FA;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #747983;
}

.pay-detail .pay-detail-item {
    margin: 16px 0 8px 0;
}

.pay-detail .price {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #2a2a2a;
}

.pay-detail .pay-borderline {
    opacity: 0.1;
    border-bottom: 2px solid #000000;
}

.row.inline, .column.inline, .flex.inline {
    display: inline-flex;
}

.to-the-top {
    align-items: start !important;
}

.no-outline {
    outline: 0 !important;
}

.q-mb-lg {
    margin-bottom: 24px;
}

.relative-position {
    position: relative;
}

.non-selectable {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.hidden {
    display: none !important;
}

.approve-check-block {
    flex-wrap: inherit;
    align-items: normal;
    margin: 16px 0 24px 0;
}

input[type=checkbox] + label::before {
    height: 20px;
    width: 20px;
    border: 1px solid #0184D4;
}

.checkbox-inner {
    width: 25%;
}

.checkbox-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin-left: 16px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #0184D4;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: #0184D4;
}

.otp-input {
    width: 56px;
    height: 56px;
    padding: 0px;
    margin: 0 4px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #747983;
    text-align: center;
    background: #FCFCFD;
}

.otp-resend {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 24px 0 8px 0;
    color: #0184D4;
    display: block;
}

.otp-resend.inactive {
    color: #BBC0CB;
}

.pdf-signloan-link {
    display: none;
}

.counter-otp {
    display: none;
    margin-top: 16px;
}

.approved-button:disabled {
    background: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;
    color: #FFF !important;
}

.otp-error{
    font-size: 14px;
    margin-top: 10px;
    color: red;
    display:none;
}

.otp-loading{
    width:245px;
    height:3px;
    position: relative;
    top:-6px;
    display:none;
}

.otp-loading img{
    width:100%;
    height:3px;
}

.text-bold {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.bottom_back_button__wrapper {
    display: none;
    margin: 40px auto 40px auto;
}

.bottom_back_button__wrapper a {
    text-decoration: none;
}

.button-back {
    width: 172px;
    height: 48px;
    gap: 8px;
    border-radius: 28px;
    border: #c3257a;
    bottom: -70px;
    box-shadow: 0 6px 10px 0 #2D2E2F33;
    background: #FFFFFF;
    color: #0184D4;
    display: flex;
    justify-self: center;
    justify-content: center;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    align-items: center;
    cursor: pointer;
    /*/animation: .5s;*/
}

.button-back:hover {
    background: #EBF7FF;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.button-back:active {
    background: #EBF7FF;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
    /*letter-spacing: 0.5px;*/
    text-align: center;
    /*text-underline-position: from-font;
    text-decoration-skip-ink: none;*/
}

.flex-center {
    display: flex;
    align-items: center;
}

.desktop-back {
    text-decoration: none;
    /*margin-top: 125px;*/
}


.desktop-back a {
    text-decoration: none;
}
.balloon__wrapper{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
}

@media (max-width: 1200px) {
    .loan-container .flex-cell {
        display: flex;
        /*justify-content: center;*/
        margin-bottom: 40px;
        min-width: 290px;
    }
    .loan-grey-block{
        max-width: 250px;
    }

    .main-block {
        width: 260px;
        padding: 10px 40px;
    }



}

@media (max-width: 744px) {
    .container.loan-container {
        flex-direction: column;
        align-items: center;
    }

    .main-block {
        margin-top: 0px;
    }

    .loan-grey-block {
        width: 170px;
    }

    .cat-tail img {
        position: relative;
        top: 70px;
        right: 15px;
    }

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

    .otp-input {
        width: 56px;
        height: 56px;
    }

    .main-block {
        width: 250px;
        padding: 10px 20px;
    }
    .desktop-back {
        display: none;
    }
    .bottom_back_button__wrapper{
        display: block;
    }
}

@media (max-width: 320px) {
    .container.loan-container {
        flex-direction: column;
        align-items: center;
    }

    .main-block {
        margin-top: 0px;
    }

    .loan-grey-block {
        width: 170px;
    }

    .cat-tail img {
        position: relative;
        top: -55px;
        right: 15px;
    }

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

    .otp-input {
        width: 56px;
        height: 56px;
    }

    .main-block {
        width: 250px;
        padding: 10px 20px;
    }


}
