.wa__widget_container {
  content-visibility: visible !important;
}

.grecaptcha-badge {
  display: none !important;
}

.ct-widget {
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 100px;
  color: #002D6E;
}
.ct-widget__btn {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.ct-widget__box {
  display: none;
  position: absolute;
  bottom: 0;
  right: 100%;
  position: absolute;
  bottom: 0;
  right: calc(100% + 10px);
  background: #fff;
  padding: 15px 15px;
  border-radius: 10px;
  width: 360px;
  max-width: calc(100vw - 100px);
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.ct-widget__header {
  text-align: center;
  margin-bottom: 10px;
}
.ct-widget__title {
  font-size: 16px;
  font-weight: 600;
}
.ct-widget__info {
  font-size: 13px;
  font-weight: 500;
}
.ct-widget input[type=text], .ct-widget input[type=tel] {
  font-family: inherit;
  font-size: 13px;
  padding: 15px 20px;
  border: 1px solid #002D6E;
  margin-bottom: 15px;
  width: 100%;
  color: #002D6E;
}
.ct-widget input[type=submit] {
  display: block;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background-color: #002D6E;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.ct-widget.active .ct-widget__box {
  display: block;
}
.ct-widget .screen-reader-response {
  display: none;
}
.ct-widget .wpcf7-response-output {
  font-size: 12px;
  padding-top: 10px !important;
  font-weight: 600;
  text-align: center;
}

.grid {
  width: 100%;
  padding: 0 20px;
}

.section-margin {
  margin-bottom: 60px;
}

.title {
  line-height: 1.2em;
  font-weight: 600;
  color: #002D6E;
  text-transform: uppercase;
}
.title--1 {
  font-size: 22px;
}
.title--2 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 30px;
  background-color: #002D6E;
  color: #ffffff;
}
.btn:hover {
  background-color: #1dafec;
}

.text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
.text p {
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text h1, .text h2, .text h3, .text h4, .text h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002D6E;
}
.text ul {
  list-style: disc;
  padding-left: 1em;
}
.text ul li {
  margin-bottom: 12px;
}
.text b, .text strong {
  font-weight: 600;
}

.page-template-template-sklep .lhb-contact {
  display: none !important;
}

.ts-hero {
  padding-top: 30px;
  margin-bottom: 20px;
}

.box-about__desc {
  margin-bottom: 30px;
}
.box-about__title {
  margin-bottom: 20px;
}
.box-about__info {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #002D6E;
}
.box-about__info img {
  margin-bottom: 10px;
}
.box-about__actions {
  margin-top: 20px;
}

.box-desc__title {
  margin-bottom: 30px;
}
.box-desc__col {
  margin-bottom: 20px;
}

.faq {
  background-color: #F8F8F9;
  padding: 50px 0 20px;
}
.faq__title {
  margin-bottom: 30px;
}
.faq__text {
  margin-bottom: 50px;
}

.tab-list__item {
  border-bottom: 1px solid #707070;
}
.tab-list__item:last-child {
  border-bottom: none;
}

.desc-tabs__item {
  background-color: #F8F8F9;
  margin-bottom: 10px;
}

.tab-box__header {
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  text-underline-offset: 1em;
  text-decoration-color: #002D6E !important;
}
.tab-box__header:hover {
  text-decoration: underline;
}
.tab-box__info {
  display: none;
}
.tab-box__title {
  font-size: 16px;
  font-weight: 500;
  max-width: 1360px;
  margin-right: auto;
  color: #002D6E;
}
.tab-box__btn {
  margin-left: 20px;
}
.tab-box__text {
  max-width: 1360px;
  padding: 10px 0 20px;
  display: none;
}
.tab-box__btn {
  transition: all 0.3s;
}
.tab-box.active .tab-box__text {
  display: block;
}
.tab-box.active .tab-box__btn svg {
  transform: rotate(180deg);
}
.tab-box.single .tab-box__header {
  padding: 20px 20px;
}
.tab-box.single .tab-box__text {
  padding: 10px 20px 20px;
}

.product-list__item {
  margin-bottom: 40px;
}

.product-box {
  width: 100%;
}
.product-box__image {
  display: block;
  padding-bottom: 65%;
  position: relative;
  margin-bottom: 20px;
}
.product-box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-box__title {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #002D6E;
  margin-bottom: 14px;
}
.product-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.box-download {
  background-color: #F8F8F9;
  padding: 40px 20px;
}
.box-download__title {
  margin-bottom: 30px;
}

.file-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}

.file-btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #002D6E;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.file-btn span {
  margin-right: 10px;
}
.file-btn svg {
  min-width: 20px;
}
.file-btn:hover {
  background-color: #1dafec;
}

@media (min-width: 1200px) {
  .grid {
    padding: 0 60px;
    max-width: 1760px;
    margin: 0 auto;
  }
  .section-margin {
    margin-bottom: 120px;
  }
  .title--1 {
    font-size: 5.4rem;
  }
  .title--2 {
    font-size: 2.4rem;
  }
  .btn {
    font-size: 18px;
    padding: 20px 50px;
  }
  .text {
    font-size: 18px;
  }
  .text p {
    margin-bottom: 30px;
  }
  .text p:last-child {
    margin-bottom: 0;
  }
  .text h1, .text h2, .text h3, .text h4, .text h5 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .text ul li {
    margin-bottom: 20px;
  }
  .ts-hero {
    padding-top: 80px;
    margin-bottom: 20px;
  }
  .box-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -40px;
  }
  .box-about__desc {
    width: 50%;
    padding: 0 40px;
    max-width: 760px;
    margin-bottom: 0;
  }
  .box-about__image {
    width: 50%;
    padding: 0 40px;
  }
  .box-about__title {
    margin-bottom: 40px;
  }
  .box-about__info {
    display: flex;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .box-about__info img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .box-about__actions {
    margin-top: 40px;
  }
  .box-desc__title {
    margin-bottom: 60px;
  }
  .box-desc__row {
    display: flex;
    justify-content: space-between;
    margin: 0 -40px;
  }
  .box-desc__col {
    width: 50%;
    padding: 0 40px;
    max-width: 760px;
    margin-bottom: 0;
  }
  .faq {
    padding: 100px 0;
  }
  .tab-box__header {
    min-height: 120px;
  }
  .tab-box__title {
    font-size: 24px;
  }
  .tab-box__btn {
    margin-left: 80px;
  }
  .tab-box__text {
    padding: 10px 0 40px;
  }
  .tab-box__info {
    width: 180px;
    min-width: 180px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #002D6E;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    margin-right: 40px;
  }
  .tab-box.single .tab-box__header {
    padding: 0 40px;
  }
  .tab-box.single .tab-box__text {
    padding: 10px 40px 40px;
  }
  .tab-box.info .tab-box__header {
    padding: 0 40px 0 0;
  }
  .tab-box.info .tab-box__text {
    padding: 10px 40px 40px 220px;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
  }
  .product-list__item {
    width: 33.33%;
    padding: 0 24px;
  }
  .product-box__image {
    margin-bottom: 30px;
  }
  .product-box__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .product-box__price {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .box-download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
  }
  .box-download__title {
    margin-right: 60px;
    margin-bottom: 0;
  }
  .file-btn {
    padding: 20px 30px;
    font-size: 16px;
  }
  .file-btn span {
    margin-right: 20px;
  }
}
.l-header__switcher .drop-block {
  padding: 0;
  border: 0;
  -moz-column-gap: 0.1rem;
       column-gap: 0.1rem;
}

.l-header__switcher .drop-block__link {
  border-radius: 25px;
  padding: 0 1.5rem;
  border: 1px solid transparent;
}
.l-header__switcher .drop-block__link:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.l-header__switcher .drop-block__link--current:hover {
  color: #002D6E;
}

.l-footer__menu ul, .l-footer__menu ul a, .l-header__social ul {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.l-footer__menu ul img, .l-footer__menu ul a img, .l-header__social ul img {
  max-width: 3rem;
  height: auto;
}

@media (min-width: 992px) {
  .ct-widget__box {
    padding: 20px 30px;
  }
  .ct-widget__header {
    margin-bottom: 20px;
  }
  .l-header__menu .menu {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .l-header__menu .menu > .menu-item > a {
    padding: 1.5rem 2rem;
  }
  .l-header__menu .menu > .menu-item > a:hover {
    background-color: #ffffff;
    color: #002D6E;
  }
  .l-header__menu .menu .menu-item-has-children:hover > a {
    background-color: #ffffff;
    color: #002D6E;
  }
  .l-header__menu .menu > .menu-item-has-children > .sub-menu::after {
    left: 2rem;
  }
}/*# sourceMappingURL=new_style.css.map */