body {
  position: relative;
}

header h1 {
  font-family: "Source Sans Pro", Helvetica, Arial, serif;
  font-weight: 900;
  font-size: 45px;
}

.c-heading--primary {
  color: #192448;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.u-icon--big {
  color: #192448;
}

.c-button--primary, .c-footer {
  background-color: #192448;
  border-color: #192448;
}
.c-button--primary:hover {
  background-color: #293458;
  border-color: #192448;
}

.custom-interline-18  {
  line-height: 18px;
}

.custom-header-icon {
  font-size: 53px;
  width: 53px;
  height: 53px;
  float: right;
}

.custom-large-icon {
  font-size: 60px;
  width: 70px;
  height: 100px;
  padding-bottom: 30px;
  float: left;
}

.custom-max-450 {
  max-width: 450px;
}

.custom-header-contact {
  width: 300px;
}

.js-consent-full {
  display: none;
}

.custom-partners img {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  margin-right: 10px;
  width: 105px;
}

.custom-partners :last-child img {
  margin-right: 0;
}

.clients-logos img {
  border: 1px solid #4CBDB3;
  border-radius: 5px;
  margin: 0 5px;
}

.custom-float-right {
  float: right;
}

.o-link, .u-font-color--3 {
  color: #4CBDB3 !important;
}

.o-list-bare--ticked .o-list-bare__item:before, .o-list-bare--ticked .o-list-bare__item:after {
  background-color: #4CBDB3 !important;
}

.custom-button-bg {
  background-color: #4CBDB3;
  border-color: #4CBDB3;
}

.custom-relative-container {
  position: relative;
}

.custom-select {
  border-bottom: 2px solid #E1E7F0;
  color: #545C68;
  padding-bottom: 4px;
  cursor: pointer;
}

.custom-input {
  border-top: none;
  border-right: none;
  border-left: none;
  background: #fff;
  border-bottom: 2px solid #E1E7F0;
  color: #545C68;
  padding: 10px 0;
  width: 100%;
  outline: none;
}

.custom-select i {
  width: 14px;
  height: 14px;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 6px;
  color: #4CBDB3;
}

.new-overlay {
  background: rgba(76,189,179,0.74);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
}

.new-popup {
  position: absolute;
  width: 675px;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  padding: 50px;
}

@media screen and (max-width: 676px) {
  .new-popup {
    width: 100%;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.custom-select-popup {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0;
  height: auto;
  display: none;
}

.custom-select-popup a {
  display: block;
  padding: 15px 20px;
}

.custom-select.active {
  border-color: #4CBDB3;
  color: #4CBDB3;
}

.custom-select.active i {
  transform: rotate(180deg);
}

.custom-select-popup a:nth-child(2n) {
  background-color: #F6FAFD;
}

.custom-select-popup a:hover {
  background-color: #e6eAeD !important;
}

.custom-guy-img {
  position: absolute;
  top: 150px;
}

.custom-guy-img-2 {
  position: absolute;
  top: 56px;
  max-width: 1000px;
  right: -70px;
}

@media screen and (max-width: 1200px) {
  .custom-guy-img-2 {
    width: 320px;
    top: 210px;
  }
}

@media screen and (max-width: 991px) {
  .custom-guy-img-2 {
    top: 0;
  }
}

.custom-image {
  position: absolute;
  top: 300px;
  max-width: initial;
  border-radius: 50%;
  left: 300px;
}

.custom-nowrap {
  white-space: nowrap;
}

.custom-arc-decoration {
  position: absolute;
  z-index: 0;
  top: 834px;
  width: 481px;
  height: 152px;
  left: 385px;
}

.grounded-radiants {
  position: absolute;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 51%, #eef6fb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 51%,#eef6fb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 51%,#eef6fb 100%);
  z-index: -1;
  border-radius: 50%;
  width: 1250px;
  height: 1250px;
  left: -200px;
  top: -500px;
}

ul.custom-list-with-numbers {
  margin: 0;
  padding: 0;
}

.custom-list-with-numbers li {
  padding-left: 60px;
  position: relative;
  overflow: hidden;
  min-height: 55px;
  display: flex;
  align-items: center;
}

.custom-list-with-numbers li span {
  position: absolute;
  top: 7.5px;
  left: 0;
  padding: 15px;
  width: 40px;
  line-height: 10px;
  background: #4CBDB3;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.custom-list-with-numbers li span:after {
  border: 1px solid #ccc;
  content: " ";
  height: 20px;
  position: absolute;
  top: 40px;
  left: 19px;
}

.custom-list-with-numbers li span:before {
  border: 1px solid #ccc;
  content: " ";
  height: 20px;
  position: absolute;
  top: -20px;
  left: 19px;
}

.custom-list-with-numbers li:last-child span:after {
  display: none;
}

.custom-list-with-numbers li:first-child span:before {
  display: none;
}

.custom-left-icon .c-icon {
  padding-bottom: 60px;
  padding-top: 5px;
  float: left;
  box-sizing: content-box;
}

.noUi-target {
  border: none;
  box-shadow: none;
  background: #dde3ee;
  height: 4px;
  margin: 15px 0;
}

.noUi-connect {
  background: #4CBDB3;
}

.noUi-horizontal .noUi-handle {
  border: 3px solid #4CBDB3;
  box-shadow: none;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: -7px;
  outline: none;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.custom-loan-input {
  border: 1px solid #4CBDB3;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: rgb(35, 70, 120);
  position: relative;
  background: #fff;
}

.custom-loan-input input::-webkit-outer-spin-button, .custom-loan-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-loan-input input {
  -moz-appearance: textfield;
}

.custom-loan-input input {
  border: none;
  font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgb(35, 70, 120);
  width: 77px;
  text-align: right;
  outline: none;
}

#installmentNumberInput {
  width: 30px;
  text-align: center;
}

.custom-input-arrow-left {
  position: absolute;
  left: 10px;
  top: 24px;
  cursor: pointer;
}

.custom-input-arrow-right {
  position: absolute;
  right: 10px;
  top: 24px;
  cursor: pointer;
}

.custom-smaller-header {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 5px;
}

.custom-submit-button {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  padding: 20px;
  background: #4CBDB3;
  border-color: #4CBDB3;
}

.custom-button-clr {
  background: #4CBDB3;
  border-color: #4CBDB3;
}

.custom-small-text-size {
  font-size: 11px !important;
  text-transform: none;
  margin-top: -6px;
}

.custom-circle-decorator {
  position: absolute;
  background: #eef6fb;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #eef6fb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 25%,#eef6fb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 25%,#eef6fb 100%);
  z-index: -1;
  border-radius: 50%;
  width: 2150px;
  height: 2150px;
  top: -1000px;
  left: -400px;
}

.custom-circle-decorator:after {
  content: " ";
  background: #fff;
  width: 1150px;
  height: 1150px;
  position: absolute;
  left: 500px;
  top: 500px;
  border-radius: 50%;
}

.custom-partner-logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
}

@media screen and (max-width: 991px) {
  .custom-partner-logo {
    margin-left: -50px;
  }
}

.left-space-30 {
  padding-left: 30px;
}

.left-space-60 {
  padding-left: 60px;
}

.icon-arrow-down-smaller, .icon-arrow-up-smaller {
  font-size: 14px;
  height: 18px;
}

.consents-data-open {
  display: block;
  font-style: italic;
}

.consents-data .icon-arrow-up-smaller {
  display: none;
}

.green-tooltip {
  position: absolute;
  left: -200px;
  top: -10px;
  height: auto;
  width: 190px;
  color: #040404;
  border-radius: 22px;
  background-color: #8CC800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px 10px 35px;
  font-size: 15px;
  line-height: 16px;
}

.green-tooltip:before {
  content: "!";
  position: absolute;
  color: #000000;
  font-size: 37px;
  font-weight: 600;
  line-height: 46px;
  left: 13px;
  top: 12px;
}

.green-tooltip:after {
  position: absolute;
  content: " ";
  right: -34px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 36px;
  border-color: transparent transparent transparent #8CC800;
}

.custom-button-disabled {
  background: #4CBDB3 !important;
  opacity: 0.5;
}

.overlay {
  position: absolute;
  height: calc(100% - 60px);
  width: 100%;
  left: 30px;
  top: 60px;
  background: rgba(255,255,255,0.5);
  z-index: 10;
}

.browsersInfo {
  width: 100%;
  background: #DCFFFC;
  z-index: 999;
  padding: 20px 0 24px;
  color: #666;
  display: none;
  font-size: 13px;
  line-height: 16px;
  font-family: montserrat, Helvetica, Arial, Tahoma, sans-serif
}

.browsersInfo .container {
  max-width: 1170px;
  margin: 0 auto;
}

.browsersInfo .row {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.browsersInfo .row .column-text {
  width: 40%;
  display: inline-block;
  float: left;
  padding-left: 16px;
  padding-right: 32px
}

.browsersInfo .row .column-text p {
  line-height: 16px;
  margin-bottom: 16px
}

.browsersInfo .row .column-text p strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px
}

@media screen and (max-width: 767px) {
  .browsersInfo .row .column-text {
    width: 100%
  }
}

.browsersInfo .row .column-icons {
  width: 60%;
  display: inline-block;
  margin-top: 12px
}

.browsersInfo .row .column-icons .browser {
  text-align: center;
  width: 25%;
  float: left
}

.browsersInfo .row .column-icons .browser i {
  font-size: 60px;
  display: block;
  margin-bottom: 16px;
  color: #000000;
}

.browsersInfo .row .column-icons .browser p {
  line-height: 16px;
  margin-bottom: 0
}

.browsersInfo .row .column-icons .browser p strong {
  display: block
}

@media screen and (max-width: 767px) {
  .browsersInfo .row .column-icons {
    width: 100%
  }
}

@media screen and (max-width: 500px) {
  .c-card {
    padding: 25px 15px;
  }
  .custom-partners {
    text-align: center;
  }
  .custom-partners a {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.browsersInfo .column-icons, .browsersInfo .column-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.browsersInfo .btn.btn-night {
  background: #0e023d;
  color: #fff;
  border-radius: 30px
}

.browsersInfo .btn.btn-night:hover {
  background: #00d8d3;
  color: #fff
}

.browsersInfo .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.browsersInfo .btn:focus, .browsersInfo .btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.browsersInfo .btn:hover, .browsersInfo .btn:focus {
  color: #333;
  text-decoration: none
}


.browsersInfo .btn {
  cursor: pointer;
  font-family: montserrat, Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 36px;
  border-radius: 18px;
  -webkit-transition: 150ms all linear;
  -o-transition: 150ms all linear;
  transition: 150ms all linear
}

@font-face {
  font-family: bvo;
  src: url(font/bvo.eot);
  src: url(font/bvo.eot#iefix) format("embedded-opentype"),
       url(font/bvo.ttf) format("truetype"),
       url(font/bvo.woff) format("woff"),
       url(font/bvo.svg#bvo) format("svg");
  font-weight: 400;
  font-style: normal
}

.browsersInfo [class^=icon-], .browsersInfo [class*=" icon-"] {
  font-family: bvo !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.browsersInfo .icon-opera:before {
  content: "\E91A"
}

.browsersInfo .icon-safari:before {
  content: "\E91B"
}

.browsersInfo .icon-IE:before {
  content: "\E91C"
}

.browsersInfo .icon-chrome:before {
  content: "\E91D"
}

.browsersInfo .icon-firefox:before {
  content: "\E91E"
}

.custom-sliders-label {
  color: #545C68;
  font-family: "Source Sans Pro", sans-serif; 
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.custom-sliders-text .u-text--smaller {
  font-size: 14px !important;
}

.custom-sliders-text-2 .u-text--smaller {
  font-size: 13px !important;
}

.custom-sliders-text-2 .o-flex__item {
  position: relative;
}

.custom-sliders-text-2 .o-flex__item:before {
  position: absolute;
  left: 15px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #4CBDB3;
  content: "";
  display: block;
}

.custom-sliders-text-2 .o-flex__item:first-child:before {
  display: none;
}

.custom-consent-text {
  line-height: 26px !important;
  font-size: 14px !important;
}

@media screen and (max-width: 500px) {
  .custom-footer-link {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .c-footer {
    text-align: center;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: column;;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .custom-main-consent-container {
    padding-top: 100px !important;
  }
  .green-tooltip {
    left: 25px;
    top: -110px;
  }
  .green-tooltip:after {
    right: auto;
    top: auto;
    border-width: 36px 11.5px 0 11.5px;
    border-color: #8CC800 transparent transparent transparent;
    left: 30px;
    bottom: -35px;
  }
  .c-heading--secondary {
  	font-size: 18px !important;
  	width: 100% !important;
  }
}

.cash-wrapper {
  padding-top: 144px !important;
}

.block-text {
  width: 400px;
  color: #545C68;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
}
.block-text-header {
  font-size: 21px;
}

.documents-card {
  padding: 30px 30px 10px;
}
.documents-header {
  margin-bottom: 26px !important;
}
.documents-list {
  border: none;
  margin-bottom: 0;
}
.document-item {
  border: none;
  padding: 0 0 20px;
}
.document-icon {
  max-width: 46px;
  margin-right: 11px;
}
.filename {
  color: #4CBDB3;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}
.filesize {
  color: #7F858E !important;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}
.pzu-logo {
  max-height: 70px;
  max-width: 100%;
}
