/*----------  config
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------- variables
-----------------------------------------------------------*/
/*---------- Sprites
-----------------------------------------------------------*/
h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 55px;
}

h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 35px;
  color: #00497b;
}

h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 23px;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 13px 0 21px 0;
  max-width: 466px;
  margin: 0 auto 3px auto;
}

p {
  font-weight: 300;
  font-size: 13.5px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus, a:hover {
  color: inherit;
}

.bold {
  font-weight: 900;
}

/*----------  helpers
------------------------------------------------------------------------------*/
/*---------- breakpoints
------------------------------------------------------------------------------*/
/*---------- clearfix
------------------------------------------------------------------------------*/
/*----------  layout
------------------------------------------------------------------------------*/
/*---------- layout
-----------------------------------------------------------*/
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #f5f8fa;
}

a {
  text-decoration: none !important;
}

.upper {
  text-transform: uppercase;
}

.heading_back {
  background-color: #00497b;
  color: #bce4fa;
  text-align: left;
  position: relative;
  padding: 8px 0 8px 60px;
}
.heading_back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border-bottom: 38px solid #f5f8fa;
  border-right: 26px solid transparent;
}
.heading_back:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 38px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #00497b;
}

.mainWrapper {
  width: 75%;
  margin: 0 auto;
}

.main-grid {
  max-width: 75%;
  min-width: 260px;
  margin: 0 auto;
  position: relative;
}
.main-grid:before, .main-grid:after {
  content: " ";
  display: table;
}
.main-grid:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.main-grid {
  *zoom: 1;
}
.main-grid .rows {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-grid .rows:before, .main-grid .rows:after {
  content: " ";
  display: table;
}
.main-grid .rows:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.main-grid .rows {
  *zoom: 1;
}
.main-grid .rows .col-1 {
  float: left;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 25px 0;
}
.main-grid .rows .col-1:last-of-type {
  margin-right: 0;
}
.main-grid .rows .col-2 {
  float: left;
  text-align: center;
  position: relative;
  width: 49%;
  margin-right: 2%;
  padding: 5px 0;
}
.main-grid .rows .col-2:last-of-type {
  margin-right: 0;
}
.main-grid .rows .col-3 {
  float: left;
  text-align: center;
  position: relative;
  width: 33%;
  margin-right: 0.5%;
}
.main-grid .rows .col-3:last-of-type {
  margin-right: 0;
}
.main-grid .rows .col-4 {
  float: left;
  text-align: center;
  position: relative;
  width: 25%;
}
.main-grid .rows .col-4:last-of-type {
  margin: 0;
}
.main-grid .rows .col-5 {
  float: left;
  text-align: center;
  position: relative;
  width: 19.2%;
  margin-right: 1%;
}
.main-grid .rows .col-5:last-of-type {
  margin: 0;
}
.main-grid .rows .col-5-bread {
  float: left;
  text-align: center;
  position: relative;
  width: 17%;
}
.main-grid .rows .col-7 {
  float: left;
  text-align: left;
  position: relative;
  width: 53.9%;
}
.main-grid .rows .col-7:last-of-type {
  margin: 0;
}
.main-grid .rows .col-40 {
  float: left;
  text-align: left;
  position: relative;
  width: 46.1%;
}
.main-grid .rows .col-40:last-of-type {
  margin: 0;
}
.main-grid .rows .col-8 {
  float: left;
  text-align: left;
  position: relative;
  width: 75%;
  margin-right: 1%;
}
.main-grid .rows .col-8:last-of-type {
  margin: 0;
}
.main-grid .rows .col-9 {
  float: left;
  text-align: center;
  position: relative;
  width: 79%;
  margin-right: 1%;
}
.main-grid .rows .col-9:last-of-type {
  margin: 0;
}
.main-grid .rows .col-9-bread {
  float: right;
  text-align: center;
  position: relative;
  width: 83%;
}
.main-grid .no-margine {
  margin-right: 0 !important;
  border: 0;
}
@media only screen and (min-width: 631px) and (max-width: 896px) {
  .main-grid .col-4 {
    margin: 0 3px 3px 0;
  }
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .main-grid .col-4 {
    margin: 0 0 3px 0;
  }
}

@media (max-width: 992px) {
  .mainWrapper, .main-grid {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .cmn-narrow-page {
    width: 900px;
    margin: 0 auto;
  }
}
/*----------  icons
------------------------------------------------------------------------------*/
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 12px;
  border-radius: 4px;
  outline: none;
  border: 1px solid transparent;
}
.button i.fa {
  margin-right: 5px;
}
.button:hover, .button:focus {
  color: #fff;
}
.button-orange {
  min-width: 145px;
  color: #fff;
  background-color: #ff7900;
  border-top-color: #ff7900;
  border-bottom-color: #df6e07;
  box-shadow: inset 0 -2px 0 0 #df6e07;
}
.button-orange:hover, .button-orange:focus {
  color: #fff;
}
.button-large-text {
  height: auto;
}
.button-blue {
  min-width: 145px;
  color: #fff;
  background-color: #0078b4;
  border-top-color: #0078b4;
  border-bottom-color: #075d89;
  box-shadow: inset 0 -2px 0 0 #075d89;
}
.button-blue:hover, .button-blue:focus {
  color: #fff;
}

.jq-select-jemac.active-button{
  color: #fff;
  background-color: #18cf00;
  border-top-color: #18cf00;
  border-bottom-color: #13a800;
  box-shadow: inset 0 -2px 0 0 #13a800;
}

.jq-select-jemac.jemac-disabled {
  background-color: #e5e5e5 !important;
  border-top-color:#e5e5e5 !important;
  border-bottom-color: #908f8f !important;
  box-shadow: inset 0 -2px 0 0#e5e5e5 !important;
  color: #000 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

.button-blue-add-remove {
  min-width: 55px;
  color: #fff;
  background-color: #0078b4;
  border-top-color: #0078b4;
  border-bottom-color: #075d89;
  box-shadow: inset 0 -2px 0 0 #075d89;
}
.button-blue-add-remove:hover, .button-blue-add-remove:focus {
  color: #fff;
}
.button-white {
  min-width: 145px;
  color: #585858;
  background-color: #fff;
  border-color: #90a0b2;
}
.button-white:focus {
  color: #585858;
}
.button-white:hover {
  color: #000;
}

/*----------  partials
------------------------------------------------------------------------------*/
.footer {
  clear: both;
  text-align: center;
  border-top: 1px solid #000;
}

.main-page {
  background: #f5f8fa;
  margin: 20px 0;
}
.main-page .box {
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
}
.main-page .box .mpHeader {
  height: 250px;
  background-position: center center;
}
.main-page .box .mpHeader.accountImg {
  background: url(~/../../img/main-page/racuni.jpg) no-repeat;
  background-size: cover;
}
.main-page .box .mpHeader.creditImg {
  background: url(~/../../img/main-page/krediti.jpg) no-repeat;
  background-size: cover;
}
.main-page .box .mp_option {
  padding: 30px 30px 0 30px;
  background: #fff;
  color: #585858;
  text-align: left;
}
.main-page .box .mp_option .mpBoxTitle {
  margin-bottom: 20px;
  font-size: 22px;
}
.main-page .box .mp_option .mpContent {
  padding-bottom: 10px;
}
.main-page .box .mpFooter {
  padding: 15px 0;
  background: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .box {
    margin: 20px 0;
  }
}
/*---------- Sprites
-----------------------------------------------------------*/
.modal-header,
.modal-body {
  border-bottom: none;
  text-align: center;
  color: #1B72B7;
  padding: 20px 15px;
}
.modal-header .info,
.modal-body .info {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  color: #000;
  text-align: justify;
  max-height: 430px;
  overflow-y: auto;
}
.modal-header .info p,
.modal-body .info p {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 23px;
}
.modal-header .info_list,
.modal-body .info_list {
  list-style: circle;
  padding-left: 40px;
}
.modal-header .info_list li,
.modal-body .info_list li {
  margin-bottom: 5px;
}

.modal-body .topModalHeading {
  padding: 0 5%;
}
.modal-body .headerImg {
  margin: 0 auto 15px;
  display: block;
  height: 100px;
}
.modal-body .headerImg img {
  height: 100%;
  width: 100%;
}

.modal-header h3 {
  font-size: 25px;
  max-width: 85%;
  margin: auto;
}
.modal-header .close {
  background-color: #ccd7e1;
  color: #fff;
  opacity: 1;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 5;
}
.modal-header .close:hover {
  background-color: #585858;
  border-color: #585858;
}
.modal-header .close:focus {
  outline: none;
}

.modal-footer {
  border-top: none;
  text-align: center;
}
.modal-footer .addProduct {
  background-color: #ff7900;
  border-color: #ff7900;
}
.modal-footer .addProduct:hover {
  background-color: #b95903;
  border-color: #b95903;
}

.modal {
  background: rgba(155, 155, 155, 0.5) none repeat scroll 0% 0%;
}

@media (max-width: 768px) {
  .modal-header h3 {
    max-width: 100%;
    margin-top: 40px;
  }
}
/*---------- END Sprites
-----------------------------------------------------------*/
/*----------  Top bar
------------------------------------------------------------------------------*/
.apply-requirements {
  margin-top: 15px;
  background-color: #00497b;
  margin-bottom: 20px;
}
.apply-requirements .apply-requirements__title {
  color: #dff2fd;
  text-align: center;
  font-size: 20px;
  margin: 0 0 8px;
}
.apply-requirements .apply-requirements__items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.apply-requirements .apply-requirements__items .requirement-info {
  margin: 26.5px 1px 0;
  padding: 0 5px 5px;
  text-align: center;
  width: 115px;
}
.apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon {
  width: 53px;
  height: 53px;
  background-color: #00497b;
  margin: -26.5px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #dff2fd;
  border-radius: 50%;
}
.apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa {
  line-height: 1;
}
.apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa-id-card {
  font-size: 22px;
}
.apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa-clock-o {
  font-size: 45px;
}
.apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa-home {
  font-size: 34px;
}
.apply-requirements .apply-requirements__items .requirement-info .requirement-info__text {
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .apply-requirements .apply-requirements__title {
    width: 80%;
    font-size: 15px;
    margin: 0 auto 5px auto;
  }
  .apply-requirements .apply-requirements__items .requirement-info {
    margin: 26.5px 1px 0;
  }
  .apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon {
    width: 50px;
    height: 50px;
  }
  .apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa {
    line-height: 2;
  }
  .apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa-id-card {
    font-size: 19px;
  }
  .apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa-clock-o {
    font-size: 42px;
  }
  .apply-requirements .apply-requirements__items .requirement-info .requirement-info__icon .fa-home {
    font-size: 31px;
  }
  .apply-requirements .apply-requirements__items .requirement-info .requirement-info__text {
    font-size: 13px;
  }
}

/*---------- END Top bar
------------------------------------------------------------------------------*/
	/*----------  Breadcrumb
------------------------------------------------------------------------------*/
.horisontal-steps {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.horisontal-steps:before {
  content: '';
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  height: 4px;
  background-color: #bce4fa;
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .horisontal-steps {
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
    width: 125%;
    left: -12.5%;
    margin-bottom: 10px;
  }
}

.horisontal-steps__item {
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none !important;
  padding-top: 90px;
  width: 100px;
  margin: 0 20px;
}
.horisontal-steps__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 10px solid #bce4fa;
  background: #fff;
}
.horisontal-steps__item.horisontal-steps__item_visited:before {
  border-width: 5px;
  background-color: #00497b;
}
.horisontal-steps__item.horisontal-steps__item_active .horisontal-steps__title {
  color: #00497b;
}
.horisontal-steps__item.horisontal-steps__item_active:before {
  height: 80px;
  width: 80px;
  border-width: 5px;
  background-color: #00497b;
  top: 0;
  margin-left: -40px;
}
.horisontal-steps__item.horisontal-steps__item_active.horisontal-steps__item_error:after {
  right: 5px;
}
.horisontal-steps__item.horisontal-steps__item_inactive {
  cursor: default;
  pointer-events: none;
}
.horisontal-steps__item.horisontal-steps__item_error:after {
  content: "!";
  position: absolute;
  right: 10px;
  top: 45px;
  display: inline-block;
  width: 25px;
  line-height: 23px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #aa0000;
  border: 2px solid #ff9977;
}
.horisontal-steps__item.horisontal-steps__item_success:before {
  border: 10px solid #ffa200;
}

.horisontal-steps__title {
  font-size: 13px;
  line-height: 1.1em;
  color: #585858;
}
@media only screen and (min-width: 631px) and (max-width: 896px) {
  .horisontal-steps__title {
    padding-left: 0;
  }
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .horisontal-steps__title {
    display: none !important;
  }
}

.horisontal-steps__substeps {
  display: flex;
}

.horisontal-steps__subitem {
  width: 30px;
  margin: 0 10px;
  position: relative;
}
.horisontal-steps__subitem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #bce4fa;
  background: #fff;
}
.horisontal-steps__subitem.horisontal-steps__subitem_visited:before, .horisontal-steps__subitem.horisontal-steps__subitem_active:before {
  border-width: 2.5px;
  background-color: #00497b;
}
.horisontal-steps__subitem.horisontal-steps__subitem_visited.horisontal-steps__subitem_error:after, .horisontal-steps__subitem.horisontal-steps__subitem_active.horisontal-steps__subitem_error:after {
  content: "!";
  left: 0;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.horisontal-steps__subitem.horisontal-steps__subitem_visited.horisontal-steps__subitem_error:before, .horisontal-steps__subitem.horisontal-steps__subitem_active.horisontal-steps__subitem_error:before {
  background: #aa0000 !important;
  border-color: #ff9977 !important;
}

	/*----------  END Breadcrumb
------------------------------------------------------------------------------*/
/*----------  Choose account
------------------------------------------------------------------------------*/
.top_margin {
  margin-top: 50px;
}

.move-up {
  transform: translateY(-17%);
}

.col-5-bread {
  padding-top: 71px;
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .col-5-bread {
    width: 0 !important;
  }
}

.col-9-bread .hide {
  display: none;
}
.col-9-bread .show {
  display: block;
}
@media only screen and (min-width: 631px) and (max-width: 896px) {
  .col-9-bread {
    width: 100% !important;
    transform: translateY(-43px);
  }
  .col-9-bread .col-4 {
    width: 49.8% !important;
  }
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .col-9-bread {
    width: 100% !important;
    transform: translateY(-43px);
  }
  .col-9-bread .col-4 {
    width: 100% !important;
  }
}

.account-checked-icon {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  color: #ff7900;
}

.choose_acc {
  margin-top: 15px;
}
.choose_acc .acc-type {
  position: relative;
  background-color: #bce4fa;
  border: 1px solid rgba(0, 73, 123, 0.5);
  color: #00497b;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.choose_acc .acc-type:not(.acc-type-click):hover {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 11px 7px 0 rgba(0, 0, 0, 0.19);
}
.choose_acc .acc-type .acc-top {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.choose_acc .acc-type .acc-top .headerImg {
  max-height: 50px;
  margin: 10px 0;
}
.choose_acc .acc-type .acc-top .acc-head-wrap {
  height: 230px;
  padding: 10px 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choose_acc .acc-type .acc-top .acc-head-wrap h4 {
  font-size: 17px;
  line-height: 23px;
}
.choose_acc .acc-type .acc-top .acc-head-wrap h3 {
  min-height: 65px;
}
.choose_acc .acc-type .acc-top .acc-head-wrap i {
  font-size: 50px;
  padding: 10px 0;
}
.choose_acc .acc-type .acc-top .acc-head-wrap .priceValue {
  font-size: 30px;
  font-weight: 600;
}
.choose_acc .acc-type .acc-top .acc-head-wrap .info_disclaimer {
  margin-top: 25px;
}
.choose_acc .acc-type .acc-question-wrap-din,
.choose_acc .acc-type .acc-question-wrap-oml,
.choose_acc .acc-type .acc-question-wrap-prem,
.choose_acc .acc-type .acc-question-wrap-deviz {
  max-height: 0;
  overflow-y: hidden;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question {
  background-color: #bce4fa;
  padding: 0 10px;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-text,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-text,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-text,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-text {
  width: calc(100% - 80px);
  float: left;
  position: relative;
  text-align: left;
  padding: 10px 0;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-text p,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-text p,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-text p,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-text p {
  font-size: 13px;
  line-height: 21px;
  color: #00497b;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox {
  width: 80px;
  float: left;
  text-align: center;
  position: relative;
  margin: 10px 0;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox .checkbox-wrap input,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox .checkbox-wrap input,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox .checkbox-wrap input,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox .checkbox-wrap input {
  position: absolute;
  left: -99999px;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox .slider-v2,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox .slider-v2,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox .slider-v2,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox .slider-v2 {
  margin-bottom: 0;
  position: relative;
  display: block;
  width: 5.5em;
  height: 3em;
  cursor: pointer;
  /*background: #f0f0f0;*/
  /*background: linear-gradient(to bottom , #f0f0f0 0%, #ffffff 100%);*/
  transition: 350ms;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox .slider-v2::after,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox .slider-v2::after,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox .slider-v2::after,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox .slider-v2::after {
  position: absolute;
  content: '';
  width: 2em;
  height: 2em;
  top: 0.5em;
  left: 0.5em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background: linear-gradient(#f5f5f5 10%, #eeeeee);
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, 0.5);
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox .slider-v2::before,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox .slider-v2::before,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox .slider-v2::before,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox .slider-v2::before {
  position: absolute;
  content: '';
  width: 4em;
  height: 1.5em;
  top: 0.75em;
  left: 0.75em;
  border-radius: 0.75em;
  transition: 250ms ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #d0d0d0;
  box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 0 0 0 0 #ff7900 inset;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox input:checked + .slider-v2::before,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox input:checked + .slider-v2::before,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox input:checked + .slider-v2::before,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox input:checked + .slider-v2::before {
  box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 3em 0 0 0 #ff7900 inset;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-question .acc-checkbox input:checked + .slider-v2::after,
.choose_acc .acc-type .acc-question-wrap-oml .acc-question .acc-checkbox input:checked + .slider-v2::after,
.choose_acc .acc-type .acc-question-wrap-prem .acc-question .acc-checkbox input:checked + .slider-v2::after,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-question .acc-checkbox input:checked + .slider-v2::after {
  left: 3em;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-yes,
.choose_acc .acc-type .acc-question-wrap-din .acc-yes-deviz,
.choose_acc .acc-type .acc-question-wrap-oml .acc-yes,
.choose_acc .acc-type .acc-question-wrap-oml .acc-yes-deviz,
.choose_acc .acc-type .acc-question-wrap-prem .acc-yes,
.choose_acc .acc-type .acc-question-wrap-prem .acc-yes-deviz,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-yes,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-yes-deviz {
  background: #00497b;
  height: 15px;
  position: relative;
}
.choose_acc .acc-type .acc-question-wrap-din .acc-yes-deviz,
.choose_acc .acc-type .acc-question-wrap-oml .acc-yes-deviz,
.choose_acc .acc-type .acc-question-wrap-prem .acc-yes-deviz,
.choose_acc .acc-type .acc-question-wrap-deviz .acc-yes-deviz {
  height: 78px;
}
.choose_acc .acc-type .sec-read-more {
  display: block;
  background: #5d96ba;
  color: #fff;
  text-decoration: underline;
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.choose_acc .acc-type:hover .sec-read-more {
  bottom: 0;
}
.choose_acc .acc-type-click {
  background-color: #00497b;
  color: #fff;
}
.choose_acc .acc-type-click.acc-type_resizable {
  margin: -10px -4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.choose_acc .acc-type-click .acc-top .account-checked-icon {
  display: block;
}
.choose_acc .acc-type-click .acc-question-wrap-din,
.choose_acc .acc-type-click .acc-question-wrap-oml,
.choose_acc .acc-type-click .acc-question-wrap-prem {
  max-height: 140px;
}
.choose_acc .acc-type-click .acc-question-wrap-deviz {
  max-height: 80px;
  position: relative;
}
.choose_acc .acc-type-click .insurance-icon {
  display: none;
}
.choose_acc .acc-type-click .insurance-alt-icon {
  display: inline-block;
}
.choose_acc .security-wrap,
.choose_acc .extra_service-wrap {
  text-align: center;
  display: none;
  margin: 20px 0;
}
.choose_acc .security,
.choose_acc .extra_service {
  height: 230px;
  color: #00497b;
  background-color: #bce4fa;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 73, 123, 0.5);
  box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
  overflow: hidden;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choose_acc .security .sec-text,
.choose_acc .extra_service .sec-text {
  margin-top: 30px;
  margin-bottom: 20px;
}
.choose_acc .security .sec-text .extra_service_heading,
.choose_acc .extra_service .sec-text .extra_service_heading {
  font-size: 18px;
}
.choose_acc .security .sec-text h4,
.choose_acc .extra_service .sec-text h4 {
  font-size: 16px;
  min-height: 55px;
  margin-top: 5px;
  max-width: 80%;
  margin: 0 auto;
}
.choose_acc .security .sec-text .close,
.choose_acc .extra_service .sec-text .close {
  opacity: 0;
  background-color: #ff7900;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 25px;
  border-radius: 50%;
  z-index: 5;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.choose_acc .security .sec-text .close:focus,
.choose_acc .extra_service .sec-text .close:focus {
  outline: none;
}
.choose_acc .security .sec-text .close.show_close_btn,
.choose_acc .extra_service .sec-text .close.show_close_btn {
  opacity: 1;
}
.choose_acc .security.remove_overflow,
.choose_acc .extra_service.remove_overflow {
  color: #fff;
  overflow: initial;
  vertical-align: top;
}
.choose_acc .security .priceValue,
.choose_acc .extra_service .priceValue {
  font-size: 20px;
  font-weight: 600;
}
.choose_acc .security .ses_icon,
.choose_acc .extra_service .ses_icon {
  height: 50px;
}
.choose_acc .security .ses_icon img,
.choose_acc .extra_service .ses_icon img {
  height: 100%;
}
.choose_acc .security .sec-read-more,
.choose_acc .extra_service .sec-read-more {
  display: block;
  background: #5d96ba;
  color: #fff;
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.choose_acc .security:hover .sec-read-more,
.choose_acc .extra_service:hover .sec-read-more {
  bottom: 0;
}
.choose_acc .insurance-icon,
.choose_acc .insurance-alt-icon {
  max-width: 100%;
  max-height: 50px;
  margin: 0 auto;
  display: inline-block;
}
.choose_acc .insurance-alt-icon {
  display: none;
}
.choose_acc .acc-type-click-ses {
  background-color: #00497b;
  color: #fff;
}
.choose_acc .acc-type-click-ses .account-checked-icon {
  display: block;
}
.choose_acc .acc-type-click-ses .ses_icon {
  color: #bce4fa;
}
.choose_acc .acc-type-click-ses .insurance-icon {
  display: none;
}
.choose_acc .acc-type-click-ses .insurance-alt-icon {
  display: block;
}
.choose_acc .input_wrapper.procedBtn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.choose_acc .initial-overflow {
  overflow: initial;
}

@media (max-width: 992px) {
  .choose_acc {
    margin-top: 10px;
  }
  .choose_acc .acc-type .acc-top {
    padding: 0;
  }
  .choose_acc .acc-type .acc-top .acc-head-wrap {
    height: 170px;
    padding-left: 90px;
    text-align: left;
  }
  .choose_acc .acc-type .insurance-icon,
  .choose_acc .acc-type .insurance-alt-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 70px;
    margin: 0 auto;
  }
  .choose_acc .acc-type .readMoreBox {
    position: unset;
  }
  .choose_acc .acc-type.acc-type-click .readMoreBox {
    position: unset;
    display: none !important;
  }
}
@media (max-width: 768px) {
  .choose_acc {
    margin-top: 10px;
  }
  .choose_acc .acc-type.acc-type-click.acc-type_resizable {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .choose_acc .jq-acc-local-currency.acc-type-mobile:not(.acc-type-click) {
    display: none;
  }
  .choose_acc .acc-type .acc-top .acc-head-wrap h3 {
    min-height: initial;
  }
  .choose_acc .security,
  .choose_acc .extra_service {
    height: 100%;
    padding-bottom: 50px;
  }
  .choose_acc .security .ses_icon,
  .choose_acc .extra_service .ses_icon {
    margin: 10px auto;
  }
  .choose_acc .security .sec-text,
  .choose_acc .extra_service .sec-text {
    margin: 10px 5px;
  }
  .choose_acc .security .sec-text h4,
  .choose_acc .extra_service .sec-text h4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .choose_acc .security .sec-read-more,
  .choose_acc .extra_service .sec-read-more {
    bottom: 0;
  }
  .choose_acc .security.acc-type-click-ses .sec-read-more,
  .choose_acc .extra_service.acc-type-click-ses .sec-read-more {
    display: none !important;
  }
  .choose_acc .security.acc-type-click-ses .account-checked-icon,
  .choose_acc .extra_service.acc-type-click-ses .account-checked-icon {
    top: unset;
    bottom: 10px;
    right: 50%;
    margin-right: -15px;
  }
}
.acc-type-item {
  margin: 10px 6px;
}

@media (min-width: 768px) {
  .acc-type-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .acc-type-item {
    flex: 0 0 auto;
    width: calc(50% - 12px);
  }
}
@media (min-width: 992px) {
  .acc-type-row {
    margin: 0 -6px;
  }

  .acc-type-item {
    width: calc(28% - 12px);
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1290px) {
  .acc-type-item {
    width: calc(20% - 12px);
    margin-top: 0;
    margin-bottom: 0;
  }
}
.acc-service-row,
.acc-security-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.acc-service-item,
.acc-security-item {
  margin: 10px 6px;
  flex: 0 0 auto;
  width: calc(50% - 12px);
}

@media (min-width: 768px) {
  .acc-service-item,
  .acc-security-item {
    width: calc(33% - 12px);
  }
}
@media (min-width: 992px) {
  .acc-service-row,
  .acc-security-row {
    margin: 0 -6px;
  }

  .acc-security-item {
    width: calc(20% - 12px);
    margin-top: 0;
    margin-bottom: 0;
  }

  .acc-service-item {
    width: calc(25% - 12px);
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1290px) {
  .acc-service-item {
    width: calc(20% - 12px);
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*----------  END Choose account
------------------------------------------------------------------------------*/
/*jumping arrow*/
.scroll_icon {
  font-family: 'FontAwesome';
  margin-left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #00497b;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  animation: floating 1s infinite 1.5s;
}

.scroll_icon:before {
  content: "\f175";
}

.scroll_icon:link,
.scroll_icon:visited,
.scroll_icon:hover {
  color: #fff;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*read more btn*/
.readMoreBox {
  background: #5d96ba;
  text-align: center;
  position: absolute;
  bottom: -50px;
  width: 100%;
  overflow: hidden;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.readMoreBox a {
  display: block;
  color: #fff;
  padding: 15px 0;
}

.acc-type:not(.acc-type-click):hover .readMoreBox {
  bottom: 0;
}

.choose_acc_heading {
  text-align: center;
  color: #00497b;
  margin: 10px 0 20px 0;
  font-size: 18px;
}

.personal_data,
.main_page_creadit_refinans,
.personal_data_credit,
.credit_data {
  text-align: left;
}
.personal_data .input_wrapper,
.main_page_creadit_refinans .input_wrapper,
.personal_data_credit .input_wrapper,
.credit_data .input_wrapper {
  margin: 20px 0;
  position: relative;
}
.personal_data .input_wrapper.removeMargin,
.main_page_creadit_refinans .input_wrapper.removeMargin,
.personal_data_credit .input_wrapper.removeMargin,
.credit_data .input_wrapper.removeMargin {
  margin: 0;
}
.personal_data .input_wrapper.procedBtn,
.main_page_creadit_refinans .input_wrapper.procedBtn,
.personal_data_credit .input_wrapper.procedBtn,
.credit_data .input_wrapper.procedBtn {
  text-align: right;
  margin-top: 40px;
}
.personal_data .input_wrapper .form_control,
.main_page_creadit_refinans .input_wrapper .form_control,
.personal_data_credit .input_wrapper .form_control,
.credit_data .input_wrapper .form_control {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: 0.4s;
}
.personal_data .input_wrapper .form_control:focus,
.main_page_creadit_refinans .input_wrapper .form_control:focus,
.personal_data_credit .input_wrapper .form_control:focus,
.credit_data .input_wrapper .form_control:focus {
  border-color: #0078b4;
  outline: 0;
  box-shadow: none;
}
.personal_data .input_wrapper .form_control:disabled,
.main_page_creadit_refinans .input_wrapper .form_control:disabled,
.personal_data_credit .input_wrapper .form_control:disabled,
.credit_data .input_wrapper .form_control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.personal_data .input_wrapper .fullWidthDarkBlue,
.personal_data .input_wrapper .fullWidthLightBlue,
.main_page_creadit_refinans .input_wrapper .fullWidthDarkBlue,
.main_page_creadit_refinans .input_wrapper .fullWidthLightBlue,
.personal_data_credit .input_wrapper .fullWidthDarkBlue,
.personal_data_credit .input_wrapper .fullWidthLightBlue,
.credit_data .input_wrapper .fullWidthDarkBlue,
.credit_data .input_wrapper .fullWidthLightBlue {
  width: 100%;
  padding: 10px 0;
}
.personal_data .input_wrapper .fullWidthDarkBlue.fullWidthDarkBlue,
.personal_data .input_wrapper .fullWidthLightBlue.fullWidthDarkBlue,
.main_page_creadit_refinans .input_wrapper .fullWidthDarkBlue.fullWidthDarkBlue,
.main_page_creadit_refinans .input_wrapper .fullWidthLightBlue.fullWidthDarkBlue,
.personal_data_credit .input_wrapper .fullWidthDarkBlue.fullWidthDarkBlue,
.personal_data_credit .input_wrapper .fullWidthLightBlue.fullWidthDarkBlue,
.credit_data .input_wrapper .fullWidthDarkBlue.fullWidthDarkBlue,
.credit_data .input_wrapper .fullWidthLightBlue.fullWidthDarkBlue {
  background-color: #0078b4;
  color: #fff;
  border: none;
  box-shadow: none;
}
.personal_data .input_wrapper .fullWidthDarkBlue.fullWidthLightBlue,
.personal_data .input_wrapper .fullWidthLightBlue.fullWidthLightBlue,
.main_page_creadit_refinans .input_wrapper .fullWidthDarkBlue.fullWidthLightBlue,
.main_page_creadit_refinans .input_wrapper .fullWidthLightBlue.fullWidthLightBlue,
.personal_data_credit .input_wrapper .fullWidthDarkBlue.fullWidthLightBlue,
.personal_data_credit .input_wrapper .fullWidthLightBlue.fullWidthLightBlue,
.credit_data .input_wrapper .fullWidthDarkBlue.fullWidthLightBlue,
.credit_data .input_wrapper .fullWidthLightBlue.fullWidthLightBlue {
  background-color: #bce4fa;
  color: #00497b;
  border: none;
  box-shadow: none;
}
.personal_data .input_wrapper .textCenter,
.main_page_creadit_refinans .input_wrapper .textCenter,
.personal_data_credit .input_wrapper .textCenter,
.credit_data .input_wrapper .textCenter {
  text-align: center;
  color: #555;
  font-size: 17px;
  text-transform: none;
}
.personal_data .input_wrapper .checkbox,
.main_page_creadit_refinans .input_wrapper .checkbox,
.personal_data_credit .input_wrapper .checkbox,
.credit_data .input_wrapper .checkbox {
  padding-left: 20px;
  display: inline-block;
}
.personal_data .input_wrapper .checkbox input[type="checkbox"],
.main_page_creadit_refinans .input_wrapper .checkbox input[type="checkbox"],
.personal_data_credit .input_wrapper .checkbox input[type="checkbox"],
.credit_data .input_wrapper .checkbox input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
.personal_data .input_wrapper .checkbox label,
.main_page_creadit_refinans .input_wrapper .checkbox label,
.personal_data_credit .input_wrapper .checkbox label,
.credit_data .input_wrapper .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.personal_data .input_wrapper .checkbox label:before,
.main_page_creadit_refinans .input_wrapper .checkbox label:before,
.personal_data_credit .input_wrapper .checkbox label:before,
.credit_data .input_wrapper .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  margin-left: -20px;
  background-color: #f5f8fa;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  transition: 0.4s;
}
.personal_data .input_wrapper .checkbox label:after,
.main_page_creadit_refinans .input_wrapper .checkbox label:after,
.personal_data_credit .input_wrapper .checkbox label:after,
.credit_data .input_wrapper .checkbox label:after {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -7px;
  margin-left: -20px;
  font-size: 23px;
}
.personal_data .input_wrapper .checkbox input[type="checkbox"]:checked + label::before,
.main_page_creadit_refinans .input_wrapper .checkbox input[type="checkbox"]:checked + label::before,
.personal_data_credit .input_wrapper .checkbox input[type="checkbox"]:checked + label::before,
.credit_data .input_wrapper .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #0078b4;
  border-color: #0078b4;
}
.personal_data .input_wrapper .checkbox input[type="checkbox"]:checked + label::after,
.main_page_creadit_refinans .input_wrapper .checkbox input[type="checkbox"]:checked + label::after,
.personal_data_credit .input_wrapper .checkbox input[type="checkbox"]:checked + label::after,
.credit_data .input_wrapper .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "✓";
  color: #fff;
}
.personal_data .input_wrapper .checkboxRightContent,
.main_page_creadit_refinans .input_wrapper .checkboxRightContent,
.personal_data_credit .input_wrapper .checkboxRightContent,
.credit_data .input_wrapper .checkboxRightContent {
  float: right;
  color: #555;
  width: 95%;
  width: calc(100% - 30px);
  text-align: justify;
  padding-left: 10px;
  margin-top: 10px;
}
.personal_data .input_wrapper .blueLink,
.main_page_creadit_refinans .input_wrapper .blueLink,
.personal_data_credit .input_wrapper .blueLink,
.credit_data .input_wrapper .blueLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}
.personal_data .input_wrapper .dayPicker,
.main_page_creadit_refinans .input_wrapper .dayPicker,
.personal_data_credit .input_wrapper .dayPicker,
.credit_data .input_wrapper .dayPicker {
  width: 25%;
  margin-right: 3px;
}
.personal_data .input_wrapper .monthPicker,
.main_page_creadit_refinans .input_wrapper .monthPicker,
.personal_data_credit .input_wrapper .monthPicker,
.credit_data .input_wrapper .monthPicker {
  width: 48%;
  width: calc(50% - 9px);
  margin-right: 3px;
}
.personal_data .input_wrapper .yearPicker,
.main_page_creadit_refinans .input_wrapper .yearPicker,
.personal_data_credit .input_wrapper .yearPicker,
.credit_data .input_wrapper .yearPicker {
  width: 25%;
  margin-right: 3px;
}
.personal_data .input_wrapper_inline,
.main_page_creadit_refinans .input_wrapper_inline,
.personal_data_credit .input_wrapper_inline,
.credit_data .input_wrapper_inline {
  display: flex;
  align-items: center;
}
.personal_data .input_wrapper_inline label,
.main_page_creadit_refinans .input_wrapper_inline label,
.personal_data_credit .input_wrapper_inline label,
.credit_data .input_wrapper_inline label {
  flex: 0 1 auto;
  padding-right: 10px;
}
.personal_data .input_wrapper_inline input[type="text"]:not(.short-input),
.main_page_creadit_refinans .input_wrapper_inline input[type="text"]:not(.short-input),
.personal_data_credit .input_wrapper_inline input[type="text"]:not(.short-input),
.credit_data .input_wrapper_inline input[type="text"]:not(.short-input) {
  flex: 1 1 auto;
}
.personal_data .input_wrapper_inline input[type="text"].short-input,
.main_page_creadit_refinans .input_wrapper_inline input[type="text"].short-input,
.personal_data_credit .input_wrapper_inline input[type="text"].short-input,
.credit_data .input_wrapper_inline input[type="text"].short-input {
  flex: 0 0 auto;
  width: 100px;
}
.personal_data .input_wrapper_inline .housholders-select,
.main_page_creadit_refinans .input_wrapper_inline .housholders-select,
.personal_data_credit .input_wrapper_inline .housholders-select,
.credit_data .input_wrapper_inline .housholders-select {
  flex: 0 0 auto;
}
.personal_data .headingLabel,
.main_page_creadit_refinans .headingLabel,
.personal_data_credit .headingLabel,
.credit_data .headingLabel {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
  padding: 0 10px;
  color: #00497b;
  font-weight: normal;
  cursor: auto;
  transition: 0.4s;
}
.personal_data .workStatuslabel,
.main_page_creadit_refinans .workStatuslabel,
.personal_data_credit .workStatuslabel,
.credit_data .workStatuslabel {
  z-index: 5;
  cursor: pointer;
}
.personal_data .activeInput,
.main_page_creadit_refinans .activeInput,
.personal_data_credit .activeInput,
.credit_data .activeInput {
  background: transparent;
  bottom: 45px;
  font-size: 15px;
}
.personal_data .additionalQuestionHeading,
.main_page_creadit_refinans .additionalQuestionHeading,
.personal_data_credit .additionalQuestionHeading,
.credit_data .additionalQuestionHeading {
  color: #00497b;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: normal;
}
.personal_data .input_wrapper_comment,
.main_page_creadit_refinans .input_wrapper_comment,
.personal_data_credit .input_wrapper_comment,
.credit_data .input_wrapper_comment {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #585858;
  margin-top: -15px;
  padding-right: 3px;
}
.personal_data .left_align,
.main_page_creadit_refinans .left_align,
.personal_data_credit .left_align,
.credit_data .left_align {
  margin-top: 45px;
  margin-bottom: 0;
}

/*Bootstrap select*/
.bootstrap-select .btn.dropdown-toggle.btn-default {
  height: 40px;
  background: #fff;
  border: 1px solid #90a0b2;
  color: #00497b;
  font-size: 16px;
}
.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:hover {
  background-color: #075d89;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .form-control:focus {
  border-color: #0078b4;
  outline: 0;
  box-shadow: none;
}

#employmentTypeWrapper .bootstrap-select .dropdown-menu {
  max-width: 100%;
}
#employmentTypeWrapper .bootstrap-select .dropdown-menu > li > a {
  white-space: normal;
}

.personal_data_credit .content-step-title {
  width: 100%;
  margin: 0 0 30px !important;
}

.additional_text_wrapper {
  margin: 10px auto 25px;
  padding: 0 15px;
  max-width: 900px;
}
.additional_text_wrapper .additional_text {
  color: #00497b;
  font-size: 18px;
}

@media (max-width: 768px) {
  .personal_data .input_wrapper,
  .personal_data_credit .input_wrapper {
    margin: 0 0 40px 0;
  }
  .personal_data .input_wrapper.removeMargin,
  .personal_data_credit .input_wrapper.removeMargin {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .credit_data {
    width: calc(100% - 300px - 0px);
  }
}
.upload_page {
  background: #f5f8fa;
}
.upload_page .uploadBtns {
  text-align: center;
  margin-bottom: 20px;
}
.upload_page .progress {
  width: 66%;
  margin: 0 0 0 2%;
  float: left;
}
.upload_page #total-progress {
  float: left;
  display: none;
}
.upload_page .dropzones {
  background-color: #bce4fa;
  color: #00497b;
  width: 55%;
  margin: 0 auto;
  padding: 10px;
  min-height: 200px;
  clear: both;
  text-align: center;
  border-radius: 4px;
}
.upload_page .dropzones .dz-message {
  padding-top: 20px;
  padding-bottom: 20px;
}
.upload_page .dropzones .uploadIcon {
  font-size: 40px;
  margin: 20px 0;
  cursor: pointer;
}
.upload_page .error_upload {
  width: 55%;
  color: #aa0000;
  margin: 0 auto;
}
.upload_page .upload-info-format {
  max-width: 70%;
  margin: 5px auto;
}
.upload_page .delete i.fa {
  font-size: 17px;
}
.upload_page .table {
  text-align: center;
}
.upload_page img {
  display: initial;
}

@media (max-width: 992px) {
  .upload_page .dropzones {
    width: 90%;
  }
  .upload_page .error_upload {
    width: 90%;
  }
}
.upload_document {
  background: #f5f8fa;
}
.upload_document .uploadBtns {
  text-align: center;
  margin-bottom: 20px;
}
.upload_document .progress {
  width: 66%;
  margin: 0 0 0 2%;
  float: left;
  margin-top: 7px;
  height: 15px;
}
.upload_document #total-progress {
  float: left;
  display: none;
}
.upload_document .dropzones {
  background-color: #bce4fa;
  color: #00497b;
  width: 55%;
  margin: 0 auto;
  padding: 10px;
  min-height: 200px;
  clear: both;
  text-align: center;
  border-radius: 4px;
}
.upload_document .dropzones .dz-message {
  padding-top: 20px;
  padding-bottom: 20px;
}
.upload_document .dropzones .uploadIcon {
  font-size: 40px;
  margin: 20px 0;
  cursor: pointer;
}
.upload_document .dropzones_consumer {
  background-color: transparent;
}
.upload_document .error_upload {
  width: 55%;
  color: #aa0000;
  margin: 0 auto;
}
.upload_document .upload-info-format {
  max-width: 70%;
  margin: 5px auto;
}
.upload_document .delete i.fa {
  font-size: 17px;
}
.upload_document .table {
  text-align: center;
}
.upload_document img {
  display: initial;
}

.upload_document_conditions {
  text-align: left;
  padding: 5px 20px;
  margin-top: 7px;
}

@media (max-width: 992px) {
  .upload_documente .dropzones {
    width: 90%;
  }
  .upload_documente .error_upload {
    width: 90%;
  }
}
.document_data {
  background: #f5f8fa;
}
.document_data .placeOfBirthWrapper {
  margin: auto;
  float: none;
  width: 40%;
}
.document_data .input_wrapper {
  margin: 20px 0;
  position: relative;
}
.document_data .input_wrapper.removeTopMargin {
  margin-top: 0;
}
.document_data .input_wrapper.procedBtn {
  text-align: center;
  margin-top: 40px;
}
.document_data .input_wrapper .form_control {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: 0.4s;
}
.document_data .input_wrapper .form_control:focus {
  border-color: #0078b4;
  outline: 0;
  box-shadow: none;
}
.document_data .input_wrapper .fullWidthDarkBlue,
.document_data .input_wrapper .fullWidthLightBlue {
  width: 100%;
  padding: 10px 0;
}
.document_data .input_wrapper .fullWidthDarkBlue.fullWidthDarkBlue,
.document_data .input_wrapper .fullWidthLightBlue.fullWidthDarkBlue {
  border: none;
  box-shadow: none;
}
.document_data .input_wrapper .fullWidthDarkBlue.fullWidthLightBlue,
.document_data .input_wrapper .fullWidthLightBlue.fullWidthLightBlue {
  background-color: #bce4fa;
  color: #0078b4;
  border: none;
  box-shadow: none;
}
.document_data .input_wrapper .textCenter {
  text-align: center;
  margin-top: 50px;
  color: #555;
  font-size: 17px;
  text-transform: none;
}
.document_data .input_wrapper .checkbox {
  padding-left: 20px;
  display: inline-block;
}
.document_data .input_wrapper .checkbox input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
.document_data .input_wrapper .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.document_data .input_wrapper .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  margin-left: -20px;
  background-color: #f5f8fa;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  transition: 0.4s;
}
.document_data .input_wrapper .checkbox label:after {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -7px;
  margin-left: -20px;
  font-size: 23px;
}
.document_data .input_wrapper .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #0078b4;
  border-color: #0078b4;
}
.document_data .input_wrapper .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "✓";
  color: #fff;
}
.document_data .input_wrapper .checkboxRightContent {
  float: right;
  width: 95%;
  width: calc(100% - 30px);
  text-align: justify;
  padding-left: 10px;
}
.document_data .input_wrapper .blueLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}
.document_data .input_wrapper .dayPicker {
  width: 25%;
  margin-right: 3px;
}
.document_data .input_wrapper .monthPicker {
  width: 48%;
  width: calc(50% - 9px);
  margin-right: 3px;
}
.document_data .input_wrapper .yearPicker {
  width: 25%;
  margin-right: 3px;
}
.document_data .headingLabel {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
  padding: 0 10px;
  color: #00497b;
  font-weight: normal;
  cursor: auto;
  transition: 0.4s;
}
.document_data .headingLabel_stable {
  padding: 0 10px;
  color: #00497b;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
}
.document_data .workStatus {
  background: #f5f8fa;
  z-index: 5;
  cursor: pointer;
}
.document_data .activeInput {
  background: transparent;
  bottom: 45px;
  font-size: 15px;
}
.document_data .additionalQuestionHeading {
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .document_data .placeOfBirthWrapper {
    width: 100%;
  }
  .document_data .input_wrapper {
    margin: 0 0 40px 0;
  }
  .document_data .input_wrapper.removeMargin {
    margin-top: 30px;
  }
}
/*Bootstrap select*/
.bootstrap-select .btn.dropdown-toggle.btn-default {
  height: 40px;
  background: #fff;
  border: 1px solid #90a0b2;
  color: #00497b;
  font-size: 16px;
}
.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:hover {
  background-color: #075d89;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .form-control:focus {
  border-color: #0078b4;
  outline: 0;
  box-shadow: none;
}

/*Bootstrap datepicker*/
.input-group-addon {
  width: 50px;
  padding: 0px;
  height: 40px;
  background: #fff none repeat scroll 0% 0%;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  cursor: pointer;
}

.aditional_info {
  /*background: url(../img/back/memphis-colorful.png);
  min-height: 1000px;
  padding-top: 239px;*/
  background: #f5f8fa;
  text-align: left;
  /*.radio-group {
  	.toggleAnswer {
  		background-color: red;
  	}
  }*/
}
.aditional_info .left {
  text-align: left !important;
}
.aditional_info .firstRow {
  margin-top: 35px;
}
.aditional_info .bottomSpace {
  margin-bottom: 10px;
}
.aditional_info .selectContainer {
  margin-top: 5px;
  margin-bottom: 35px;
}
.aditional_info .input_wrapper {
  margin: 20px 0;
  position: relative;
}
.aditional_info .input_wrapper.removeMargin {
  margin: 0;
}
.aditional_info .input_wrapper.procedBtn {
  text-align: right;
  margin-top: 40px;
}
.aditional_info .input_wrapper .form_control {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  color: #555;
  background-color: #f5f8fa;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: 0.4s;
}
.aditional_info .input_wrapper .form_control:focus {
  border-color: #0078b4;
  outline: 0;
  box-shadow: none;
}
.aditional_info .input_wrapper .fullWidthDarkBlue,
.aditional_info .input_wrapper .fullWidthLightBlue {
  width: 100%;
  padding: 10px 0;
}
.aditional_info .input_wrapper .fullWidthDarkBlue.fullWidthDarkBlue,
.aditional_info .input_wrapper .fullWidthLightBlue.fullWidthDarkBlue {
  border: none;
  box-shadow: none;
}
.aditional_info .input_wrapper .fullWidthDarkBlue.fullWidthLightBlue,
.aditional_info .input_wrapper .fullWidthLightBlue.fullWidthLightBlue {
  background-color: #bce4fa;
  color: #0078b4;
  border: none;
  box-shadow: none;
}
.aditional_info .input_wrapper .textCenter {
  text-align: center;
  margin-top: 50px;
  color: #555;
  font-size: 17px;
  text-transform: none;
}
.aditional_info .input_wrapper .checkbox {
  padding-left: 20px;
  display: inline-block;
}
.aditional_info .input_wrapper .checkbox input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
.aditional_info .input_wrapper .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.aditional_info .input_wrapper .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: -8px;
  margin-left: -20px;
  background-color: #fff;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  transition: 0.4s;
}
.aditional_info .input_wrapper .checkbox label:after {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -7px;
  margin-left: -20px;
  font-size: 23px;
}
.aditional_info .input_wrapper .checkbox input[type="checkbox"]:checked ~ label::before {
  background-color: #0078b4;
  border-color: #0078b4;
}
.aditional_info .input_wrapper .checkbox input[type="checkbox"]:checked ~ label::after {
  font-family: 'FontAwesome';
  content: "✓";
  color: #fff;
}
.aditional_info .input_wrapper .checkboxRightContent {
  float: right;
  color: #555;
  width: 95%;
  width: calc(100% - 30px);
  text-align: justify;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
}
.aditional_info .input_wrapper .blueLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}
.aditional_info .input_wrapper .dayPicker {
  width: 25%;
  margin-right: 3px;
}
.aditional_info .input_wrapper .monthPicker {
  width: 48%;
  width: calc(50% - 9px);
  margin-right: 3px;
}
.aditional_info .input_wrapper .yearPicker {
  width: 25%;
  margin-right: 3px;
}
.aditional_info .headingLabel {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
  padding: 0 10px;
  color: #00497b;
  font-weight: normal;
  cursor: auto;
  transition: 0.4s;
}
.aditional_info .workStatus {
  background: #f5f8fa;
  z-index: 5;
  cursor: pointer;
}
.aditional_info .activeInput {
  background: transparent;
  bottom: 45px;
  font-size: 15px;
}
.aditional_info .additionalQuestionHeading {
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
}
.aditional_info .infoPricelist {
  display: none;
  margin-left: 20px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.aditional_info .infoPricelist a.blueLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}
.aditional_info .masterCardInfoLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .aditional_info .selectContainer {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.thankYou {
  background: #f5f8fa;
  margin-bottom: 40px;
}
.thankYou .thankYouContent {
  margin-top: 30px;
}
.thankYou .thankYouContent .titleContainer {
  padding: 10% 0;
  margin: auto;
  color: #00497b;
  text-align: center;
  max-width: 400px;
}
.thankYou .thankYouContent .titleContainer h3.mainHeading {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5%;
}
.thankYou .thankYouContent .titleContainer .subHeading p {
  line-height: 22px;
}
.thankYou .creditCardContainer {
  position: relative;
}
.thankYou .creditCardContainer .responsiveImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.thankYou .creditCardContainer .cardHolderName {
  font-family: 'Consolas';
  position: absolute;
  bottom: 16%;
  left: 20%;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.thankYou .creditCardContainer .cardHolderName.standardCard {
  color: #fff;
}
.thankYou .creditCardContainer .cardHolderName.premiumCard {
  color: #f6f2e8;
}
.thankYou .creditCardContainer .cardHolderName.foreignCard {
  color: #fff;
}
.thankYou .creditCardContainer .cardHolderName.youthCard {
  color: #fff;
}

/*---------- CALCULATOR STYLES
------------------------------------------------------------------------------*/
.calculator:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
/* .calculator .calculator__operations {
margin: 0 25px;
} */
.calculator .calculator__total {
  width: 300px;
  margin-bottom: 15px;
}

.calculator-operator {
  margin: 45px 110px 45px 0;
}

.calculator-operator__title {
  color: #585858;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: 7px;
}

.calculator-operator__slider {
  padding: 45px 0 3px;
}

.calculator-slider.ui-widget-content {
  background: #d1d3d4;
  border-radius: 10px;
  border-width: 2px;
  height: 1.5em;
}
.calculator-slider .ui-slider-range {
  background: #00497b;
  border-radius: 10px;
}
.calculator-slider .ui-slider-handle {
  background: #ff7900;
  outline: none !important;
  border-radius: 50%;
  border: none;
  top: -.4em;
  margin-left: -1em;
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.calculator-slider .calculator-slider__total {
  position: absolute;
  width: 210px;
  left: 50%;
  margin-left: -105px;
  top: -43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.calculator-slider .calculator-slider__total:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #00497b transparent transparent transparent;
}
.calculator-slider .calculator-slider__value {
  flex: 1 1 auto;
  background: #fff;
  border: 3px solid #00497b;
  height: 38px;
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.calculator-slider .calculator-slider__value .slider-input-basic, .calculator-slider .calculator-slider__value .calculator-slider__input, .calculator-slider .calculator-slider__value .calculator-slider__input-label {
  display: inline-block;
  background: transparent;
  white-space: nowrap;
  color: #585858;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 32px;
  min-height: 32px;
  min-width: 30px;
  padding: 0px;
  margin: 0;
}
.calculator-slider .calculator-slider__value .slider-input-hidden, .calculator-slider .calculator-slider__value .calculator-slider__input:not(:focus), .calculator-slider .calculator-slider__value .calculator-slider__input:focus + .calculator-slider__input-label {
  position: fixed;
  top: -100px;
  left: -100px;
}
.calculator-slider .calculator-slider__value .calculator-slider__input {
  border: none;
  outline: none !important;
}
.calculator-slider .calculator-slider__value .calculator-slider__input-label {
  cursor: text;
}
.calculator-slider .calculator-slider__value .calculator-slider__handel-title {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #585858;
}
.calculator-slider .calculator-slider__change {
  flex: 0 0 auto;
  width: 20px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
  background: #00497b;
}
.calculator-slider .calculator-slider__change:first-child {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #fff;
}
.calculator-slider .calculator-slider__change:last-child {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #fff;
}

#calculator_insurance_amount_on_hand {
  font-size: 18px;
}

.slider-limit-values {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}
.slider-limit-values .slider-limit-values__item {
  font-size: 14px;
  color: #ccd7e1;
}

.total-inline-wrap {
  text-align: center;
}
.total-inline-wrap .calculator-total {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  width: 300px;
}

.calculator-total {
  border: 1px solid #00497b;
  background: #fff;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.calculator-total.calculator-total_orange {
  border-color: #ff7900;
}
.calculator-total.calculator-total_green {
  border-color: #75c915;
}

.calculator-total__header {
  padding: 0 0 15px;
  color: #00497b;
}
.calculator-total__header.calculator-total__header_orange {
  color: #ff7900;
}
.calculator-total__header.calculator-total__header_green {
  color: #75c915;
}
.calculator-total__header h3 {
  font-size: 15px;
  line-height: 18px;
}

.calculator-total__content {
  font-size: 28px;
  color: #00497b;
  text-transform: uppercase;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.calculator-total__content span {
  white-space: nowrap;
}

.calculator-total__info {
  font-size: 14px;
  line-height: 1.2;
  color: #00497b;
}
.calculator-total__info.calculator-total__info_gray {
  color: #ccd7e1;
}

.calculator-total__image {
  width: 120px;
  margin: 0 auto 10px;
}
.calculator-total__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.calculator-total__amount {
  font-size: 30px;
  font-weight: bold;
  color: #00497b;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.calculator-total__comment {
  color: #585858;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.topAlign {
  margin-top: 47px !important;
}

.bottom_interspace {
  margin-bottom: 20px;
}

.info_disclamer {
  margin-bottom: 5px;
}

.info_disclamer::before {
  content: '*';
  margin-right: 5px;
}

.msg_error {
  color: #aa0000;
  margin-bottom: 6px;
}

.month-rate-input {
  display: none;
}

.bottom_alignment {
  display: flex;
  align-items: flex-end;
}
.bottom_alignment .bottom_alignment_same_width {
  flex-grow: 1;
  flex-basis: 0;
}

.jq-show-emploed,
.jq-show-owner {
  margin: 15px 0;
}

.jq-show-insurance-premium {
  margin-bottom: 10px;
}

.blueLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}

@media (max-width: 992px) {
  .calculator-operator {
    margin: 45px 0;
  }

  .calculator .calculator__operations {
    margin: 0 0 15px;
  }
  .calculator .calculator__total {
    width: 100%;
    text-align: center;
  }
  .calculator .calculator__total .calculator-total {
    width: 300px;
    max-width: 100%;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .calculator {
    margin: 0 auto;
  }
  .calculator .calculator__operations {
    float: left;
    width: calc(100% - 300px - 0px);
  }
  .calculator .calculator__total {
    float: right;
    position: relative;
  }
}
.mobile-slider-handle {
  display: none;
}

@media (max-width: 992px) {
  .calculator-slider .calculator-slider__total {
    /*display: none;*/
    opacity: 0;
    z-index: -10;
    position: fixed;
    top: -9999px;
    left: -9999px;
  }

  .calculator-operator__slider {
    padding-top: 3px;
  }

  .mobile-slider-handle {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    padding: 0px 15px;
    margin: 10px auto;
  }

  .mobile-slider-handle__change {
    flex: 0 0 auto;
    width: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    background: #00497b;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mobile-slider-handle__change:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #fff;
  }

  .mobile-slider-handle__change:last-child {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #fff;
  }

  .mobile-slider-handle__input {
    flex: 1 1 auto;
    font-size: 30px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    width: 100px;
    padding: 0;
    border-radius: 5px;
    border: 3px solid #00497b;
  }
}
@media (max-width: 400px) {
  .bottom_alignment {
    display: block;
  }
}
/*---------- ORDER DETAILS STYLES
------------------------------------------------------------------------------*/
.credit-order-details {
  margin-bottom: 70px;
}
.credit-order-details .credit-order-details__col:last-child {
  border-right: none;
}

.details-table {
  display: table;
  width: 100%;
}

.details-row {
  position: relative;
  display: table-row;
  background: url(../img/order-table-border.svg) left bottom no-repeat;
}
.details-row .details-row__icon,
.details-row .details-row__title,
.details-row .details-row__value {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
}
.details-row .details-row__icon {
  text-align: center;
  width: 50px;
  color: #00497b;
  font-size: 30px;
}
.details-row .details-row__title {
  font-size: 16px;
  color: #585858;
  text-transform: uppercase;
}
.details-row .details-row__value {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #df6e07;
  width: 50px;
  white-space: nowrap;
}
.details-row .details-row__img {
  display: block;
  max-height: 40px;
  width: auto;
  margin: 0 auto;
}
.details-row .details-row__img.details-row__img_small {
  padding: 7px 0;
}
.details-row .fixed_width {
  white-space: normal;
}
.details-row .fa.wrapper-icon {
  position: relative;
  font-size: 35px;
}
.details-row .fa.wrapper-icon .fa {
  position: absolute;
  top: 10px;
  left: 8px;
  color: #fff;
  font-size: 0.45em;
}

@media (min-width: 768px) {
  .credit-order-details__col {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .credit-order-details__col:not(:last-child) {
    border-right: 1px solid #90a0b2;
  }
}
@media (min-width: 992px) {
  .details-table {
    padding: 0 15px;
  }

  .details-row .details-row__title {
    font-size: 20px;
  }
  .details-row .details-row__value {
    font-size: 18px;
  }
}
.button-row-gap {
  margin-bottom: 5px;
}

.pdfClone {
  width: 18cm;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
.pdfClone .credit-order-details__col {
  float: none !important;
  width: 100% !important;
  padding: 0;
  border: none;
}
.pdfClone .details-row__icon {
  width: 25px !important;
}
.pdfClone .details-row__title,
.pdfClone .details-row__value {
  font-size: 14px !important;
  border: none !important;
  padding: 0 !important;
}

.main_page_creadit_refinans .mpcr_wrap {
  width: 83%;
  margin: 0 auto;
}
.main_page_creadit_refinans .knock_out p {
  text-align: left;
}
.main_page_creadit_refinans .jq_knock_out {
  max-height: 0;
  overflow: hidden;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.main_page_creadit_refinans .jq_knock_out_show {
  max-height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .main_page_creadit_refinans .mpcr_wrap {
    width: 100%;
  }
}
.credit_variant {
  background: #f5f8fa;
  margin: 20px 0;
}
.credit_variant .box {
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
}
.credit_variant .mpHeader {
  height: 250px;
  background-position: center center;
}
.credit_variant .mpHeader.cashCreditImg {
  background: url(~/../../img/main-page/kes-kredit.jpg) no-repeat;
  background-size: cover;
}
.credit_variant .mpHeader.refinansCreditImg {
  background: url(~/../../img/main-page/refinansirajuci-kredit.jpg) no-repeat;
  background-size: cover;
}
.credit_variant .mpHeader.refinansExternCreditImg {
  background: url(~/../../img/main-page/refinansirajuci-ebs-kredit.jpg) no-repeat;
  background-size: cover;
}
.credit_variant .mpHeader.consumerCreditImg {
  background: url(~/../../img/main-page/potrosacki-kredit.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
}
.credit_variant .mp_option {
  padding: 30px 30px 0 30px;
  background: #fff;
  color: #585858;
  text-align: left;
}
.credit_variant .mp_option .mpBoxTitle {
  margin-bottom: 20px;
  font-size: 22px;
}
.credit_variant .mp_option .mpContent {
  padding-bottom: 10px;
}
.credit_variant .mpFooter {
  padding: 15px 0;
  background: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .credit-type-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .box {
    margin: 20px 0;
  }
}
.family-members-wrap {
  margin: 15px 0 50px 0;
}

.family-member-item {
  position: relative;
  /*padding-right: 56px;*/
  margin-bottom: 15px;
}

.remove-family-member {
  position: absolute;
  right: 0;
  bottom: 7px;
  min-width: 25px;
  width: 25px;
  padding: 0;
  line-height: 25px;
  height: 25px;
  border: none;
  background: #0078b4;
  border-radius: 50%;
}
.remove-family-member i.fa {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.smaller_input {
  width: 85% !important;
}

.js-heading-family-memeber {
  color: #00497b;
  font-size: 19px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .bottom_align {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .info_disclamer {
    margin-bottom: 30px;
  }
}
.acc-wrap {
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}

.acc-type-click_s .acc-question-wrap-din_s,
.acc-type-click_s .acc-question-wrap-prem_s {
  max-height: 80px;
}

.promo_code_wraper {
  max-width: 400px;
  margin: 60px auto 20px;
}

.input_wrapper {
  margin: 20px 0;
  position: relative;
}

.headingLabel {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
  padding: 0 10px;
  color: #00497b;
  font-weight: normal;
  cursor: auto;
  transition: 0.4s;
}

.headingLabel.activeInput {
  background: transparent;
  bottom: 40px;
  font-size: 15px;
}

.headingLabelDobuleRow {
  position: absolute;
  bottom: 40px;
  left: 5px;
  font-size: 15px;
  padding: 0 10px;
  color: #00497b;
  font-weight: normal;
  cursor: auto;
  transition: 0.4s;
}

.input_wrapper .form_control {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: 0.4s;
}

.input_wrapper .form_control:focus {
  border-color: #0078b4;
  outline: 0;
  box-shadow: none;
}

.code-alert-container {
  width: 600px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: auto;
}

.code-alert-container .cmn-allertbox .cmn-allertbox__content {
  max-width: 100%;
  margin: 0;
  text-align: center;
}

.center-button {
  display: flex;
  justify-content: center;
}

.headingCode {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.erste_club .align-center {
  display: flex;
  align-items: center;
}
.erste_club .erste_club_input {
  flex-basis: 280px;
}
.erste_club .creditCardContainer {
  position: relative;
}
.erste_club .creditCardContainer .responsiveImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.erste_club .creditCardContainer .accountNumberLabel,
.erste_club .creditCardContainer .cardNumberLabel {
  font-family: 'Consolas';
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  left: 20%;
}
.erste_club .creditCardContainer .accountNumberLabel {
  bottom: 16%;
}
.erste_club .creditCardContainer .cardNumberLabel {
  bottom: 36%;
}
.erste_club .promo-code-wrapper {
  margin-top: 20px;
}
.erste_club .promo-code-wrapper .flex-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.erste_club .promo-code-wrapper .flex-container .input_wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin: 0;
}
.erste_club .promo-code-wrapper .flex-container .input_wrapper .form_control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.erste_club .promo-code-wrapper .flex-container .input_wrapper .form_control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.erste_club .promo-code-wrapper .flex-container .btn-copy-to-clipboard {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #90a0b2;
  color: #555;
}
.erste_club .promo-code-wrapper .flex-container .btn-copy-to-clipboard:focus {
  outline: none;
}

@media (max-width: 768px) {
  .erste_club .align-center {
    display: block;
  }
}
.additionalQuestionHeading {
  color: #00497b;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: normal;
}

/*----------  STYLES
------------------------------------------------------------------------------*/
.hide_ele {
  display: none !important;
}

.show_ele {
  display: block;
}

.content-step-title {
  display: flex;
  font-size: 30px;
  width: 75%;
  margin: 0 auto 30px;
  color: #00497b;
  align-items: center;
}
.content-step-title:before, .content-step-title:after {
  content: "";
  display: block;
  height: 1px;
  flex: 1 1 auto;
  background-color: #00497b;
}
.content-step-title:before {
  margin-right: 25px;
}
.content-step-title:after {
  margin-left: 25px;
}
@media only screen and (min-width: 50px) and (max-width: 630px) {
  .content-step-title {
    font-size: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 631px) and (max-width: 896px) {
  .content-step-title {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .content-step-title {
    width: 100%;
    max-width: 100%;
  }
}
.birthday-datepicker__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
}

.cmn-gap {
  margin-bottom: 15px;
}

@media only screen and (min-width: 50px) and (max-width: 630px) {
  .text-mobile-center {
    text-align: center;
  }
}
@media only screen and (min-width: 631px) and (max-width: 896px) {
  .text-mobile-center {
    text-align: center;
  }
}

input.cmn-form-error {
  border-color: #aa0000 !important;
}

.input-wrapper-promo-code .cmn-form-error:last-child {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

label.cmn-form-error {
  position: absolute !important;
  z-index: 10;
  bottom: -15px;
  left: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  width: fit-content;
  height: fit-content;
  color: #aa0000;
  text-transform: none !important;
  white-space: nowrap;
}
label.cmn-form-error.accept-checkbox-label {
  bottom: auto;
  top: -26px;
  max-width: max-content;
}
label.cmn-form-error.accept-checkbox-label:before, label.cmn-form-error.accept-checkbox-label:after {
  display: none !important;
}

label.col-validation-error {
  padding-left: 15px;
}

.checkbox-accept {
  padding-left: 20px;
  display: inline-block;
}
.checkbox-accept input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
.checkbox-accept label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox-accept label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: -8px;
  margin-left: -20px;
  background-color: #fff;
  border: 1px solid #90a0b2;
  border-radius: 4px;
  transition: 0.4s;
}
.checkbox-accept label:after {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -7px;
  margin-left: -20px;
  font-size: 23px;
}
.checkbox-accept input[type="checkbox"]:checked ~ label::before {
  background-color: #0078b4;
  border-color: #0078b4;
}
.checkbox-accept input[type="checkbox"]:checked ~ label::after {
  font-family: 'FontAwesome';
  content: "✓";
  color: #fff;
}

.checkboxRightContent {
  float: right;
  width: 95%;
  width: calc(100% - 30px);
  text-align: justify;
  padding-left: 10px;
  font-size: 17px;
  line-height: 22px;
}
.checkboxRightContent .blueLink {
  color: #0078b4;
  text-decoration: underline !important;
  cursor: pointer;
}

.cmn-allertbox {
  background-color: #ffd5d5;
  color: #aa0000;
  padding: 30px;
  position: relative;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.cmn-allertbox .cmn-allertbox__content {
  max-width: 75%;
  margin: 0 auto;
  font-size: 16px;
}

.cmn-infobox {
  background-color: #0078b4;
  color: #fff;
  padding: 30px;
  position: relative;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
}
.cmn-infobox .cmn-infobox__content {
  max-width: 75%;
  margin: 0 auto;
  font-size: 16px;
}

.place-autocomplete-wrapper {
  position: relative;
}

.place-autocomplete-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 5px 0;
  margin: 2px 0 0;
}
.place-autocomplete-dropdown .place-autocomplete-dropdown__item {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.place-autocomplete-dropdown .place-autocomplete-dropdown__item:hover, .place-autocomplete-dropdown .place-autocomplete-dropdown__item.active {
  color: #262626;
  background-color: #f5f5f5;
}

.radio-group .toggleAnswer {
  font-size: 13px;
  display: inline-block;
  overflow: hidden;
  background-color: #f5f8fa;
  color: #00497b;
  line-height: 34px;
  height: 34px;
  padding: 0 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #90a0b2;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* .radio-group .toggleAnswer:last-of-type {
  margin: 0;
} */
.radio-group input {
  position: absolute;
  left: -99999px;
}
.radio-group .active-label {
  background-color: #0078b4;
  color: #fff;
}

.choose_acc_link {
  text-decoration: underline !important;
  color: #ff7900;
}

/*
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	text-transform: capitalize;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-transform: capitalize;
}*/
.page {
  overflow: initial !important;
}

@media (max-width: 768px) {
  .cmn-xs-gap {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .validation_pdc_ref_special_1 label.cmn-form-error {
    white-space: normal;
    bottom: -120%;
  }

  .validation_pdc_ref_special_2 label.cmn-form-error {
    white-space: normal;
    bottom: -120%;
  }

  .validation_pdc_special_1 label.cmn-form-error {
    white-space: normal;
    bottom: -120%;
  }

  .validation_pdc_special_2 label.cmn-form-error {
    white-space: normal;
    bottom: -90%;
  }

  .aic_special_radio label.cmn-form-error, .aic_special_radio label.cmn-form-error {
    left: -118px;
    bottom: -15px;
  }
}
a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.redText {
  color: #e80000;
}

.disabledLabel {
  pointer-events: none;
  opacity: 0.3;
}

/*# sourceMappingURL=style.css.map */


  
  /*---------- LEASING APP -----------
  ------------------------------------------------------------------------------*/

  .leasingAppThankYouContent .dokumentaZaPreuzimanje{
    margin-top: 50px;
  }
  
  .leasingAppThankYouContent .android-Ios-AppHolder{
    margin-top: 50px;
  }

  .leasingAppThankYouContent .android-Ios-AppHolder .subHeading{
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 10px; 
    background-color: white; 
    border-radius: 10px
}

.personal_data_credit .container-fluid{
  padding: 0 50px;
}