:root {
  font-size: 16px;
}

input::placeholder {
  font-weight: 700;
  color: white !important;
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: white;
}

body {
  background-image: url(/assets/img/step-1.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  font-style: italic;
  font-family: "Open sans";
}

header {
  background: #000;
  position: fixed;
  width: 100%;
  z-index: 3;
}

header nav {
  max-width: 1020px;
  margin: 0 auto;
}

header+main {
  padding-top: 5rem;
  margin-bottom: 5rem;
}

main a {
  color: white;
  text-decoration: underline;
}

main a:hover {
  color: #00c0ff;
}

h1 {
  font-weight: 900;
  font-style: italic;
  color: white;
  font-size: 1rem;
  padding-top: 2.35rem;
  flex-grow: 2;
  line-height: 1.425rem;
}

/* forms */
.form-control,
.form-control:focus {
  background-color: transparent;
  border-radius: 2rem;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  padding-left: 1.5rem;
  font-size: 1.125rem;
}

.form-select {
  background-color: transparent;
  border-radius: 2rem;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  font-style: italic;
  max-width: 400px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath d='M9,13.5l8,8,8-8Z' fill='white' transform='translate(-9 -7.5)' /%3e%3c/svg%3e");
  background-position: 1rem .75rem;
  padding-left: 3rem;
  font-size: 1.125rem;
}

.form-check {
  margin-left: 1.5rem;
  padding-left: 2.5rem;
  min-height: 3.5rem;
}

.form-check-input {
  background-color: transparent;
  border: 2px solid white;
  width: 2rem;
  height: 2rem;
}

.form-check-input:checked {
  border-color: white;
  background-color: transparent;
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2.5 -2.5 5 5'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check .form-check-input {
  margin-left: -2.5em;
  margin-right: .5rem;
  width: 32px;
  height: 32px;
}

.form-label {
  padding-left: 2rem;
  font-size: 1.75rem;
  font-style: italic;
  letter-spacing: -.05rem;
  display: block;
  line-height: 2.2rem;
}

.form-check-label {
  font-size: 1.325rem;
  font-style: italic;
  letter-spacing: -.05rem;
  margin-top: .225rem;
  /* display: block;
  width: calc(100% - 2rem); */
}

.form-label>*:not(strong),
.form-check-label>*:not(strong) {
  font-weight: 300;
}

.form-label>strong,
.form-check-label>strong {
  font-weight: 800;
}

.form-label>span strong,
.form-check-label>span strong {
  font-weight: 700;
}

.form-label>span {
  display: block;
  font-size: 1rem;
  letter-spacing: -.05rem;
}

.form-check-label>span {
  display: block;
  font-size: .925rem;
  /* letter-spacing: -.05rem; */
}

.form-check-label span strong small {
  font-size: .675rem;
  font-weight: 600;
  letter-spacing: .002rem;
}


span.br {
  display: block;
  margin-top: 1rem;
}


.form-section {
  display: flex;
  justify-content: flex-start;
  padding-bottom: .5rem;
}

.form-section img.icon {
  margin-left: 10%;
  margin-right: 2rem;
  height: fit-content;
}

.form-block {
  width: 100%;
}

.form-half {
  width: 50%;
  padding: 0 .5rem;
  position: relative;
}



section {
  max-width: 1020px;
  margin: 0 auto;
}

section.header {
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

section.form {
  padding: 2rem 0;
}

#temp2 section.form {
  padding: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.info {
  border: 2px solid white;
  border-radius: 2rem;
  margin: 2rem auto 0rem;
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 1rem;
  position: relative;
}

section.info #specify {
  position: absolute;
  top: 2rem;
  left: 1rem;
  max-width: 320px;
  font-style: italic;
  font-family: "Open sans";
}

section.info #specify ul#list li {
  text-align: left;
  font-size: 1.115rem;
  font-weight: 700;
  border-bottom: 1px solid white;
  /* line-height: 2.125rem; */
  letter-spacing: -.01rem;
  padding: .325rem 0;
  
}

section.info #specify ul#list li:nth-of-type(1),
section.info #specify ul#list li:nth-of-type(2) {
  font-size: 1.625rem;
  line-height: 2.525rem;
}
section.info #specify ul#list li:last-of-type {
  border-bottom: none;
}
section.info #specify ul#list li::marker {
  font-size: 1.125rem;
}

section.info #specify #full {
  font-size: 1.225rem;
  font-weight: 400;
  text-align: left;
  margin-left: 1.5rem;
  margin-top: 2rem;
}
section.info #cost {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 7rem;
}


section.info #save {
  font-weight: 800;
  font-size: 3.2rem;
  color: #00c0ff;
  letter-spacing: -.1rem;
}
section.info #save span {
  font-size: 2.5rem;
}
section.info #pay {
  font-size: 1.225rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.225rem;
}
section.info #pay strong {
  font-size: 1.875rem;
}




section.info>.graph {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
section.info>.graph img {
  object-fit: cover;
  object-position: top center;
}
section hr {
  border-color: white;
  margin: 2rem auto 1rem;
  opacity: 1;
  width: 100%;
}

#temp2>section.finaly {
  padding: 0 5rem 2rem 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#temp2>section.finaly .form-left,
#temp2>section.finaly .form-right {
  text-align: center;
}

#temp2>section.finaly .form-left {
  width: 400px;
  margin-right: 2rem;
}


#temp2>section.finaly #full2,
#temp2>section.finaly #info1,
#temp2>section.finaly #info2 {
  font-size: 1.225rem;
  font-weight: 400;
  text-align: left;
}
#temp2>section.finaly #info1 {
  margin-top: 1rem;
}
#temp2>section.finaly #full2 strong {
  font-weight: 700;
}
#temp2>section.finaly hr {
  margin-bottom: 0rem;
  margin-top: 1rem;
}
.img-save {
  position: relative;
  margin-bottom: 2rem;
}
#costsave {
  font-weight: 800;
  font-size: 1.8rem;
  color: #00c0ff;
  position: absolute;
  top: 20px;
  left: 0;
  width: 141px;
  height: 59px;
  text-align: center;
}
#costsave span {
  font-size: 1.2rem;
}

/* MODAL */
.modal {
  color: black;
}
.modal a[href^="tel:"] {
  display: block;
  font-size: 2rem;
  /* text-align: center; */
  font-weight: 700;
  text-decoration: none;
  color: #00c0ff;
}
.modal a[href^="mailto:"] {
  display: block;
  font-size: 1.625rem;
  /* text-align: center; */
  font-weight: 700;
  text-decoration: none;
  color: #00c0ff;
}
.modal a:hover {
  text-decoration: underline;
}
.modal strong {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  padding: .5rem;
}




/* wymuszenia */

.flexy {
  display: flex;
  justify-content: flex-start;
  padding: .325rem 0;
  flex-wrap: wrap;
}

.flexy .form-inline:first-of-type {
  padding-right: 3rem;
}

.form-inline {
  /* display: flex;
  justify-content: flex-start;
  align-items: flex-start; */
}

.flexy.m50 > * {
  width: 45%;
  
}
.flexy.m50>* span {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .flexy.m50 > * {
    width: 100%;
  }
}





/* buttons */
section#buttons {
  display: flex;
  max-width: 900px;
  padding-bottom: 5rem;
  align-items: flex-start;
  justify-content: center;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

section#buttons * {
  text-align: center;
  font-weight: 800;
  font-style: italic;
}

section#buttons button {
  background-image: url(/assets/img/btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  font-size: 1.325rem;
  width: 300px;
  padding: .625rem 1rem;
  color: white;
  border: 2px solid transparent;
  transition: all ease-in-out 250ms;
}

section#buttons button:hover {
  background-image: url(/assets/img/btn.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 2rem;
  font-size: 1.325rem;
  width: 300px;
  padding: .625rem 1rem;
  color: white;
  border: 2px solid white;
}

section#buttons .com {
  margin-top: 1rem;
}

section#buttons .else {
  background-color: white;
  border-radius: 1rem;
  color: #174170;
  font-size: 1rem;
  padding: .325rem 2rem;
  margin: .75rem 0 1.75rem;
}

section#buttons>.button {
  padding: 0 2rem;
}

section#buttons button#tocontact + .com > span {
  text-transform: uppercase;
}

/* finaly */
section.finaly .info {
  font-size: 1.225rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -.06rem;
}

section.finaly button {
  background-image: url(/assets/img/btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 2rem;
  font-size: 1.8rem;
  /* width: 100%; */
  padding: .725rem 2rem;
  color: white;
  border: 2px solid transparent;
  transition: all ease-in-out 250ms;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.005rem;
  display: inline-block;
  vertical-align: middle;
}

section.finaly button:hover {
  background-image: url(/assets/img/btn.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 2rem;
  color: white;
  border: 2px solid white;
}

section.finaly button>span {
  font-size: 2.5rem
}




/* Validate */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ffbac1;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffbac1'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffbac1' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #ffbac1;
  }


.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ffbac1;
  box-shadow: 0 0 0 .25rem rgba(233, 134, 144, 0.25);
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #ffbac1;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: white;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  border-color: white;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: transparent;
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: white;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: white;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232bf095' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}


.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  position: absolute;
  top: 6px;
  right: 45px;
  width: 100%;
  text-align: right;
  z-index: -1;
  color: #ffbac1;
}


/* cookies */
.cookiealert:not(.show) {
  display: none;
}

.cookiealert {
  background: #000;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
}




/* respo */
/* @media (min-width: 769px) {
  wbr {
    display: inline;
  }
} */
@media (max-width: 992px) {
  section.header {
    flex-direction: column;
    align-items: center;
  }

  section.header img {
    max-width: 90%;
    margin: 0 auto;
  }

  section.header h1 {
    padding: 1rem 2rem 0;
  }


  .form-section img.icon {
    margin: initial;
  }

  section.info {
    padding-bottom: 3rem;
  }

  section.info>#specify {
    position: relative;
    max-width: calc(100% - 4rem);
    top: 2rem;
    left: 2rem;
    margin-bottom: 2rem;
  }

  section#buttons {
    flex-direction: column;
    align-items: center;
  }

  #temp2>section.form {
    padding: 2rem 1rem;
  }

  .form-check-label {
    display: block;
    width: calc(100% - 2rem);
  }

  .form-half {
    width: 100%;
  }

  .flexy {
    flex-direction: column;
  }



  #temp2>section.finaly {
    padding: 0 4rem 2rem 4rem;
  }
  #temp2>section.finaly .form-left {
    margin-right: 0;
  }

}


@media (max-width: 768px) {
  section.finaly button>span {
    display: block;
  }
  section.info #specify #full {
    text-align: center;
  }
  section.info #specify #full strong {
    display: block;
  }

  section.info #cost {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 5rem;
  }
  section.info #pay strong {
    display: block;
  }

  
}


/* payreturn */
#temp-ret {
  max-width: 1020px;
  margin: 0 auto;
}
#temp-ret h1 {
  font-size: 2.5rem;
  line-height: 5rem;
}
#temp-ret .mb-3 {
  padding: 1rem 0 1rem;
}
#temp-ret .lead {
  font-weight: 600;
}
#temp-ret .button button {
  background-image: url(/assets/img/btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  font-size: 1.325rem;
  width: 300px;
  padding: .625rem 1rem;
  color: white;
  border: 2px solid transparent;
  transition: all ease-in-out 250ms;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
#temp-ret .button button:hover {
  background-image: url(/assets/img/btn.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 2rem;
  font-size: 1.325rem;
  width: 300px;
  padding: .625rem 1rem;
  color: white;
  border: 2px solid white;

}


footer {
  background-color: #000;
  padding: 0.5rem 0;
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

footer a.nav-link {
  color: white;
}

footer a.nav-link:hover {
  color: #00c0ff;
}



.display-3 {
  font-size: 2.5rem;
  font-weight: bold;
}
.display-5 {
  font-size: 1.625rem;
  font-weight: 600;
  margin-top: 1.625rem;
}