.h2stopka {
	color:black;
	
}
.astopka {
	color:black;
	padding: 0px;
}
.ulgatitle {
	size:10px;
}
.stopka {
	
	color:white;
	text-decoration:none;
	padding-bottom:0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom:-11px;
/* Wykonał stronę Tomasz Kaczmarski	 */
	
}
.stopka:hover {
	color:#01b2ec;
}

.mod-padding-zero {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ui-tabs-nav, .kc_tab_content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

ul.ui-tabs-nav > li > a {
	border: 2px solid #dedede;
	border-radius: 10px;
}

ul.ui-tabs-nav > li.ui-tabs-active > a, ul.ui-tabs-nav > li > a:hover {
	border: 2px solid #01b2ec;
	border-radius: 10px;
}






/* 
=============================================
    Channel List Styles - Pakiet Socjalny
    (Isolated styles - no WordPress interference)
=============================================
*/

/* Font face definitions - scoped to channel list only */
@font-face {
    font-family: 'FigtreeChannelList';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/figtree/v9/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FigtreeChannelList';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/figtree/v9/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Channel List Wrapper - All styles scoped */
.channel-list-wrapper {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'FigtreeChannelList', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.channel-list-wrapper * {
    box-sizing: border-box;
}

.channel-list-wrapper .channel-section {
    background: #fafafa;
    padding: 5rem 0;
}

.channel-list-wrapper .channel-section h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: inherit;
    font-weight: 700;
    color: #3b3664;
    margin: 0 0 2rem 0;
    padding: 0;
}

.channel-list-wrapper .package-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.channel-list-wrapper .package-header h4 {
    margin: 0;
}

.channel-list-wrapper .package-header-logos {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
    gap: 1.25rem;
}

.channel-list-wrapper .package-header-logo {
    display: block;
    max-width: 100%;
    height: auto;
}

.channel-list-wrapper .package-header-logo--metro {
    width: 165px;
}

.channel-list-wrapper .package-header-logo--favicon {
    width: 58px;
}

/* Channels List */
.channel-list-wrapper .channels-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.channel-list-wrapper .channels-list li {
    margin: 0 1rem 1rem 0;
    position: relative;
    padding: 0;
    list-style: none;
}

.channel-list-wrapper .channels-list li::before {
    display: none !important;
}

.channel-list-wrapper .channels-list li img.logo {
    width: 6rem;
    height: 3rem;
    padding: 0.75rem;
    background: #f4f4f4;
    border-radius: 0;
    object-fit: contain;
    object-position: center center;
    transition: all 0.3s ease;
    display: block;
    border: none;
    box-shadow: none;
}

.channel-list-wrapper .channels-list li:hover img.logo {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Program Info Tooltip */
.channel-list-wrapper .channels-list li .program-info {
    font-weight: 400;
    font-family: inherit;
    background: #ffffff;
    border-radius: 4px;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-7.5rem);
    width: 15rem;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
}

.channel-list-wrapper .channels-list li .program-info p {
    font-size: 1rem;
    color: #3b3664;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.channel-list-wrapper .channels-list li .program-info p:not(:last-child) {
    margin-bottom: 0.5rem;
}

.channel-list-wrapper .channels-list li:hover .program-info {
    display: block;
}

.channel-list-wrapper .channels-list li .program-info strong {
    font-weight: 700;
    color: #1e3063;
}

.channel-list-wrapper .channels-list li .program-info br {
    display: inline;
}

/* Responsive Styles for Channel List */
@media only screen and (max-width: 767px) {
    .channel-list-wrapper .channel-section {
        padding: 2.5rem 0;
    }

    .channel-list-wrapper .package-header {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .channel-list-wrapper .package-header-logos {
        margin-left: 0;
        justify-content: center;
    }

    .channel-list-wrapper .channel-section h4 {
        font-size: 1.6rem;
    }

    .channel-list-wrapper .channels-list li img.logo {
        width: 90px;
        height: 40px;
    }

    .channel-list-wrapper .channels-list li .program-info {
        width: 150px;
        transform: translateX(-75px);
    }

    .channel-list-wrapper .channels-list li .program-info p {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 480px) {
    .channel-list-wrapper .channels-list {
        justify-content: center;
    }
    
    .channel-list-wrapper .channels-list li {
        margin: 0 0.5rem 1rem 0.5rem;
    }
    
    .channel-list-wrapper .channel-section h4 {
        font-size: 2rem;
        text-align: center;
    }

    .channel-list-wrapper .channels-list li .program-info {
        left: auto;
        right: 0;
        transform: none;
        width: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .channel-list-wrapper .channels-list li img.logo {
        width: 80px;
        height: 35px;
    }
}

@media only screen and (max-width: 479px) {
.accordion-swiatlowod {
  padding-bottom:8px;
  width: 90%;
  margin-left: 5%;
}
}

@media only screen and (min-width: 480px) and (max-width: 999px) {
.accordion-swiatlowod {
  padding-bottom:8px;
  width: 90%;
  margin-left: 5%;
}
}

@media only screen and (max-width: 479px) {
.tekst-oferta-telewizja{
font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  margin-left: 5%;
}
}

@media only screen and (min-width: 480px) and (max-width: 999px) {
.tekst-oferta-telewizja{
font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  margin-left: 5%;
}
}



@media only screen and (min-width: 480px) and (max-width: 999px) {
.szybka-instalacja-tv
,.roznorodnosc-tv
,.kazda-kieszen-tv{ 
margin-left: -5%;
}
}

@media only screen and (max-width: 479px) {
.szybka-instalacja-tv {
margin-left: 3%;
}
.roznorodnosc-tv{
margin-left: 3%;
padding-right: 8%;
}
.kazda-kieszen-tv{
margin-left: 3%;
}
}
@media only screen and (max-width: 479px) {
  body.kc-css-system .kc-css-852871 p {
    font-size:14px;
    line-height:28px;
    margin-top:-20px;
  }
}

@media only screen and (max-width: 479px) {
.kanalow-255
,.metro-tv
,.epg
,.n-PVR
,.CatchUP-TV
,.pauza{
margin-left: 5%;
padding-right: 10%;
margin-top: 1%;
}
}


@media only screen and (min-width: 480px) and (max-width: 999px) {
.kanalow-255
,.metro-tv
,.epg
,.n-PVR
,.CatchUP-TV
,.pauza{
padding-right: 5%;
}
}
@media only screen and (max-width: 479px ) {
  .kc_column_inner.socjalny-1,
  .kc_column_inner.socjalny-2,
  .kc_column_inner.ekonomiczny-1,
  .kc_column_inner.ekonomiczny-2,
  .kc_column_inner.startowy-1,
  .kc_column_inner.startowy-2,
  .kc_column_inner.optymalny-1,
  .kc_column_inner.optymalny-2,
  .kc_column_inner.bogaty-1,
  .kc_column_inner.bogaty-2 {
    width: 90% !important;
    margin-left: 7.5% !important;
    margin-bottom: 5% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .kc_column_inner.socjalny-1,
  .kc_column_inner.socjalny-2,
  .kc_column_inner.ekonomiczny-1,
  .kc_column_inner.ekonomiczny-2,
  .kc_column_inner.startowy-1,
  .kc_column_inner.startowy-2,
  .kc_column_inner.optymalny-1,
  .kc_column_inner.optymalny-2,
  .kc_column_inner.bogaty-1,
  .kc_column_inner.bogaty-2 {
    width: 50% !important;
    margin-left: 25% !important;
    margin-bottom: 5% !important;
  }
}

.kc_tabs_nav.ui-tabs-nav.kc_clearfix {
  margin-left: 10%;
}
@media only screen and (max-width: 479px ) {
.pakiety-tv-button  {
color: #ffffff;
  background-color: #01b2ec;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  width: 75% !important;
  border: 2px solid #ffffff;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 35px 20px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
}

@media only screen and (min-width: 480px) and (max-width: 999px) {
.pakiety-tv-button  {
color: #ffffff;
  background-color: #01b2ec;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  width: 50% !important;
  border: 2px solid #ffffff;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 35px 20px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
    .cennik-okres-umowy-tv{
        text-align: center;
    }
}
.main-header .nav-outer .main-menu{
    padding-left: 0px;
}

.main-menu .navigation li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px ;
}

.main-menu .navigation li a {
    position: relative;
    display: block;
    color: #8b888e;
    font-size: 16px ;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 200ms ease;
    opacity: 1;
    padding: 46px 0 46px;
    font-family: 'Rajdhani', sans-serif;
}

.footer-area {
  position: relative;
  display: block;
  background: black;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 3;
  display: none;
}

.kc_tabs_nav.ui-tabs-nav.kc_clearfix {
  margin-left: -1px;
}


@media only screen and (max-width: 479px ) {
  .kc_column_inner.Net-500-swiatlowod-1,
  .kc_column_inner.Net-500-swiatlowod-2,
  .kc_column_inner.Net-800-swiatlowod-1,
  .kc_column_inner.Net-800-swiatlowod-2 {
    width: 90% !important;
    margin-left: -19% !important;
    margin-bottom: 5% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .kc_column_inner.Net-500-swiatlowod-1,
  .kc_column_inner.Net-500-swiatlowod-2,
  .kc_column_inner.Net-800-swiatlowod-1,
  .kc_column_inner.Net-800-swiatlowod-2  {
    width: 50% !important;
    margin-left: 25% !important;
    margin-bottom: 5% !important;
  }
}

