@charset "utf-8";
::placeholder {
  color: #394044;
}
::selection {
  background: #359fda;
  color: #fff;
  text-shadow: none;
}
:root {
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.6;
  --bs-border-color: #E6E6E6;
}
body {
  background-color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }
}
body.admin-bar .fixed-top {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .fixed-top {
    top: 46px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    --bs-gutter-x: 5rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1384px;
  }
}
@media only screen and (min-width: 992px) {
  .sticky-lg-top {
    top: 72px;
  }
}
body .trig-target {
  display: block !important;
}
body .userway_buttons_wrapper {
  transform: unset !important;
  left: unset !important;
  top: unset !important;
  right: 20px !important;
  bottom: 20px !important;
}
body .uwy.userway_p1 {
  z-index: 100 !important;
}
body .uwy.userway_p1 .uai {
  top: 130px !important;
}
@media only screen and (max-width: 991px) {
  body .uwy.userway_p1 .uai {
    top: inherit !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  text-wrap: balance;
}
a {
  color: #359fda;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
hr {
  border-color: #E6E6E6;
  opacity: 1;
}
img {
  height: auto;
  max-width: 100%;
}
.btn {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0;
  border-radius: 0.25rem;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .btn {
    --bs-btn-padding-x: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn {
    line-height: 40px;
  }
}
.btn + .btn {
  margin-left: 8px;
}
.btn-black {
  background: #153a4e;
  color: #FFFFFF;
}
.btn-black:hover {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bccf00;
}
.btn-white {
  background: #FFFFFF;
  color: #153a4e;
}
.btn-white:hover {
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bccf00;
}
.btn-outline {
  border: 1px solid #153a4e;
  color: #153a4e;
  line-height: 48px;
}
@media only screen and (max-width: 991px) {
  .btn-outline {
    line-height: 38px;
  }
}
.btn-outline:hover {
  border-color: #bccf00;
  color: #bccf00 !important;
}
.btn-tel {
  border: 1px solid #E6E6E6;
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 1649px) {
  .btn-tel {
    font-size: 20px;
  }
  .btn-tel span {
    display: none;
  }
}
@media (max-width: 1429px) {
  .btn-tel {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-tel {
    line-height: 38px;
  }
}
.btn-tel:hover {
  border-color: #000;
}
@media (min-width: 1310px) {
  .btn-panel::before {
    background: url('../images/icon-profile-white.svg') 0 center no-repeat;
    content: "";
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    width: 14px;
    vertical-align: bottom;
  }
}
@media (min-width: 1310px) {
  .btn-konfigurator::before {
    background: url('/wp-content/uploads/2025/11/clone-regular2.svg') 0 center no-repeat;
    content: "";
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    width: 32px;
    vertical-align: bottom;
  }
}
.btn span {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-right: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .btn span {
    display: none;
  }
}
.tooltip {
  border: 1px solid #000;
  --bs-tooltip-color: #000;
  --bs-tooltip-bg: #fff;
  --bs-tooltip-border-radius: 0;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-height: 0;
}
.tooltip-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 15px;
  text-align: left;
}
.tooltip-inner p {
  margin-bottom: 0;
}
.offcanvas {
  z-index: 1050;
}
.offcanvas .nav li {
  margin-bottom: 7px;
  margin-top: 7px;
  position: relative;
}
.offcanvas .nav li a {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 125%;
  text-decoration: none;
}
.offcanvas .nav li > a:hover,
.offcanvas .nav li > a:focus,
.offcanvas .nav li.current-menu-item > a,
.offcanvas .nav li.current-menu-parent > a {
  color: #359fda;
}
.header .nav li a {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.header .nav li a:hover,
.header .nav li a:focus {
  text-decoration: underline;
}
.header .top-bar {
  border-bottom: 1px solid #E6E6E6;
  font-size: 12px;
  line-height: 15px;
}
.header .top-bar > .container-fluid {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header .top-bar span {
  color: #999999;
}
.header .top-bar .nav {
  margin-right: 25px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .top-bar .nav {
    display: none;
  }
}
.header .top-bar .nav::after {
  background: #E6E6E6;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}
.header .top-bar .nav li {
  margin-right: 25px;
}
.header .top-bar .social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .top-bar .social span {
  color: #BCCF00;
}
@media only screen and (max-width: 991px) {
  .header .top-bar .social span {
    display: none;
  }
}
.header .top-bar .social a {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 39px;
  margin-left: 5px;
  text-indent: -9999px;
  width: 35px;
}
.header .top-bar .social a.fb {
  background-image: url('../images/icon-social-fb.svg');
}
.header .top-bar .social a.insta {
  background-image: url('../images/icon-social-insta.svg');
}
.header .top-bar .social a.tiktok {
  background-image: url('../images/icon-social-tiktok.svg');
}
.header .top-bar .social a.telegram {
  background-image: url('../images/icon-social-telegram.svg');
}
.header .navbar {
  --bs-navbar-padding-y: 1rem;
  background-color: #fff;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .header .navbar {
    padding-bottom: 15px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header .navbar.fixed-top {
    --bs-navbar-padding-y: 1rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar.fixed-top {
    position: static;
  }
}
.header .navbar.fixed-top .logo img {
  width: 159px;
}
@media only screen and (max-width: 767px) {
  .header .navbar.fixed-top .logo img {
    width: auto;
  }
}
.header .navbar.fixed-top .nav li a {
  font-size: 17px;
  line-height: 21px;
}
.header .navbar.fixed-top .btn {
  line-height: 40px;
}
.header .navbar.fixed-top .btn-panel::before {
  height: 40px;
}
.header .navbar.fixed-top .btn-konfigurator::before {
  height: 40px;
}
.header .navbar.fixed-top .btn.btn-tel {
  font-size: 18px;
  line-height: 38px;
}
.header .navbar .logo img {
  margin-right: 15px;
  transition: all 0.2s;
}
@media (max-width: 1249px) {
  .header .navbar .logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .navbar .logo img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .logo img {
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100%;
  }
}
.header .navbar .nav > li {
  margin-right: 1.875rem;
  position: relative;
}
@media (max-width: 1309px) {
  .header .navbar .nav > li {
    margin-right: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header .navbar .nav > li {
    margin-right: 0.9rem;
  }
}
.header .navbar .nav > li.menu-item-has-children:hover .sub-menu,
.header .navbar .nav > li.menu-item-has-children:focus .sub-menu {
  display: block;
}
.header .navbar .nav > li > a {
  display: block;
  font-size: 17px;
  line-height: 125%;
  padding: 7px 0;
  transition: all 0.2s;
}
@media only screen and (max-width: 1199px) {
  .header .navbar .nav > li > a {
    font-size: 16px;
  }
}
.header .navbar .nav > li > a::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.header .navbar .nav > li > a:hover,
.header .navbar .nav > li > a:focus,
.header .navbar .nav > li.current-menu-item > a,
.header .navbar .nav > li.current-menu-parent > a {
  text-decoration: none;
}
.header .navbar .nav > li > a:hover::after,
.header .navbar .nav > li > a:focus::after,
.header .navbar .nav > li.current-menu-item > a::after,
.header .navbar .nav > li.current-menu-parent > a::after {
  background: #000;
}
.header .navbar .nav > li.internet > a,
.header .navbar .nav > li.tv > a,
.header .navbar .nav > li.tel > a {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media (max-width: 1649px) {
  .header .navbar .nav > li.internet > a,
  .header .navbar .nav > li.tv > a,
  .header .navbar .nav > li.tel > a {
    padding-left: 30px;
  }
}
@media (max-width: 1429px) {
  .header .navbar .nav > li.internet > a,
  .header .navbar .nav > li.tv > a,
  .header .navbar .nav > li.tel > a {
    padding-left: 0;
  }
}
.header .navbar .nav > li.internet > a {
  background-image: url('../images/icon-menu-internet.svg');
}
@media (max-width: 1429px) {
  .header .navbar .nav > li.internet > a {
    background: none;
  }
}
.header .navbar .nav > li.tv > a {
  background-image: url('../images/icon-menu-tv.svg');
}
@media (max-width: 1429px) {
  .header .navbar .nav > li.tv > a {
    background: none;
  }
}
.header .navbar .nav > li.tel {
  padding-right: 80px;
  position: relative;
}
@media (max-width: 1649px) {
  .header .navbar .nav > li.tel {
    padding-right: 0;
  }
}
@media (min-width: 1650px) {
  .header .navbar .nav > li.tel::after {
    background: #E6E6E6;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 50px;
  }
}
.header .navbar .nav > li.tel > a {
  background-image: url('../images/icon-menu-tel.svg');
}
@media (min-width: 1650px) {
  .header .navbar .nav > li.tel > a::after {
    right: 80px;
  }
}
@media (max-width: 1429px) {
  .header .navbar .nav > li.tel > a {
    background: none;
  }
}
.header .navbar .nav > li .sub-menu {
  background: #fff;
  border: 1px solid #e6e6e6;
  display: none;
  left: -20px;
  list-style: none;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  z-index: 10;
}
.header .navbar .nav > li .sub-menu li {
  margin: 10px 0;
}
.header .navbar .nav > li .sub-menu li.current-menu-item > a {
  text-decoration: underline;
}
.header .navbar .nav > li .sub-menu li a {
  display: block;
  font-size: 15px;
  white-space: nowrap;
}
.header .navbar .btn {
  --bs-btn-padding-x: 1.25rem;
  transition: all 0.2s;
}
.header .navbar .btn-panel {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}
.header .navbar .btn-konfigurator {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}
.header .breadcrumbs {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding: 16px 0;
}
@media only screen and (max-width: 991px) {
  .header .breadcrumbs {
    margin-bottom: 3rem;
  }
}
.header .breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
.header .breadcrumbs .breadcrumb li {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.header .breadcrumbs .breadcrumb li a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.header .breadcrumbs .breadcrumb li a:hover,
.header .breadcrumbs .breadcrumb li a:focus {
  text-decoration: underline;
}
body:not(.home) .main [id]::before {
  content: '';
  display: block;
  height: 72px;
  margin-top: -72px;
  visibility: hidden;
}
.main h1,
.main .h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main h1,
  .main .h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
body.page-template-konfigurator .main h1,
body.page-template-konfigurator .main .h1 {
  text-align: left;
}
body.page-template-porownanie-pakietow .main h1,
body.page-template-porownanie-pakietow .main .h1 {
  margin-bottom: 2.5rem;
}
.main h2,
.main .h2 {
  font-size: 1.875rem;
  line-height: 130%;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .main h2,
  .main .h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
body.privacy-policy .main h2,
body.privacy-policy .main .h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 1.25rem;
}
.main h3,
.main .h3 {
  font-size: 1.5rem;
  line-height: 160%;
  margin-bottom: 2.5rem;
}
.main p {
  line-height: 160%;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .main p {
    margin-bottom: 1.5rem;
  }
}
.main p.h1,
.main p.h2,
.main p.h3,
.main p.h4,
.main p.h5,
.main p.h6 {
  font-weight: 500;
}
.main p.lead {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .main p.lead {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
.main ul,
.main ol {
  margin-bottom: 40px;
}
.main ul li,
.main ol li {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  padding: 5px 0;
}
.main ul ul,
.main ol ul,
.main ul ol,
.main ol ol {
  margin-bottom: 0;
}
body.page-template-dla-biznesu .main ul.nav li:not(:last-child),
body.page-template-dla-biznesu .main ol.nav li:not(:last-child) {
  border-right: 1px solid #E6E6E6;
  margin: 0 1.875rem 0 0;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 991px) {
  body.page-template-dla-biznesu .main ul.nav li:not(:last-child),
  body.page-template-dla-biznesu .main ol.nav li:not(:last-child) {
    margin-right: 0.8rem;
    padding-right: 0.8rem;
  }
}
body.page-template-dla-biznesu .main ul.nav li a,
body.page-template-dla-biznesu .main ol.nav li a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 126%;
  padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  body.page-template-dla-biznesu .main ul.nav li a,
  body.page-template-dla-biznesu .main ol.nav li a {
    font-size: 16px;
  }
}
body.page-template-dla-biznesu .main ul.nav li a:hover,
body.page-template-dla-biznesu .main ol.nav li a:hover,
body.page-template-dla-biznesu .main ul.nav li a:focus,
body.page-template-dla-biznesu .main ol.nav li a:focus {
  text-decoration: underline;
}
.main .nav-pills {
  gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .main .nav-pills {
    gap: 20px;
  }
}
.main .nav-pills .nav-item {
  padding: 0;
}
.main .nav-pills .nav-link {
  background: none;
  color: #000;
  line-height: 130%;
  padding: 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .nav-pills .nav-link {
    font-size: 13px;
  }
}
.main .nav-pills .nav-link.active {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main .nav-pills .nav-link.active::selection {
  -webkit-text-fill-color: #fff;
}
.main .nav-pills .nav-link.active::after {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.main .nav-pills .nav-link span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .main .nav-pills .nav-link span {
    font-size: 15px;
  }
}
.main .tab-pane {
  border: 1px solid #E6E6E6;
  margin-bottom: 2rem;
  padding: 45px 0;
}
@media only screen and (max-width: 991px) {
  .main .tab-pane {
    margin-bottom: 1rem;
    padding: 30px 15px;
  }
}
.main .tab-pane .filters-wrapper {
  display: flex;
  flex-direction: column;
}
.main .tab-pane .filters {
  order: 1;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .main .tab-pane .filters {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main .tab-pane .filters {
    margin-bottom: 2rem;
  }
}
.main .tab-pane .filters span {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .main .tab-pane .filters span {
    display: block;
    margin-bottom: 1rem;
  }
}
.main .tab-pane .filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .main .tab-pane .filters ul {
    gap: 10px;
  }
}
.main .tab-pane .filters ul li {
  font-size: 12px;
  line-height: 15px;
  padding: 0;
}
.main .tab-pane .filters ul li.active button {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main .tab-pane .filters ul li.active button::selection {
  -webkit-text-fill-color: #fff;
}
.main .tab-pane .filters ul li.active button::after {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.main .tab-pane .filters ul li button {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.main .tab-pane .channels {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 16px;
  order: 2;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .main .tab-pane .channels {
    gap: 8px;
  }
}
.main .tab-pane .channels li {
  border: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: 0 0 auto;
  height: 70px;
  padding: 0;
  position: relative;
  width: 70px;
}
@media only screen and (max-width: 991px) {
  .main .tab-pane .channels li {
    height: 68px;
    width: 68px;
  }
}
.main .tab-pane .channels li.inactive {
  opacity: 0.2;
  pointer-events: none;
  filter: grayscale(100%);
}
.main .tab-pane .channels li .image {
  /* align-items: center; */
  display: flex;
  height: 59px;
  /* justify-content: center; */
  position: relative;
  /* text-align: center; */
  width: 59px;
}
@media only screen and (max-width: 991px) {
  .main .tab-pane .channels li .image {
    height: 56px;
    width: 56px;
  }
}
.main .tab-pane .channels li .image .sil-image {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.main .tab-pane .channels li .badge {
  background-position: 0 center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 12px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 12px;
}
.main .tab-pane .channels li .badge-star {
  background-image: url('../images/icon-star.svg');
  left: -2px;
  top: -2px;
}
.main .tab-pane .channels li .badge-sd,
.main .tab-pane .channels li .badge-hd,
.main .tab-pane .channels li .badge-4k {
  right: -2px;
  top: -2px;
}
.main .tab-pane .channels li .badge-sd {
  background-image: url('../images/icon-sd.svg');
}
.main .tab-pane .channels li .badge-hd {
  background-image: url('../images/icon-hd.svg');
}
.main .tab-pane .channels li .badge-4k {
  background-image: url('../images/icon-4k.svg');
}
.main .tab-pane .channels li .badge-new {
  background-image: url('../images/icon-new.svg');
  bottom: -2px;
  right: -2px;
  width: 38px;
}
.main .tab-pane .channels li .badge-pisg {
  background-image: url('../images/icon-pisg.svg');
  width: 38px;
}
.main .tab-pane .channels li .badge-vcr {
  background-image: url('../images/icon-vcr.svg');
  left: -1px;
  bottom: -1px;
}
.main .text-img ul,
.main .renew-contract ul {
  list-style: none;
  padding: 0;
}
.main .text-img ul li,
.main .renew-contract ul li {
  background: url('../images/icon-check.svg') 0 1px no-repeat;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 15px;
  padding: 0 0 0 27px;
}
@media only screen and (max-width: 991px) {
  .main .text-img ul li,
  .main .renew-contract ul li {
    font-size: 13px;
    padding-left: 23px;
  }
}
.main a:not(.btn) {
  color: inherit;
}
.main .table > :not(caption) > * > * {
  padding: 0.4rem 0.5rem 0.5rem;
}
.main .link-tooltip {
  background: url('../images/icon-info.svg') 0 center no-repeat;
  border: none;
  padding-left: 18px;
}
.main .extra-info {
  background: #F2F2F2;
  display: table;
  font-size: 12px;
  line-height: 15px;
  margin: 20px auto 0;
  padding: 8px 40px;
  text-align: center;
}
body.page-template-tv .main .extra-info {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  body.page-template-tv .main .extra-info {
    margin-top: 1.5rem;
  }
}
.main .wpcf7-form p {
  margin-bottom: 20px;
}
.main .wpcf7-form .form-floating {
  display: block;
}
.main .wpcf7-form .wpcf7-text,
.main .wpcf7-form .wpcf7-textarea {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.main .wpcf7-form textarea {
  height: 130px;
}
.main .wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 10px auto;
}
.main .accordion {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 3.75rem;
}
.main .accordion .accordion-button,
.main .accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.main .accordion .accordion-button {
  background: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.main .accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  box-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main .accordion .accordion-button:not(.collapsed)::selection {
  -webkit-text-fill-color: #fff;
}
.main .accordion .accordion-body {
  padding-bottom: 1.25rem;
  padding-top: 0;
  padding-right: 15%;
}
.main #internet-mobilny .accordion:last-child {
  margin-bottom: 0;
}
.main .splide {
  background-color: #359fda;
  color: #ffffff;
  margin-bottom: 2rem;
}
.main .splide__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .splide__list li {
  padding: 0;
}
.main .splide__list li::before {
  background: url('../images/slide-circle.png') 0 center no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .main .splide__list li::before {
    left: -1000px;
    background-size: cover;
  }
}
@media only screen and (max-width: 575px) {
  .main .splide__list li::before {
    left: -867px;
    background-size: cover;
  }
}
.main .splide__list li .container {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 85%;
}
@media (max-width: 1499px) {
  .main .splide__list li .container {
    max-width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .main .splide__list li .container {
    max-width: 84%;
    padding-bottom: 1rem;
  }
}
.main .splide__list li img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main .splide__list li img {
    min-height: 250px;
    object-fit: cover;
    object-position: right;
  }
}
.main .splide__list li .slider-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 1499px) {
  .main .splide__list li .slider-text p {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .splide__list li .slider-text p {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .splide__list li .slider-text p {
    display: none;
    margin-bottom: 1rem;
  }
  .main .splide__list li .slider-text p:nth-child(1) {
    display: block;
  }
}
.main .splide__list li .slider-text p.lead {
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 1499px) {
  .main .splide__list li .slider-text p.lead {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .main .splide__list li .slider-text p.lead {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .main .splide__list li .slider-text p.lead {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main .splide__list li .slider-text p.lead {
    font-size: 18px;
    width: 180px;
  }
}
.main .splide__list li .slider-text p.lead .price {
  font-size: 120px;
  line-height: 90%;
  position: relative;
}
@media (max-width: 1499px) {
  .main .splide__list li .slider-text p.lead .price {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .main .splide__list li .slider-text p.lead .price {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .main .splide__list li .slider-text p.lead .price {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main .splide__list li .slider-text p.lead .price {
    font-size: 24px;
  }
}
.main .splide__list li .slider-text p.lead .price .badge {
  background: #000000;
  border-radius: 60px;
  font-size: 18px;
  height: 50px;
  line-height: 45px;
  padding: 0;
  transform: rotate(13.69deg);
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .main .splide__list li .slider-text p.lead .price .badge {
    left: -50px;
    position: absolute;
    top: 32px;
  }
}
@media (max-width: 1619px) {
  .main .splide__list li .slider-text p.lead .price .badge {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main .splide__list li .slider-text .btn {
    --bs-btn-padding-x: 1rem;
    font-size: 0.7rem;
    line-height: 32px;
  }
}
.main .splide__arrow {
  background: #000000;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .main .splide__arrow {
    height: 30px;
    width: 30px;
  }
  .main .splide__arrow--prev {
    left: 0.4em;
  }
  .main .splide__arrow--next {
    right: 0.4em;
  }
}
.main .splide__arrow:not(:disabled) {
  opacity: 1;
}
.main .splide__arrow svg {
  fill: #ffffff;
}
.main .splide__pagination {
  bottom: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main .splide__pagination {
    bottom: -20px;
  }
}
.main .splide__pagination li {
  padding: 0;
}
.main .splide__pagination__page {
  background: #fff;
  height: 10px;
  margin: 0 5px;
  opacity: 0.4;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .main .splide__pagination__page {
    background: #000;
  }
}
.main .splide__pagination__page.is-active {
  transform: none;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .main .splide__pagination__page.is-active {
    background: #000;
  }
}
.main .top-page {
  background: #E3ECF0;
  margin-bottom: 3.3rem;
  margin-top: calc(-6.25rem - 1px);
  overflow: hidden;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .main .top-page {
    margin-bottom: 2rem;
    margin-top: calc(-3rem - 1px);
  }
}
@media only screen and (max-width: 575px) {
  .main .top-page {
    height: 250px;
  }
}
.main .top-page::before {
  background: url('../images/top-page-bg.png') right center no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .main .top-page::before {
    background-position-x: left;
    left: 26%;
  }
}
@media only screen and (max-width: 991px) {
  .main .top-page::before {
    background-size: contain;
    left: 35%;
  }
}
@media only screen and (max-width: 575px) {
  .main .top-page::before {
    background: none;
  }
}
.main .top-page img {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .main .top-page img {
    left: 47%;
  }
}
@media only screen and (max-width: 991px) {
  .main .top-page img {
    left: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .main .top-page img {
    display: none;
  }
}
.main .top-page .text {
  max-width: 35%;
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) and (max-width: 1399px) {
  body.page-template-dla-niepelnosprawnych .main .top-page .text {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-dla-niepelnosprawnych .main .top-page .text {
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .main .top-page .text {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .top-page .text {
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .main .top-page .text {
    text-align: center;
  }
}
.main .top-page .text h1 {
  font-size: 2.75rem;
  line-height: 130%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .main .top-page .text h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .top-page .text h1 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .main .top-page .text h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  .main .top-page .text h1 br {
    display: none;
  }
}
.main .top-page .text h1:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .main .top-page .text h1:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .top-page .text h1:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.main .top-page .text p {
  font-size: 12px;
  line-height: 15px;
}
.main .top-page .text p:last-child {
  margin-bottom: 0;
}
body.page-template-internet-mobilny .main .top-page .text p,
body.page-template-internet-swiatlowodowy .main .top-page .text p,
body.page-template-internet-bezprzewodowy .main .top-page .text p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 126%;
}
@media only screen and (max-width: 991px) {
  body.page-template-internet-mobilny .main .top-page .text p,
  body.page-template-internet-swiatlowodowy .main .top-page .text p,
  body.page-template-internet-bezprzewodowy .main .top-page .text p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-internet-mobilny .main .top-page .text p,
  body.page-template-internet-swiatlowodowy .main .top-page .text p,
  body.page-template-internet-bezprzewodowy .main .top-page .text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  body.page-template-internet-mobilny .main .top-page .text p,
  body.page-template-internet-swiatlowodowy .main .top-page .text p,
  body.page-template-internet-bezprzewodowy .main .top-page .text p {
    font-size: 1.5rem;
  }
}
body.page-template-internet-mobilny .main .top-page .text p > span,
body.page-template-internet-swiatlowodowy .main .top-page .text p > span,
body.page-template-internet-bezprzewodowy .main .top-page .text p > span {
  font-size: 5.625rem;
  line-height: 90%;
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  body.page-template-internet-mobilny .main .top-page .text p > span,
  body.page-template-internet-swiatlowodowy .main .top-page .text p > span,
  body.page-template-internet-bezprzewodowy .main .top-page .text p > span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  body.page-template-internet-mobilny .main .top-page .text p > span,
  body.page-template-internet-swiatlowodowy .main .top-page .text p > span,
  body.page-template-internet-bezprzewodowy .main .top-page .text p > span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-internet-mobilny .main .top-page .text p > span,
  body.page-template-internet-swiatlowodowy .main .top-page .text p > span,
  body.page-template-internet-bezprzewodowy .main .top-page .text p > span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  body.page-template-internet-mobilny .main .top-page .text p > span,
  body.page-template-internet-swiatlowodowy .main .top-page .text p > span,
  body.page-template-internet-bezprzewodowy .main .top-page .text p > span {
    font-size: 3rem;
  }
}
body.page-template-internet-mobilny .main .top-page .text p > span::selection,
body.page-template-internet-swiatlowodowy .main .top-page .text p > span::selection,
body.page-template-internet-bezprzewodowy .main .top-page .text p > span::selection {
  -webkit-text-fill-color: #fff;
}
body.page-template-internet-mobilny .main .top-page .text p > span span,
body.page-template-internet-swiatlowodowy .main .top-page .text p > span span,
body.page-template-internet-bezprzewodowy .main .top-page .text p > span span {
  font-size: 1.875rem;
  line-height: 90%;
}
@media only screen and (max-width: 991px) {
  body.page-template-internet-mobilny .main .top-page .text p > span span,
  body.page-template-internet-swiatlowodowy .main .top-page .text p > span span,
  body.page-template-internet-bezprzewodowy .main .top-page .text p > span span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-internet-mobilny .main .top-page .text p > span span,
  body.page-template-internet-swiatlowodowy .main .top-page .text p > span span,
  body.page-template-internet-bezprzewodowy .main .top-page .text p > span span {
    font-size: 1rem;
  }
}
body.page-template-internet-mobilny .main .top-page .text p > span span::selection,
body.page-template-internet-swiatlowodowy .main .top-page .text p > span span::selection,
body.page-template-internet-bezprzewodowy .main .top-page .text p > span span::selection {
  -webkit-text-fill-color: #fff;
}
@media only screen and (max-width: 575px) {
  .main .services .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.main .services .col {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 575px) {
  .main .services .col {
    margin-bottom: 0;
  }
}
.main .services .col a {
  background: #F2F2F2;
  color: #000000;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  padding: 40px 20px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .main .services .col a {
    font-size: 20px;
    padding: 30px 15px;
  }
}
.main .services .col a:hover,
.main .services .col a:focus {
  text-decoration: underline;
}
.main .services .col a .icon {
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .main .services .col a .icon {
    margin-bottom: 20px;
    max-width: 60px;
  }
}
.main .bundles {
  background: linear-gradient(to right, #359FD9, #BCCF00, #153A4E);
  margin-bottom: 6.25rem;
  padding: 2px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main .bundles {
    margin-bottom: 3rem;
  }
}
.main .bundles .bundles-inside {
  background: #ffffff;
  padding: 2.3125rem 2.5rem;
}
@media only screen and (max-width: 1199px) {
  .main .bundles .bundles-inside {
    gap: 10px;
    padding: 1.5rem 1.5rem;
  }
}
.main .bundles .bundles-inside h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0.625rem;
}
.main .bundles .bundles-inside p {
  line-height: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .main .bundles .bundles-inside .d-flex {
    gap: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .main .bundles .bundles-inside .d-flex {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.main .bundles .bundles-inside .icon {
  width: 66px;
}
.main .bundles .bundles-inside span {
  background: url('../images/plus.svg');
  display: block;
  height: 12px;
  margin: 0 1.875rem;
  min-width: 12px;
  text-indent: -9999px;
  width: 12px;
}
@media only screen and (max-width: 1199px) {
  .main .bundles .bundles-inside span {
    margin: 0;
  }
}
.main .offer-fiber {
  background: #E3ECF0 url('../images//offer-fiber-circle-8b.png') right center no-repeat;
  margin-bottom: 3.75rem;
  padding: 5.625rem 0;
}
@media (max-width: 1699px) {
  .main .offer-fiber {
    background-size: 62%;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main .offer-fiber {
    margin-bottom: 2.5rem;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .offer-fiber {
    background-image: none;
  }
}
.main .offer-fiber h3,
.main .offer-fiber p {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .main .offer-fiber h3,
  .main .offer-fiber p {
    max-width: none;
  }
}
.main .offer-fiber h3 {
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 2.5rem;
}
@media (max-width: 1699px) {
  .main .offer-fiber h3 {
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main .offer-fiber h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .offer-fiber h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main .offer-fiber h3 br {
    display: none;
  }
}
.main .offer-fiber h3 span {
  font-size: 120px;
  line-height: 90%;
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1699px) {
  .main .offer-fiber h3 span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .main .offer-fiber h3 span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .main .offer-fiber h3 span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main .offer-fiber h3 span {
    display: block;
  }
}
.main .offer-fiber h3 span::selection {
  -webkit-text-fill-color: #fff;
}
.main .offer-fiber h3 span small {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1699px) {
  .main .offer-fiber h3 span small {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .main .offer-fiber h3 span small {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .main .offer-fiber h3 span small {
    font-size: 25px;
  }
}
.main .offer-fiber h3 span small::selection {
  -webkit-text-fill-color: #fff;
}
.main .offer-fiber p {
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 1199px) {
  .main .offer-fiber p {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
}
.main .also-check {
  margin-bottom: 7.5rem;
  gap: 110px;
}
@media (max-width: 1399px) {
  .main .also-check {
    gap: 30px;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main .also-check {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .also-check {
    margin-bottom: 2.5rem;
  }
}
.main .also-check-box {
  color: #000000;
  gap: 30px;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .main .also-check-box {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main .also-check-box {
    margin-bottom: 1.5rem;
  }
}
.main .also-check-box:hover,
.main .also-check-box:focus {
  text-decoration: underline;
}
.main .also-check h3 {
  font-size: 30px;
  line-height: 126%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .main .also-check h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .main .also-check h3 {
    margin-bottom: 2rem;
  }
}
.main .also-check p {
  line-height: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .main .also-check p {
    font-size: 16px;
  }
}
.main .also-check p.lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1199px) {
  .main .also-check p.lead {
    font-size: 20px;
  }
}
.main .also-check p:not(.lead)::after {
  background: url('../images/icon-arrow-right.svg') 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 5px;
  vertical-align: middle;
}
.main .map {
  background: #F2F2F2 url('../images/map-circle.png') 0 center no-repeat;
  background-size: contain;
  margin-bottom: 7.5rem;
  padding: 6.25rem 0;
}
@media (max-width: 1399px) {
  .main .map {
    margin-bottom: 3rem;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .main .map {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .map {
    background-image: none;
    padding: 2rem;
  }
}
.main .map.small {
  background-image: url('../images/map-circle-small.png');
  padding: 5.625rem;
}
@media (max-width: 1399px) {
  .main .map.small {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .map.small {
    background-image: none;
  }
}
.main .map.small h3 {
  font-size: 30px;
  margin-bottom: 1.875rem;
}
@media (max-width: 1399px) {
  .main .map.small h3 {
    font-size: 20px;
    margin-bottom: 1.25rem;
  }
}
.main .map h3,
.main .map p {
  margin-bottom: 1.875rem;
  padding-right: 10px;
}
@media (max-width: 1399px) {
  .main .map h3,
  .main .map p {
    margin-bottom: 1.25rem;
  }
}
.main .map h3 {
  font-size: 48px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .main .map h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .main .map h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .main .map h3 {
    font-size: 22px;
  }
}
.main .need-more h3 {
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 2.5rem;
}
@media (max-width: 1699px) {
  .main .need-more h3 {
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main .need-more h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .need-more h3 {
    font-size: 24px;
  }
}
.main .need-more h4,
.main .need-more p {
  margin-bottom: 1.875rem;
}
.main .need-more h4 {
  font-size: 40px;
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  .main .need-more h4 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
}
.main .need-more-box {
  background-color: #F2F2F2;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 2.5rem;
}
.main .need-more-box > .row {
  min-height: 650px;
  padding: 3.125rem;
}
@media only screen and (max-width: 991px) {
  .main .need-more-box > .row {
    min-height: 420px;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .need-more-box > .row {
    min-height: 500px;
  }
}
.main .need-more-business {
  background-image: url('../images/need-more-business.png');
}
.main .need-more-fiberfon {
  background-image: url('../images/need-more-fiberfon.png');
}
.main .offer-tv {
  background: #F2F2F2 url('../images/offer-tv-circle.png') right center no-repeat;
  margin-bottom: 7.5rem;
  padding: 7.5rem 3.125rem;
}
@media (max-width: 1399px) {
  .main .offer-tv {
    background-position-x: 200%;
    margin-bottom: 3rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main .offer-tv {
    background-position-x: 232px;
  }
}
@media only screen and (max-width: 991px) {
  .main .offer-tv {
    background-position-x: 140px;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .offer-tv {
    background-image: none;
    padding: 2rem;
  }
}
.main .offer-tv h3 {
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 2.5rem;
}
@media (max-width: 1399px) {
  .main .offer-tv h3 {
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main .offer-tv h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .offer-tv h3 {
    font-size: 24px;
  }
}
.main .offer-tv h3 span {
  display: block;
  font-size: 120px;
  line-height: 90%;
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .main .offer-tv h3 span {
    font-size: 60px;
  }
}
.main .offer-tv h3 span::selection {
  -webkit-text-fill-color: #fff;
}
.main .offer-tv h3 span small {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .main .offer-tv h3 span small {
    font-size: 40px;
  }
}
.main .offer-tv h3 span small::selection {
  -webkit-text-fill-color: #fff;
}
.main .offer-tv p {
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  .main .offer-tv .btn {
    margin: 0 0 10px;
  }
}
.main .why-fiberway {
  text-align: center;
}
.main .why-fiberway h3 {
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 4.375rem;
}
@media (max-width: 1399px) {
  .main .why-fiberway h3 {
    font-size: 35px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1199px) {
  .main .why-fiberway h3 {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .why-fiberway h3 {
    font-size: 24px;
  }
}
.main .why-fiberway .icon,
.main .why-fiberway h4 {
  margin-bottom: 1.25rem;
}
.main .why-fiberway h4 {
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .main .why-fiberway h4 {
    font-size: 35px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1199px) {
  .main .why-fiberway h4 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .why-fiberway h4 {
    font-size: 24px;
  }
}
.main .why-fiberway p {
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .main .why-fiberway p {
    margin-bottom: 2rem;
  }
}
.main .legenda {
  border-top: 1px solid #E6E6E6;
  margin-bottom: 50px;
}
body.page-template-porownanie-pakietow .main .legenda {
  margin-bottom: 0;
}
.main .legenda tr > * {
  border-color: #E6E6E6;
}
.main .legenda th {
  white-space: nowrap;
}
.main .legenda .dot {
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  margin-right: 20px;
  width: 13px;
}
@media only screen and (max-width: 991px) {
  .main .legenda .dot {
    margin-right: 5px;
  }
}
.main .legenda .dot.blue {
  background: #31B5CA;
}
.main .legenda .dot.green {
  background: #65B24D;
}
.main .legenda .dot.yellow {
  background: #F4EB37;
}
.main .legenda .badge {
  background-position: 0 center;
  background-repeat: no-repeat;
  border-radius: 0;
  text-indent: -9999px;
  width: 12px;
}
.main .legenda .badge-star {
  background-image: url('../images/icon-star.svg');
}
.main .legenda .badge-sd {
  background-image: url('../images/icon-sd.svg');
}
.main .legenda .badge-hd {
  background-image: url('../images/icon-hd.svg');
}
.main .legenda .badge-4k {
  background-image: url('../images/icon-4k.svg');
}
.main .legenda .badge-new {
  background-image: url('../images/icon-new.svg');
  width: 38px;
}
.main .legenda .badge-pisg {
  background-image: url('../images/icon-pisg.svg');
  width: 38px;
}
.main .legenda .badge-vcr {
  background-image: url('../images/icon-vcr.svg');
}
.main .mapa {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .mapa {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .text-img h3,
  .main .text-img .h3 {
    margin-bottom: 1rem;
  }
  .main .text-img h3 br,
  .main .text-img .h3 br {
    display: none;
  }
}
body.page-template-dla-biznesu .main .text-img:not(:last-child),
body.page-template-dla-niepelnosprawnych .main .text-img,
.main .text-img.router-mesh,
body.page-template-o-nas .main .text-img,
body.page-template-pomoc .main .text-img,
.main .text-img.data-trans,
.main .text-img.you-can-get,
.main .text-img.doc-ver {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  body.page-template-dla-biznesu .main .text-img:not(:last-child),
  body.page-template-dla-niepelnosprawnych .main .text-img,
  .main .text-img.router-mesh,
  body.page-template-o-nas .main .text-img,
  body.page-template-pomoc .main .text-img,
  .main .text-img.data-trans,
  .main .text-img.you-can-get,
  .main .text-img.doc-ver {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}
.main .text-img.router-mesh,
body.page-template-pomoc .main .text-img {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.router-mesh,
  body.page-template-pomoc .main .text-img {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-pomoc .main .text-img img {
    margin-bottom: 2rem;
    max-width: 200px;
  }
}
.main .text-img.router-mesh h2,
.main .text-img.router-mesh p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .main .text-img.router-mesh img {
    margin-bottom: 2rem;
    max-width: 250px;
  }
}
.main .text-img.you-can-get {
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.you-can-get {
    padding-bottom: 2rem;
  }
}
.main .text-img.you-can-get div[class*="row-cols-"] {
  margin-bottom: 10px;
}
.main .text-img.you-can-get .icons {
  margin-bottom: 0;
}
.main .text-img.doc-ver {
  padding-bottom: 50px;
}
.main .text-img.under-packages,
.main .text-img.extra-services,
.main .text-img.multiroom,
.main .text-img.swiatlowod,
.main .text-img.wifi {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .main .text-img.under-packages,
  .main .text-img.extra-services,
  .main .text-img.multiroom,
  .main .text-img.swiatlowod,
  .main .text-img.wifi {
    margin-bottom: 3rem;
  }
}
.main .text-img.extra-services {
  padding-bottom: 3.75rem;
  padding-top: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.extra-services {
    padding-bottom: 1rem;
    padding-top: 3rem;
  }
}
.main .text-img.extra-services img {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.extra-services img {
    margin-bottom: 1rem;
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .main .text-img.extra-services p {
    margin-bottom: 2rem;
  }
}
.main .text-img.multiroom {
  margin-bottom: 3.125rem;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.multiroom {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.main .text-img.swiatlowod {
  padding-bottom: 6.25rem;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .main .text-img.swiatlowod {
    padding-bottom: 3rem;
  }
}
.main .text-img.swiatlowod .text {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.swiatlowod .text {
    padding-top: 2rem;
  }
}
.main .text-img.swiatlowod .text p:last-child {
  margin-bottom: 0;
}
.main .text-img.wifi {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.wifi {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.main .text-img.magnetowid,
.main .text-img.digital-tv {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
}
.main .text-img.digital-tv {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .text-img.digital-tv {
    margin-bottom: 3rem;
  }
}
.main .text-img img:not(.br0) {
  border-radius: 50%;
}
.main .text-img .leaflet img {
  border-radius: 0%;
}
@media only screen and (max-width: 991px) {
  body.page-template-dla-biznesu .main .text-img img {
    margin-bottom: 2rem;
    max-width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  body.page-template-dla-biznesu .main .text-img .btn-outline {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.main .text-img .align-items-center p:last-child {
  margin-bottom: 0;
}
.main .text-img p > .btn {
  margin-left: 10px;
}
.main .text-img a {
  color: inherit;
}
.main .icons {
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 991px) {
  .main .icons {
    margin-bottom: 2rem;
  }
}
.main .icons.border-bottom {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 991px) {
  .main .icons.border-bottom {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}
.main .icons .item {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 991px) {
  .main .icons .item {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .icons .item {
    margin-bottom: 1.875rem;
  }
}
.main .icons img {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .main .icons img {
    margin-bottom: 10px;
  }
}
.main .kontakt-z-nami {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 6.25rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main .kontakt-z-nami {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .main .kontakt-z-nami h3 {
    margin-bottom: 1rem;
  }
}
body.page-template-dla-niepelnosprawnych .main .kontakt-z-nami h3,
body.page-template-wow-fi .main .kontakt-z-nami h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 1.875rem;
}
body.page-template-wow-fi .main .kontakt-z-nami p {
  margin-bottom: 1.875rem;
}
.main .email-tel {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .main .email-tel {
    flex-direction: column;
    gap: 10px;
  }
}
.main .email-tel .email,
.main .email-tel .tel {
  color: #000;
  text-decoration: none;
}
.main .email-tel .email:hover,
.main .email-tel .tel:hover,
.main .email-tel .email:focus,
.main .email-tel .tel:focus {
  text-decoration: underline;
}
.main .email-tel .email img,
.main .email-tel .tel img {
  margin-right: 15px;
}
.main .email-tel .email {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}
.main .email-tel .tel {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
.main .categories-accordions h3 {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.main .categories-accordions .sticky-lg-top h3 {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .main .categories-accordions .sticky-lg-top h3 {
    margin-bottom: 1rem;
  }
}
.main .categories-accordions .nav-link {
  color: #000;
  padding: 0;
  text-transform: uppercase;
}
.main .categories-accordions .nav-link.active {
  font-weight: 700;
  text-decoration: underline;
}
body.page-template-dokumenty .main .categories-accordions .files {
  border-top: 1px solid #E6E6E6;
}
body.page-template-dokumenty .main .categories-accordions .files li {
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  body.page-template-dokumenty .main .categories-accordions .files li {
    gap: 10px;
    padding: 15px 0;
  }
  body.page-template-dokumenty .main .categories-accordions .files li img {
    max-width: 100px;
  }
}
body.page-template-dokumenty .main .categories-accordions .files li .name {
  font-weight: 700;
}
body.page-template-dokumenty .main .categories-accordions .files li a {
  margin-left: auto;
  text-decoration: underline;
}
body.page-template-dokumenty .main .categories-accordions .files li a:hover,
body.page-template-dokumenty .main .categories-accordions .files li a:focus {
  text-decoration: none;
}
.main .ask-question {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  margin-top: 6.25rem;
  padding-bottom: 36px;
  padding-top: 6.25rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main .ask-question {
    margin-bottom: 3rem;
    margin-top: 4rem;
    padding-bottom: 0;
    padding-top: 3rem;
  }
}
body.page-template-przedluz-umowe .main .ask-question {
  margin-top: 4.375rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  body.page-template-przedluz-umowe .main .ask-question {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.main .facilities-disabled {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 3.75rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .facilities-disabled {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .facilities-disabled .col-md-4 {
    margin-bottom: 1rem;
  }
}
.main .facilities-disabled h2 {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .main .facilities-disabled h2 {
    margin-bottom: 2rem;
  }
}
.main .facilities-disabled h3,
.main .facilities-disabled img {
  margin-bottom: 1.25rem;
}
.main .facilities-disabled h3 {
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  .main .facilities-disabled h3 {
    font-size: 1.2rem;
  }
}
.main .facilities-disabled p.bg {
  background: #F2F2F2;
  display: table;
  margin: 3.75rem auto 0;
  padding: 6px 30px;
}
@media only screen and (max-width: 991px) {
  .main .facilities-disabled p.bg {
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .main .facilities-disabled p.bg {
    margin-top: 0;
  }
}
.main .solution-problem {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .solution-problem {
    margin-bottom: 3rem;
  }
}
.main .solution-problem h2 span {
  background: linear-gradient(137.47deg, #BCCF00 17.16%, #359FD9 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main .solution-problem h2 span::selection {
  -webkit-text-fill-color: #fff;
}
.main .questions {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main .questions {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .questions {
    padding-bottom: 0;
  }
}
body.page-template-o-nas .main .questions {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  body.page-template-o-nas .main .questions {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .questions .col-md-3 {
    margin-bottom: 2rem;
  }
}
.main .questions img,
.main .questions h3,
.main .questions p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .main .questions h3 {
    font-size: 1.2rem;
  }
}
.main .yearbooks {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .yearbooks {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.main .yearbooks .yearbook {
  border-top: 1px solid #E6E6E6;
  margin-top: 3.125rem;
  padding-top: 3.125rem;
}
@media only screen and (max-width: 991px) {
  .main .yearbooks .yearbook {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.main .yearbooks .yearbook .d-flex {
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .main .yearbooks .yearbook .d-flex {
    align-items: normal;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 1rem;
  }
}
.main .yearbooks .yearbook p {
  margin-bottom: 30px;
}
.main .yearbooks .yearbook p:last-child,
.main .yearbooks .yearbook p.date,
.main .yearbooks .yearbook p.lead {
  margin-bottom: 0;
}
.main .yearbooks .yearbook .date {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 59.28%);
  font-size: 40px;
  font-weight: 700;
  line-height: 126%;
  max-width: 132px;
  width: 100%;
  word-wrap: break-word;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 991px) {
  .main .yearbooks .yearbook .date {
    font-size: 30px;
    max-width: none;
  }
}
.main .yearbooks .yearbook .date::selection {
  -webkit-text-fill-color: #fff;
}
.main .yearbooks .yearbook .lead {
  font-size: 20px;
  line-height: 125%;
}
@media only screen and (max-width: 1199px) {
  .main .yearbooks .yearbook .lead {
    font-size: 18px;
  }
}
.main .contact-data .d-flex {
  gap: 20px;
}
.main .contact-data .d-flex p.lead {
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 10px;
}
.main .contact-data .d-flex p.lead.tel a,
.main .contact-data .d-flex p.lead.email a {
  color: #000;
  text-decoration: none;
}
.main .contact-data .d-flex p.lead.tel a:hover,
.main .contact-data .d-flex p.lead.email a:hover,
.main .contact-data .d-flex p.lead.tel a:focus,
.main .contact-data .d-flex p.lead.email a:focus {
  text-decoration: underline;
}
.main .contact-data .d-flex p.lead.tel {
  font-size: 40px;
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  .main .contact-data .d-flex p.lead.tel {
    font-size: 30px;
  }
}
.main .contact-data .social {
  margin-bottom: 3.125rem;
  margin-top: 2.5rem;
}
.main .contact-data .social li {
  margin: 0 0 15px;
}
.main .contact-data .social li a {
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #000;
  padding-left: 35px;
  text-decoration: none;
  background-size: 24px;
  line-height: 24px;
  display: block;
}
.main .contact-data .social li a:hover,
.main .contact-data .social li a:focus {
  text-decoration: underline;
}
.main .contact-data .social li a.fb {
  background-image: url('../images/icon-social-fb.svg');
}
.main .contact-data .social li a.insta {
  background-image: url('../images/icon-social-insta.svg');
}
.main .contact-data .social li a.tiktok {
  background-image: url('../images/icon-social-tiktok.svg');
}
.main .contact-data .social li a.telegram {
  background-image: url('../images/icon-social-telegram.svg');
}
.main .contact-data hr {
  margin-bottom: 50px;
  margin-top: 0;
}
.main .contact-data p a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.main .contact-data p a:hover,
.main .contact-data p a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .main .contact-data iframe {
    margin-top: 2rem;
  }
}
.main .type-installation {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .type-installation {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .type-installation img {
    max-width: 200px;
  }
}
.main .type-installation .desc h2,
.main .type-installation .desc p {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 991px) {
  .main .type-installation .desc h2,
  .main .type-installation .desc p {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main .type-installation .desc h2 + p {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main .type-installation .desc h2 {
    margin-top: 1rem;
  }
}
.main .type-installation .desc ol {
  counter-reset: section;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.main .type-installation .desc ol:last-child li:last-child {
  margin-bottom: 0;
}
.main .type-installation .desc ol li {
  margin: 0 0 30px;
  min-height: 36px;
  padding-left: 56px;
  padding-top: 6px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main .type-installation .desc ol li {
    padding-left: 48px;
  }
  .main .type-installation .desc ol li > *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .type-installation .desc ol li {
    margin-bottom: 1.2rem;
  }
}
.main .type-installation .desc ol li::before {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  background-color: #359FD9;
  border-radius: 50px;
  color: #fff;
  content: counter(section);
  counter-increment: section;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px;
}
.main .type-installation .desc img {
  display: block;
  margin: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .main .type-installation .desc img {
    max-width: 100%;
  }
}
.main .box-gradient {
  background: linear-gradient(90deg, #359FD9, #BCCF00, #153A4E);
  background-color: #BCCF00;
  margin-bottom: 3.75rem;
  padding: 2px;
}
@media only screen and (max-width: 991px) {
  .main .box-gradient {
    margin-bottom: 2rem;
  }
}
.main .box-gradient .text {
  background: #fff;
  padding: 35px 50px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main .box-gradient .text {
    padding: 25px;
  }
}
.main .box-gradient p {
  margin-bottom: 10px;
}
.main .box-gradient p:last-child {
  margin-bottom: 0;
}
.main .box-gradient p.lead {
  font-size: 16px;
}
.main .boxes-help {
  margin-bottom: 70px;
  margin-top: 56px;
}
@media only screen and (max-width: 991px) {
  .main .boxes-help {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.main .boxes-help .box {
  background: #F2F2F2;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .main .boxes-help .box {
    padding: 30px;
  }
}
.main .boxes-help .box .icon {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .main .boxes-help .box .icon {
    margin-bottom: 20px;
  }
}
.main .boxes-help .box h2 {
  font-size: 24px;
  margin-bottom: 4px;
}
.main .boxes-help .box p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .main .boxes-help .box p {
    margin-bottom: 20px;
  }
}
.main .boxes-help .box p.lead.tel {
  font-size: 24px;
  margin-bottom: 0;
}
.main .internet-type {
  margin-bottom: 20px;
}
.main .internet-type .nav-link {
  background: none;
  border: none;
  color: #000;
  font-size: 20px;
  line-height: 125%;
  margin-right: 20px;
  padding: 0;
  position: relative;
}
.main .internet-type .nav-link.active::after {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  content: "";
  display: block;
  height: 1px;
  margin-top: 7px;
  width: 100%;
}
.main .internet-type .nav-link.active span {
  padding-bottom: 3px;
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main .internet-type .nav-link.active span::selection {
  -webkit-text-fill-color: #fff;
}
.main .packages {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .main .packages {
    margin-bottom: 2rem;
  }
}
body.page-template-porownanie-pakietow .main .packages {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 6.25rem;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  body.page-template-porownanie-pakietow .main .packages {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.main .packages .package {
  align-items: center;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 58px 13px 38px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main .packages .package {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .main .packages .package {
    padding-top: 1.875rem;
  }
}
.main .packages .package > :last-child {
  margin-bottom: 0 !important;
}
.main .packages .package.active {
  border-color: #BCCF00;
}
.main .packages .package.active .btn {
  background-color: #BCCF00;
}
.main .packages .package.active .btn::before {
  background: url('../images/icon-check-white.svg') 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  width: 18px;
}
.main .packages .package.extra {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .main .packages .package.extra {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .main .packages .package.badge-recommended,
  .main .packages .package.badge-no-limit {
    padding-top: 58px;
  }
}
.main .packages .package.badge-recommended::before,
.main .packages .package.badge-no-limit::before {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  line-height: 130%;
  padding: 6px 10px 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.main .packages .package.badge-recommended::before {
  background: #359FDA;
  content: "Polecana oferta";
}
.main .packages .package.badge-no-limit::before {
  background: #BCCF00;
  content: "Rozmowy, SMS-y i MMS-y bez limitu!";
}
.main .packages .package img,
.main .packages .package .name,
.main .packages .package .price,
.main .packages .package .btn {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 1199px) {
  .main .packages .package img,
  .main .packages .package .name,
  .main .packages .package .price,
  .main .packages .package .btn {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .packages .package img,
  .main .packages .package .name,
  .main .packages .package .price,
  .main .packages .package .btn {
    margin-bottom: 1rem;
  }
}
.main .packages .package .name {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 126%;
}
.main .packages .package .name span {
  font-size: 20px;
  line-height: 125%;
}
.main .packages .package .name small {
  display: block;
  font-size: 30px;
  line-height: 108%;
}
@media only screen and (max-width: 767px) {
  .main .packages .package .name small {
    font-size: 22px;
  }
}
.main .packages .package .name .under-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}
.main .packages .package:not(.extra) .name div {
  padding-bottom: 3px;
  background: linear-gradient(137.47deg, #BCCF00 17.16%, #359FD9 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main .packages .package:not(.extra) .name div::selection {
  -webkit-text-fill-color: #fff;
}
.main .packages .package.extra .name {
  color: #153A4E;
  font-size: 1.875rem;
  margin-bottom: 15px;
}
.main .packages .package .price {
  font-size: 20px;
  line-height: 130%;
}
.main .packages .package p {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .main .packages .package p {
    margin-bottom: 1rem;
  }
}
.main .packages .package p + p {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .main .packages .package p + p {
    margin-bottom: 1rem;
  }
}
.main .packages .package p + .promo {
  margin-top: -1.25rem;
}
@media only screen and (max-width: 767px) {
  .main .packages .package p + .promo {
    margin-top: 0;
  }
}
.main .packages .package .promo {
  color: #359FDA;
  font-size: 12px;
  line-height: 15px;
}
.main .packages .package .promo-price {
  font-size: 14px;
  line-height: 130%;
  margin: 10px 0;
}
.main .packages .extra-packages {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .packages .extra-packages {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .packages p .btn-outline {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 1199px) {
  body.page-template-konfigurator .main .packages p .btn-outline {
    margin-top: 0.8rem;
  }
}
.main .pricelist-tel-mobile {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .pricelist-tel-mobile {
    margin-bottom: 3rem;
    margin-top: 0.8rem;
    padding-bottom: 3rem;
  }
}
.main .pricelist-tel-mobile .table {
  margin-bottom: 50px;
}
.main .pricelist-tel-mobile a {
  display: table;
  font-weight: 700;
  margin: 0 auto;
}
.main .transfer-nr {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .transfer-nr {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.main .transfer-nr h2,
.main .transfer-nr p {
  margin-bottom: 30px;
}
.main .fiberfon {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 6.25rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .main .fiberfon {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.main .pros-tel {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 6.25rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .main .pros-tel {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
.main .pros-tel h2,
.main .pros-tel .item {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .main .pros-tel h2,
  .main .pros-tel .item {
    margin-bottom: 2rem;
  }
}
.main .pros-tel .icons {
  margin-bottom: 0;
}
.main .additional-options h2 {
  margin-bottom: 1.875rem;
}
.main .additional-options .icons .item {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .main .additional-options .icons .item {
    font-size: 1rem;
    gap: 10px;
  }
}
.main .additional-options .icons .item img {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .main .additional-options .icons .item img {
    max-width: 75px;
  }
}
.main .additional-options .icons .item span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 10px;
}
.main .additional-options .icons a.item {
  text-decoration: none;
}
.main .additional-options .icons a.item:hover,
.main .additional-options .icons a.item:focus {
  text-decoration: underline;
}
.main .contract-renewal-doc-ver {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 3.125rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .main .contract-renewal-doc-ver {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
  .main .contract-renewal-doc-ver h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main .contract-renewal-doc-ver .row {
    --bs-gutter-x: 50px;
  }
}
.main .contract-renewal-doc-ver .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main .contract-renewal-doc-ver .item:not(:last-child)::after {
    background: url('../images/arrow-right.svg') 0 1px no-repeat;
    content: "";
    height: 11px;
    position: absolute;
    right: -22px;
    top: calc(50% - 5px);
    width: 45px;
  }
}
.main .contract-renewal-doc-ver .nr {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 1.25rem;
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 59.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .main .contract-renewal-doc-ver .nr {
    margin-bottom: 0.5rem;
  }
}
.main .contract-renewal-doc-ver .nr::selection {
  -webkit-text-fill-color: #fff;
}
.main .renew-contract {
  text-align: center;
}
.main .renew-contract h3 {
  font-size: 30px;
  line-height: 126%;
  margin-bottom: 20px;
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 991px) {
  .main .renew-contract h3 {
    font-size: 20px;
  }
}
.main .renew-contract h3::selection {
  -webkit-text-fill-color: #fff;
}
.main .renew-contract .row .row {
  height: calc(100% - 60px);
}
.main .renew-contract .item {
  background-color: #F2F2F2;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 60px 30px 76px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main .renew-contract .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main .renew-contract .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .renew-contract .item:not(.badge-recommended) {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.main .renew-contract .item.badge-recommended {
  border-left: 2px solid #BCCF00;
  border-right: 2px solid #BCCF00;
}
@media only screen and (max-width: 1199px) {
  .main .renew-contract .item.badge-recommended {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .main .renew-contract .item.badge-recommended {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .main .renew-contract .item.badge-recommended {
    padding-bottom: 80px;
    padding-top: 50px;
  }
}
.main .renew-contract .item.badge-recommended::before,
.main .renew-contract .item.badge-recommended::after {
  background: #BCCF00;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  line-height: 130%;
  padding: 6px 10px 8px;
  position: absolute;
  width: 100%;
}
.main .renew-contract .item.badge-recommended::before {
  content: "Najwygodniejsza metoda";
  top: 0;
}
.main .renew-contract .item.badge-recommended::after {
  bottom: 0;
  content: "Najczęściej wybierana metoda zawierania umów";
  padding-left: 30px;
  padding-right: 30px;
}
.main .renew-contract .item.badge-recommended ol li::before {
  background: linear-gradient(137.47deg, #BCCF00 17.16%, #359FD9 89.2%);
}
.main .renew-contract .item.badge-recommended ul li {
  background-image: url('../images/icon-check-green.svg');
}
.main .renew-contract .item *:last-child {
  margin-bottom: 0;
}
.main .renew-contract .item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 62px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main .renew-contract .item h4 {
    min-height: 37px;
  }
}
@media only screen and (max-width: 991px) {
  .main .renew-contract .item h4 {
    font-size: 13px;
    line-height: 110%;
    margin-bottom: 40px;
  }
}
.main .renew-contract .item h4::after {
  background: #D9D9D9;
  bottom: -22px;
  content: "";
  height: 1px;
  left: -30px;
  position: absolute;
  right: -30px;
}
@media only screen and (max-width: 991px) {
  .main .renew-contract .item h4::after {
    left: -10px;
    right: -10px;
  }
}
.main .renew-contract .item img {
  margin-bottom: 20px;
}
.main .renew-contract .item ol,
.main .renew-contract .item ul {
  list-style: none;
  padding: 0;
}
.main .renew-contract .item ol {
  counter-reset: section;
}
@media only screen and (max-width: 991px) {
  .main .renew-contract .item ol li {
    font-size: 13px;
  }
}
.main .renew-contract .item ol li:not(:last-child) {
  padding-bottom: 30px;
}
.main .renew-contract .item ol li::before {
  background: linear-gradient(137.47deg, #359FD9 17.16%, #153A4E 89.2%);
  border-radius: 50px;
  color: #FFF;
  content: counter(section);
  counter-increment: section;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  line-height: 34px;
  margin: 0 auto 15px;
  width: 36px;
}
.main .renew-contract .item .pros {
  padding-top: 30px;
  position: relative;
  text-align: left;
}
.main .renew-contract .item .pros::before {
  background: #D9D9D9;
  content: "";
  height: 1px;
  left: -30px;
  position: absolute;
  right: -30px;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .main .renew-contract .item .pros::before {
    left: -10px;
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .main .renew-contract .item .pros::before {
    left: -20px;
    right: -20px;
  }
}
.main .renew-contract .item .pros p {
  margin-bottom: 20px;
}
.main .leaflet-popup-content .ipmap-hdr {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  padding: 10px;
  text-align: left;
}
.main .leaflet-popup-content .ipmap-hdr b {
  font-weight: 700;
  font-size: 20px;
}
.main .leaflet-popup-content ul li {
  margin: 0 0 15px;
  padding: 0 0 0 27px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.main .leaflet-popup-content ul li.svc-eth10 {
  background: url('/wp-content/uploads/2025/11/ipmap-eth.svg') 0 0 no-repeat;
}
.main .leaflet-popup-content ul li.svc-eth100 {
  background: url('/wp-content/uploads/2025/11/ipmap-eth.svg') 0 0 no-repeat;
}
.main .leaflet-popup-content ul li.svc-alien {
  background: url('/wp-content/uploads/2025/11/ipmap-wave.svg') 0 0 no-repeat;
}
.main .leaflet-popup-content ul li.svc-dark {
  background: url('/wp-content/uploads/2025/11/ipmap-fiber.svg') 0 0 no-repeat;
}
.main .leaflet-popup-content ul li.svc-inet {
  background: url('/wp-content/uploads/2025/11/ipmap-inet.svg') 0 0 no-repeat;
}
.footer {
  background: #153A4E;
  color: #ffffff;
  margin-top: 7.5rem;
  padding: 6.25rem 0 3.125rem;
}
@media only screen and (max-width: 991px) {
  .footer {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.footer a:not(.btn) {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:not(.btn):hover,
.footer a:not(.btn):focus {
  text-decoration: underline;
}
.footer .nav {
  margin-bottom: 2.5rem;
}
.footer .nav.social li a {
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding-left: 23px;
}
.footer .nav.social li a.fb {
  background-image: url('../images/icon-social-fb-white.svg');
}
.footer .nav.social li a.insta {
  background-image: url('../images/icon-social-insta-white.svg');
}
.footer .nav.social li a.tiktok {
  background-image: url('../images/icon-social-tiktok-white.svg');
}
.footer .nav.social li a.telegram {
  background-image: url('../images/icon-social-telegram-white.svg');
}
.footer .nav li:not(:last-child) {
  margin-bottom: 18px;
}
.footer .nav li a {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}
.footer-top .col-auto {
  margin-bottom: 2.5rem;
}
.footer-top .col-auto .d-flex {
  gap: 25px;
}
.footer-top p,
.footer-top span {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
.footer-top p.lead,
.footer-top span.lead {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 0.625rem;
}
.footer-top p.small-lead,
.footer-top span.small-lead {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}
.footer-top p.tel,
.footer-top span.tel {
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .footer-top p.tel,
  .footer-top span.tel {
    font-size: 26px;
  }
}
.footer-top p.vertical-line,
.footer-top span.vertical-line {
  height: 100%;
  width: 1px;
  background: #fff;
  margin: 0 15px;
}
.footer-top p.hours,
.footer-top span.hours {
  line-height: 100%;
  white-space: pre-line;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .footer-top p.hours,
  .footer-top span.hours {
    margin: 0 32px;
  }
}
.footer-top p.hours .lead,
.footer-top span.hours .lead {
  display: inline;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 6.25rem;
  padding-top: 6.25rem;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.footer-bottom address {
  font-size: 12px;
  line-height: 15px;
}
.footer-bottom .gray {
  color: #496878;
  font-size: 12px;
  line-height: 15px;
  margin-top: 1.875rem;
}
.footer-bottom .btn {
  --bs-btn-padding-x: 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  border: 2px solid #fff;
  transition: 300ms;
}
.footer-bottom .btn::before {
  background-image: url('../images/icon-profile.svg');
  height: 40px;
}
.footer-bottom .btn:hover,
.footer-bottom .btn:focus {
  background: #fff;
  border-color: #bccf00;
}
.footer-bottom .d-flex {
  gap: 30px;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .d-flex {
    flex-direction: column;
    gap: 15px;
  }
}
.footer-bottom .d-flex p {
  margin-bottom: 0;
}
/* dolna belka z linkami */
.footer-bottom .bottom-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 0.5rem;
  list-style: none;
  margin: 0;
}
.footer-bottom .bottom-links li {
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 0.5rem;
}
.footer-bottom .bottom-links li:last-child {
  border-right-width: 0px;
}
/* WordPress Core */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 1.875rem 1.875rem;
}
.alignleft {
  float: left;
  margin: 5px 1.875rem 1.875rem 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
.gallery img:hover {
  background: white;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
button.active > [data-active="false"] {
  display: none !important;
}
button:not(.active) > [data-active="true"] {
  display: none !important;
}
.cart-circle-container {
  background-color: #153a4e;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1.5em;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: background-color 0.4s;
  z-index: 5;
}
.cart-circle-container:hover {
  background-color: #01598a;
}
.cart-circle-container:focus,
.cart-circle-container:active {
  background-color: #153a4e;
  transition: none;
}
.cart-circle-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #ff2600;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  height: 1.5em;
  width: 1.5em;
  padding: 0px;
  right: 3px;
  top: 4px;
}
.cart-circle-icon {
  width: 4em;
  height: 4em;
  vertical-align: -3.5em;
}
/*# sourceMappingURL=style.css.map */