.article-wrapper .background {
  padding-top: 50px;
  position: absolute;
  width: 60vw;
  height: 100svh;
  z-index: -1;
}
.article-wrapper .background picture, .article-wrapper .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-wrapper .content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43%;
  max-width: 54%;
  padding: 85px 0 max(40px, 6vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.article-wrapper .content-wrapper .overlay-top {
  flex: 1;
}
.article-wrapper .content-wrapper .overlay-top .logo {
  margin-inline: auto;
  max-width: clamp(200px, 20vw, 250px);
  padding: 0 0 2rem;
}
.article-wrapper .content-wrapper .overlay-top h1.title {
  padding-bottom: 3rem;
  font-weight: 700;
  font-size: clamp(3rem, 2.2vw, 5.5rem);
  text-align: center;
  margin-left: -2rem;
  text-shadow: 2px 2px 8px black;
}
.article-wrapper .content-wrapper .description {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  text-align: center;
  font-size: clamp(0.8rem, 0.68vw, 1.4rem);
}
.article-wrapper .content-wrapper .description .sale-badge {
  max-width: 145px;
  margin-bottom: 0px;
}
.article-wrapper .content-wrapper .description h2.title {
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 3.6rem);
  text-align: center;
  grid-column: span 2;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 8px black;
}
.article-wrapper .content-wrapper .description h2.title .big {
  font-weight: 700;
  font-size: 130%;
}
.article-wrapper .content-wrapper .description p {
  grid-column: span 2;
  padding-top: 4px;
  line-height: 1.1;
}
.article-wrapper .content-wrapper .description p.sale-info-top {
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.article-wrapper .content-wrapper .description p.sale-info-bottom {
  font-size: 100%;
}
.article-wrapper .content-wrapper .abonament-description {
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 3.6rem);
}
.article-wrapper .content-wrapper .abonament-description h2.title {
  font-size: 60%;
  font-weight: 600;
  text-shadow: 2px 2px 8px black;
}
.article-wrapper .content-wrapper .abonament-description p.sale-info-top {
  font-size: 45%;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.article-wrapper .content-wrapper .abonament-description p.sale-info-bottom {
  font-size: 35%;
}
.article-wrapper .content-wrapper .abonament-description .abonament-table {
  margin-block: 2rem;
  font-size: 45%;
  background: rgba(0, 0, 0, 0.3333333333);
  width: 100%;
}
.article-wrapper .content-wrapper .abonament-description .abonament-table td, .article-wrapper .content-wrapper .abonament-description .abonament-table th {
  padding: 0.2rem;
}
.article-wrapper .content-wrapper .abonament-description .abonament-table th {
  text-align: center;
}
.article-wrapper .form-wrapper {
  position: absolute;
  inset: 0 0 0 60%;
  background: #f6f6f6;
  padding: 75px 0 40px;
}
.article-wrapper .form-wrapper > div {
  height: 100%;
  overflow-x: clip;
  overflow-y: scroll;
  padding-inline: 4rem;
  padding-top: 0;
}
.article-wrapper .form-wrapper .page-header {
  margin-top: 0;
}
.article-wrapper .form-wrapper .form-horizontal, .article-wrapper .form-wrapper .clauses-container {
  width: 100%;
  padding-inline: 0;
}
.article-wrapper .form-wrapper .form-horizontal {
  padding-inline: 0;
}
.article-wrapper .form-wrapper .form-horizontal .row {
  padding-right: 0;
}
.article-wrapper .form-wrapper .form-horizontal .row > .col-md-12 {
  padding-right: 0;
}
.article-wrapper .form-wrapper .form-horizontal .form-group > div {
  padding-right: 0;
}
.article-wrapper .form-horizontal label.control-label {
  font-weight: normal;
}
.article-wrapper .rodo-bordered, .article-wrapper .clauses-container h6 {
  padding: 0 0 0 1.7rem;
  position: relative;
  text-align: left;
}
.article-wrapper .rodo-bordered:before, .article-wrapper .clauses-container h6:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ff0000;
}
.article-wrapper .form-horizontal .form-group {
  margin-bottom: 10px;
}
.article-wrapper .form-horizontal .form-group label {
  font-size: 13px;
}
.article-wrapper div.clauses-container {
  padding: 4.8rem 0 130px;
  position: relative;
}
.article-wrapper div.clauses-container #clauses {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.article-wrapper div.clauses-container .clauses-wrapper {
  white-space: normal;
  position: relative;
  vertical-align: top;
  width: 100%;
  transition: all 300ms ease-in;
}
.article-wrapper div.clauses-container .clauses-wrapper.active {
  margin-left: 0;
  margin-right: 0;
}
.article-wrapper div.clauses-container .clauses-wrapper.left {
  margin-left: -100%;
}
.article-wrapper div.clauses-container .clauses-wrapper.right {
  margin-right: -100%;
}
.article-wrapper div.clauses-container .clauses-wrapper .clauses-list h6 {
  display: inline-block;
}
.article-wrapper div.clauses-container .clauses-wrapper .clauses-list ul {
  padding-left: 0;
  margin-left: 0;
}
.article-wrapper div.clauses-container .clauses-wrapper .clauses-list ul li {
  line-height: 1.1;
  margin-top: 0.5rem;
}
.article-wrapper div.clauses-container .clauses-wrapper.clauses-dealer-wrapper .checkbox-16yo {
  display: none;
}
.article-wrapper div.clauses-container .clauses-wrapper h6 {
  font-family: "bebas_neue_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 2rem;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper {
  position: relative;
  padding: 0 10px 0 0;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper .checkbox {
  padding-left: 0;
  margin: 5px 0 0 0;
  display: block;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper .checkbox:first-child {
  display: inline-block;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper .description {
  display: block;
  font-size: 1rem;
  padding: 8px 5px 0px 5px;
  font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper .content {
  display: block;
  padding: 10px 0;
  margin-left: -30px;
  font-size: 1.3rem;
  font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper .checkmark {
  position: absolute;
  top: 1.6rem;
  left: 0rem;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #000;
  text-align: center;
  line-height: 15px;
  transition: all 200ms ease-in;
  box-sizing: border-box;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper .checkmark:after {
  content: " ";
  display: none;
  width: 100%;
  height: 100%;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper input {
  cursor: none;
  display: none;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper input:checked ~ .checkmark:after {
  background-image: url("rodo-ckeck.svg");
  background-size: contain;
  display: block;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper.has-error .checkmark {
  border: 2px solid #ff0000;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper.has-error .checkmark:after {
  content: none;
  position: relative;
  display: block;
  top: 0.7rem;
  left: 0.7rem;
  height: 15px;
  width: 15px;
  background-color: #ff0000;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  animation: checkbox-error-bound 1.5s infinite;
}
.article-wrapper div.clauses-container .clauses-wrapper .checkbox-wrapper.has-error .description {
  color: #000;
}
.article-wrapper div.clauses-container .clauses-footer {
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
.article-wrapper div.clauses-container .clauses-footer button.btn {
  float: right;
  width: auto !important;
  height: 35px;
  margin: 0 0 7px 1rem;
  line-height: 35px;
  padding: 0 45px;
  border: none;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.article-wrapper div.clauses-container .clauses-footer button.btn[type=submit] {
  background-color: red;
  text-align: center;
}
.article-wrapper div.clauses-container .clauses-footer button.btn[type=submit].sending {
  content: "";
  background-color: transparent !important;
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  border: 2px solid #f6f6f6;
  border-width: 3px;
  border-radius: 50%;
  font-size: 0;
  border-left-color: #db261c;
  animation: rotating 2s 0.25s linear infinite;
}
.article-wrapper div.clauses-container .clauses-footer button.btn[type=submit].sending:before, .article-wrapper div.clauses-container .clauses-footer button.btn[type=submit].sending:after {
  content: none;
}
.article-wrapper div.clauses-container .clauses-footer button.btn[type=submit].sending:before.prev, .article-wrapper div.clauses-container .clauses-footer button.btn[type=submit].sending:after.prev {
  margin-left: 0;
}
.article-wrapper div.clauses-container .clauses-footer button.btn.prev {
  float: left;
  margin-left: 0;
}
.article-wrapper div.clauses-container .clauses-footer a {
  float: none;
  font-family: "source_sans_proregular";
  color: #393939;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 35px;
  display: table;
  clear: both;
  text-align: right;
  margin: 1rem 0 auto auto;
}
.article-wrapper div.clauses-container .clauses-footer a span {
  color: #db261c;
  font-size: 1.1rem;
  top: 2px;
  margin-left: 5px;
}
.article-wrapper .has-error .control-label {
  color: #c70101;
}
.article-wrapper.oferta-specjalna {
  display: flex;
  flex-direction: column;
  margin-bottom: -45px;
}
.article-wrapper.oferta-specjalna .content-wrapper {
  position: relative;
  inset: 0;
  max-width: unset;
  flex-basis: 60%;
  background: black;
}
.article-wrapper.oferta-specjalna .content-wrapper .background {
  top: 0px;
  left: 0px;
  width: 100%;
  margin-left: 0;
  height: auto;
  min-height: unset;
  z-index: 1;
}
.article-wrapper.oferta-specjalna .content-wrapper .background img {
  height: auto;
}
.article-wrapper.oferta-specjalna .content-wrapper .overlay-top {
  z-index: 2;
  flex: 0;
  align-self: stretch;
}
.article-wrapper.oferta-specjalna .content-wrapper .overlay-top h1.title {
  padding-bottom: 0;
}
.article-wrapper.oferta-specjalna .content-wrapper .overlay-top .sale-badge {
  max-width: 145px;
  margin-left: calc(50% - 270px);
}
.article-wrapper.oferta-specjalna .content-wrapper .description {
  z-index: 2;
  padding-inline: 10%;
  margin-top: max(21vh, 11vw);
}
.article-wrapper.oferta-specjalna .form-wrapper {
  position: relative;
  inset: 0;
  flex-basis: 40%;
}
.article-wrapper.oferta-specjalna .form-wrapper .item-page {
  overflow: auto;
}

#globalModal.modal.in .modal-dialog .modal-body .container.success-response {
  text-align: center;
  padding: 10rem 0;
}
#globalModal.modal.in .modal-dialog .modal-body .container.success-response h3 {
  line-height: 1.42857143;
  margin: 0 auto;
}
#globalModal.modal.in .modal-dialog .modal-body .container.success-response.error-response {
  text-align: center;
  padding: 10rem 0;
}
#globalModal.modal.in .modal-dialog .modal-body .container.success-response.error-response h3 {
  line-height: 1.42857143;
  margin: 0 auto;
}
#globalModal.modal.in .modal-dialog .modal-body .container.success-response.error-response p {
  margin: 2rem 0 0;
}
#globalModal.modal.in .modal-dialog.success-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: fit-content !important;
  max-width: 100%;
}
#globalModal.modal.in .modal-dialog.success-dialog .modal-body .container.success-response {
  width: 100%;
  padding-inline: 10rem;
}
#globalModal.modal.in .modal-dialog.success-dialog .modal-body .container.success-response h3 {
  line-height: 2.8rem;
  letter-spacing: 0.7px;
  font-size: 2.5rem;
}
#globalModal.modal.in .modal-dialog.success-dialog .modal-body .container.success-response h3 span {
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
  font-weight: 600;
  color: #db261c;
}

.wyprzedaz-rocznika-2024 .highlight {
  font-size: 170%;
}

.d-max-home .title {
  display: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.d-max-home .subtitle {
  text-shadow: 2px 2px 8px black;
}
.d-max-home .highlight {
  font-size: 130%;
}
.d-max-home .overlay-top {
  max-width: 100vw !important;
}
.d-max-home .overlay-bottom {
  min-height: 50px;
}
.d-max-home .logo {
  margin-bottom: 0;
}
.d-max-home .sale-badge {
  position: absolute !important;
  left: 30px;
  max-width: 110px;
  z-index: 1;
  margin-top: -110px;
}
.d-max-home .sale-info {
  display: none;
}
.d-max-home .main-overlay {
  margin-top: 22px;
}
.d-max-home .abonament-slajd .logo {
  max-width: clamp(200px, 25vw, 550px) !important;
}
.d-max-home .abonament-slajd .subtitle {
  font-weight: 700 !important;
  line-height: 1.1 !important;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem) !important;
}
.d-max-home .abonament-slajd .subtitle .highlight {
  font-weight: 700;
  font-size: clamp(3.8rem, 4.6vw, 6.2rem);
}
.d-max-home .abonament-slajd .overlay-bottom {
  display: flex;
  flex-direction: column;
}
.d-max-home .abonament-slajd .second-slide {
  position: absolute;
  inset: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.d-max-home .abonament-slajd .second-slide.show-slide {
  opacity: 1;
  pointer-events: auto;
}
.d-max-home .abonament-slajd .second-slide .background-image .item .img {
  object-position: bottom;
}
@media (max-width: 600px) {
  .d-max-home .abonament-slajd .overlay-top .subtitle {
    font-size: clamp(2rem, 6.6vw, 3.6rem) !important;
  }
  .d-max-home .abonament-slajd .overlay-bottom .title {
    font-size: 80% !important;
    display: block;
  }
  .d-max-home .abonament-slajd .overlay-bottom p.small {
    margin-block: 1rem 5rem !important;
    font-size: 40% !important;
  }
}
@media (min-width: 600px) {
  .d-max-home .sale-badge {
    max-width: 143px;
  }
  .d-max-home .logo {
    margin-bottom: 40px;
  }
  .d-max-home .overlay-bottom {
    min-height: 110px;
  }
  .d-max-home .abonament-slajd .logo {
    margin-bottom: 0;
  }
  .d-max-home .abonament-slajd .overlay-bottom .title {
    font-size: clamp(2.4rem, 2.4vw, 3.2rem) !important;
    font-weight: 700 !important;
  }
  .d-max-home .abonament-slajd .overlay-bottom p.small {
    font-size: 35% !important;
    margin-block: 2rem 4rem !important;
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .d-max-home .abonament-slajd .overlay-bottom p.small {
    margin-block: 3rem 7rem !important;
  }
}
@media (min-height: 560px) {
  .d-max-home .title {
    display: inline-block;
  }
  .d-max-home .sale-badge {
    margin-top: -110px;
  }
}
@media (min-width: 992px) {
  .d-max-home .overlay-bottom .title {
    font-size: clamp(3rem, 3vw, 4rem) !important;
  }
}
@media (min-width: 992px) and (min-height: 900px) {
  .d-max-home .overlay-bottom .title {
    font-size: clamp(3rem, 4vw, 6rem) !important;
  }
}
@media (min-width: 992px) {
  .d-max-home .sale-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-column: span 2;
  }
  .d-max-home .sale-info-top {
    line-height: 1.1;
    font-size: 0.8vw;
    max-width: 900px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (min-height: 900px) {
  .d-max-home .sale-info-top {
    margin-bottom: 25px;
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .d-max-home .sale-info-bottom {
    line-height: 1.1;
    font-size: 0.65vw;
    max-width: 900px;
    text-align: center;
  }
}
@media (min-width: 992px) and (min-height: 900px) {
  .d-max-home .sale-info-bottom {
    font-size: 0.9vw;
  }
}
@media (min-width: 992px) {
  .d-max-home .sale-badge {
    margin-top: -110px;
    left: auto;
    right: 145px !important;
  }
  .d-max-home .abonament-slajd .overlay-bottom .title {
    font-size: clamp(2.4rem, 2.4vw, 3.2rem) !important;
    font-weight: 700 !important;
  }
}
@media (min-width: 1200px) {
  .d-max-home .sale-info-top {
    max-width: 1200px;
  }
  .d-max-home .sale-info-bottom {
    max-width: 1000px;
  }
}
@media (min-width: 1300px) {
  .d-max-home .logo {
    width: 325px !important;
    margin-bottom: 0px;
  }
  .d-max-home .overlay-bottom .title {
    font-size: clamp(3rem, 3vw, 4rem) !important;
  }
}
@media (min-width: 1300px) and (min-height: 900px) {
  .d-max-home .overlay-bottom .title {
    font-size: clamp(3rem, 4vw, 6rem) !important;
  }
}
@media (min-width: 1300px) {
  .d-max-home .sale-info-top {
    max-width: 1200px;
    font-size: 11px;
  }
}
@media (min-width: 1300px) and (min-height: 900px) {
  .d-max-home .sale-info-top {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .d-max-home .sale-info-bottom {
    max-width: 1000px;
    font-size: 9px;
  }
}
@media (min-width: 1300px) and (min-height: 900px) {
  .d-max-home .sale-info-bottom {
    font-size: 12px;
  }
}
@media (min-width: 1300px) {
  .d-max-home .abonament-slajd .overlay-bottom .title {
    font-size: clamp(2.4rem, 2.4vw, 3.2rem) !important;
    font-weight: 700 !important;
  }
}
@media (min-width: 1300px) and (max-height: 900px) {
  .d-max-home .abonament-slajd p.small {
    margin-block: 2rem 4rem !important;
  }
}
@media (min-width: 1400px) {
  .d-max-home .logo {
    margin-top: -20px !important;
  }
  .d-max-home .sale-badge {
    right: 200px !important;
    max-width: 170px;
    margin-top: -140px;
  }
  .d-max-home .abonament-slajd .overlay-bottom .title {
    font-size: 80% !important;
    font-weight: 700 !important;
  }
}
@media (min-width: 1800px) {
  .d-max-home .sale-badge {
    right: 300px !important;
  }
}

@media (max-width: 1366px) and (min-width: 768px) {
  .article-wrapper:not(.abonament) .content-wrapper {
    padding-top: 65px;
    padding-inline: 0;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top .logo {
    padding-bottom: 1rem;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top h1.title {
    padding-bottom: 0rem;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description .sale-badge {
    max-width: 135px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.sum-wrapper {
    width: max-content;
    font-size: 1vw;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.sum-wrapper .big {
    font-size: clamp(1.8rem, 2vw, 3rem);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p {
    padding-top: 3px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p.sale-info-top {
    margin-bottom: 10px;
    font-size: 130%;
  }
  .article-wrapper:not(.abonament) .form-wrapper {
    padding-top: 65px;
  }
  #globalModal.modal.in .modal-dialog {
    margin: 25px 25px;
    width: calc(100% - 140px) !important;
  }
  #globalModal.modal.in .modal-header {
    padding-left: 1.5rem;
  }
  #globalModal.modal.in .modal-body h3 {
    font-size: 2rem;
    white-space: normal;
  }
  #globalModal.modal.in .modal-body h5 {
    font-size: 1.4rem;
    margin: 1.6rem 0 2rem;
  }
  #globalModal.modal.in .modal-body .order-pdf h5 {
    margin-bottom: 2rem;
    margin-top: 1.2rem;
  }
  #globalModal.modal.in .modal-body .container.clauses {
    padding: 1.5rem 2rem;
    width: 27.4%;
  }
  #globalModal.modal.in .modal-body .container.clauses .form-control {
    font-size: 13px;
    height: 28px;
    padding: 3px;
  }
  #globalModal.modal.in .modal-body .container.clauses .form-horizontal .form-group {
    margin-bottom: 8px;
  }
  .article-wrapper.oferty-specjalne .content-wrapper .overlay-top .sale-badge {
    max-width: 135px;
  }
}
@media (max-width: 1200px) and (min-width: 900px) {
  .page-header {
    margin: 0px 0 0px;
  }
  #globalModal.modal.in .modal-dialog .modal-body .container.clauses {
    width: 22.4%;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container {
    width: 77.6%;
  }
  #globalModal.modal.in .modal-dialog .modal-body .form-group {
    margin-bottom: 0px !important;
  }
  #globalModal.modal.in .modal-dialog .modal-body .control-label {
    width: 100%;
  }
  #globalModal.modal.in .modal-dialog .modal-body .control-label ~ .col-sm-8 {
    width: 100%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .article-wrapper:not(.abonament) .background.background {
    width: 60vw;
  }
  .article-wrapper:not(.abonament) .background.background img {
    object-position: center;
  }
  .article-wrapper:not(.abonament) .content-wrapper {
    max-width: 60%;
    right: 40%;
    padding-bottom: 35px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top .logo {
    max-width: clamp(250px, 50vw, 400px);
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top h1.title {
    font-size: clamp(4rem, 4.8vw, 8rem);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description {
    padding: 1rem 3rem 0;
  }
  .article-wrapper:not(.abonament) .form-wrapper {
    padding-bottom: 35px;
  }
  .article-wrapper.oferta-specjalna .content-wrapper {
    max-width: unset;
  }
  .article-wrapper.oferta-specjalna .content-wrapper .background {
    width: unset;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .article-wrapper:not(.abonament) .content-wrapper {
    padding-top: 85px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top h1.title {
    padding-bottom: 1.4rem;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.sum-wrapper {
    padding-right: 26px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.subtitle {
    font-size: clamp(0.8rem, 1.3vw, 1.6rem);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p.sale-info-top {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p.sale-info-bottom {
    font-size: 90%;
  }
  .article-wrapper:not(.abonament) .form-wrapper {
    padding-top: 115px;
  }
  .article-wrapper:not(.abonament) .form-wrapper > div {
    padding-inline: 1rem;
  }
  .article-wrapper:not(.abonament) .form-wrapper .clauses-container button.controls-button.prev {
    margin-bottom: 2px;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container {
    padding-bottom: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container h6 {
    margin-bottom: 1rem;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .checkbox-wrapper {
    padding: 0 0 0 0;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .checkbox-wrapper .checkmark {
    left: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .clauses-footer {
    position: static;
    padding: 1rem 3rem 1rem;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .clauses-footer a {
    font-size: 1rem;
  }
  .article-wrapper.oferta-specjalna .content-wrapper {
    padding-top: 110px;
  }
  .article-wrapper.oferta-specjalna .content-wrapper .description {
    margin-top: max(27vh, 18vw);
    font-size: clamp(1rem, 0.68vw, 1.4rem);
  }
  .article-wrapper.oferta-specjalna .content-wrapper .description p.sale-info-top {
    font-size: 200%;
  }
  .article-wrapper.oferta-specjalna .form-wrapper .item-page {
    padding-inline: 10%;
  }
}
@media (min-width: 992px) {
  .modal-caps .container {
    width: 1000px;
  }
  .article-wrapper.oferta-specjalna {
    flex-direction: row;
  }
  .article-wrapper.oferta-specjalna .content-wrapper .description {
    margin-top: max(13vh, 11vw);
  }
}
@media (max-width: 900px) {
  #globalModal.modal.in .modal-dialog {
    margin: 0;
    width: 100% !important;
  }
  #globalModal.modal.in .modal-dialog .modal-header {
    padding: 1.5rem 2rem;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body {
    display: block;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body h3 {
    font-size: 2.8rem;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body h5 {
    font-size: 1.6rem;
    margin: 1.6rem 0 2rem;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .form-horizontal label, #globalModal.modal.in .modal-dialog .modal-header .modal-body .form-horizontal .form-control {
    font-size: 11px;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .form-horizontal .form-control {
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .form-horizontal .form-group {
    margin-bottom: 5px;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .container.clauses {
    width: 100%;
    padding: 1.5rem 2rem;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container {
    background-color: #f6f6f6;
    width: 100%;
    padding: 1rem 2rem 0;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container #clauses {
    white-space: normal;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .checkbox-wrapper .description {
    border-bottom: none;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-wrapper {
    position: static;
    width: 100%;
    margin-bottom: 2rem;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-wrapper h6 {
    margin-top: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-wrapper.right {
    margin-right: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-wrapper .clauses-list {
    display: block;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-wrapper.active {
    margin-left: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-footer {
    display: flex;
    flex-direction: column;
    position: static;
    padding: 1rem 0 1rem;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-footer button {
    height: 45px;
    line-height: 45px;
    width: 100% !important;
    visibility: visible !important;
    display: block !important;
    margin: 0 0 1rem 0rem;
    float: none;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-footer button.mark-all {
    order: 1;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-footer button.controls-button {
    display: none !important;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-footer button[type=submit] {
    order: 2;
  }
  #globalModal.modal.in .modal-dialog .modal-header .modal-body .clauses-container .clauses-footer a {
    order: 3;
    width: 100%;
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .article-wrapper:not(.abonament) .content-wrapper {
    padding-top: 125px;
  }
  .article-wrapper:not(.abonament) .form-wrapper {
    padding-top: 125px;
  }
}
@media (max-width: 767px) {
  #globalModal.modal.in .modal-dialog .modal-body .container {
    padding-bottom: 3.3rem;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container h6 {
    margin-bottom: 1rem;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .checkbox-wrapper .checkbox {
    margin: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .checkbox-wrapper .checkmark {
    top: 0.8rem;
    left: 0;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .checkbox-wrapper .description {
    padding: 8px 5px 8px 5px;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .clauses-footer button {
    margin: 1rem 0 0 0;
  }
  .article-wrapper .background {
    width: 100vw;
  }
  .article-wrapper .background img {
    object-position: center;
  }
  .article-wrapper .content-wrapper {
    max-width: unset;
    position: relative;
    right: unset;
    left: unset;
    padding: 75px 0 0;
    min-height: 100svh;
    height: max-content;
  }
  .article-wrapper .content-wrapper .overlay-top h1.title {
    margin-left: -1rem;
  }
  .article-wrapper .content-wrapper .description {
    padding: 2rem max(4%, 10px) max(5%, 15px);
  }
  .article-wrapper .content-wrapper .description h2.title {
    text-align: center;
    font-size: clamp(0.8rem, 4.4vw, 3.2rem);
  }
  .article-wrapper .content-wrapper .description h4.sum-wrapper {
    font-size: 3vw;
    width: max-content;
    margin-inline: auto;
    padding-right: 0;
  }
  .article-wrapper .content-wrapper .description h4.subtitle {
    margin-inline: auto;
    font-size: clamp(0.8rem, 1.4vw, 1.2rem);
  }
  .article-wrapper .content-wrapper .description h4.subtitle .big {
    padding-left: 0.6rem;
  }
  .article-wrapper .content-wrapper .description p {
    padding-top: 1px;
  }
  .article-wrapper .content-wrapper .description .link-wrapper {
    grid-column: span 2;
    z-index: 10;
  }
  .article-wrapper .content-wrapper .description .link-wrapper a.to-form {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(0.8rem, 3.4vw, 2.6rem);
  }
  .article-wrapper .content-wrapper .description .link-wrapper a.to-form:visited {
    text-decoration: none;
  }
  .article-wrapper .content-wrapper .description .link-wrapper a.to-form::before {
    content: "";
    position: absolute;
    inset: -7px -80px -7px -80px;
    background: #ff0000;
    z-index: -1;
    transform: skewX(-16deg);
  }
  .article-wrapper .form-wrapper {
    position: relative;
    left: unset;
    right: unset;
    padding: 50px 0 20px;
  }
  .article-wrapper .form-wrapper > div {
    overflow-x: unset;
    overflow-y: unset;
    padding-inline: 1rem;
  }
  .article-wrapper.abonament .form-wrapper .item-page {
    grid-template-columns: 1fr;
  }
  .article-wrapper.oferta-specjalna .background {
    aspect-ratio: 0.6;
  }
  .article-wrapper.oferta-specjalna .content-wrapper {
    min-height: unset;
  }
  .article-wrapper.oferta-specjalna .content-wrapper .description {
    margin-top: max(30vh, 67vw);
  }
  .article-wrapper.oferta-specjalna .link-wrapper {
    margin-inline: -13%;
  }
}
@media (max-width: 580px) {
  .checkbox label {
    padding-left: 15px;
  }
  .page-header {
    padding-bottom: 0px;
    margin: 20px 0 10px;
  }
  .modal_container {
    margin: 0 0;
  }
  #globalModal.modal.in .modal-dialog {
    margin-top: 0px;
  }
  #globalModal.modal.in .modal-dialog .modal-body .container.clauses {
    padding: 1.5rem 0rem;
  }
  #globalModal.modal.in .modal-dialog .modal-body .container.clauses .row {
    margin-inline: -15px;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container {
    padding: 1rem 0rem 0;
  }
  #globalModal.modal.in .modal-dialog.success-dialog {
    max-width: 100%;
    width: 85% !important;
  }
  #globalModal.modal.in .modal-dialog.success-dialog .modal-body .container.success-response {
    padding-inline: 3rem;
  }
  #globalModal.modal.in .modal-dialog.success-dialog .modal-body .container.success-response h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  #globalModal.modal.in .modal-dialog.success-dialog .modal-body .container.success-response span {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .article-wrapper:not(.abonament) .content-wrapper {
    padding: max(65px, 17%) 0 0;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top .logo {
    padding-bottom: 1rem;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top h1.title {
    font-size: clamp(1.2rem, 5vw, 3rem);
    padding-bottom: 0;
  }
  .article-wrapper:not(.abonament) .content-wrapper .overlay-top .sale-badge {
    max-width: 110px;
    margin-left: calc(50% - 170px);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description {
    adding: 0.5rem max(4%, 10px) max(5%, 15px);
    gap: 0;
    margin-top: max(22vh, 38vw);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h2.title {
    font-size: clamp(2rem, 6vw, 3.2rem);
    margin-bottom: 0.5rem;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h2.title .big {
    font-size: 100%;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.sum-wrapper {
    font-size: 2.3vw;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.sum-wrapper .big {
    font-size: clamp(1.3rem, 5vw, 3rem);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description h4.subtitle {
    font-size: clamp(1.2rem, 3vw, 2.4rem);
  }
  .article-wrapper:not(.abonament) .content-wrapper .description .sale-badge {
    max-width: 110px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 70%;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p:last-of-type {
    margin-bottom: 12px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p.sale-info-top {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description p.sale-info-bottom {
    font-size: 7px;
  }
  .article-wrapper:not(.abonament) .content-wrapper .description .link-wrapper a.to-form {
    font-size: clamp(0.8rem, 4vw, 2rem);
  }
  .article-wrapper:not(.abonament) .form-wrapper .form-horizontal,
  .article-wrapper:not(.abonament) .form-wrapper .clauses-container {
    float: none;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .clauses-footer a {
    font-size: 0.9rem;
  }
  #globalModal.modal.in .modal-dialog .modal-body .clauses-container .checkbox-wrapper {
    padding: 0 0px 0 10px;
  }
  .article-wrapper.oferta-specjalna div.clauses-container .clauses-footer {
    bottom: 10px;
  }
  .article-wrapper.oferta-specjalna .content-wrapper .description .link-wrapper p {
    font-size: 100%;
  }
}/*# sourceMappingURL=wyprzedaz2024.css.map */