@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(/fonts/MaterialIcons-Regular.woff2) format("woff2"),
    url(/fonts/MaterialIcons-Regular.woff) format("woff"),
    url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

@media only screen and (min-width: 0) {
  .NAmodal_left_button {
    text-align: left;
  }

  .NAmodal_right_button {
    text-align: left;
  }

  .smallerfontsize {
    font-size: 13px;
  }

  .biggerfontsize {
    font-size: 15px;
  }

  body {
    background-image: url(/images/App_Background_A_3_Red.svg);
    background-size: 500px;
  }

  .imgnodata {
    max-height: 150px;
    max-width: 150px;
  }

  .modal {
    max-width: 600px !important;
    padding-bottom: 20px !important;
  }

  .mainKmfpreloader {
    margin-left: auto;
    margin-right: auto;
    width: 55px !important;
    height: 55px !important;
  }

  .map-sidebar {
    z-index: 1;
    position: absolute;
    top: 0px;
    padding: 10px;
    width: 100%;
  }

  .map-sidebtnbranches {
    z-index: 1;
    position: absolute;
    top: 0px;
    padding: 10px;
  }

  .mapcontainer {
    margin-top: 0 !important;
  }

  .collection {
    overflow-y: auto;
  }

  #map {
    width: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .hemptybox {
    height: 64px;
  }
}

@media only screen and (min-width: 993px) {
  .NAmodal_left_button {
    text-align: left;
  }

  .NAmodal_right_button {
    text-align: right;
  }

  .smallerfontsize {
    font-size: 13.5px;
  }

  .biggerfontsize {
    font-size: 15.5px;
  }

  body {
    background-image: url(/images/App_Background_A_3_Red.svg);
    background-size: 900px;
  }

  .kmfnavbarpages > li > a {
    font-size: 10px;
  }

  .imgnodata {
    max-height: 250px;
    max-width: 250px;
  }

  /*.modal{
  min-width: 200px !important;
  top: 30% !important;
  }
  
  /*.modal{
  min-width: 200px !important;
  width: auto !important;
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 30% !important;
  }*/
  .mainKmfpreloader {
    margin-left: auto;
    margin-right: auto;
    width: 130px !important;
    height: 130px !important;
  }

  .map-sidebar {
    z-index: 1;
    position: absolute;
    left: 25px;
    top: 25px;
    padding: 10px;
    width: 325px;
  }

  .map-sidebtnbranches {
    z-index: 1;
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 10px;
  }

  .mapcontainer {
    margin-top: 15px !important;
  }

  .collection {
    overflow: hidden;
  }

  .collection:hover {
    overflow-y: auto;
  }

  #map {
    width: 100%;
    min-height: 500px;
  }

  .newappfloatbutton {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .smallerfontsize {
    font-size: 14px;
  }

  .biggerfontsize {
    font-size: 16px;
  }

  body {
    background-image: url(/images/App_Background_A_3_Red.svg);
    background-size: 1300px;
  }

  .kmfnavbarpages > li > a {
    font-size: 13px;
  }

  .imgnodata {
    max-height: 350px;
    max-width: 350px;
  }

  /*.modal{
  min-width: 200px !important;
  top: 30% !important;
  }
  
  /*.modal{
  min-width: 200px !important;
  width: auto !important;
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 30% !important;
  }*/
  .mainKmfpreloader {
    margin-left: auto;
    margin-right: auto;
    width: 150px !important;
    height: 150px !important;
  }

  .mapcontainer {
    margin-top: 15px !important;
  }
}

/*
  body {
  background-image: url(/images/App_Background_A_3_Red.svg);
  background-size: 500px;
  }
  
  */

.mobile-login-form {
  width: 80%;
}

.mobile-new-app-form {
  width: 90%;
}

.entrance_main_kmf {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nobackground {
  background-image: none;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.kmfnavbar {
  background-color: #d94734 !important;
}

.navbar-kmf-logo {
  height: 100%;
}

.navbar-kmf-logo-mob {
  width: 132px;
  margin: auto;
  padding-top: 44px;
  margin-bottom: -15px;
}

.navbar-kmf-img-mob {
  width: 100%;
}

.navbar-kmf-img {
  height: 100%;
  padding: 13px 13px;
}

.nav-kmf-bg {
  background-color: #373435;
}

.nav-kmf-bg li > a {
  color: #fff;
}

.nav-mob-kmf-header {
  background-color: #d94734;
  padding: 0 32px;
  height: 162px;
}

.kmf-star-row .col .material-icons {
  font-size: 14px;
  height: auto !important;
  line-height: 0 !important;
}

.kmf-star-row .col {
  padding: 0 !important;
  width: auto !important;
}

.dgrey-opacity {
  color: #212121;
  opacity: 0.3;
}

.kmfcontainer {
  margin-top: 15px;
  max-width: 1130px;
  /*max-width: 100%;*/
  margin-left: auto;
  margin-right: auto;
}

.kmfcarouselform {
  min-height: 500px !important;
}

.kmfloginform {
  max-width: 300px;
  /*margin-top: 2%;*/
}

.kmfloginactiveform {
  max-width: 1130px;
  margin: auto;
  top: 0 !important;
}

.kmfenterbutton {
  width: 100%;
  color:
      /*#D94734*/ black;
  font-weight: 600;
  text-transform: none !important;
  font-size: 15px;
}

.kmfsliderform {
  margin-top: 25px !important;
  margin-bottom: auto !important;
  margin-right: 20px;
  margin-left: 20px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.kmf-footer {
  background-color: #373435;
}

.kmf-footer-social-media {
  width: 28px;
  height: 28px;
}

.kmfLoginFormRegandForget {
  margin: 30px;
  font-size: 15px;
}

.KmfFormGoldText {
  color: #ffd740;
  font-weight: 500;
}

.kmfLoginFormErrorBlock {
  padding: 2px 24px !important;
}

.kmfloancardparent {
  padding: 5px 16px !important;
}

.card-content p {
  text-align: left;
}

.kmfloancardchild {
  border-top: 1px solid rgba(160, 160, 160, 0.2) !important;
  padding: 5px 16px !important;
}

.kmfcdetailslider {
  min-height: fit-content !important;
  height: auto !important;
}

.kmfverticalLinered {
  border-left: 6px solid #d94734;
}

.kmfverticalLineyellow {
  border-left: 6px solid #ffd740;
}

.kmfverticalLinegreen {
  border-left: 6px solid #4caf50;
}

.kmfverticalLinegrey {
  border-left: 6px solid #9e9e9e;
}

.kmfappstatcard {
  padding: 8px 8px !important;
}

.kmfappstatcard > div > p {
  padding: 0px 8px !important;
}

.kmfcardhorizontalLine {
  border-top: 1px solid rgba(160, 160, 160, 0.2) !important;
  margin-top: 2px;
}

.float-right {
  float: right;
}

.kmfcard:hover {
  background: #f5f5f5;
}

.blackbold-text {
  color: black;
  font-weight: 600;
}

.font-size-16-px {
  font-size: 16px !important;
}

.nodatablock {
  margin: auto;
}

.nodatablock > p {
  text-align: center;
  font-weight: 500;
  background-color: #e2e2e294;
  border-radius: 25px;
  padding: 10px 20px;
}

.noHover {
  pointer-events: none;
}

.clientloyaltybutton {
  margin-right: 10px;
  padding: 0 25px;
  font-weight: 600;
}

.kmf_reg_card_title {
  font-weight: 400 !important;
  text-align: center;
}

.toastcentered {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.loginformlink {
  color: black !important;
  text-transform: none !important;
  margin-right: 0px !important;
  /* -webkit-transition: color .3s ease;
  /* transition: color .3s ease; */
}

.font-18 {
  font-size: 18px !important;
}

.messcard-12px {
  font-size: 12px;
}

.messagecloud {
  border-radius: 2px 15px 7px 15px;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.kmfbranches > a {
  color: #4a4a4a !important;
  cursor: pointer !important;
}

#regionslist li > a {
  color: #4a4a4a !important;
}

.mainoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99998;
}

.search-input {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.search-row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.newapp_row {
  margin-bottom: 0px !important;
}

.crednewappstep {
  margin-top: 25px;
  margin-bottom: 25px;
}

.crednewapptext {
  margin: 12px !important;
}

.cnastep_2 {
  width: 90%;
  max-width: 640px;
}

.newappcard {
  padding: 4px !important;
}

.progress {
  margin: 0.5rem 0 0.5rem 0 !important;
}

.onlinepaymentcard {
  padding: 16px !important;
}

.new_app_step_btn {
  padding: 12px !important;
}

.reg_forg_padding {
  padding: 16px !important;
}

.nopadding {
  padding: 0px !important;
}

.newmessagescircle {
  border-radius: 50%;
  display: inline-block;
  padding: 1px 9px;
  font-size: 16px;
  float: right;
}

.mescard-18px {
  font-size: 18px;
}

.mescard-16px {
  font-size: 16px;
}

.messcard-12px {
  font-size: 12px;
}

.messagecloud {
  border-radius: 2px 15px 7px 15px;
}

.pchevron {
  max-height: 27px;
}

.lngbtn {
  background-color: #d94734 !important;
  color: white;
  font-weight: 600;
}

.lngbtn > i {
  margin-left: 0;
}

.kmfdivider {
  background-color: #282828;
}

.sticky-nav {
  position: fixed;
  top: 0;
  z-index: 99999;
}

.hemptybox {
  height: 56px;
}

.newsimagebox {
  padding: 10px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsimagethumb {
  max-width: 100px;
  max-height: 100px;
}

.newscardcontent {
  padding: 10px !important;
}

.newsdata {
  position: absolute;
  bottom: 10px;
}

.centeredflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mob_not_auth_footer {
  display: none;
}

.paidalashka {
  display: none;
}

@media screen and (max-width: 992px) {
  #mob_not_auth_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    height: 9%;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
  }

  #mob_not_auth_footer a {
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    color: red;
  }

  #mob_not_auth_footer img {
    height: 16px;
    width: 20px;
  }

  .mob_contacts img {
    width: 20px;
    height: 20px;
  }

  .mob_contacts {
    padding: 0px 7px 0px 7px !important;
    height: 85vh;
  }

  .mob_contacts li {
    height: 9%;
    margin-bottom: 10px !important;
    border-radius: 5px;
    padding-left: 20px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #f1f1f1; */
  }

  .mob_contacts li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .mob_contacts li a:nth-child(2) {
    color: black !important;
    margin-left: 10px;
    margin-top: -5px;
  }

  .paidalashka {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100000;
    top: 0px;
    background-color: white;
    width: 100%;
    height: 100%;
  }
}

.payment_step1 .send_form {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
}

/* .payment_step1 .send_form>a{
  width: 60%;
  border-radius:30px;
  border:1px solid #d0cbcb !important;
  color:#ff000080;
  background-color: white !important;
  } */

.payment_step1 label {
  color: black;
  font-weight: bolder;
}

.payment_step1 p {
  color: grey;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment_notification {
  color: black;
  font-size: 11px;
  width: 90%;
  max-width: 640px;
}

.payment_notification img {
  height: 24px !important;
  float: right;
}

.pay_text {
  padding-top: 5px !important;
  text-align: right;
}

@media screen and (max-width: 415px) {
  .pay_text {
    text-align: center;
  }

  .kmfcontainer {
    margin-top: 0px;
  }
}

.check_block {
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
  height: 68.6vh;
  justify-content: center;
}

.check_block form {
  max-width: 354px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: white;
}

.check_block .head_error,
.head_success,
.declined_head {
  color: white;
  text-align: center;
  font-size: 17px;
  padding-top: 17px;
  padding-bottom: 10px;
}

.check_block .head_success {
  background-color: green;
}

.check_block .head_error {
  background-color: red;
}

.check_block .declined_head {
  background-color: #ff8000;
}

.check_block table td:nth-child(2n) {
  text-align: right;
  padding-left: 80px;
}

.check_block div,
p {
  text-align: center;
}

.check_block .error {
  padding-top: 5px;
}

.check_block .error a {
  color: red;
  margin-top: 10px;
}

.check_block img {
  height: 30px;
  width: 30px;
}

.check_block .back_btn a {
  background-color: #ffd740 !important;
  color: black;
  margin-top: 10px;
  font-size: 17px;
  border: 0px;
  padding: 10px;
  cursor: pointer;
}

.back_btn {
  margin-top: 25px;
  margin-bottom: 11px;
}

.check_block .price p {
  margin-top: 5px;
  margin-bottom: 0px;
}

.check_block .price p:first-child {
  font-size: 22px;
  font-weight: bold;
}

.check_block .price p:nth-child(2n) {
  font-size: 13px;
  color: grey;
  margin-top: 0px;
}

.check_block .error p {
  word-wrap: break-word;
  margin: 0px;
  color: grey;
  font-size: 12px;
  display: none;
}

.tie_card {
  padding: 15px !important;
}

.pay_block {
  padding: 14px !important;
}

.app_main {
  width: 23%;
}

.app_main pre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.app_btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_btn_block button {
  border: 1px solid #d94734;
  padding: 7px;
  cursor: pointer;
  min-width: 25%;
}

.app_btn_block .red_btn {
  background-color: #d94734;
  color: white;
}

.app_btn_block .white_btn {
  background-color: white;
  color: black;
}

.app_btn_block .last_btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.app_btn_block .first_btn {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.app_main .hidden {
  display: none;
}

.app_main .apply {
  text-align: center;
}

.app_main .apply button {
  background-color: #ffc400;
  color: black;
  padding: 10px;
  font-size: 14px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.app_main .red_text {
  color: #d94734;
  margin-top: 19px;
  font-weight: bold;
}

.app_main .small_text {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 415px) {
  .app_main {
    width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .app_main {
    width: 40%;
  }
}

@media screen and (min-width: 416px) and (max-width: 768px) {
  .app_main {
    width: 50%;
  }
}

/* Сообщения валидации */

.not_validate_ru:after {
  content: "Данные не введены или не верный формат данных!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_kz:after {
  content: "Деректер енгізілмеген немесе дұрыс емес формат!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_en:after {
  content: "Data not entered or incorrect data format!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_num_ru:after {
  content: "Максимальное значение поля 10!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_num_kz:after {
  content: "Өрістің максималды мәні - 10!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_num_en:after {
  content: "The maximum value of the field is 10!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_phone_ru:after {
  content: "Не верный формат данных!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_phone_kz:after {
  content: "Деректер форматы жарамсыз!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_phone_en:after {
  content: "Invalid data format!";
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.not_validate_ru div,
.not_validate_kz div,
.not_validate_en div,
.not_validate_num_ru div,
.not_validate_num_kz div,
.not_validate_num_en div,
.not_validate_phone_ru div,
.not_validate_phone_kz div,
.not_validate_phone_en div {
  margin-bottom: 0px;
}

.not_validate_input {
  border-bottom-color: red !important;
  -webkit-box-shadow: 0 1px 0 0 red !important;
  box-shadow: 0 1px 0 0 red !important;
}

.not_validate_input:focus {
  border-bottom-color: red !important;
  -webkit-box-shadow: 0 1px 0 0 red !important;
  box-shadow: 0 1px 0 0 red !important;
}

.CallForMainLoader .material-icons {
  float: right;
}

#loyaltyprogram .modal-content {
  padding: 10px !important;
}

@media screen and (max-width: 375px) {
  #loyaltyprogram {
    width: 90%;
  }

  #loyaltyprogram .modal-footer {
    padding-top: 0px !important;
  }

  #loyaltyprogram .modal-content {
    padding: 5px 5px 0px 5px !important;
  }
}

.error_main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_contin_btn {
  float: right;
  background-color: white !important;
  color: black;
  font-size: 13px;
  border: 1px solid #ffd740;
  border-radius: 5px;
  padding: 5px;
  margin-top: -3px;
}

.card_contin_btn:focus {
  outline: none;
  background-color: white !important;
}

#status_con_cancel_app {
  margin-top: 10px;
  border: 1px solid red;
  box-shadow: none;
  border-radius: 5px !important;
  padding: 0px !important;
  background-color: white !important;
}

.kmfverticalLinepurple {
  border-left: 6px solid #9605f0;
}

.restruct_checkbox {
  width: 3.333333% !important;
}

.restruct_block {
  padding: 20px !important;
  width: 45%;
}

@media screen and (max-width: 415px) {
  .restruct_block {
    padding: 20px !important;
    margin: 0px;
    width: 100% !important;
    height: 100vh !important;
  }
}
.rest_text {
  text-align: left !important;
  margin-left: 10px;
}

.center_block {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .rest_check_block {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 415px) {
  .rest_inp_text {
    margin-left: 10px !important;
  }

  #toast-container {
    top: 10% !important;
    right: auto !important;
    bottom: auto;
  }
}

.error_toast {
  background: #d94734 !important;
}

.success_toast {
  background: green !important;
}

.tabs-content {
  min-height: 770px !important;
}

#per_modal.modal.open {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden !important;
}

.details_cont_btn {
  background-color: #ffd740;
  width: 100%;
}
.details_cont_btn:hover,
.details_cont_btn:focus {
  background-color: #ffd740;
}

.details_modal_btn {
  background-color: #ffd740;
  color: white;
}
.details_modal_btn:hover {
  background-color: #ffd740;
  color: white;
}

.refuse_list {
  padding: 20px !important;
}

.refuse_list a {
  font-size: 18px !important;
  color: black;
}

@media screen and (max-width: 415px) {
  .payment_block {
    padding: 10.5px !important;
  }
}
.payment_text {
  text-align: center;
}
.graph_text {
  padding: 5px !important;
  background-color: #ffd65780;
  margin-top: 4px;
  color: #746a48 !important;
}
.credit_detail {
  margin-top: 15px;
  word-wrap: break-word;
}

@media screen and (max-width: 415px) {
  body {
    background-color: white !important;
  }
  .center_block {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .payment_text {
    padding: 5px !important;
    background-color: #ffd65780;
    margin-top: 4px;
    color: #746a48 !important;
  }
  .credit_detail {
    padding: 5px;
  }
  /* .form__mob_90vh {
    height: 100vh !important;
  } */
  .main_credits_block .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #creditnewapplication_step2 {
    margin: 0px !important;
    width: 100% !important;
  }
  #creditnewapplication {
    margin: 0px !important;
    width: 100% !important;
    height: 100vh !important;
  }
}

@media screen and (max-width: 320px) {
  .entrance_main_kmf .fio {
    font-size: 70%;
  }
}

@media screen and (max-width: 375px) and (min-width: 321px) {
  .entrance_main_kmf .fio {
    font-size: 80%;
  }
}

@media screen and (min-width: 375px) {
  .entrance_main_kmf .fio {
    font-size: 85%;
  }
}

.entrance_main_kmf {
  min-height: 55vh !important;
}
.app_btn_block button {
  min-width: 102px !important;
}

.entrance_main_kmf .fio {
  text-align: center !important;
}
