@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap&subset=latin-ext");
* {
  font-family: 'Lato', sans-serif; }

body {
  background-image: url("/img/background.png");
  max-width: 100vw;
  height: auto;
  overflow-x: hidden; }

button[data-open] {
  visibility: hidden; }

.red {
  color: #9e0a34; }

.green {
  color: #57b560; }

#password-box .input-wrapper {
  margin-top: 50px;
  margin-bottom: 75px; }
#password-box p {
  color: #fff; }

span.error, small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.88889rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #f04124;
  color: #FFFFFF; }

#error-page {
  margin-bottom: 50px; }
  #error-page .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff; }
  #error-page h2 {
    font-size: 24px; }
  #error-page p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3; }
  #error-page .green-btn {
    margin-top: 45px; }

.h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1; }
  .h1:first-letter {
    font-size: 60px; }
  .h1 .subheader {
    color: #fff;
    font-weight: bold;
    font-size: 30px; }
  @media screen and (max-width: 39.9375em) {
    .h1 {
      font-size: 30px; }
      .h1:first-letter {
        font-size: 40px; }
      .h1 .subheader {
        font-size: 20px; } }

/* HEADER */
header {
  padding-top: 15px; }
  header .text-right a {
    line-height: 80px; }
    header .text-right a:last-of-type {
      margin-left: 15px; }
    header .text-right a img {
      height: 16px;
      width: auto; }

/* HOMEPAGE TOP */
@media screen and (max-width: 39.9375em) {
  #homepage-top .h1 {
    margin-bottom: 30px; } }
#homepage-top .description {
  font-size: 17px;
  color: #e2eefc;
  padding: 0 15px; }

/* CIRCLES */
#homepage-circles {
  margin-top: 40px;
  position: relative; }
  #homepage-circles .arrow {
    display: none; }
  #homepage-circles .active-circles-wrapper {
    padding-left: 15px; }
  #homepage-circles .circle-wrapper {
    border-radius: 50%;
    width: 240px;
    max-width: 240px;
    height: 240px;
    border: solid 3px transparent;
    position: relative;
    transform: translateY(0);
    transition: transform 1s; }
    #homepage-circles .circle-wrapper .circle-border {
      transition: border-color 1s;
      width: 234px;
      height: 234px;
      border-radius: 50%;
      border: solid 12px #8e8e8e;
      padding: 2px; }
      #homepage-circles .circle-wrapper .circle-border .circle {
        transition: border-color 1s;
        border: solid 12px #266fbf;
        border-bottom-color: #57b560;
        width: 206px;
        height: 206px;
        padding: 15px;
        border-radius: 50%; }
        #homepage-circles .circle-wrapper .circle-border .circle .price {
          font-size: 28px;
          margin-top: 5px;
          margin-bottom: 5px;
          font-weight: bold;
          color: #fff; }
        #homepage-circles .circle-wrapper .circle-border .circle .description, #homepage-circles .circle-wrapper .circle-border .circle .description-one {
          font-size: 14px;
          line-height: 1.2;
          margin-bottom: 5px;
          color: #fff; }
          #homepage-circles .circle-wrapper .circle-border .circle .description .green, #homepage-circles .circle-wrapper .circle-border .circle .description-one .green {
            font-size: 1.25em; }
        #homepage-circles .circle-wrapper .circle-border .circle .success-fee {
          font-size: 30px;
          margin-bottom: 0;
          font-weight: bold;
          color: #57b560;
          transition: transform 0.2s; }
    #homepage-circles .circle-wrapper.inactive-circle .circle-border {
      background-color: rgba(38, 111, 191, 0.4);
      border-color: #9e0a34; }
      #homepage-circles .circle-wrapper.inactive-circle .circle-border .circle {
        border-color: #b0becd; }
    #homepage-circles .circle-wrapper.inactive-circle svg {
      position: absolute;
      top: -15px;
      left: 0;
      overflow: unset;
      color: #fff; }
      #homepage-circles .circle-wrapper.inactive-circle svg textPath {
        fill: #ff0000;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold; }
    #homepage-circles .circle-wrapper.active-circle {
      cursor: pointer;
      position: relative; }
      #homepage-circles .circle-wrapper.active-circle svg {
        position: absolute;
        left: 0;
        top: -18px;
        overflow: visible;
        display: none;
        z-index: -1; }
        #homepage-circles .circle-wrapper.active-circle svg textPath {
          fill: #a7ccf8; }
      #homepage-circles .circle-wrapper.active-circle:before {
        position: absolute;
        bottom: 100%;
        left: 15px;
        width: 100%;
        text-align: center;
        content: attr(data-offer-id);
        color: #a7ccf8;
        font-size: 24px;
        font-weight: bold; }
    #homepage-circles .circle-wrapper.current {
      transform: translateY(-15px);
      cursor: text; }
      #homepage-circles .circle-wrapper.current:before {
        display: none; }
      #homepage-circles .circle-wrapper.current svg {
        display: block; }
      #homepage-circles .circle-wrapper.current .circle-border {
        border-color: #fff; }
        #homepage-circles .circle-wrapper.current .circle-border .circle {
          border-left-color: #57b560;
          border-right-color: #57b560; }
  @media screen and (max-width: 63.9375em) {
    #homepage-circles {
      max-width: 100vw;
      overflow: hidden; }
      #homepage-circles .circle-wrapper.inactive-circle {
        margin-bottom: 35px;
        margin-top: 20px;
        width: 100%;
        max-width: 100%; }
        #homepage-circles .circle-wrapper.inactive-circle svg {
          left: 50%;
          transform: translateX(-44%); }
        #homepage-circles .circle-wrapper.inactive-circle .circle-border {
          margin: 0 auto; } }
  @media screen and (max-width: 39.9375em) {
    #homepage-circles .circle-wrapper.inactive-circle {
      margin-bottom: 0; }
    #homepage-circles .arrow {
      display: block;
      position: fixed;
      cursor: pointer;
      bottom: 110px;
      padding: 5px 20px; }
      #homepage-circles .arrow svg path {
        fill: #fff; }
    #homepage-circles .active-circles-wrapper {
      margin-top: 50px;
      flex-wrap: nowrap;
      transform: translateX(0);
      transition: transform 1s; }
      #homepage-circles .active-circles-wrapper[data-current-circle="1"] .active-circle {
        transform: translateX(-0vw); }
      #homepage-circles .active-circles-wrapper[data-current-circle="2"] .active-circle {
        transform: translateX(-100vw); }
      #homepage-circles .active-circles-wrapper[data-current-circle="3"] .active-circle {
        transform: translateX(-200vw); }
      #homepage-circles .active-circles-wrapper[data-current-circle="4"] .active-circle {
        transform: translateX(-300vw); }
      #homepage-circles .active-circles-wrapper[data-current-circle="5"] .active-circle {
        transform: translateX(-400vw); }
      #homepage-circles .active-circles-wrapper .active-circle {
        margin: 0 calc((100vw - 240px) / 2); }
        #homepage-circles .active-circles-wrapper .active-circle:before {
          left: 7.5px; }
        #homepage-circles .active-circles-wrapper .active-circle .circle-border {
          margin: 0 auto; }
      #homepage-circles .active-circles-wrapper .arrow-right {
        left: calc(100vw - 15px);
        transform: rotate(90deg) translateY(20px) translateX(5px) scale(2); }
      #homepage-circles .active-circles-wrapper .arrow-left {
        left: 30px;
        transform: rotate(-90deg) translateY(-20px) translateX(-5px) scale(2); }
      #homepage-circles .active-circles-wrapper[data-current-circle="1"] .arrow-left {
        display: none; }
      #homepage-circles .active-circles-wrapper[data-current-circle="4"] .arrow-right {
        display: none; } }

/* modals */
.reveal {
  margin-top: 0;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%); }
  .reveal#modal-sending {
    background: rgba(200, 200, 200, 0.5); }
  .reveal#modal-sent h2 {
    font-size: 2.3rem; }
  .reveal#modal-sent #success-txt {
    color: #666; }

.vat-text {
  color: #a7ccf8; }
  @media screen and (max-width: 63.9375em) {
    .vat-text {
      text-align: center; } }

.green-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #57b560;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  padding: 22px 65px;
  display: inline-block; }
  .green-btn:hover {
    color: #fff;
    background-color: #5bc15a; }
  @media screen and (max-width: 39.9375em) {
    .green-btn {
      font-size: 18px; } }

.white-btn {
  color: #0A0A0A;
  text-transform: uppercase;
  background-color: white;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  padding: 22px 65px;
  display: inline-block; }
  .white-btn:hover {
    transition-duration: 0.5s;
    background-color: #e3e1e1; }

.blue-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #266FBE;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  padding: 22px 65px;
  display: inline-block; }
  .blue-btn:hover {
    transition-duration: 0.5s;
    background-color: #2976ca; }

/* SUBMIT */
#homepage-submit {
  margin-top: 35px;
  margin-bottom: 100px; }
  #homepage-submit .prev-btn {
    display: none; }
  #homepage-submit[data-current-circle="2"] .prev-btn, #homepage-submit[data-current-circle="3"] .prev-btn, #homepage-submit[data-current-circle="4"] .prev-btn {
    display: inline-block; }
  #homepage-submit[data-current-circle="4"] .next-btn {
    display: none; }
  #homepage-submit .cell {
    display: flex; }
    #homepage-submit .cell input {
      visibility: hidden;
      min-width: 50px; }
    #homepage-submit .cell label {
      cursor: pointer;
      color: #fff;
      font-size: 14px;
      position: relative; }
    #homepage-submit .cell input + label:before {
      content: "";
      position: absolute;
      right: calc(100% + 15px);
      top: 0;
      width: 25px;
      height: 25px;
      display: block;
      border: solid 1px #fff;
      border-radius: 5px;
      text-align: center; }
    #homepage-submit .cell input:checked + label:before {
      content: "✓"; }
    #homepage-submit .cell input:invalid.invalid + label:after {
      content: "Zgoda wymagana";
      color: #ff0000;
      display: block; }
  @media screen and (max-width: 39.9375em) {
    #homepage-submit .green-btn {
      margin-top: 20px; } }

/* RANGE */
#homepage-range {
  border: solid 5px #fff;
  border-radius: 15px;
  padding: 50px;
  margin-top: 20px;
  position: relative;
  --arrow-transform: 0; }
  #homepage-range[data-current-circle="2"] {
    --arrow-transform: 1; }
  #homepage-range[data-current-circle="3"] {
    --arrow-transform: 1.965; }
  #homepage-range[data-current-circle="4"] {
    --arrow-transform: 2.95; }
  #homepage-range #range-1[data-value="1"] + .range-datas #offer-charge-1 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-1[data-value="2"] + .range-datas #offer-charge-2 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-1[data-value="3"] + .range-datas #offer-charge-3 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-1[data-value="4"] + .range-datas #offer-charge-4 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-1[data-value="5"] + .range-datas #offer-charge-5 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="1"] + .range-datas #rate-no-1 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="2"] + .range-datas #rate-no-2 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="3"] + .range-datas #rate-no-3 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="4"] + .range-datas #rate-no-4 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="5"] + .range-datas #rate-no-5 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="6"] + .range-datas #rate-no-6 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="7"] + .range-datas #rate-no-7 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="8"] + .range-datas #rate-no-8 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="9"] + .range-datas #rate-no-9 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range #range-2[data-value="10"] + .range-datas #rate-no-10 {
    font-size: 20px;
    font-weight: bold; }
  #homepage-range:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(312px + (var(--arrow-transform) * 245px));
    border: solid 40px transparent;
    border-bottom-color: #fff; }
  #homepage-range #reset {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    #homepage-range #reset path {
      fill: #fff; }
  #homepage-range label {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px; }
    #homepage-range label:first-letter {
      font-size: 24px; }
  #homepage-range .range-datas .range-data {
    color: #fff;
    transition: font-size 0.4s;
    line-height: 20px;
    height: 50px; }
  #homepage-range #range-1 + .range-datas .range-data {
    padding: 0; }
    #homepage-range #range-1 + .range-datas .range-data:nth-of-type(n+1) {
      text-align: center; }
    #homepage-range #range-1 + .range-datas .range-data:nth-of-type(2) {
      padding-right: 20px; }
    #homepage-range #range-1 + .range-datas .range-data:nth-of-type(4) {
      padding-left: 20px; }
    #homepage-range #range-1 + .range-datas .range-data:last-of-type {
      text-align: right; }
    #homepage-range #range-1 + .range-datas .range-data:first-of-type {
      text-align: left; }
  @media screen and (max-width: 39.9375em) {
    #homepage-range > .row > .small-12 {
      padding: 0; }
    #homepage-range:before {
      left: 50%;
      transform: translateX(-50%); }
    #homepage-range #range-1 + .range-datas .range-data {
      font-size: 14px !important;
      padding: 0 !important; } }
  @media screen and (max-width: 372px) {
    #homepage-range #range-1 + .range-datas .range-data {
      font-size: 12px !important; }
    #homepage-range #range-2 + .range-datas {
      margin: 0; }
      #homepage-range #range-2 + .range-datas .range-data {
        padding: 0 7px !important;
        font-size: 14px !important; } }

/* RANGE STYLES */
/* * * * COLORS * * */
/* <--- change the font size to change the size*/
input[type=range] {
  box-sizing: border-box;
  font-size: 5px;
  line-height: 1;
  height: 5px;
  background-color: #57b560;
  cursor: pointer;
  /* * * * RESET * * * */
  -webkit-appearance: none;
  width: 100%;
  /* * * * TRUMP * * * */ }
  input[type=range]::-moz-focus-outer {
    border: 0; }
  input[type=range]:focus {
    outline: none; }
  input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    margin-top: 0;
    background-color: #57b560;
    border-radius: 50%;
    border: 1px solid #57b560;
    cursor: pointer; }
  input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    margin-top: 0;
    background-color: #57b560;
    border-radius: 50%;
    border: 1px solid #57b560;
    cursor: pointer; }
  input[type=range]::-ms-thumb {
    width: 25px;
    height: 25px;
    margin-top: 0;
    background-color: #57b560;
    border-radius: 50%;
    border: 1px solid #57b560;
    cursor: pointer; }
  input[type=range]:hover::-webkit-slider-thumb {
    border-color: #fff; }
  input[type=range]:hover::-moz-range-thumb {
    border-color: #fff; }
  input[type=range]:hover::-ms-thumb {
    border-color: #fff; }
  input[type=range]:active::-webkit-slider-thumb {
    border-color: #fff; }
  input[type=range]:active::-moz-range-thumb {
    border-color: #fff; }
  input[type=range]:active::-ms-thumb {
    border-color: #fff; }

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width: 100px;
  height: 100px; }
  .load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite; }
  .load :first-child {
    background: #19A68C;
    animation-delay: -1.5s; }
  .load :nth-child(2) {
    background: #F63D3A;
    animation-delay: -1s; }
  .load :nth-child(3) {
    background: #FDA543;
    animation-delay: -0.5s; }
  .load :last-child {
    background: #193B48; }

@keyframes spin {
  0%, 100% {
    transform: translate(0); }
  25% {
    transform: translate(160%); }
  50% {
    transform: translate(160%, 160%); }
  75% {
    transform: translate(0, 160%); } }
.font-bold {
  font-weight: bolder;
  font-size: 19px; }

footer .footer-txt {
  padding-top: 15px;
  border-top: solid 1px #fff;
  color: #fff; }
  footer .footer-txt a {
    color: #fff; }
    footer .footer-txt a:hover {
      color: #ddd; }
@media screen and (max-width: 39.9375em) {
  footer .footer-txt .row > div {
    width: 100%;
    text-align: center; }
    footer .footer-txt .row > div .text-right {
      text-align: center; } }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.font-bold {
  font-weight: bolder;
  font-size: 19px; }

/*# sourceMappingURL=main.css.map */
