/*
 * Responsive fixes for configurator sections.
 * Load this file AFTER assets/css/style.min.css.
 * Baza: strona-poprawione-v9-cleanup.
 */

/* General safety */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.offer-order-form {
  overflow: visible;
}

/* "Dobierz do" sections - cleaner spacing on desktop/tablet */
.offer-order-form .collapse-box {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

.container {
  min-width: 0;
}

.page-styled,
.news-single,
.promo-box,
.gray-box,
.document-box {
  min-width: 0;
  overflow-wrap: break-word;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .container .navigation ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
  }

  header .container .navigation ul li {
    margin-right: 2.8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .container .navigation ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
  }

  header .container .navigation ul li {
    margin-right: 2rem;
  }
}

.offer-order-form .collapse-box > h3 {
  gap: 16px;
  min-height: 42px;
}

.offer-order-form .collapse-box > h3 svg {
  flex: 0 0 auto;
}

/* Offer sliders/cards */
.offer-order-form .offer-slider {
  align-items: stretch;
}

.offer-order-form .offer-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.offer-order-form .offer-slider .slick-slide {
  height: auto;
}

.offer-order-form .offer-slider .slick-slide > div,
.offer-order-form .offer-slider .slick-slide .col-12,
.offer-order-form .offer-box {
  height: 100%;
}

.offer-order-form .offer-box {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.offer-order-form .offer-box .btn {
  margin-top: auto;
}

/* Tables in offer cards and summaries */
.offer-order-form table {
  table-layout: auto;
}

.offer-order-form table td {
  vertical-align: top;
}

.offer-order-form table td:last-child {
  white-space: normal;
}

.offer-order-form .details-table td:last-child .activation-12,
.offer-order-form .details-table td:last-child .activation-24,
.offer-order-form .details-table td:last-child .activation-nieokreslony {
  display: inline-block;
  min-width: 4.2em;
  text-align: right;
  white-space: nowrap;
}

.offer-order-form .table-summary td:last-child,
.offer-order-form .summary-table td:last-child {
  white-space: normal;
}

/* Addons area */
.offer-order-form table.big-padding {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.offer-order-form table.big-padding tr {
  border-radius: 12px;
}

.offer-order-form table.big-padding td {
  vertical-align: top;
}

.offer-order-form .addon-price-td {
  line-height: 1.35;
}

/* Better selected addon shape */
.offer-order-form .addon-row-selected {
  background: transparent !important;
  box-shadow: none !important;
}

.offer-order-form .addon-row-selected td {
  background: rgba(80, 180, 30, .045) !important;
  border-top: 1px solid rgba(80, 180, 30, .22);
  border-bottom: 1px solid rgba(80, 180, 30, .22);
}

.offer-order-form .addon-row-selected td:first-child {
  border-left: 1px solid rgba(80, 180, 30, .22);
  border-radius: 12px 0 0 12px;
  padding-left: 18px !important;
}

.offer-order-form .addon-row-selected td:last-child {
  border-right: 1px solid rgba(80, 180, 30, .22);
  border-radius: 0 12px 12px 0;
  padding-right: 18px !important;
}

/* Devices line */
.offer-order-form .p-30.d-flex.align-items-center {
  gap: 14px;
  flex-wrap: wrap;
}

.offer-order-form .p-30.d-flex.align-items-center > h3 {
  flex: 0 0 auto;
}

.offer-order-form .p-30.d-flex.align-items-center label {
  margin-top: 6px;
  margin-bottom: 6px;
}

.offer-order-form .urzadzenie-icon {
  max-width: 64px;
}

.offer-order-form .wifi-plus-label {
  align-items: center !important;
}

.offer-order-form .wifi-plus-label > span {
  align-items: center !important;
  gap: 10px;
  min-width: 0;
}

.offer-order-form .wifi-plus-device-copy {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 4px;
  min-width: 0;
  margin: 0;
  line-height: 1.18;
}

.offer-order-form .wifi-plus-device-name {
  display: block;
  white-space: nowrap;
}

.offer-order-form .wifi-plus-controls {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px 8px !important;
  margin: 0 !important;
}

.offer-order-form .wifi-plus-controls > br {
  display: none !important;
}

.offer-order-form .wifi-plus-controls small {
  flex: 0 1 auto;
  margin: 0 !important;
  white-space: nowrap;
}

.offer-order-form .wifi-plus-qty-select {
  flex: 0 0 auto;
}

.offer-order-form .wifi-plus-price-preview {
  flex: 0 0 100% !important;
  margin: 0 !important;
  line-height: 1.16 !important;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center:has(> label input[name="urzadzenia-internet"]) {
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px 28px !important;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label {
  flex: 1 1 560px !important;
  min-width: 0 !important;
  max-width: 100%;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label > span {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center !important;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label p.wifi-plus-device-copy {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center !important;
  column-gap: 12px;
  row-gap: 4px;
  min-width: 0;
  width: 100%;
  margin: 0;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-device-name {
  white-space: nowrap;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center !important;
  justify-content: start;
  gap: 4px 10px !important;
  min-width: 0;
  width: 100%;
  margin: 0 !important;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-controls small {
  min-width: 0;
  margin: 0 !important;
  white-space: normal;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-qty-select {
  justify-self: end;
}

form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-price-preview {
  grid-column: 1 / -1;
  flex: none !important;
  margin: 0 !important;
}

/* Internet tabs */
.offer-order-form .internet-tabs {
  row-gap: 10px;
}

.offer-order-form .internet-tab-btn {
  min-height: 40px;
}

/* Channel/program popups */
.channels-popup,
.featured-popup {
  border-radius: 14px;
}

/* Header/footer small polish */
header .container,
.header-top .container {
  min-width: 0;
}

.header-top .user-panel p {
  white-space: nowrap;
}

footer .footer-navigation {
  margin-left: -14px;
  margin-right: -14px;
}

footer .footer-navigation > [class^="col-"] {
  min-width: 0;
  padding-left: 14px;
  padding-right: 14px;
}

footer .footer-navigation ul li,
footer .footer-navigation ul li a {
  overflow-wrap: normal;
  word-break: normal;
}

@media only screen and (min-width: 1200px) {
  footer .footer-navigation > [class^="col-"]:nth-child(1) {
    width: 30%;
  }

  footer .footer-navigation > [class^="col-"]:nth-child(2) {
    width: 31%;
  }

  footer .footer-navigation > [class^="col-"]:nth-child(3) {
    width: 39%;
  }

  footer .footer-navigation ul li a {
    white-space: nowrap;
  }
}

footer .footer-contact {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start !important;
  margin-top: 0 !important;
  padding-left: 28px;
  position: relative;
}

footer .footer-contact:before {
  left: 0 !important;
  min-height: 122px;
  top: 2px !important;
}

footer .footer-contact__label {
  color: var(--color2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

footer .footer-contact__phones {
  display: grid;
  gap: 8px;
}

footer .footer-contact__phone {
  color: var(--lightenTextColor);
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

footer .footer-contact__phone:hover {
  color: var(--color2);
}

/* Editable FAQ page */
.page-faq {
  background: #f6f7f9;
  padding-top: 2.4rem;
  padding-bottom: 6rem;
}

.page-faq .container {
  max-width: 92rem;
}

.page-faq .page-header--faq {
  margin-bottom: 2.4rem;
}

.page-faq .page-header--faq h1 {
  margin-bottom: 0;
}

.page-faq__intro:not(:empty) {
  margin-bottom: 30px;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(45, 41, 79, .12);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(45, 41, 79, .045);
  overflow: hidden;
}

.faq-item__heading {
  margin: 0 !important;
}

.faq-item__button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--textColor);
  cursor: pointer;
  display: flex;
  font-family: var(--font);
  gap: 2rem;
  justify-content: space-between;
  padding: 1.8rem 2rem;
  text-align: left;
  transition: background-color .2s, color .2s;
  width: 100%;
}

.faq-item__button:hover {
  background: rgba(85, 197, 22, .06);
}

.faq-item__question {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.faq-item__icon {
  border: 1px solid rgba(85, 197, 22, .5);
  border-radius: 50%;
  flex: 0 0 30px;
  height: 30px;
  position: relative;
  transition: border-color .2s, background-color .2s;
  width: 30px;
}

.faq-item__icon:before,
.faq-item__icon:after {
  background: #55c516;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s, opacity .2s;
  width: 14px;
}

.faq-item__icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-item__icon,
.faq-item__button:hover .faq-item__icon {
  background: rgba(85, 197, 22, .1);
  border-color: #55c516;
}

.faq-item.is-open .faq-item__icon:after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__content {
  display: none;
  padding: 0 6.2rem 2rem 2rem;
}

.faq-item__answer p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

html.dark-mode .page-faq {
  background: #11161d;
}

html.dark-mode .faq-item {
  border-color: rgba(255, 255, 255, .1);
}

html.dark-mode .faq-item {
  background: #151a22;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

html.dark-mode .faq-item__button {
  color: #f7f9fc;
}

html.dark-mode .faq-item__button:hover {
  background: rgba(85, 197, 22, .08);
}

html.dark-mode .faq-item__answer,
html.dark-mode .faq-item__answer p {
  color: rgba(247, 249, 252, .78);
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .offer-order-form .collapse-box {
    padding: 22px;
  }

  .offer-order-form .offer-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .offer-order-form .offer-box .title,
  .offer-order-form .offer-box .btn {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .offer-order-form .offer-box .fs-36 {
    font-size: 30px;
  }

  .offer-order-form .offer-box .fs-32 {
    font-size: 28px;
  }

  .offer-order-form .p-30.d-flex.align-items-center {
    align-items: flex-start;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    max-width: 100%;
  }

  /* Header */
  .header-top {
    padding: 8px 0;
  }

  .header-top .container {
    flex-wrap: wrap;
    gap: 8px;
  }

  .header-top .container > div:first-child {
    width: 100%;
    text-align: center;
  }

  .header-top .container .user-panel {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .offer-order-form .wifi-plus-label > span {
    align-items: flex-start !important;
  }

  .offer-order-form .wifi-plus-controls small {
    flex-basis: 100%;
    white-space: normal;
  }

  form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label {
    flex-basis: 100% !important;
  }

  form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label p.wifi-plus-device-copy {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-device-name {
    white-space: normal;
  }

  form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-controls {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  form.offer-order-form .content-offer-internet .main-offer .p-30.d-flex.align-items-center label.wifi-plus-label .wifi-plus-controls small {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .header-search .form-form {
    gap: 8px;
  }

  .header-search #search {
    width: 100%;
  }

  .header-search .btn {
    width: 100%;
  }

  header .container {
    gap: 12px;
  }

  header .container .logo img {
    max-height: 48px;
    width: auto;
  }

  header .container .navigation {
    margin-left: auto;
  }

  header .container .navigation ul {
    max-height: calc(100vh - 145px);
    overflow-y: auto;
  }

  /* Hero title with icons */
  .bg-dark-blue h1.d-flex {
    align-items: flex-start;
    gap: 12px;
    font-size: 28px;
    line-height: 1.15;
  }

  .bg-dark-blue h1.d-flex svg {
    width: 48px !important;
    min-width: 48px;
    margin-right: 0 !important;
  }

  /* Offer form base */
  .offer-order-form .p-30 {
    padding: 14px !important;
  }

  .offer-order-form > .content-offer-internet,
  .offer-order-form > .content-offer-telewizja,
  .offer-order-form > .content-offer-telefonia,
  .offer-order-form > .content-offer-mobilny,
  .offer-order-form > .content-offer-stacjonarna {
    min-width: 0;
  }

  /* Contract radios */
  .offer-order-form input[name="czas"] + span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  /* Internet tabs */
  .offer-order-form .internet-tabs {
    justify-content: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
    margin-top: 20px !important;
  }

  .offer-order-form .internet-tab-btn {
    width: 100%;
    white-space: normal;
    padding: 12px 14px;
    line-height: 1.2;
    text-align: center;
  }

  /* Collapse boxes: the main ugly part on mobile */
  .offer-order-form .collapse-box {
    padding: 14px !important;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .offer-order-form .collapse-box > h3 {
    font-size: 21px;
    line-height: 1.2;
    gap: 12px;
  }

  .offer-order-form .collapse-box > h3 svg {
    width: 20px;
  }

  .offer-order-form .collapse-box .content {
    padding-top: 4px;
  }

  /* Sliders and offer cards */
  .offer-order-form .offer-slider {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
  }

  .offer-order-form .offer-slider .slick-list {
    overflow: hidden;
    padding: 0 !important;
  }

  .offer-order-form .offer-slider .slick-track {
    display: flex !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    height: auto;
  }

  .offer-order-form .offer-slider .slick-slide > div {
    height: 100%;
  }

  .offer-order-form .offer-slider .col-12,
  .offer-order-form .offer-slider .col-md-4,
  .offer-order-form .offer-slider .col-lg-4 {
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .offer-order-form .offer-box {
    padding: 0 14px;
    border-radius: 14px;
    overflow: hidden;
    min-height: 100%;
  }

  .offer-order-form .offer-box .title {
    width: calc(100% + 28px);
    margin: 0 -14px 14px;
    padding: 0 14px;
  }

  .offer-order-form .offer-box .title p {
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.25;
  }

  .offer-order-form .offer-box .fs-36 {
    font-size: 28px;
    line-height: 1.05;
    margin-top: 14px !important;
  }

  .offer-order-form .offer-box .fs-32 {
    font-size: 26px;
    line-height: 1.1;
  }

  .offer-order-form .offer-box .fs-18 {
    font-size: 15px;
  }

  .offer-order-form .offer-box .btn {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    padding: 14px;
    font-size: 17px;
  }

  .offer-order-form .offer-box.active {
    margin-top: 0;
  }

  .offer-order-form .details-table {
    font-size: 13px;
  }

  .offer-order-form .details-table td {
    display: block;
    width: 100%;
    text-align: left !important;
    white-space: normal !important;
    padding: 7px 0;
  }

  .offer-order-form .details-table td + td {
    padding-top: 0;
    font-weight: 700;
  }

  /* Devices: stop them from becoming a horizontal mess */
  .offer-order-form .p-30.d-flex.align-items-center {
    display: block !important;
  }

  .offer-order-form .p-30.d-flex.align-items-center > h3 {
    margin-bottom: 10px;
  }

  .offer-order-form .p-30.d-flex.align-items-center label {
    display: flex !important;
    width: 100%;
    margin: 0 0 10px 0 !important;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.35);
  }

  .offer-order-form .p-30.d-flex.align-items-center label span {
    width: 100%;
  }

  .offer-order-form .urzadzenie-icon {
    width: 46px !important;
    max-width: 46px;
    margin-right: 10px;
  }

  /* Additional services */
  .offer-order-form table.big-padding,
  .offer-order-form table.big-padding tbody,
  .offer-order-form table.big-padding tr,
  .offer-order-form table.big-padding td {
    display: block;
    width: 100% !important;
  }

  .offer-order-form table.big-padding {
    border-spacing: 0;
  }

  .offer-order-form table.big-padding tr {
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.35);
  }

  .offer-order-form table.big-padding td {
    padding: 0 !important;
    text-align: left !important;
    border: 0 !important;
  }

  .offer-order-form table.big-padding td:first-child {
    margin-bottom: 8px;
  }

  .offer-order-form table.big-padding .addon-price-td {
    text-align: left !important;
    font-size: 15px !important;
    padding-left: 30px !important;
  }

  .offer-order-form .addon-row-selected {
    border-color: rgba(80, 180, 30, .32) !important;
    background: rgba(80, 180, 30, .055) !important;
  }

  .offer-order-form .addon-row-selected td {
    background: transparent !important;
    border: 0 !important;
  }

  .offer-order-form .addon-row-selected td:first-child,
  .offer-order-form .addon-row-selected td:last-child {
    border: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .offer-order-form .multiroom-qty-select,
  .offer-order-form .porting-qty-select {
    margin-top: 8px;
    margin-left: 30px !important;
    min-width: 76px;
    min-height: 34px;
  }

  /* Summary */
  .offer-order-form .table-summary,
  .summary-table {
    font-size: 14px;
  }

  .offer-order-form .table-summary tr,
  .summary-table tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 9px 0;
    border-bottom: 1px solid var(--boxShadow);
  }

  .offer-order-form .table-summary td,
  .summary-table td {
    display: block;
    width: 100%;
    padding: 0 !important;
    text-align: left !important;
    border: 0 !important;
    white-space: normal !important;
  }

  .offer-order-form .table-summary td:last-child,
  .summary-table td:last-child {
    text-align: left !important;
    font-weight: 700;
  }

  .offer-order-form .table-summary-price,
  .summary-table .table-summary-price {
    font-size: 22px;
    line-height: 1.15;
  }

  .offer-order-form .table-summary-activation,
  .summary-table .table-summary-activation {
    font-size: 15px;
    line-height: 1.25;
  }

  /* Order page */
  .summary-table.table-summary {
    margin-bottom: 24px;
  }

  .form-form .wpcf7 {
    max-width: 100%;
  }

  /* Popups */
  .channels-popup,
  .featured-popup {
    width: calc(100% - 24px);
    max-width: none;
    padding: 18px;
    max-height: calc(100vh - 24px);
    border-radius: 14px;
  }

  .channels-list {
    gap: 8px;
  }

  .channels-list li {
    margin: 0;
  }

  .channels-list li img {
    width: 72px;
    height: 36px;
  }

  /* Footer */
  footer .footer-navigation .col-6 {
    width: 100%;
    margin-bottom: 12px;
  }

  footer .footer-contact {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 0;
    text-align: center;
  }

  footer .footer-contact:before {
    display: none !important;
  }

  footer .footer-contact__phones {
    justify-items: center;
  }

  footer .footer-contact__phone {
    white-space: normal;
  }

  footer .copy {
    margin-top: 10px;
  }

  .page-faq {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .page-faq .page-header--faq {
    margin-bottom: 24px;
  }

  .faq-item__button {
    gap: 16px;
    padding: 18px 16px;
  }

  .faq-item__question {
    font-size: 19px;
  }

  .faq-item__content {
    padding: 0 16px 22px;
  }

  .faq-item__answer p {
    font-size: 15px;
  }
}

/* Small phones */
@media only screen and (max-width: 380px) {
  .offer-order-form .offer-box .fs-36 {
    font-size: 24px;
  }

  .offer-order-form .offer-box .fs-32 {
    font-size: 23px;
  }

  .offer-order-form .collapse-box > h3 {
    font-size: 19px;
  }

  .bg-dark-blue h1.d-flex {
    font-size: 24px;
  }
}


/* RESPONSIVE FIX 2 - poprawa kart dodatków, szczególnie Przeniesienie numeru / Multiroom.
   Ten blok celowo jest na końcu pliku, żeby przykryć wcześniejsze reguły oraz style inline z PHP. */

@media only screen and (max-width: 991px) {
  .offer-order-form .bg-gray.border-radius {
    overflow: hidden;
  }

  .offer-order-form table.big-padding {
    display: block !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
  }

  .offer-order-form table.big-padding tbody {
    display: block !important;
    width: 100% !important;
  }

  .offer-order-form table.big-padding tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .38) !important;
    box-shadow: none !important;
  }

  .offer-order-form table.big-padding tr.addon-row-selected {
    border-color: rgba(80, 180, 30, .28) !important;
    background: rgba(80, 180, 30, .055) !important;
  }

  .offer-order-form table.big-padding tr.addon-row-selected td,
  .offer-order-form table.big-padding tr.addon-row-selected td:first-child,
  .offer-order-form table.big-padding tr.addon-row-selected td:last-child {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .offer-order-form table.big-padding td,
  .offer-order-form table.big-padding td[style] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    border: 0 !important;
  }

  .offer-order-form table.big-padding td:first-child {
    order: 1;
  }

  .offer-order-form table.big-padding td.addon-price-td,
  .offer-order-form table.big-padding td:last-child {
    order: 2;
    margin-top: 4px !important;
    padding-left: 34px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    color: var(--textColor) !important;
  }

  .offer-order-form table.big-padding td.addon-price-td br {
    display: block;
  }

  .offer-order-form table.big-padding td.addon-price-td span {
    display: block;
    margin-top: 2px;
  }

  .offer-order-form table.big-padding label {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .offer-order-form table.big-padding input[type="checkbox"] {
    display: inline-block !important;
    position: static !important;
    width: 24px !important;
    height: 24px !important;
    margin: 2px 0 0 0 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: var(--color2);
  }

  .offer-order-form table.big-padding input[type="checkbox"] + span,
  .offer-order-form table.big-padding label span {
    display: block !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .offer-order-form table.big-padding input[type="checkbox"] + span:before,
  .offer-order-form table.big-padding input[type="checkbox"] + span:after {
    display: none !important;
    content: none !important;
  }

  .offer-order-form .multiroom-qty-select,
  .offer-order-form .porting-qty-select {
    display: inline-block;
    margin: 10px 0 0 34px !important;
    width: auto !important;
    min-width: 82px !important;
    max-width: 120px !important;
    min-height: 38px !important;
    font-size: 16px !important;
    padding: 4px 10px !important;
  }

  .offer-order-form table.big-padding td:first-child > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .offer-order-form table.big-padding td:first-child > div > div:first-child {
    display: block !important;
    width: 100% !important;
  }

  .offer-order-form table.big-padding td:first-child > div > div[style*="background-color"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 34px !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    border-left-width: 3px !important;
    border-radius: 10px !important;
  }

  .offer-order-form table.big-padding td:first-child > div > div[style*="background-color"] ul {
    padding-left: 18px !important;
    margin: 0 !important;
  }

  .offer-order-form table.big-padding td:first-child > div > div[style*="background-color"] li {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 480px) {
  .offer-order-form .bg-gray.border-radius h3 {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .offer-order-form table.big-padding tr {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .offer-order-form table.big-padding input[type="checkbox"] + span,
  .offer-order-form table.big-padding label span {
    font-size: 16px !important;
    line-height: 1.22 !important;
  }

  .offer-order-form table.big-padding td.addon-price-td,
  .offer-order-form table.big-padding td:last-child {
    font-size: 14px !important;
    padding-left: 34px !important;
  }

  .offer-order-form table.big-padding td:first-child > div > div[style*="background-color"] {
    margin-left: 0 !important;
    margin-top: 12px !important;
    font-size: 13px !important;
  }
}


/* RESPONSIVE FIX 3 - naprawa pustych, rozciągniętych kafelków ofert.
   Poprzednia wersja zbyt agresywnie ustawiała wysokości dla Slicka i offer-boxów.
   Ten blok zostaje NA KOŃCU pliku. */

@media only screen and (max-width: 991px) {
  .offer-order-form .offer-slider .slick-track {
    display: block !important;
    align-items: initial !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .offer-order-form .offer-slider .slick-slide > div,
  .offer-order-form .offer-slider .slick-slide .col-12,
  .offer-order-form .offer-slider .slick-slide .col-md-4,
  .offer-order-form .offer-slider .slick-slide .col-lg-4 {
    height: auto !important;
    min-height: 0 !important;
  }

  .offer-order-form .offer-box {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
  }

  .offer-order-form .offer-box .btn {
    margin-top: 12px !important;
  }

  .offer-order-form .offer-box table {
    margin-top: 12px !important;
  }

  .offer-order-form .offer-box .details-table {
    height: auto !important;
    min-height: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .offer-order-form .offer-slider {
    overflow: hidden !important;
  }

  .offer-order-form .offer-slider .slick-list {
    overflow: hidden !important;
  }

  .offer-order-form .offer-slider .slick-track {
    width: auto !important;
  }

  .offer-order-form .offer-box .title {
    margin-bottom: 12px !important;
  }

  .offer-order-form .offer-box .fs-36 {
    margin-top: 12px !important;
    margin-bottom: 6px !important;
  }

  .offer-order-form .offer-box .fs-32 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .offer-order-form .offer-box .show-details {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}


/* RESPONSIVE FIX 4 - kafelki ofert bliżej siebie, 2 obok siebie na telefonie.
   Ten blok MUSI być na końcu pliku. */

@media only screen and (max-width: 991px) {
  .offer-order-form .offer-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    height: auto !important;
    min-height: 0 !important;
    float: left !important;
  }

  .offer-order-form .offer-slider .slick-slide > div,
  .offer-order-form .offer-slider .slick-slide .col-12,
  .offer-order-form .offer-slider .slick-slide .col-md-4,
  .offer-order-form .offer-slider .slick-slide .col-lg-4 {
    height: 100% !important;
    min-height: 0 !important;
  }

  .offer-order-form .offer-box {
    height: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .offer-order-form .offer-box .btn {
    margin-top: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .offer-order-form .offer-slider {
    overflow: hidden !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .offer-order-form .offer-slider .slick-list {
    overflow: hidden !important;
    padding: 0 !important;
  }

  .offer-order-form .offer-slider .slick-track {
    display: flex !important;
    width: auto !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    padding: 0 6px !important;
    box-sizing: border-box !important;
  }

  .offer-order-form .offer-slider .slick-slide > div {
    height: 100% !important;
  }

  .offer-order-form .offer-slider .col-12,
  .offer-order-form .offer-slider .col-md-4,
  .offer-order-form .offer-slider .col-lg-4 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .offer-order-form .offer-box {
    padding: 0 10px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .offer-order-form .offer-box .title {
    width: calc(100% + 20px) !important;
    margin: 0 -10px 10px !important;
    padding: 0 10px !important;
  }

  .offer-order-form .offer-box .title p {
    font-size: 13px !important;
    line-height: 1.2 !important;
    padding: 10px 0 !important;
  }

  .offer-order-form .offer-box .fs-36 {
    font-size: 23px !important;
    line-height: 1.08 !important;
    margin-top: 10px !important;
    margin-bottom: 6px !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .offer-order-form .offer-box .fs-32 {
    font-size: 20px !important;
    line-height: 1.12 !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    word-break: normal !important;
  }

  .offer-order-form .offer-box .fs-18 {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .offer-order-form .offer-box .show-details,
  .offer-order-form .offer-box a.show-details {
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin-top: 6px !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
  }

  .offer-order-form .offer-box .btn {
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: auto !important;
    padding: 12px 8px !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .offer-order-form .offer-box.active {
    margin-top: 0 !important;
  }
}

/* Bardzo małe telefony - jeden kafelek, żeby nie robić mikroskopu. */
@media only screen and (max-width: 420px) {
  .offer-order-form .offer-box .fs-36 {
    font-size: 26px !important;
  }

  .offer-order-form .offer-box .fs-32 {
    font-size: 24px !important;
  }

  .offer-order-form .offer-box .fs-18 {
    font-size: 14px !important;
  }

  .offer-order-form .offer-box .title p {
    font-size: 14px !important;
  }

  .offer-order-form .offer-box .btn {
    font-size: 17px !important;
    padding: 14px 8px !important;
  }
}


/* RESPONSIVE FIX 5 - na bardzo małych telefonach pokazujemy 1 kafelek + kawałek kolejnego.
   Dzięki temu użytkownik widzi, że slider można przesunąć. */

@media only screen and (max-width: 420px) {
  .offer-order-form .offer-slider {
    margin-left: -14px !important;
    margin-right: -14px !important;
    overflow: visible !important;
  }

  .offer-order-form .offer-slider .slick-list {
    overflow: hidden !important;
    padding: 0 38px !important;
  }

  .offer-order-form .offer-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    padding: 0 6px !important;
    opacity: .72;
    transition: transform .18s ease;
  }

  .offer-order-form .offer-slider .slick-current {
    opacity: 1;
    transform: scale(1);
  }

  .offer-order-form .offer-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 12px 0 2px;
    padding: 0;
    list-style: none;
  }

  .offer-order-form .offer-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
  }

  .offer-order-form .offer-slider .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    background: rgba(59, 54, 100, .28);
  }

  .offer-order-form .offer-slider .slick-dots .slick-active button {
    background: var(--color2);
  }

  .offer-order-form .offer-box {
    height: 100% !important;
  }
}

/* Minimalnie szersze telefony nadal pokazują 2 kafelki obok siebie. */
@media only screen and (min-width: 421px) and (max-width: 767px) {
  .offer-order-form .offer-slider .slick-dots {
    display: none !important;
  }
}


/* RESPONSIVE FIX 6 - mniej pustego pola po bokach slidera na bardzo małych ekranach. */
@media only screen and (max-width: 420px) {
  .offer-order-form .offer-slider {
    margin-left: -8px !important;
    margin-right: -8px !important;
    overflow: visible !important;
  }

  .offer-order-form .offer-slider .slick-list {
    padding: 0 16px !important;
    overflow: hidden !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    padding: 0 4px !important;
  }

  .offer-order-form .offer-box {
    padding: 0 8px !important;
  }

  .offer-order-form .offer-box .title {
    width: calc(100% + 16px) !important;
    margin: 0 -8px 10px !important;
    padding: 0 8px !important;
  }

  .offer-order-form .offer-box .btn {
    width: calc(100% + 16px) !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .offer-order-form .offer-slider .slick-dots {
    margin-top: 10px !important;
  }
}


/* RESPONSIVE FIX 7 - aktywny kafelek bardziej na środku, mniej martwego pola z prawej. */
@media only screen and (max-width: 420px) {
  .offer-order-form .offer-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
    overflow: visible !important;
  }

  .offer-order-form .offer-slider .slick-list {
    padding: 0 24px !important;
    overflow: hidden !important;
  }

  .offer-order-form .offer-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    padding: 0 5px !important;
    opacity: .62 !important;
  }

  .offer-order-form .offer-slider .slick-current {
    opacity: 1 !important;
  }

  .offer-order-form .offer-slider .slick-current .offer-box {
    transform: translateX(0) !important;
  }

  .offer-order-form .offer-box {
    padding: 0 8px !important;
  }

  .offer-order-form .offer-box .title {
    width: calc(100% + 16px) !important;
    margin: 0 -8px 10px !important;
    padding: 0 8px !important;
  }

  .offer-order-form .offer-box .btn {
    width: calc(100% + 16px) !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}

/* Dla ekstremalnie wąskich ekranów - trochę mniej podglądu boków, żeby karta nie była za mała. */
@media only screen and (max-width: 360px) {
  .offer-order-form .offer-slider .slick-list {
    padding: 0 18px !important;
  }

  .offer-order-form .offer-slider {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}



/* Addons / WieloSIM cleanup */
.offer-order-form .addon-label-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-order-form .addon-main-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.offer-order-form .addon-option-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0;
}

.offer-order-form .addon-option-label input[type="checkbox"] {
  margin: 0;
  flex: 0 0 auto;
}

.offer-order-form .addon-option-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
}

.offer-order-form .porting-qty-select {
  width: 64px;
  min-width: 64px;
  margin-left: 0;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #cfd5df;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.offer-order-form .wielosim-note {
  margin-top: 2px;
  margin-left: 28px;
  max-width: 880px;
  font-size: 13px;
  line-height: 1.55;
  background: #eef4ff;
  padding: 12px 16px;
  border-radius: 10px;
  border-left: 4px solid #2f5ed7;
  box-shadow: inset 0 0 0 1px rgba(47,94,215,.08);
}

.offer-order-form .wielosim-note-title {
  display: block;
  margin-bottom: 6px;
  color: #2f5ed7;
  font-size: 13px;
  letter-spacing: .01em;
}

.offer-order-form .wielosim-note-list {
  margin: 0;
  padding-left: 18px;
}

.offer-order-form .wielosim-note-list li + li {
  margin-top: 4px;
}

.offer-order-form .wielosim-note-list strong {
  color: #24324a;
}

@media only screen and (max-width: 767px) {
  .offer-order-form .addon-option-name {
    font-size: 15px;
  }

  .offer-order-form .wielosim-note {
    margin-left: 0;
    margin-top: 8px;
    padding: 12px 14px;
  }

  .offer-order-form .addon-main-line {
    align-items: flex-start;
  }
}


/* HEADER FIX - ukrycie wyszukiwarki / ikony lupy w górnym menu */
.header-search,
._toggle-search,
.search-toggle,
.search-btn,
.search-button,
.search-icon,
a[href="#search"],
button[aria-label*="Szukaj"],
button[aria-label*="szukaj"],
a[aria-label*="Szukaj"],
a[aria-label*="szukaj"] {
  display: none !important;
}

/* Jeżeli lupa jest osobnym elementem w user-panelu */
.header-top .user-panel .search,
.header-top .user-panel .search-form,
.header-top .user-panel .header-search,
.header-top .user-panel ._toggle-search,
.header-top .user-panel .search-toggle,
.header-top .user-panel .search-btn,
.header-top .user-panel .search-button,
.header-top .user-panel .search-icon {
  display: none !important;
}

/* Usunięcie kreski/separatora po ukrytej wyszukiwarce, jeśli była dokładana przez wrapper */
.header-top .user-panel .with-separator:has(.header-search),
.header-top .user-panel .with-separator:has(._toggle-search),
.header-top .user-panel .with-separator:has(.search-toggle),
.header-top .user-panel .with-separator:has(.search-btn),
.header-top .user-panel .with-separator:has(.search-button),
.header-top .user-panel .with-separator:has(.search-icon) {
  display: none !important;
}


/* HEADER NO SEARCH FIX 2 - właściwy selektor z header.php: ._show-search */
._show-search,
.header-top .user-panel ._show-search,
.header-top .user-panel a._show-search,
.header-top .user-panel .with-separator:has(> a._show-search),
.header-top .user-panel .with-separator:has(a._show-search) {
  display: none !important;
}

/* Dodatkowo ukrywamy sam formularz wyszukiwarki pod headerem */
.header-search {
  display: none !important;
}


/* ADDONS UI FIX - ładniejsze checkboxy i wiersze usług dodatkowych */
.offer-order-form table.big-padding {
  border-collapse: separate !important;
  border-spacing: 0 10px !important;
}

.offer-order-form table.big-padding tr {
  min-height: 58px;
}

.offer-order-form table.big-padding td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.offer-order-form table.big-padding label {
  min-height: 34px;
  align-items: center !important;
}

.offer-order-form table.big-padding input[type="checkbox"] {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  margin: 0 12px 0 0 !important;
  border: 2px solid rgba(59,54,100,.42) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  cursor: pointer;
  vertical-align: middle;
}

.offer-order-form table.big-padding input[type="checkbox"]:checked {
  accent-color: var(--color2);
}

.offer-order-form table.big-padding .addon-option-label input[type="checkbox"] {
  margin-right: 0 !important;
}

.offer-order-form .addon-price-td {
  white-space: nowrap;
}


/* RESPONSIVE FINAL POLISH - drobne poprawki UX */
@media only screen and (max-width: 767px) {
  .offer-order-form .collapse-box > h3 {
    line-height: 1.25;
  }

  .offer-order-form .summary-table td,
  .offer-order-form .table-summary td {
    line-height: 1.35;
  }

  .offer-order-form table.big-padding input[type="checkbox"] {
    flex: 0 0 auto;
  }
}


/* Na minimalnie szerszych telefonach zostawiamy 2 kafelki i bez kropek. */
@media only screen and (min-width: 421px) and (max-width: 767px) {
  .offer-order-form .offer-slider .slick-dots {
    display: none !important;
  }
}


/* Na bardzo wąskich ekranach kafel minimalnie szerszy, żeby nie robił się za chudy. */
@media only screen and (max-width: 360px) {
  .offer-order-form .offer-slider .slick-slide {
    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
  }
}


/* Minimalnie węższy ekran - trochę szersza karta, żeby tekst nie robił się mikroskopijny. */
@media only screen and (max-width: 360px) {
  .offer-order-form .offer-slider .slick-slide {
    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
  }
}

/* Na większych telefonach zostawiamy dwa kafelki bez kropek. */
@media only screen and (min-width: 421px) and (max-width: 767px) {
  .offer-order-form .offer-slider .slick-dots {
    display: none !important;
  }
}

/* GLOBAL MOBILE OFFER SLIDER PEEK FIX V4
   Podgląd kolejnego pakietu zostaje WEWNĄTRZ ramki/kontenera.
   Nie poszerzamy slidera i nie używamy ujemnych marginesów na zewnątrz. */
@media only screen and (max-width: 420px) {
  .offer-order-form .offer-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  .offer-order-form .offer-slider .slick-list {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .offer-order-form .offer-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  .offer-order-form .offer-slider .slick-slide {
    /* 72vw daje pełny aktywny kafel + czytelny fragment następnego,
       ale bez wychodzenia poza niebieską ramkę. */
    width: 72vw !important;
    min-width: 72vw !important;
    max-width: 72vw !important;
    padding: 0 7px !important;
transition: transform .18s ease;
  }

  .offer-order-form .offer-slider .slick-current {
    opacity: 1 !important;
  }

  .offer-order-form .offer-slider .slick-slide > div,
  .offer-order-form .offer-slider .slick-slide .col-12,
  .offer-order-form .offer-slider .slick-slide .col-md-4,
  .offer-order-form .offer-slider .slick-slide .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .offer-order-form .offer-slider .offer-box {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .offer-order-form .offer-slider .slick-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 12px 0 2px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .offer-order-form .offer-slider .slick-dots li {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
  }

  .offer-order-form .offer-slider .slick-dots button {
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background: rgba(59, 54, 100, .28) !important;
  }

  .offer-order-form .offer-slider .slick-dots .slick-active button {
    background: var(--color2) !important;
  }
}

/* Na bardzo wąskich ekranach karta może być trochę szersza,
   ale nadal bez wyjścia poza kontener. */
@media only screen and (max-width: 360px) {
  .offer-order-form .offer-slider .slick-slide {
    width: 76vw !important;
    min-width: 76vw !important;
    max-width: 76vw !important;
  }
}

/* Na większych telefonach zostawiamy dwa kafelki bez kropek. */
@media only screen and (min-width: 421px) and (max-width: 767px) {
  .offer-order-form .offer-slider .slick-dots {
    display: none !important;
  }
}

/* GLOBAL MOBILE OFFER SLIDER - NO SLIDE DIM
   Nie przygaszamy całego slajdu, bo wtedy fajki/checki robią się szare
   mimo poprawnego koloru w dark-mode.css. */
@media only screen and (max-width: 420px) {
  .offer-order-form .offer-slider .slick-slide,
  .offer-order-form .offer-slider .slick-current,
  .offer-order-form .offer-slider .slick-active {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
  }
}
