html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 0.85vw;
  scroll-behavior: smooth;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 1rem;
    overflow-x: hidden;
}

.wrapper {
    flex: 1;
    min-height: 90vh;
}

main {
    min-height: 65vh;
}

.head-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 6rem;
    align-items: center;
    background: #fff;
}

.head-ico-block {
    display: flex;
    padding-top: 0.3rem;
}

.site-branding img {
    width: 6.5rem;
    margin-top: 0.5rem;
}

ul#primary-menu li {
    padding: 0 2.5rem;
}

ul#primary-menu a {
    color: #00053B;
    font-weight: 500;
    font-size: 1.1rem;
}

.main-navigation ul {
    display: flex;
    justify-content: center;
    padding-right: 2rem;
}

.head-ico-block img {
    width: 1.5rem;
}

.head-ico-block div:last-child {
    margin-left: 0.5rem;
}

.top-slider-block-img {
    position: relative;
}

.top-slider-block-img img {
    position: absolute;
    width: 39.5rem;
    height: auto;
    top: -10.5rem;
    max-width: max-content;
    left: 1rem;
}

.top-slider-block {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 35rem;
    border-radius: 0 0 3.5rem 3.5rem;
    background: #F2F4F7;
}

.top-slider-block-content {
    padding-left: 14.7rem;
    display: flex;
    flex-direction: row;
    padding-top: 7.5rem;
}

.blue-button a {
    background: #2A5CFF;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.35rem 1rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #2A5CFF;
    justify-content: center;
    min-width: 10rem;
}

.text-button a {
    color: #2A5CFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.slider-but-block {
    display: flex;
}

.slider-title {
    color: #00053B;
    font-size: 3.35rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.slider-descr {
    color: #00053B;
    font-size: 1.5rem;
    padding-right: 4rem;
    padding-bottom: 1.3rem;
}

.top-slider-block-text {
    width: 100%;
    max-width: 60rem;
    position: relative;
    z-index: 1;
}

.slider-but-block .text-button {
    margin-left: 2.2rem;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
}

.swiper-pagination-bullet {
    width: 7.7rem;
    height: 0.15rem;
    border-radius: 0;
}

.home-produkty-slider-section .swiper-pagination-bullet {
	width: 1.7rem;
}

.swiper-pagination {
	margin-bottom: 0.8rem;
}

.home-jakiego-section {
    padding-top: 5.9rem;
    padding-bottom: 6rem;
}

.tm-container {
    padding: 0 14.8rem;
}

.section-title {
    color: #00053B;
    font-size: 2.65rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2rem;
    text-align: center;
}

.home-jakiego-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 29rem;
    margin: 0 auto;
}

.border-button a {
    background: #fff;
    color: #2A5CFF;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #2A5CFF;
}

.home-Kompensacja-mocy-content {
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    position: relative;
    background: #F2F4F7;
    overflow: hidden;
}

.home-Kompensacja-mocy-content-img {
    position: relative;
    width: 46rem;
}

.home-Kompensacja-mocy-content-img img {
    position: absolute;
}

.home-Kompensacja-mocy-content-text .section-title {
    text-align: left;
    padding-bottom: 1.2rem;
}

.home-Kompensacja-mocy-content-text {
    padding-left: 5rem;
    padding-top: 3.45rem;
    padding-bottom: 3.8rem;
    position: relative;
    z-index: 1;
    width: 38rem;
}

.section-descr {
    color: #1A1A1A;
    font-weight: 300;
    font-size: 1.65rem;
    line-height: 1.3;
    padding-bottom: 5rem;
}

.blue-button {
    display: flex;
}

.home-Kompensacja-mocy-content-img img {
    position: absolute;
    width: 54rem;
    height: auto;
    top: -0.8rem;
    left: -4.5rem;
    max-width: none;
}

.home-produkty-slider-section {
    padding-top: 5.5rem;
}

.home-produkty-slider-content {
    margin-top: 1rem;
}

.prod-slider-title {
    color: #00053B;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 0.2rem;
    text-align: center;
        max-height: 3.75rem;
    overflow: hidden;
}

.prod-slider-block {
    height: 20.5rem;
    border-radius: 2rem;
    padding: 1.7rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F2F4F7;
}

.prod-slider-descr {
	color: #00053B;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.prod-slider-img {
    height: 11rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-slider-img img {
    width: auto;
    max-height: 100%;
        transition: transform .55s ease-out;
    -webkit-transition: transform .55s ease-out;
    -moz-transition: transform .55s ease-out;
    -o-transition: transform .55s ease-out;
}

.prod-slider-block:hover img {
    transform: scale(1.05);
}

.ProdSwiper .swiper-wrapper {
    padding-bottom: 7.5rem;
}

.home-dlaczego-content {
    display: flex;
    margin-top: 1.3rem;
    flex-wrap: wrap;
}

.home-dlaczego-block {
    position: relative;
    width: 33.5rem;
    margin-left: .6rem;
    padding: 2.5rem 7rem 1rem 3.3rem;
    min-height: 19.5rem;
    margin-bottom: 1.2rem;
    border-radius: 2rem;
    background: #F2F4F7;
}

.home-dlaczego-block:nth-child(even) {
    margin-left: 10.5rem;
}

.home-dlaczego-section {
    padding-top: 3.5rem;
    padding-bottom: 7.8rem;
}

.home-dlaczego-left {
    width: 43rem;
    margin-left: 0.5rem;
    margin-right: 1rem;
}

.home-dlaczego-left-content {
    width: 100%;
    background: #F2F4F7;
    border-radius: 2rem;
    overflow: hidden;
    padding-bottom: 2.6rem;
}

img.home-dlaczego-img {
    position: absolute;
}

.home-dlaczego-block {
    position: relative;
}

.home-dlaczego-title {
    color: #00053b;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 0.9rem;
    margin-top: -0.5rem;
}

.home-dlaczego-left .home-dlaczego-title {
    padding-left: 3.3rem;
}

.home-dlaczego-deskr {
    color: #00053B;
    font-size: 1rem;
    min-height: 11rem;
    font-weight: 300;
    padding-right: 1rem;
}

.home-dlaczego-descr {
    font-size: 1rem;
    color: #00053B;
}

img.home-dlaczego-img {
    position: absolute;
    top: -0.5rem;
    width: 36rem;
    right: -19rem;
    max-width: none;
}

.home-dlaczego-block:nth-child(3) img {
    width: 30rem;
    right: -13rem;
    top: 1rem;
}

.home-dlaczego-left .home-dlaczego-descr {
    padding: 0 3.3rem 2.6rem;
}

.home-dlaczego-left .blue-button {
    margin-left: 3.3rem;
}

.home-dlaczego-left .blue-button a {
    min-width: 10.5rem;
}

.home-dlaczego-right {
    width: 43rem;
    margin-right: -1rem;
}

.home-dlaczego-right1-content,
.home-dlaczego-right2-content {
    display: flex;
    flex-direction: row;
    padding-left: 3rem;
    border-radius: 2rem;
    margin-bottom: 1.1rem;
    background: #F2F4F7;
    min-height: 18.5rem;
}

.home-dlaczego-right .home-dlaczego-title {
    padding-top: 2.7rem;
    padding-bottom: 2.8rem;
}

.home-dlaczego-right .home-dlaczego-descr {
    width: 20rem;
    line-height: 1.4;
    padding-bottom: 2.8rem;
}

.home-dlaczego-right .home-dlaczego-right1-content .home-dlaczego-img {
    margin-bottom: -0.5rem;
}

.home-dlaczego-right .home-dlaczego-right2-content .home-dlaczego-img {
    margin-bottom: -1.4rem;
}

.footer-content-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C1C1C1;
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 0.5rem;
    color: #00053B;
}

.footer-content-row-last {
    display: flex;
    justify-content: space-between;
    color: #00053B;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 1.5rem 0;
}

.footer-content-row-last a {
    color: #00053B;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500; 
}

.mega-links a:hover,
.footer-content-row>div>div:last-child a:hover,
.footer-content-row-last a:hover {
	color: #2A5CFF;
}

.footer-container {
    padding: 0 6rem;
}

.footer-content-row > div {
    display: flex;
    flex-direction: column;
}

.footer-content-row > div > div:last-child {
    display: flex;
    flex-direction: column;
}

.footer-content-row > div > div {
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 0.8rem;
}

.footer-content-row > div > div:last-child a {
    color: #00053B;
    text-decoration: none;
    font-size: 1rem;
    padding-left: 0.6rem;
    padding-bottom: 0.4rem;
    font-weight: 500;
}

.footer-content-row-last a {
    color: #00053B;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 1rem;
}

.footer-content-row-last div:has(a) {
    margin-left: -12rem;
}



.mega-dropdown{
  position: absolute;
  left: 0; right: 0; 
  top: 2.85rem;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  display: none;
  z-index: 9999;
}
.mega-dropdown.is-open{ display:block; }

.mega-dropdown__inner{
    max-width: 100%;
    margin: 0 auto;
    padding: 1.2rem 5rem 3rem;
    display: flex;
}

.mega-dropdown__grid{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.2rem;
}

.mega-dropdown__side{
  border-left: 1px solid rgba(0,0,0,.08);
  padding-left: 20px;
}

.mega-dropdown__cards{
    display: flex;
}

.mega-card{
  display: block;
  text-decoration: none;
  color: inherit;
  background: #f6f7f9;
  border-radius: 14px;
  padding: 14px;
}

.mega-card img{
  width: 100%;
  height: 120px;
  object-fit: contain;
  display:block;
  margin-bottom: 10px;
}
.mega-card__title{ font-size: 14px; line-height: 1.2; }
.mega-card__meta{ font-size: 12px; opacity: .7; margin-top: 6px; }

.mega-card--row{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mega-links__title a {
    color: #2A5CFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}


.mega-links { 
    margin: 0;
    padding: 0;
}

.mega-links li{ 
    margin: 8px 0;
    list-style: none;
 }
.mega-links a {
    text-decoration: none;
    color: #00053B;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 980px){
  .mega-dropdown__grid{ grid-template-columns: 1fr; }
  .mega-dropdown__side{ border-left: 0; padding-left: 0; border-top: 1px solid rgba(0,0,0,.08); padding-top: 16px; }
  .mega-dropdown__cards{ grid-template-columns: repeat(2, minmax(160px, 1fr)); }
}

/* контейнер хедера має бути позиційним, щоб dropdown лягав під ним */
#masthead { position: relative; }

.sklep-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.85rem;
  background: #fff;
  border-top: 1px solid #C1C1C1;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  display: none;
  z-index: 9999;
}

.sklep-dropdown.is-open { display: block; }

.sklep-dropdown__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.2rem 5rem 3rem;
    display: flex;
}

.sklep-tabs {
    display: flex;
    flex-direction: column;
    padding-top: 0.6rem;
    min-width: 10rem;
}

.sklep-tab {
    text-align: left;
    border: 0;
    background: transparent;
    padding: 0.3rem 1rem 1rem;
    cursor: pointer;
    font: inherit;
    color: #00053B;
    font-size: 1rem;
    font-weight: 500;
}

.sklep-tab.is-active {
    color: #2A5CFF;
    font-weight: 500;
}

.sklep-panel{ display: none; }
.sklep-panel.is-active{ display: block; }

.sklep-cards {
    display: flex;
    padding-top: 1rem;
}

.sklep-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #F2F4F7; 
    border-radius: 1rem;
    padding: 0.5rem 1rem 1rem;
    width: 10rem;
    margin-right: 1.2rem;
}

.sklep-card img{
  width: 100%;
  height: 9rem;
  object-fit: contain;
  display: block;
}

.sklep-card__title {
    font-size: 1rem;
    line-height: 1.2;
    color: #00053B;
    font-weight: 500;
    text-align: center;
}

/* адаптив */
@media (max-width: 980px){
  .sklep-dropdown__inner{ grid-template-columns: 1fr; }
  .sklep-tabs{ flex-direction: row; }
  .sklep-cards{ grid-template-columns: repeat(2, minmax(160px, 1fr)); }
}

.kontakt-page-topsection {
    background: url(https://tmsysenergy.pl/wp-content/uploads/2026/03/1212-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.topsection-page .white-title {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    padding-top: 6.2rem;
    line-height: 1.5;
}

.topsection-page .white-page-description {
    font-size: 1.1rem;
    margin-top: -1rem;
    color: #fff;
}

.obsluga-klienta-section {
    padding-top: 2.7rem;
}

.small-title {
    color: #00053b;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 3.1rem;
    text-align: left;
}

.obsluga-klienta-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.obsluga-klienta-block {
    width: 20.7rem;
    border: 1px solid #C1C1C1;
    margin-right: 1.3rem;
    border-radius: 0.6rem;
    padding: 1.7rem 2.8rem;
    margin-bottom: 1.3rem;
}

.obsluga-klienta-block:nth-child(4n) {
    margin-right: 0;
}

.obsluga-klienta-block .small-title {
    padding-bottom: 0.4rem;
}

.obsluga-klienta-block-descr {
    color: #00053b;
    font-size: 1.1rem;
    padding-right: 4rem;
    padding-bottom: 0;
    font-weight: 500;
}

.obsluga-klienta-block-descr p {
    margin-bottom: 0rem;
}

.Formularz-kontaktowy-kont-page-section {
    padding-top: 1.8rem;
    padding-bottom: 2.5rem;
}

.kont-form p {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.kont-form input[type="text"], .kont-form input[type="email"], .kont-form input[type="tel"] {
    background: transparent;
    color: #00053b;
    font-size: 1rem;
    font-weight: 500;
    width: 20.65rem;
    padding: 0.5rem 1.2rem 0.8rem;
    border-color: #C1C1C1;
    border-radius: 0.6rem;
    margin-bottom: 1.15rem;
}

.kont-form textarea::placeholder,
.kont-form input::placeholder {
    color: #00053b;
    font-size: 1rem;  
    font-weight: 500; 
}

.kont-form span.wpcf7-form-control-wrap:has(textarea) {
    width: 100%;
}

.kont-form textarea {
    width: 100%;
    background: transparent;
    color: #00053b;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    padding: 0.7rem 1.2rem;
    border-color: #C1C1C1;
    border-radius: 0.6rem;
    margin-bottom: 0.5rem;
    height: 3.2rem;
    resize: none;
}

.kont-checkbox p {
    display: flex;
    flex-direction: column;
    color: #00053B;
    font-size: 0.8rem;
}

.kont-checkbox p br {
    display: none;
}

.kont-form input.wpcf7-submit {
    background: #2a5cff;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: .35rem 1rem .5rem;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: 10rem;
    margin-top: 1rem;
}

.kont-checkbox .wpcf7-list-item {
    margin: 0;
}

.specjalisci-section .obsluga-klienta-block {
    padding: 0.7rem 0.3rem 0.7rem 0.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.specjalisci-img {
    width: 5.5rem;
    margin-right: 1rem;
}

.specjalisci-descr p {
    margin: 0;
}

.specjalisci-descr {
    color: #00053b;
    font-size: 0.9rem;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: 500;
    width: 12rem;
}

.specjalisci-section {
    padding-bottom: 2.8rem;
    padding-bottom: 3.2rem;
}

.pliki-page-topsection {
    background: url(/wp-content/uploads/2026/03/123-6.png) 0% 0% / contain no-repeat;
}

.pliki-page-section {
    padding-top: 2.8rem;
}

.pliki-page-row-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 70rem;
    padding-bottom: 1.4rem;
}

.pliki-page-button {
    border: 1px solid #c1c1c1;
    margin-right: 1.3rem;
    border-radius: .7rem;
    margin-bottom: 1.1rem;
    width: 25.2rem;
}

.pliki-page-button a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.7rem 1.2rem 1rem;
    align-items: center;
    color: #00053b;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    min-height: 3.9rem;
}

.pliki-page-button a img {
    width: 1.4rem;
    margin-top: 0.3rem;
}

.pliki-page-button-text {
    width: 100%;
    max-width: 20rem;
}

.wtech-page-topsection {
    background: url(/wp-content/uploads/2026/03/wt-fon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.wtech-page-kont-section {
    padding-top: 2.8rem;
    padding-bottom: 0.5rem;
}

.wtech-faq-page-section {
    padding-top: 0.5rem;
    padding-bottom: 5rem;
}

.wtech-faq-page-section .small-title {
    padding-bottom: 3.3rem;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    padding: 0;
}

.faq-card {
    width: 100%;
    border-top: 1px solid #C1C1C1;
    margin-bottom: 0;
    position: relative;
    padding: 1rem 3rem 1.2rem 1.3rem;
    color: #00053b;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.faq-card:last-child {
    border-bottom: 1px solid #C1C1C1;
}

.faq-card-spoiler {
    line-height: 1.2;
    padding-left: 2.2rem;
    display: block;
    padding-top: 0.5rem;
}

span.faq-card-spoiler p {
    margin-bottom: 0.9rem;
}

.question::after {
    content: "";
    position: absolute;
    right: 0.3rem;
    top: 1.1rem;
    width: 1.5rem;
    height: 1.3rem;
    background: url(/wp-content/uploads/2026/03/n.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.question.active::after {
    transform: rotate(180deg);
    right: 1.2rem;
}

.topsection-page {
    min-height: 22.2rem;
}

.kalkulator-page-topsection {
    background: url(/wp-content/uploads/2026/03/1313.png);
    background-size: contain;
    background-repeat: no-repeat; 
}

.woocommerce div.product {
    margin-top: -1.3rem;
    border-top: 1px solid #C1C1C1;
}

.product-top h1 {
    margin: 0;
}

.product-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #C1C1C1;
    padding: 0 6rem;
}

.woocommerce div.product .product-top form.cart div.quantity,
.woocommerce div.product .product-top form.cart .variations {
    display: none;
}

.product-top-price-row {
    display: flex;
    min-width: 43rem;
    justify-content: space-between;
}

.product-title {
    color: #00053B;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 1.5rem;
    margin: 0;
    padding-top: 4rem;
}

.product-top .product-price {
    color: #00053b;
    font-size: 1.1rem;
    padding-right: 2rem;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1.6rem;
}

.product-main .product-descr {
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
}

.woocommerce div.product .product-top form.cart .button {
    vertical-align: middle;
    float: left;
    background: #2a5cff;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: .35rem 0rem .5rem;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: 10rem;
    margin-top: 1.5rem;
}

aside#secondary {
    display: none;
}

.type-product .entry-header {
  display: none;
}

.product-body {
    padding: 0 15rem;
}

.variation-option__price-html{
  display:none;
}

.variation-option.is-active .variation-option__price-html{
  display:block;
}

form.tm-variation-cart {
    display: flex;
    flex-direction: column-reverse;
}

.product-main{
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-top: 1.4rem;
}

.product-main__image {
    flex: 1 1 47%;
    margin-top: 3.3rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f4f7;
    min-height: 33rem;
    max-width: 47%;
}

.product-main__image img {
    max-height: 33rem;
    width: auto;
    max-width: max-content;
    height: 100%;
    min-height: 30rem;
}

.product-main__options {
    flex: 1 1 44%;
    padding-left: 6.5rem;
    padding-top: 0;
}

.options-title {
    color: #00053b;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem;
    text-align: left;
}

.variations-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.variation-option {
    width: 100%;
    text-align: left;
    border: 1px solid #C1C1C1;
    border-radius: 0.6rem;
    padding: 1.5rem 1rem;
    background: #fff;
    cursor: pointer;
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
        display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 350px;
}

.variation-option.is-active{
  border-color: #2A5CFF;
}

.product-bottom {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    gap: 2.7rem;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    padding-bottom: 0.5rem;
}

.variation-help{
    width: 100%;
    text-align: left;
    border: 1px solid #C1C1C1;
    border-radius: 0.6rem;
    padding: 1.5rem 1rem;
    background: #fff;
    cursor: pointer;
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 350px;
  cursor:pointer;
}

button.variation-help a {
    color: #00053b;
    font-weight: 500;
    text-decoration: none;
}

.js-dynamic-price{ 
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
 }

button.button {
    background-color: #2a5cff !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600 !important;
    padding: .35rem 1rem .5rem !important;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: 11rem;
    cursor: pointer;
} 

.prod-content {
    padding: 0 15rem;
}

/*.Zalety-section .tm-container {
    padding: 0;
}*/

.dostawa-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.dostawa-section-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 17.5rem;
    border-radius: 1rem;
    align-items: center;
    background: #f2f4f7;
}

.dostawa-section-img {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
}

.dostawa-section-img img {
    height: auto;
    max-width: 100%;
    max-height: 3.3rem;
}

.dostawa-section-block {
    min-width: 21.5rem;
    min-height: 7rem;
}

.dostawa-section-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
}

.dostawa-section-text a {
    color: #2A5CFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.Dane-techniczne-section {
    padding-top: 2.2rem;
    padding-bottom: 6.6rem;
}

.Dane-techniczne-row-title {
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
    width: auto;
    min-width: 26.4rem;
}

.Dane-techniczne-row-descr {
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.3;
}

.Dane-techniczne-content {
    margin-top: -0.5rem;
}

.Dane-techniczne-row {
    display: flex;
    border-top: 1px solid #C1C1C1;
    padding: 1.7rem 0 2rem 0;
}

.Dane-techniczne-row:last-child {
    border-bottom: 1px solid #C1C1C1;
}

.Dane-techniczne-row-descr p {
    margin: 0 0 1rem;
}

.Dane-techniczne-row-descr p:last-child {
    margin: 0;
}

.Zalety-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.Zalety-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Zalety-row-block {
    width: 19%;
    border-radius: 1rem;
    min-height: 17.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.8rem 0.3rem 1rem;
    background: #F2F4F7;
}

.Zalety-row-block-descr {
    color: #00053b;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
}

.Zalety-row-block-img img {
    width: 3.3rem;
}

.Zalety-row-block-title {
    color: #00053b;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 1.8rem;
    text-align: center;
    padding-bottom: 0.6rem;
}

.Zalety-row-block-descr {
    color: #00053b;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
}

.single-product nav.navigation.post-navigation {
    display: none;
}

.sklep-page-section {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

.sklep-page-section .small-title {
    padding-bottom: 1.8rem;
}

.categories-list {
    display: flex;
    gap: 1.2rem;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 2.8rem;
    flex-wrap: wrap;
}

.category-item {
    cursor: pointer;
    text-align: center;
    padding: 1rem;
    border-radius: 0.8rem;
    background: #f5f5f5;
    width: 12rem;
    border:1px solid #f5f5f5;
}

.category-item.active{
border:1px solid #2A5CFF;
}

.category-item img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 13rem;
}

.category-item span {
    color: #00053b;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
}

.category-item-img {
    height: 8.2rem;
}

.products-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

div#products-container {
    padding-top: 1.8rem;
}

.Zalety-sklep-page-section .small-title {
    text-align: center;
}


li.product-card.product {
  width: 16.5rem;
  list-style: none;
  border-radius: 0.8rem;
  background: #F2F4F7;
    padding-bottom: 1.5rem;
    position: relative;
}

li.product-card.product button.button {
    margin: 0 auto;
}

li.product-card.product .product-variations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0.3rem;
}

li.product-card.product .product-variations .variation-option {
    width: auto;
    min-width: auto;
    padding: .2rem .3rem;
    font-size: .6rem;
    margin-right: .5rem;
    border-radius: .3rem;
    margin-bottom: 0.5rem;
}

li.product-card.product a.product-card__image {
    display: flex;
    justify-content: center;
    height: 11rem;
}

li.product-card.product a.product-card__image img {
    width: auto;
    height: 100%;
        transition: transform .55s ease-out;
    -webkit-transition: transform .55s ease-out;
    -moz-transition: transform .55s ease-out;
    -o-transition: transform .55s ease-out;
}

li.product-card.product:hover a.product-card__image img {
    transform: scale(1.05);
}

li.product-card.product h3.product-card__title {
    margin: 0;
    color: #00053b;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 1rem;
    min-height: 4rem;
}

li.product-card.product .product-price.js-price {
    color: #00053b;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 1.6rem;
}

li.product-card.product .product-price small.woocommerce-price-suffix,
li.product-card.product .product-price.js-price small.woocommerce-price-suffix {
  display: none;
}

.text-button:has(a.product-wiecej) {
    text-align: center;
    padding-bottom: 1rem;
}

/*li.product-card.product button.button.add-to-cart-btn {
    margin: 0 auto;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
}*/

li.product-card.product a.button.product_type_simple {
    color: #2a5cff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}

li.product-card.product .product-price {
    color: #00053b;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding-top: .6rem;
    padding-bottom: 1.6rem;
}

.product-card__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.Zalety-section.Zalety-sklep-page-section {
    padding-bottom: 5rem;
}

.category-item.category-item-all {
    border: none;
    display: flex;
    align-items: end;
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
    background: no-repeat;
}

.default-page {
    padding-top: 4.8rem;
}

.default-page .entry-title {
    color: #1A1A1A;
    margin: 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
}

.default-page .entry-content {
    color: #00053B;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 7rem 4rem;
}

.entry-content {
    color: #00053B;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.entry-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0;
}

div.shopping-cart {
    display: none !important;
}

article:has(.cart-top-row) .entry-header {
    display: none;
}

.cart-top-row {
    color: #00053b;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 3rem;
    text-align: center;
    padding-left: 3rem;
    margin-top: -1rem;
}

.cart-top-row span {
    color: #2A5CFF;
}

.blue-button.cart-top-row-row {
    justify-content: center;
    margin-bottom: 6.3rem;
}

.blue-button.cart-top-row-row a {
    padding: .3rem 2.2rem .5rem;
}

table.wc-block-cart-items thead {
    display: none;
}

.wc-block-components-sidebar.wc-block-cart__sidebar {
    display: none;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 0 !important;
    width: 100% !important;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    padding: 0 2rem;
}

td.wc-block-cart-item__image img {
    display: block;
    max-height: 12.5rem;
    width: auto !important;
}

.wc-block-cart-items__row td.wc-block-cart-item__image {
    width: 16rem;
}

.wc-block-cart-items__row td.wc-block-cart-item__product {
    width: 40rem;
}

.wc-block-cart-items__row a.wc-block-components-product-name {
    color: #00053b;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    padding-top: 1.3rem;
}

.wc-block-cart-items__row .wc-block-cart-item__prices {
    display: none;
}

td.wc-block-cart-item__total {
    color: #00053b;
    font-size: 1.6rem !important;
    font-weight: 600;
    padding-right: 0 !important;
    padding-top: 2.7rem !important;
}

tr.wc-block-cart-items__row {
    position: relative;
}

button.wc-block-cart-item__remove-link {
    position: absolute;
    right: 0;
    color: #2A5CFF !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    top: 6rem;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    align-items: flex-end !important;
    flex-direction: column;
    margin-top: -6rem;
}

.wc-block-components-quantity-selector {
    color: #00053b;
    font-size: 1.6rem !important;
    font-weight: 600;
    border: none;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #00053b !important;
    font-size: 1.6rem !important;
    font-weight: 600;
}

.blue-button.after-form-button {
    justify-content: center;
    padding: 3.6rem 0 0;
}

.blue-button.after-form-button a {
    padding: .3rem 2.2rem .5rem;
}

article#post-12 .entry-header {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wp-block-image img {
    width: 5rem;
    margin-bottom: 1.5rem;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: 600;
    color: #00053B;
    margin: 0;
    margin-bottom: 8.8rem;
}

.page-id-12 .entry-content:has(.wp-block-woocommerce-empty-cart-block) {
    padding: 0 0rem 4rem;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li {
    list-style: none;
    border-radius: .8rem;
    background: #f2f4f7;
    padding-bottom: 1rem;
    border: none;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li a {
    text-decoration: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 19%;
    max-width: 20%;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
    margin: 0;
    color: #00053b;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
    height: 100% !important;
    width: auto !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
    display: flex !important;
    justify-content: center;
    height: 11rem;
    margin-bottom: 0 !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price.price {
    color: #00053b;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding-top: .2rem;
}

.wp-block-woocommerce-empty-cart-block .wp-block-button.wc-block-grid__product-add-to-cart a {
    background-color: #2a5cff !important;
    color: #fff;
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 600;
    padding: .35rem 1rem .5rem;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: 9rem;
    margin: 1rem auto 0;
}

.wp-block-woocommerce-empty-cart-block h4.wp-block-heading {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
    color: #00053B;
    margin: 3rem 0 4rem;
}

.na-czym-polega-section {
    padding-top: 6.2rem;
    padding-bottom: 10rem;
}

.na-czym-polega-section,
.na-czym-polega-section p {
    margin: 0;
    font-size: 1.55rem;
    color: #00053B;
    font-weight: 300;
}

.na-czym-polega-section .section-title {
    padding-bottom: 1.5rem;
}

.na-czym-polega-section h3 {
    color: #00053B;
    margin: 5rem 0 1rem;
    font-size: 2.6rem;
    font-weight: 600;
}

.na-czym-polega-section .wp-block-table td {
    border: none !important;
}

.na-czym-polega-section figure.wp-block-table {
    margin: 1.6rem 0 0;
}

.na-czym-polega-section .wp-block-button.blue-button {
    margin-top: 2rem;
}

.table-ghey-bg {
    background: #F2F4F7;
    border-radius: 2rem;
    padding: 2rem 1rem;
    margin-top: 2rem !important;
}

.na-czym-polega-section h5 {
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0;
}

.na-czym-polega-section .table-ghey-bg td {
    border: none !important;
    padding: 2rem;
}

.top-single-content .entry-content {
    font-weight: 300;
    font-size: 1.2rem;
    padding-bottom: 8rem;
}

.top-single-content .entry-content strong {
    font-weight: 600;
}

.wp-block-button a {
    background: #2a5cff;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: .35rem 1rem .5rem;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
}

.blog-section-content .post-image img {
    width: 100%;
}

.blog-section {
    padding: 5.4rem 0 8rem;
}

.blog-section-content {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
    padding-left: 0.5rem;
}

.blog-post-thumbnail div {
    width: 33.8rem;
    height: 16.6rem;
    background-size: cover;
    background-position: center;
}

.blog-post {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
}

.post-text {
    padding: 2rem 0 0 0;
    border-bottom: 1px solid #2A5CFF;
    margin-left: 3rem;
}

.home-dlaczego-title a {
    color: #00053B;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    padding-right: 7rem;
    display: flex;
    min-height: 3rem;
}

.post-text .home-dlaczego-title {
    padding-bottom: 1.5rem;
}

.post-text-begin {
    width: auto;
    min-height: 7.3rem;
}

.post-text .read_more a {
    text-align: right;
    color: #2A5CFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.post-text .read_more {
    display: flex;
    justify-content: flex-end;
    padding-right: 0.3rem;
}

.moje-konto-page-form h2 {
    color: #1a1a1a;
    margin: 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
}

article#post-14 h1.entry-title {
    display: none;
}

.moje-konto-page-form {
    padding-top: 6.6rem;
}

form.woocommerce-ResetPassword.lost_reset_password,
.moje-konto-page-form form.woocommerce-form {
    width: 21rem;
    margin: 0 auto;
    border: none;
    padding: 1.5rem 0 0;
}

form.woocommerce-ResetPassword .form-row-first {
    width: 100%;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
    height: auto;
    background-color: transparent !important;
    color: #00053b;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.8rem 1rem 0.9rem;
    border-color: #C1C1C1;
    border-radius: 0.6rem;
    margin-bottom: 0;
}

.moje-konto-page-form .woocommerce form .form-row {
    padding: 3px;
    margin: 0;
}

.moje-konto-after-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.2rem;
}

.moje-konto-after-form-row a {
    color: #2A5CFF;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    background: #2A5CFF;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600 !important;
    padding: 0.3rem 1rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #2A5CFF;
    justify-content: center;
    margin: 0 auto;
}

.wp-block-woocommerce-checkout-fields-block select,
.wp-block-woocommerce-checkout-fields-block input {
    background: transparent;
    color: #00053b !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-color: #c1c1c1 !important;
    border-radius: .6rem !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 4px;
    box-shadow: 0 0 2px #c1c1c1;
    background: transparent;
    color: #00053b !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-color: #c1c1c1 !important;
    border-radius: .6rem !important;
}

.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 65% !important;
}

.single-product header.entry-header.top-single-title {
    display: none;
}

.single-product .blog-section-content {
    max-width: 100%;
}

.single-product .block-section-single .tm-container {
    padding: 0;
}

.single-product .block-section-single .Zalety-section .tm-container {
    padding: 0 14.8rem;
}

.Dane-techniczne-section .tm-container {
    padding: 0 14.8rem !important;
}

button.button.alt.single_add_to_cart_button {
    width: auto;
}

.page-id-293 .wp-block-list,
.privacy-policy .wp-block-list {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
}

.page-id-295 .entry-content {
    text-align: center;
}

.prod-slider-block-top {
    min-height: 18.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper h3 {
	font-size: 1.2rem;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background: #2A5CFF;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.35rem 1rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #2A5CFF;
    justify-content: center;
}

li.product-card.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #2a5cff !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600 !important;
    padding: .35rem 1rem .5rem !important;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: 11rem;
/*    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;*/
}

.product-type-simple .product-price {
    color: #00053b;
    font-size: 1.55rem;
    font-weight: 500;
}

.product-type-simple .product-price span.woocommerce-Price-amount.amount {
    position: relative;
    margin-right: 2rem;
}

.product-type-simple .product-price span.woocommerce-Price-amount.amount:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2rem;
    background: #00053b;
    right: -1rem;
}

.product-type-simple .product-price small {
    font-size: 1.55rem;
}

.product-type-simple .product-price .woocommerce-price-suffix span.woocommerce-Price-amount.amount {
	margin-right: 0rem;
}

.product-type-simple .product-price .woocommerce-price-suffix span.woocommerce-Price-amount.amount:before {
    display: none;
}

.product-type-simple .quantity {
    display: none;
}

.darmowa-dostawa-block {
    background: #F2F4F7;
    padding: 1rem 3rem 0.5rem;
    border-radius: 1rem;
}

.darmowa-dostawa-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding: 1.2rem 0;
}

.darmowa-dostawa-row:last-child {
    border-bottom: none;
}

.darmowa-dostawa-row-img {
    width: 6.5rem;
}

.darmowa-dostawa-row-img img {
    max-width: 3rem;
    max-height: 2.5rem;
}

.darmowa-dostawa-row-text {
    color: #00053b;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    width: 15rem;
}

.darmowa-dostawa-row-link a {
    color: #2A5CFF;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}


.product-type-simple .product-main__options {
    flex: 1 1 44%;
    padding-left: 8.5rem;
    padding-top: 0;
    margin-top: -1.1rem;
}

.top-slider-block-two .top-slider-block-img img {
    position: absolute;
    width: 55rem;
    height: auto;
    top: -7rem;
    max-width: max-content;
    left: 4rem;
}

.top-slider-block-three .top-slider-block-img img {
    position: absolute;
    width: 42.5rem;
    height: auto;
    top: -7.5rem;
    max-width: max-content;
    left: 3rem;
}

.top-slider-block-one .top-slider-block-img img {
    position: absolute;
    width: 53.5rem;
    height: auto;
    top: -2.5rem;
    max-width: max-content;
    left: 0rem;
}

.top-slider-block-two-new .top-slider-block-img img {
    position: absolute;
    width: 54.5rem;
    height: auto;
    top: -7.5rem;
    max-width: max-content;
    left: 5rem;
}

.home-logos-content-slider {
    overflow: hidden;
}

.home-logos-block {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-logos-block div {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
}

.home-Zaufali-nam-slider-section {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
}

.home-Zaufali-nam-slider-section .blue-button {
    display: flex;
    justify-content: center;
}

.home-logos-content-slider {
    margin-bottom: 2rem;
}

.home-logos-block img {
    max-width: 20rem;
    width: 100%;
    max-height: 3.5rem;
}

.home-logos-content-slider .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

section.home-dlaczego-section {
    background: url(/wp-content/uploads/2026/03/Screenshot_1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 31px;
}

.Referencje-page-content-section {
    padding-top: 3.3rem;
    padding-bottom: 10rem;
}

.Referencje-page-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
  .Referencje-page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .Referencje-page-content {
    grid-template-columns: 1fr;
  }
}

.ref-doc-placeholder {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 3/4;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Referencje-page-block-center {
    border: 1px solid #C1C1C1;
    border-radius: 0.8rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    width: 25.2rem;
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    height: 24.2rem;
}

.ref-preview {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 19.8rem;
    background: #DEDEDE;
    background: url(/wp-content/uploads/2026/03/test.png);
    background-size: cover;
    background-position: center;
}

.ref-pdf-thumb {
    /*width: 12rem;
    height: 17rem;*/
    width: 9.5rem;
    height: 13.5rem;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
    position: relative;
    pointer-events: none;
}

.ref-pdf-thumb iframe {
  width: 100%;       
  height: 100%;    
  border: none;
  pointer-events: none;
}

span.ref-title {
    color: #00053b;
    font-size: .9rem;
    font-weight: 500;
}

.ref-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1.1rem 1rem;
}

span.ref-icon img {
    height: 1.8rem;
}

.ref-doc-shadow img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* ===== POPUP ===== */
#pdf-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#pdf-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  cursor: pointer;
}

#pdf-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 90vh;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#pdf-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #333;
  line-height: 1;
}

#pdf-popup-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.Realizacje-page-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.Realizacje-page-block {
    border: 1px solid #c1c1c1;
    border-radius: .8rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    width: 25.2rem;
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    height: 24.2rem;
}

.Realizacje-page-content-section {
    padding-top: 3.3rem;
    padding-bottom: 8rem;
}

.Realizacje-page-block-title {
    color: #1A1A1A;
    font-size: .9rem;
    font-weight: 500;
    padding: 1.4rem 1.1rem 1rem;
}

.Realizacje-page-block-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 19.8rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-528 #main > section > div > div.na-czym-polega-section-description > figure:nth-child(8) {
	background: #F2F4F7;
    padding: 2rem 1rem 1rem;
    border-radius: 1.5rem;
}

.page-id-528 #main > section > div > div.na-czym-polega-section-description > figure:nth-child(8) h4 {
    font-size: 2rem;
    margin: 1rem;
}

.page-id-536 #main > section > div > div.na-czym-polega-section-description > figure:nth-child(2) {
	background: #F2F4F7;
    padding: 2rem 1rem 1rem;
    border-radius: 1.5rem;	
}

.page-id-536 #main > section > div > div.na-czym-polega-section-description > figure:nth-child(2) h4 {
	font-size: 2rem;
    margin: 1rem;
}

.page-id-536 #main > section > div > div.na-czym-polega-section-description > figure:nth-child(2) .blue-button {
	justify-content: center;
}

.products-grid .product-card  span.woocommerce-Price-amount.amount:before {
    display: none;
}

.przelicznik-page-content {
    display: flex;
    flex-direction: row;
}

.przelicznik-page-img {
    width: 43.2rem;
    position: relative;
    min-height: 42rem;
}

.przelicznik-page-img img {
    width: 56rem;
    max-width: none;
    position: absolute;
    top: -3rem;
    left: -15rem;
}

.przelicznik-page-right-block {
    width: 43rem;
    padding-top: 4.8rem;
}

.sklep-panel-komp .sklep-card {
    height: 11rem;
}

.sklep-panel-komp .sklep-card img {
    width: 100%;
    height: 3rem;
    object-fit: contain;
    display: block;
    margin: 3rem auto 1.5rem;
}

.sklep-panel-new-content {
    display: flex;
    justify-content: space-between;
    width: calc(100% - -20rem);
}

.sklep-panels {
    width: 80rem;
}

.page-template-faq-page .wtech-page-topsection {
    background: url(/wp-content/uploads/2026/04/faq-fon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-faq-page .wtech-faq-page-section {
    padding-top: 5rem;
}

.obnizymy-twoj-page-topsection {
    padding-top: 5.2rem;
    padding-bottom: 4rem;
}

.obnizymy-twoj-page-topsection-content {
    display: flex;
}

.obnizymy-twoj-page-topsection-content-form {
    width: 30.3rem;
}

.obnizymy-twoj-page-topsection-content-block {
    width: 56.5rem;
}

.obnizymy-twoj-page-topsection-title {
    color: #00053B;
    font-size: 5.3rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 2rem;
}

.obnizymy-twoj-page-topsection-title span {
    display: block;
    color: #2A5CFF;
}

.obnizymy-twoj-page-topsection-content-descr {
    font-size: 1.5rem;
    padding-right: 4rem;
    color: #00053B;
    margin-top: -0.5rem;
}

.obnizymy-twoj-page-topsection-content-descr strong {
    font-weight: 600;
}

.obnizymy-twoj-page-topsection-content-row {
    display: flex;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.ot-topsection-content-row-block-blue {
    color: #2A5CFF;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: -0.4rem;
}

.ot-topsection-content-form-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 0.74rem;
}

.ot-topsection-content-form-descr {
    color: #fff;
    font-size: 1rem;
    line-height: 1.1;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}

.ot-topsection-content-form {
    padding: 3rem 1rem 1rem 3rem;
    background: #2A5CFF;
    border-radius: 1.4rem;
}

.ot-topsection-content-form input[type="text"],
.ot-topsection-content-form input[type="email"],
.ot-topsection-content-form input[type="number"],
.ot-topsection-content-form input[type="tel"], 
.ot-topsection-content-form textarea {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.7rem;
    padding: 0.8rem 1rem;
    background: transparent;
    margin-bottom: 0.4rem;
    width: 21rem;
    background: #2A5CFF;
}

.ot-topsection-content-form textarea::placeholder,
.ot-topsection-content-form input::placeholder {
    color: #fff;
}

.ot-topsection-content-form input.wpcf7-submit {
    background: #fff;
    color: #2A5CFF;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.35rem 1rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #fff;
    justify-content: center;
    min-width: 10rem;
}

.ot-topsection-content-row-block {
    min-width: 16rem;
    border-left: 2px solid #2a5cff;
    padding-left: 1rem;
}

.ot-grey-content {
    background: #F2F4F7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    min-height: 14.5rem;
    border-radius: 1.4rem;
    padding-top: 4.5rem;
}

.ot-grey-block {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
}

.ot-grey-block img {
    max-width: 3.5rem;
    max-height: 3.5rem;
    margin-bottom: 0.4rem;
}

.ot-grey-block-text {
    color: #00053B;
    font-size: 1.1rem;
    font-weight: 500;
}

.ot-firm-section-content {
    display: flex;
}

.ot-firm-section-content-img {
    width: 48rem;
    position: relative;
    min-height: 35rem;
    overflow: hidden;
}

.ot-firm-section-content-img img {
    position: absolute;
    width: 54rem;
    max-width: none;
    margin-left: 2rem;
}

.ot-firm-section-block {
    width: 37rem;
}

.ot-firm-section-block-blue {
    color: #2A5CFF;
    font-size: 7rem;
    font-weight: 800;
    line-height: 1;
    padding-top: 9rem;
    font-family: 'Inter';
}

.ot-firm-section-block-title {
    color: #00053B;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.55px;
}

.ot-firm-section-block-descr {
    font-size: 1.2rem;
    line-height: 1.3;
}

.ot-firm-section-block-descr b {
    font-weight: 600;
}

.ot-firm-section {
    padding-bottom: 2rem;
}

.ot-moc-section {
    padding-top: 0.9rem;
    padding-bottom: 2rem;
}

.ot-moc-section-title {
    color: #00053b;
    font-size: 2.55rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 1.5rem;
}

.ot-moc-section-descr {
    text-align: center;
    font-size: 1.55rem;
    padding-bottom: 2.8rem;
}

.ot-moc-section-table {
    display: flex;
    justify-content: center;
}

.ot-moc-section-block img {
    width: 4.2rem;
    margin-bottom: 0.5rem;
}

.ot-moc-section-block-title {
    color: #1A1A1A;
    font-size: 1.55rem;
    font-weight: 600;
}

.ot-moc-section-block {
    width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.6rem;
}

.ot-moc-section-block-descr {
    color: #00053B;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.4;
}

.ot-twoja-analiza-content {
    display: flex;
}

.ot-twoja-analiza-section {
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.ot-twoja-analiza-content {
    display: flex;
    justify-content: space-around;
    padding-top: 2.6rem;
}

.ot-twoja-analiza-block {
    position: relative;
    width: 22.5rem;
    margin-left: 3rem;
    min-height: 13rem;
    border-radius: 1.4rem;
    padding-left: 5.5rem;
    background: #F2F4F7;
}

.ot-twoja-analiza-block img {
    position: absolute;
    width: 6.5rem;
    left: -3.2rem;
    margin-top: 3.1rem;
}

.ot-twoja-analiza-block-descr {
    font-weight: 300;
    color: #00053B;
    font-size: 1.1rem;
    line-height: 1.35;
    padding-top: 0.8rem;
}

.page-template-obnizymy-page .wtech-faq-page-section {
    padding-bottom: 8rem;
}














@media screen and (max-width: 782px) { 

.top-slider-block-content {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.top-slider-block-text {
        max-width: 100%;
}

.slider-title {
    font-size: 26px;
}

.slider-title br {
    display: none;
}

.slider-descr {
    color: #00053B;
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 1.3rem;
    padding: 20px 0;
}

.top-slider-block-img img {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    max-width: 300px;
    left: auto;
}

.blue-button a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
}

.text-button a {
    font-size: 14px;
}

.slider-but-block .text-button {
    margin-left: 15px;
    padding-top: 7px;
}

.home-jakiego-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-jakiego-section .slider-descr {
    text-align: center;
}

.home-jakiego-section .slider-descr b {
    font-weight: 600;
}

.section-title {
    font-size: 24px;
    padding-bottom: 20px;
}

.home-jakiego-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
}


.border-button {
    display: flex;
}

.border-button a {
    background: #fff;
    color: #2A5CFF;
    text-decoration: none;
    display: flex;
    border: 0.1rem solid #2A5CFF;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
}

.home-jakiego-content .border-button {
    margin-top: 10px;
}

.tm-container {
    padding: 0 30px;
}

.home-Kompensacja-mocy-content {
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
}

.home-Kompensacja-mocy-content-text {
        width: 100%;
}

.home-Kompensacja-mocy-content-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    max-width: 450px;
}

.home-Kompensacja-mocy-content-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.section-descr {
    font-size: 14px;
}

.prod-slider-block {
        height: auto;
    border-radius: 2rem;
    padding: 20px 15px;
}

.prod-slider-title {
    font-size: 18px;
        padding-bottom: 10px;
        max-height: auto;
}

.prod-slider-descr {
    font-size: 14px;
}

.prod-slider-img {
    height: 200px;
    margin-bottom: 0.5rem;
}

.home-dlaczego-content {
    display: flex;
    margin-top: 1.3rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-dlaczego-img {
    max-height: 150px;
}

.home-dlaczego-img img {
    max-height: 150px;
    width: auto;
    margin-left: auto;
}

.home-dlaczego-title {
    font-size: 18px;
}

.home-dlaczego-descr {
    font-size: 14px;
    color: #00053B;
    font-weight: 300;
}


.home-dlaczego-right1-content, .home-dlaczego-right2-content {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 3rem;
    border-radius: 2rem;
    margin-bottom: 1.1rem;
    background: #F2F4F7;
    min-height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home-dlaczego-right .home-dlaczego-descr {
    width: 100%;
    line-height: 1.4;
    padding-bottom: 2.8rem;
}

.footer-content-row > div > div {
    font-size: 14px;
}

.footer-content-row {
    flex-direction: column;
}

.footer-content-row > div > div:last-child a {
    font-size: 12px;
    font-weight: 300;
}

.footer-content-row-last {
    font-size: 12px;
    font-weight: 500;
    padding: 1.5rem 0;
    flex-direction: column;
    align-items: center;
}

.footer-content-row-last div:has(a) {
    margin-left: 0;
}

.footer-content-row-last a {
    color: #00053B;
    text-decoration: none;
    font-size: 10px;
    font-weight: 300;
    padding: 0 1rem;
}

.sklep-page-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.small-title {
    font-size: 26px;
}

.sklep-page-section .small-title {
    padding-bottom: 30px;
}

.categories-list {
    display: flex;
    gap: 1.2rem;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.category-item {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border-radius: .8rem;
    background: #f5f5f5;
    width: 130px;
    border: 1px solid #f5f5f5;
}

.category-item img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80px;
}

.category-item-img {
    height: 80px;
}

.category-item span {
    font-size: 14px;
}

.category-item.category-item-all {
    font-size: 15px;
}

div#products-container {
    padding-top: 20px;
}

.products-grid {
    gap: 10px;
}

li.product-card.product {
    width: 48%;
}

li.product-card.product a.product-card__image {
    height: 90px;
}

li.product-card.product h3.product-card__title {
    font-size: 14px;
    padding-bottom: 10px;
}

li.product-card.product .product-variations .variation-option {
    width: auto;
    min-width: auto;
    padding: 3px 5px;
    font-size: 10px;
    margin-right: .5rem;
    border-radius: 4px;
    margin-bottom: .5rem;
}

li.product-card.product .product-price.js-price {
    font-size: 16px;
}

button.button {
    background-color: #2a5cff !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 10px 15px !important;
    line-height: 1;
    border-radius: 6px;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: auto;
}

li.product-card.product button.button.add-to-cart-btn {
    margin: 7px auto 0;
}

.Zalety-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Zalety-row-block {
    width: 49%;
    border-radius: 1rem;
    min-height: 17.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    background: #f2f4f7;
    margin-bottom: 10px;
}

.Zalety-row-block-img img {
    width: 40px;
    margin-bottom: 10px;
}

.Zalety-row-block-title {
    color: #00053b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 1.8rem;
    text-align: center;
    padding-bottom: 15px;
}

.Zalety-row-block-descr {
    color: #00053b;
    font-size: 12px;
}

.Zalety-section.Zalety-sklep-page-section {
    padding-bottom: 60px;
}

.whmc-buy-summary small {
    font-size: 10px;
}

.blog-section {
    padding: 40px 0 60px;
}

.blog-section-content {
    width: 100%;
    max-width: 100%;
}

.home-dlaczego-title a {
    font-size: 16px;
}

.post-text-begin {
    width: auto;
    min-height: 7.3rem;
    font-size: 12px;
    padding-bottom: 10px;
}

.post-text .read_more a {
    font-size: 14px;
}

.blog-post-thumbnail div {
    height: 145px;
}

.top-single-content .entry-content {
    font-size: 14px;
}

.entry-content h3 {
    font-size: 16px;
}

.wp-block-button a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
}

.obsluga-klienta-block {
    width: 48%;
    border: 1px solid #c1c1c1;
    margin-right: 1.3rem;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 1.3rem;
}

.obsluga-klienta-block .small-title {
        font-size: 18px;
    }

.obsluga-klienta-block-descr {
    color: #00053b;
    font-size: 12px;
    padding-right: 4rem;
    padding-bottom: 0;
    font-weight: 400;
}

.specjalisci-section {
    padding-bottom: 2.8rem;
    padding-bottom: 60px;
}

.Formularz-kontaktowy-kont-page-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.specjalisci-img {
    width: 50px;
    margin-right: 10px;
}

.specjalisci-descr {
    color: #00053b;
    font-size: 12px;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: 400;
    width: auto;
}

.specjalisci-section .obsluga-klienta-block {
    width: 98%;
    max-width: 250px;
    border: 1px solid #c1c1c1;
    margin-right: 1.3rem;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 1.3rem;
}

.kont-form p {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kont-form input[type="text"], .kont-form input[type="email"], .kont-form input[type="tel"] {
    background: transparent;
    color: #00053b;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    max-width: 300px;
    padding: 3px 10px;
    border-color: #c1c1c1;
    border-radius: 6px;
    margin-bottom: 10px;
}

.kont-form textarea::placeholder,
.kont-form input::placeholder {
    font-size: 14px;
}


.kont-form textarea {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    max-width: 300px;
    padding: 3px 10px;
    border-color: #c1c1c1;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 52px;
}

.kont-checkbox p {
    font-size: 10px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 8px;
    margin-top: -5px;
}

.kont-form input.wpcf7-submit {
    background: #2a5cff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    width: 140px;
    margin-top: 10px;
}

.topsection-page .white-title {
    font-size: 20px;
}

.topsection-page .white-page-description {
    font-size: 14px;
}

.topsection-page {
    background-size: cover !important;
    padding-bottom: 15px;
}

.obsluga-klienta-section {
    padding-top: 40px;
}

.wtech-faq-page-section {
    padding-top: 0.5rem;
    padding-bottom: 40px;
}

.faq-card {
    padding: 5px;
    font-size: 16px;
}

.question::after {
    content: "";
    position: absolute;
    right: 0.3rem;
    top: 10px;
    width: 10px;
    height: 20px;
}

.answer {
    font-size: 14px;
    font-weight: 400;
}

.answer {
    font-weight: 400;
}

.wtech-faq-page-section .small-title {
    padding-bottom: 30px;
}

.pliki-page-row-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}

.pliki-page-button {
    width: 100%;
    max-width: 350px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.pliki-page-button a img {
    width: 20px;
    margin-top: 0.3rem;
}

.pliki-page-button-text {
    width: 100%;
    max-width: calc(100% - 30px);
}

.default-page .entry-content {
    color: #00053b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 4rem 50px;
}

.default-page .entry-title {
    color: #1a1a1a;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
}

.product-main {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-top: 1.4rem;
    flex-direction: column;
}

.product-main__options {
    flex: auto;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
        width: 100%;
}

.variation-help,
.variation-option {
    width: 100%;
    border-radius: 6px;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 500;
    min-width: auto;
}

.options-title {
    color: #00053b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 10px;
}

form.tm-variation-cart {
    display: flex;
    flex-direction: column;
}

.product-bottom {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
}

.js-dynamic-price {
    color: #00053b;
    font-size: 18px;
    font-weight: 500;
}

.dostawa-section-row {
    flex-wrap: wrap;
}

.dostawa-section-img img {
    height: auto;
    max-width: 100%;
    max-height: 40px;
}

.dostawa-section-text {
    font-size: 14px;
}
.dostawa-section-block {
    min-width: 40%;
    min-height: 7rem;
    padding: 20px;
}

.dostawa-section-text a {
    font-size: 14px;
}

.product-title {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.cart-top-row {
    color: #00053b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 30px;
    text-align: center;
    padding-left: 3rem;
    margin-top: -1rem;
    display: flex;
    flex-direction: column;
}

.blue-button.after-form-button a,
.blue-button.cart-top-row-row a {
    padding: 10px 15px;
}

.wc-block-cart-items__row a.wc-block-components-product-name {
    color: #00053b;
    font-size: 14px !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #00053b !important;
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 20px;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 16px;
    padding-top: 14px;
}

button.wc-block-cart-item__remove-link {
    font-size: 14px !important;
    top: 6rem;
}

td.wc-block-cart-item__total {
    color: #00053b;
    font-size: 14px !important;
    font-weight: 600;
    padding-right: 0 !important;
    padding-top: 30px !important;
}

.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
}

.wp-block-woocommerce-checkout-fields-block select, .wp-block-woocommerce-checkout-fields-block input {
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 6px !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    font-size: 16px;
}

.ProdSwiper .swiper-wrapper {
    padding-bottom: 50px;
}

.moje-konto-page-form h2 {
    font-size: 20px;
}

form.woocommerce-ResetPassword.lost_reset_password, .moje-konto-page-form form.woocommerce-form {
    width: 80%;
    margin: 0 auto;
    border: none;
    padding: 20px 0 0;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    height: auto;
    background-color: transparent !important;
    color: #00053b;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-color: #c1c1c1;
    border-radius: 6px;
    margin-bottom: 0;
}

.moje-konto-after-form-row a {
    color: #2a5cff;
    font-size: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 14px;
    font-weight: 600 !important;
    padding: .3rem 1rem .5rem;
    line-height: 1;
    border-radius: 6px;
    margin: 15px auto;
}

.home-logos-block img {
    max-width: 100px;
    width: 100%;
    max-height: 60px;
}

.home-logos-block div {
    padding: 0 10px;
}

.home-logos-block {
    height: 60px;
}

.home-Zaufali-nam-slider-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.home-logos-content-slider {
    margin-bottom: 40px;
}


.home-dlaczego-content {
    flex-direction: column;
}

.home-dlaczego-block:nth-child(even) {
    margin-left: 0;
}

.home-dlaczego-block {
    width: 80%;
    margin-left: 0;
    padding: 20px 40px 20px 20px;
    min-height: 19.5rem;
    margin-bottom: 20px;
    border-radius: 2rem;
    background: #f2f4f7;
}

.home-dlaczego-deskr {
    color: #00053b;
    font-size: 12px;
    min-height: 11rem;
    font-weight: 300;
    padding-right: 1rem;
    padding-bottom: 20px;
}

img.home-dlaczego-img {
    position: absolute;
    top: 10px;
    width: 100%;
    right: -56%;
    max-width: none;
}

.home-dlaczego-block:nth-child(3) img {
    top: 10px;
    width: 79%;
    right: -45%;
}

.top-slider-block-one .top-slider-block-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 20px;
    max-width: max-content;
    left: auto;
}

.top-slider-block-two .top-slider-block-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 20px;
    max-width: max-content;
    left: auto;
}

.top-slider-block-two-new .top-slider-block-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 20px;
    max-width: max-content;
    left: auto;
}

.top-slider-block-three .top-slider-block-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 20px;
    max-width: max-content;
    left: auto;
    max-height: 200px;
    margin-bottom: 20px;
}

.top-slider-block-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.Realizacje-page-content-section,
.Referencje-page-content-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.Referencje-page-block-center {
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 300px;
}

span.ref-title {
    color: #00053b;
    font-size: 14px;
    font-weight: 500;
}

span.ref-icon img {
    height: 16px;
}

.ref-preview {
    height: 260px;
}

.ref-pdf-thumb {
    width: 130px;
    height: 180px;
}

.ref-footer {
    padding: 10px;
}

.Realizacje-page-block {
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 300px;
}

.Realizacje-page-block-img {
    height: 260px;
}

.Realizacje-page-block-title {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    line-height: 1.2;
}





}