.elementor-1351 .elementor-element.elementor-element-2b7f65f{--display:flex;--min-height:350px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.67;}.elementor-1351 .elementor-element.elementor-element-2b7f65f:not(.elementor-motion-effects-element-type-background), .elementor-1351 .elementor-element.elementor-element-2b7f65f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://magazyny-proinvest.pl/wp-content/uploads/2021/07/magazyny-kontenerowe.jpg");background-position:center center;background-size:cover;}.elementor-1351 .elementor-element.elementor-element-2b7f65f::before, .elementor-1351 .elementor-element.elementor-element-2b7f65f > .elementor-background-video-container::before, .elementor-1351 .elementor-element.elementor-element-2b7f65f > .e-con-inner > .elementor-background-video-container::before, .elementor-1351 .elementor-element.elementor-element-2b7f65f > .elementor-background-slideshow::before, .elementor-1351 .elementor-element.elementor-element-2b7f65f > .e-con-inner > .elementor-background-slideshow::before, .elementor-1351 .elementor-element.elementor-element-2b7f65f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-162cddfc );--background-overlay:'';}.elementor-1351 .elementor-element.elementor-element-6dade2c{text-align:start;}.elementor-1351 .elementor-element.elementor-element-6dade2c .elementor-heading-title{color:var( --e-global-color-44985af0 );}.elementor-1351 .elementor-element.elementor-element-a8b9bc5{font-weight:200;color:var( --e-global-color-44985af0 );}.elementor-1351 .elementor-element.elementor-element-844958e{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:032px;--margin-bottom:032px;--margin-left:0px;--margin-right:0px;}@media(max-width:1366px){.elementor-1351 .elementor-element.elementor-element-844958e{--grid-auto-flow:row;}}@media(max-width:1200px){.elementor-1351 .elementor-element.elementor-element-844958e{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-1351 .elementor-element.elementor-element-844958e{--grid-auto-flow:row;}}@media(max-width:880px){.elementor-1351 .elementor-element.elementor-element-844958e{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1351 .elementor-element.elementor-element-6dade2c{text-align:center;}.elementor-1351 .elementor-element.elementor-element-a8b9bc5{text-align:center;font-size:16px;}.elementor-1351 .elementor-element.elementor-element-844958e{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-007e295 */<style>
.pro-simple-notice {
    display: flex;
    align-items: center;
    background: #1a1a1a; /* Bardzo ciemny szary, niemal czarny */
    border: 1px solid #333;
    border-radius: 4px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Pomarańczowy pasek z boku */
.notice-accent {
    width: 6px;
    height: 100%;
    background: #e67e22;
    position: absolute;
    left: 0;
    top: 0;
}

.notice-content {
    display: flex;
    align-items: center;
    padding: 15px 25px;
}

.notice-icon {
    width: 22px;
    height: 22px;
    background: #e67e22;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    margin-right: 15px;
    flex-shrink: 0;
}

.notice-content p {
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

.notice-content strong {
    color: #e67e22;
    font-weight: 700;
}

/* Responsywność */
@media (max-width: 768px) {
    .notice-content {
        padding: 12px 15px;
    }
    .notice-content p {
        font-size: 13px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97ba88d */<style>
.storage-pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-header h3 {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
}

.dimensions {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from { font-size: 0.9rem; color: #777; }
.amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e67e22; /* Kolor pomarańczowy - kojarzy się z magazynami */
}
.period { font-size: 0.85rem; color: #999; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.features li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px dashed #eee;
}

.features li:last-child { border-bottom: none; }

.cta-button {
  background: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover { background: #e67e22; }

/* Styl dla Garaży */
.garage-card {
  border: 2px solid #27ae60;
  background: #f9fffb;
}

.garage-card .amount { color: #27ae60; }
.garage-card .cta-button { background: #27ae60; }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #27ae60;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

.pricing-info {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88c6dbf */<style>
.storage-pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-header h3 {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
}

.dimensions {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from { font-size: 0.9rem; color: #777; }
.amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e67e22; /* Kolor pomarańczowy - kojarzy się z magazynami */
}
.period { font-size: 0.85rem; color: #999; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.features li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px dashed #eee;
}

.features li:last-child { border-bottom: none; }

.cta-button {
  background: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover { background: #e67e22; }

/* Styl dla Garaży */
.garage-card {
  border: 2px solid #27ae60;
  background: #f9fffb;
}

.garage-card .amount { color: #27ae60; }
.garage-card .cta-button { background: #27ae60; }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #27ae60;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

.pricing-info {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa388b4 */<style>
.storage-pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-header h3 {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
}

.dimensions {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from { font-size: 0.9rem; color: #777; }
.amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e67e22; /* Kolor pomarańczowy - kojarzy się z magazynami */
}
.period { font-size: 0.85rem; color: #999; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.features li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px dashed #eee;
}

.features li:last-child { border-bottom: none; }

.cta-button {
  background: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover { background: #e67e22; }

/* Styl dla Garaży */
.garage-card {
  border: 2px solid #27ae60;
  background: #f9fffb;
}

.garage-card .amount { color: #27ae60; }
.garage-card .cta-button { background: #27ae60; }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #27ae60;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

.pricing-info {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c07476 */<style>
.storage-pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-header h3 {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
}

.dimensions {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from { font-size: 0.9rem; color: #777; }
.amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e67e22; /* Kolor pomarańczowy - kojarzy się z magazynami */
}
.period { font-size: 0.85rem; color: #999; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.features li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px dashed #eee;
}

.features li:last-child { border-bottom: none; }

.cta-button {
  background: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover { background: #e67e22; }

/* Styl dla Garaży */
.garage-card {
  border: 2px solid #27ae60;
  background: #f9fffb;
}

.garage-card .amount { color: #27ae60; }
.garage-card .cta-button { background: #27ae60; }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #27ae60;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

.pricing-info {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d93f24f */<style>
.storage-pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-header h3 {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
}

.dimensions {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from { font-size: 0.9rem; color: #777; }
.amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e67e22; /* Kolor pomarańczowy - kojarzy się z magazynami */
}
.period { font-size: 0.85rem; color: #999; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.features li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px dashed #eee;
}

.features li:last-child { border-bottom: none; }

.cta-button {
  background: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover { background: #e67e22; }

/* Styl dla Garaży */
.garage-card {
  border: 2px solid #27ae60;
  background: #f9fffb;
}

.garage-card .amount { color: #27ae60; }
.garage-card .cta-button { background: #27ae60; }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #27ae60;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

.pricing-info {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d95928 */<style>
.storage-pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-header h3 {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
}

.dimensions {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from { font-size: 0.9rem; color: #777; }
.amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e67e22; /* Kolor pomarańczowy - kojarzy się z magazynami */
}
.period { font-size: 0.85rem; color: #999; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.features li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px dashed #eee;
}

.features li:last-child { border-bottom: none; }

.cta-button {
  background: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover { background: #e67e22; }

/* Styl dla Garaży */
.garage-card {
  border: 2px solid #27ae60;
  background: #f9fffb;
}

.garage-card .amount { color: #27ae60; }
.garage-card .cta-button { background: #27ae60; }

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #27ae60;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

.pricing-info {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
</style>/* End custom CSS */