/*
 * Pierwszy etap modernizacji strony głównej BxM.
 * Zachowuje istniejącą czcionkę, logo i paletę: biel, szarości oraz błękit.
 */
html {
  scroll-behavior: smooth;
}

.bxm-home-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1200;
  padding: 10px 14px;
  color: #ffffff;
  background: #21719b;
  font: 600 14px/1.2 "Open Sans", sans-serif;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.bxm-home-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

body {
  width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  transform-origin: initial !important;
}

.bxm-home-header__form-message {
  padding: 22px 24px;
  color: #ffffff;
  background: #21719b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
}

.bxm-home-header,
.bxm-home-header *,
.bxm-home-header *::before,
.bxm-home-header *::after {
  box-sizing: border-box;
}

.bxm-home-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  color: #262626;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.bxm-home-header__wrap,
#bxm-sekcja-center-1,
#realizacje-tworzenie-stron {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
}

.bxm-home-header__utility {
  min-height: 31px;
  color: #ffffff;
  background: #a7a7a7;
  font-size: 12px;
  font-weight: 300;
}

.bxm-home-header__utility-wrap,
.bxm-home-header__services-wrap,
.bxm-home-header__main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bxm-home-header__utility-left,
.bxm-home-header__utility-right,
.bxm-home-header__services-wrap {
  display: flex;
  align-items: center;
}

.bxm-home-header__utility-left,
.bxm-home-header__utility-right {
  gap: 15px;
}

.bxm-home-header__utility a,
.bxm-home-header__services a,
.bxm-home-header__navigation a {
  color: inherit;
  text-decoration: none;
}

.bxm-home-header__utility a:hover,
.bxm-home-header__utility a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bxm-home-header__utility-separator {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .62);
}

.bxm-home-header__services {
  min-height: 32px;
  color: #4a4a4a;
  background: #e9e9e9;
  font-size: 12px;
  font-weight: 300;
}

.bxm-home-header__services-wrap {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}

.bxm-home-header__services a {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.bxm-home-header__services a::before {
  position: absolute;
  left: 0;
  content: ",";
}

.bxm-home-header__services a:hover,
.bxm-home-header__services a:focus-visible {
  color: #21719b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bxm-home-header__main {
  min-height: 98px;
  border-bottom: 1px solid #ededed;
  background: #ffffff;
}

.bxm-home-header__main-wrap {
  min-height: 98px;
  gap: 28px;
}

.bxm-home-header__brand {
  width: 405px;
  min-width: 405px;
  height: 80px;
  position: relative;
  display: block;
}

.bxm-home-header__brand img {
  display: block;
  width: 405px;
  height: 80px;
  max-width: none !important;
}

.bxm-home-header__years {
  width: 29px;
  position: absolute;
  top: 7px;
  left: 339px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

.bxm-home-header__navigation {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
  gap: clamp(8px, 1.55vw, 28px);
}

.bxm-home-header__navigation a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 98px;
  color: #262626;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: color 160ms ease;
}

.bxm-home-header__navigation a:hover,
.bxm-home-header__navigation a:focus-visible {
  color: #21719b;
}

.bxm-home-header__navigation .bxm-home-header__cta {
  min-height: auto;
  align-self: center;
  padding: 11px 16px;
  border: 1px solid #21719b;
  color: #ffffff;
  background: #21719b;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bxm-home-header__navigation .bxm-home-header__cta::after {
  display: none;
}

.bxm-home-header__navigation .bxm-home-header__cta:hover,
.bxm-home-header__navigation .bxm-home-header__cta:focus-visible {
  border-color: #176289;
  color: #ffffff;
  background: #176289;
}

.bxm-home-header__toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 0 7px 12px;
  border: 0;
  color: #262626;
  background: #ffffff;
  font: inherit;
  cursor: pointer;
}

.bxm-home-header__toggle-label {
  font-size: 13px;
  font-weight: 300;
}

.bxm-home-header__toggle-lines {
  width: 25px;
  display: grid;
  gap: 5px;
}

.bxm-home-header__toggle-lines i {
  width: 25px;
  height: 1px;
  display: block;
  background: #262626;
  transition: transform 180ms ease, opacity 180ms ease;
}

.bxm-home-header.is-menu-open .bxm-home-header__toggle-lines i:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.bxm-home-header.is-menu-open .bxm-home-header__toggle-lines i:nth-child(2) {
  opacity: 0;
}

.bxm-home-header.is-menu-open .bxm-home-header__toggle-lines i:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Szeroki, spokojniejszy układ obecnych sekcji — bez zmieniania ich treści. */
#bxm-sekcja-1 {
  margin-top: 0;
  min-height: 0;
  padding: 30px 0 72px;
}

#tworzenie-stron-haslo,
#tworzenie-stron-internetowych-haslo,
#tworzenie-stron-www-haslo {
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 300;
  letter-spacing: -.025em;
}

#tworzenie-stron-cd,
#tworzenie-stron-internetowych-cd {
  max-width: 880px;
  font-size: 16px;
  line-height: 1.7;
}

#bxm-sekcja-1 #bxm-sekcja-center-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
  row-gap: 28px;
}

#bxm-sekcja-1 #tworzenie-stron-haslo,
#bxm-sekcja-1 #tworzenie-stron-cd {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

#bxm-sekcja-1 #tworzenie-stron-warszawa-kafelek-1,
#bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-2,
#bxm-sekcja-1 #system-cms-kafelek-3,
#bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-4 {
  min-height: 142px;
  max-width: none;
  margin: 0;
  padding: 8px 0 25px;
  border-bottom: 1px solid #e0e0e0;
}

#bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-2,
#bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-4 {
  float: none;
}

#bxm-sekcja-1 #system-cms-kafelek-3 {
  clear: none;
}

#bxm-sekcja-1 .strony-warszawa-r0 {
  min-width: 94px;
}

#bxm-sekcja-1 .tworzenie-stron-warszawa-kafelek-r1,
#bxm-sekcja-1 .tworzenie-stron-warszawa-kafelek-r2 {
  max-width: calc(100% - 94px);
}

#bxm-sekcja-1 .tworzenie-stron-warszawa-tyt-kafelek-1 {
  font-weight: 600;
}

#bxm-sekcja-1 .tworzenie-stron-warszawa-con-kafelek-1 {
  margin-bottom: 0;
  line-height: 1.55;
}

#realizacje-tworzenie-stron {
  max-width: none;
}

#tworzenie-stron-www-portfolio a,
#tworzenie-stron-www-portfoliob a {
  border-color: #21719b;
  color: #21719b;
}

#tworzenie-stron-www-portfolio a:hover,
#tworzenie-stron-www-portfoliob a:hover {
  border-color: #21719b;
  background-color: #21719b;
}

@media (max-width: 1160px) {
  .bxm-home-header__brand,
  .bxm-home-header__brand img {
    width: 324px;
    min-width: 324px;
    height: 64px;
  }

  .bxm-home-header__years {
    top: 6px;
    left: 271px;
    font-size: 14px;
  }

  .bxm-home-header__main,
  .bxm-home-header__main-wrap,
  .bxm-home-header__navigation a {
    min-height: 84px;
  }

  .bxm-home-header__navigation {
    gap: 14px;
  }

  .bxm-home-header__navigation a {
    font-size: 14px;
  }
}

/*
 * Jeden punkt przejścia, jak w BxM Administratorze.
 * Poniżej 1200 px nie ma „pół-desktopu”: zostaje wyłącznie prosty,
 * 76-pikselowy nagłówek i pełnowymiarowe menu. Dzięki temu jego pozycja
 * nie zależy od wysokości ukrytych pasków ani od rozdzielczości ekranu.
 */
@media (max-width: 1200px) {
  .bxm-home-header__wrap,
  #bxm-sekcja-center-1,
  #realizacje-tworzenie-stron {
    width: min(1480px, calc(100% - 48px)) !important;
  }

  .bxm-home-header__utility,
  .bxm-home-header__services {
    display: none;
  }

  .bxm-home-header__main,
  .bxm-home-header__main-wrap {
    min-height: 76px;
  }

  .bxm-home-header__brand,
  .bxm-home-header__brand img {
    width: 243px;
    min-width: 243px;
    height: 48px;
  }

  .bxm-home-header__years {
    top: 4px;
    left: 203px;
    width: 20px;
    font-size: 11px;
  }

  .bxm-home-header__navigation {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1099;
    display: grid;
    align-content: start;
    gap: 0;
    width: 100%;
    max-height: none;
    padding: 13px 24px 32px;
    border-top: 1px solid #ededed;
    border-left: 0;
    background: #ffffff;
    box-shadow: 0 22px 42px rgba(0, 0, 0, .11);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .bxm-home-header.is-menu-open .bxm-home-header__navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .bxm-home-header__toggle {
    display: inline-flex;
    order: 3;
  }

  .bxm-home-header__navigation a {
    min-height: 54px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 17px;
  }

  .bxm-home-header__navigation a::after {
    display: none;
  }

  .bxm-home-header__navigation .bxm-home-header__cta {
    min-height: 56px;
    margin-top: 20px;
    padding: 14px 17px;
    justify-content: space-between;
    color: #ffffff;
    font-size: 17px;
  }

  #bxm-sekcja-1 #bxm-sekcja-center-1 {
    column-gap: 40px;
  }

  body.bxm-home-menu-open {
    overflow: hidden !important;
  }
}

@media (max-width: 720px) {
  .bxm-home-header__wrap,
  #bxm-sekcja-center-1,
  #realizacje-tworzenie-stron {
    width: calc(100% - 32px) !important;
  }

  .bxm-home-header__main-wrap {
    gap: 12px;
  }

  .bxm-home-header__navigation {
    padding-right: 16px;
    padding-left: 16px;
  }

  #bxm-sekcja-1 {
    padding: 23px 0 45px;
  }

  #bxm-sekcja-1 #bxm-sekcja-center-1 {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  #bxm-sekcja-1 #tworzenie-stron-haslo,
  #bxm-sekcja-1 #tworzenie-stron-cd {
    grid-column: auto;
  }

  #tworzenie-stron-haslo,
  #tworzenie-stron-internetowych-haslo,
  #tworzenie-stron-www-haslo {
    font-size: 31px;
  }

  #bxm-sekcja-1 #tworzenie-stron-warszawa-kafelek-1,
  #bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-2,
  #bxm-sekcja-1 #system-cms-kafelek-3,
  #bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-4 {
    min-height: 0;
  }
}

/* Drugi etap: proporcje i układ treści bez dawnych elementów nakładanych. */
@media (min-width: 1440px) {
  .bxm-home-header__utility,
  .bxm-home-header__services {
    font-size: 14px;
  }

  .bxm-home-header__utility {
    min-height: 35px;
  }

  .bxm-home-header__services {
    min-height: 36px;
  }

  .bxm-home-header__main,
  .bxm-home-header__main-wrap,
  .bxm-home-header__navigation a {
    min-height: 112px;
  }

  .bxm-home-header__brand,
  .bxm-home-header__brand img {
    width: 455px;
    min-width: 455px;
    height: 90px;
  }

  .bxm-home-header__years {
    top: 8px;
    left: 381px;
    width: 34px;
    font-size: 20px;
  }

  .bxm-home-header__navigation a {
    font-size: 17px;
  }
}

/* Stare tło było zaprojektowane dla węższego układu i nachodziło na usługi. */
#bxm-sekcja-1,
#bxm-sekcja-1-bg {
  background-image: none !important;
}

/* Formula E pozostaje pełnoprawną realizacją, a nie małym tłem pomiędzy sekcjami. */
#formulae {
  min-height: clamp(708px, 39vw, 850px) !important;
  background-size: auto 100%;
}

#bxm-sekcja-1 {
  padding: 66px 0 88px;
}

#tworzenie-stron-haslo,
#tworzenie-stron-internetowych-haslo,
#tworzenie-stron-www-haslo {
  margin: 0;
  font-size: clamp(40px, 3.15vw, 56px);
  line-height: 1.1;
}

#tworzenie-stron-cd,
#tworzenie-stron-internetowych-cd {
  margin: 22px 0 0;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.58;
}

#bxm-sekcja-1 #bxm-sekcja-center-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(56px, 6vw, 116px);
  row-gap: 0;
}

#bxm-sekcja-1 #tworzenie-stron-warszawa-kafelek-1,
#bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-2,
#bxm-sekcja-1 #system-cms-kafelek-3,
#bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-4 {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
  min-height: 196px;
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid #dedede;
}

#bxm-sekcja-1 .strony-warszawa-r0,
#bxm-sekcja-1 .tworzenie-stron-warszawa-kafelek-r1,
#bxm-sekcja-1 .tworzenie-stron-warszawa-kafelek-r2 {
  float: none !important;
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  margin: 0;
  padding: 0;
}

#bxm-sekcja-1 .strony-warszawa-r0 img {
  display: block;
  float: none !important;
  width: auto;
  max-width: 76px;
  max-height: 76px;
  height: auto !important;
  padding: 0 !important;
}

#bxm-sekcja-1 .tworzenie-stron-warszawa-tyt-kafelek-1 {
  margin: 0 0 8px;
  font-size: clamp(19px, 1.3vw, 23px);
  line-height: 1.32;
}

#bxm-sekcja-1 .tworzenie-stron-warszawa-con-kafelek-1 {
  margin: 0;
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.58;
}

/* Realizacje: równe karty, czytelne opisy i obrazy bez przypadkowych nakładek. */
#realizacje-tworzenie-stron .container,
#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}

#realizacje-tworzenie-stron .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 44px 0 0;
}

#realizacje-tworzenie-stron .row::before,
#realizacje-tworzenie-stron .row::after,
#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row::before,
#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row::after {
  display: none;
}

#realizacje-tworzenie-stron .row > [class*="col-"] {
  display: flex;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  border: 1px solid #dedede;
  background: #ffffff;
}

#realizacje-tworzenie-stron .row > [class*="col-"] > center {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  text-align: left;
}

#realizacje-tworzenie-stron picture {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #f3f3f3;
}

#realizacje-tworzenie-stron picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#realizacje-tworzenie-stron #tworzenie-stron-referencja-tyt,
#realizacje-tworzenie-stron #tworzenie-stron-referencja-cd {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  text-align: left !important;
}

#realizacje-tworzenie-stron #tworzenie-stron-referencja-tyt {
  padding-top: 18px !important;
  font-size: 16px;
}

#realizacje-tworzenie-stron #tworzenie-stron-referencja-cd,
#realizacje-tworzenie-stron #tworzenie-stron-referencja-cd a {
  color: #706e6e !important;
  font-size: 15px;
}

#realizacje-tworzenie-stron .tworzenie-stron-www-czytaj-calosc-new {
  display: inline-flex;
  margin: 18px 0 0;
  background: #21719b;
}

#realizacje-tworzenie-stron .tworzenie-stron-www-czytaj-calosc-new a {
  display: block;
  padding: 9px 13px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

#realizacje-tworzenie-stron .tworzenie-stron-www-czytaj-calosc-new:hover,
#realizacje-tworzenie-stron .tworzenie-stron-www-czytaj-calosc-new:focus-within {
  background: #176289;
}

/* Nagrody i certyfikaty: większe grafiki oraz czytelny rytm kart. */
#bxm-nagrody > #bxm-sekcja-center-1 > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}

#bxm-nagrody .container > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 0 !important;
}

#bxm-nagrody .container > .row::before,
#bxm-nagrody .container > .row::after {
  display: none;
}

#bxm-nagrody .container > .row:first-of-type > [class*="col-"] {
  min-height: 292px;
  padding: 28px 22px;
  border: 1px solid #dedede;
  background: #ffffff;
}

#bxm-nagrody .container > .row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

#bxm-nagrody picture {
  display: flex;
  min-height: 142px;
  align-items: center;
  justify-content: center;
}

#bxm-nagrody picture img {
  width: auto;
  max-width: 100%;
  max-height: 142px;
  height: auto;
}

#bxm-nagrody .tworzenie-stron-warszawa-tyt-kafelek-1 {
  margin: 4px 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

#bxm-nagrody .tworzenie-stron-warszawa-con-kafelek-1 {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

#bxm-nagrody .container > .row:last-of-type {
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  padding: 36px;
  border: 1px solid #dedede;
  background: #ffffff;
}

#bxm-nagrody .container > .row:last-of-type picture {
  min-height: 0;
}

/* Osoby kontaktowe i formularz odzyskują proporcję z dużych ekranów. */
#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 52px 0 64px !important;
}

#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row > [class*="col-"] {
  float: none;
  width: auto;
  min-width: 0;
}

#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row img[style] {
  width: 260px !important;
  height: 260px !important;
}

#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row span[style*="font-size: 19px"] {
  display: inline-block;
  margin-top: 17px;
  font-size: 23px !important;
}

#bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row span[style*="font-size: 16px"] {
  font-size: 18px !important;
}

#formularz_kontaktowy_pc #bxm-sekcja-3,
#formularz_kontaktowy_mob #bxm-sekcja-3 {
  padding: 70px 0;
  background: #f2f2f2;
}

#formularz_kontaktowy_pc #bxm-sekcja-center-1,
#formularz_kontaktowy_mob #bxm-sekcja-center-1,
#formularz_kontaktowy_pc #bxm-sekcja-center-1 *,
#formularz_kontaktowy_mob #bxm-sekcja-center-1 * {
  box-sizing: border-box;
}

#formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-lewy,
#formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-prawy {
  width: calc(50% - 18px);
  margin-top: 0;
}

#formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-sierodek {
  width: 36px;
}

#formularz_kontaktowy_pc #tworzenie-stron-formularz,
#formularz_kontaktowy_mob #tworzenie-stron-formularz {
  min-height: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.2;
}

#formularz_kontaktowy_pc #tworzenie-stron-formularz-cd,
#formularz_kontaktowy_mob #tworzenie-stron-formularz-cd {
  height: auto;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.55;
}

.tworzenie-stron-formularz-1,
.tworzenie-stron-formularz-2 {
  width: 100% !important;
  border: 1px solid #a7a7a7;
  border-radius: 0;
  font: 16px/1.4 "Open Sans", sans-serif;
}

.tworzenie-stron-formularz-1 {
  height: 48px !important;
  padding: 10px 13px !important;
}

.tworzenie-stron-formularz-2 {
  height: 170px !important;
  padding: 12px 13px !important;
  resize: vertical;
}

.tworzenie-stron-formularz-1:focus,
.tworzenie-stron-formularz-2:focus {
  border-color: #21719b;
  outline: 2px solid rgba(33, 113, 155, .2);
  outline-offset: 1px;
}

#formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-prawy[style],
#formularz_kontaktowy_mob #tworzenie-stron-warszawa-form-prawy[style] {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 14px;
}

#formularz_kontaktowy_pc #tworzenie-stron-warszawa-recaptha-google {
  position: static;
  transform: scale(.9);
  transform-origin: right top;
}

#tworzenie-stron-wyslij-zapytanie {
  width: auto !important;
  min-width: 220px;
  padding: 12px 20px !important;
  float: none !important;
  color: #ffffff;
  background: #21719b;
  font-size: 17px;
}

#tworzenie-stron-wyslij-zapytanie:hover,
#tworzenie-stron-wyslij-zapytanie:focus-visible {
  background: #176289;
}

@media (max-width: 1200px) {
  .bxm-home-header__main-wrap {
    justify-content: flex-start;
  }

  .bxm-home-header__toggle {
    min-width: 96px;
    margin-left: 22px;
    padding-left: 0;
  }

  .bxm-home-header__toggle-label {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (max-width: 980px) {
  #bxm-sekcja-1 #bxm-sekcja-center-1,
  #realizacje-tworzenie-stron .row,
  #bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-lewy,
  #formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-prawy {
    width: 100%;
    float: none;
  }

  #formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-sierodek {
    display: none;
  }

  #formularz_kontaktowy_pc #tworzenie-stron-warszawa-form-prawy {
    margin-top: 20px;
  }

  #bxm-nagrody .container > .row:first-of-type {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #bxm-sekcja-1 {
    padding: 42px 0 50px;
  }

  #bxm-sekcja-1 #bxm-sekcja-center-1,
  #realizacje-tworzenie-stron .row,
  #bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row,
  #bxm-nagrody .container > .row:first-of-type,
  #bxm-nagrody .container > .row:last-of-type {
    grid-template-columns: 1fr;
  }

  #bxm-sekcja-1 #tworzenie-stron-warszawa-kafelek-1,
  #bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-2,
  #bxm-sekcja-1 #system-cms-kafelek-3,
  #bxm-sekcja-1 #tworzenie-sklepow-warszawa-kafelek-4 {
    min-height: 0;
    padding: 25px 0;
  }

  #bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row {
    gap: 42px;
  }

  #bxm-sekcja-3 > #bxm-sekcja-center-1 > .container > .row img[style] {
    width: 230px !important;
    height: 230px !important;
  }

  #bxm-nagrody .container > .row:last-of-type {
    padding: 28px 18px;
  }

  #formularz_kontaktowy_pc #bxm-sekcja-3,
  #formularz_kontaktowy_mob #bxm-sekcja-3 {
    padding: 46px 0;
  }

  #formularz_kontaktowy_pc #tworzenie-stron-formularz,
  #formularz_kontaktowy_mob #tworzenie-stron-formularz {
    font-size: 28px;
  }

  #tworzenie-stron-wyslij-zapytanie {
    width: 100% !important;
  }

  .bxm-home-header__brand,
  .bxm-home-header__brand img {
    width: 230px;
    min-width: 230px;
    height: 45px;
  }

  .bxm-home-header__years {
    top: 4px;
    left: 192px;
    width: 24px;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .bxm-home-header__main-wrap {
    gap: 8px;
  }

  .bxm-home-header__brand,
  .bxm-home-header__brand img {
    width: 198px;
    min-width: 198px;
    height: 39px;
  }

  .bxm-home-header__years {
    top: 3px;
    left: 166px;
    width: 20px;
    font-size: 11px;
  }

  .bxm-home-header__toggle {
    min-width: 86px;
    margin-left: 10px;
  }

  .bxm-home-header__toggle-label {
    font-size: 14px;
  }
}
