@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
   margin: 0;
   padding: 0;
   outline: none;
}

body {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
 }

ul {
   margin: 0;
   padding: 0;
}

a {
   color: #050505;
}
a:hover {
   color: #1A45C2;
}

a:active,
a:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    line-height: normal;
}

a,
a:hover,
a:focus
{
   outline: none;
   text-decoration: none;
}
a:active {
   outline: none;
}
i {
    font-style: normal;
}

button,
button:focus,
button:active,
button:hover {
   outline: none;
}


.mobile-banner {
    width: 650px; 
    border-radius: 0px;
}

.FontBannerTel {
    font-size: 28px;
    color:white; 
    font-weight: normal; 
}

.BannerTel {
    position: fixed !important; 
    bottom: 0px; 
    width: calc(35% - 20px); 
    left: calc(50% - 260px); 
    padding: 5px; 
    border-radius: 2px;
}

.sport0 {
    position:absolute; 
    opacity:1; 
    border:0px solid; 
    border-radius:10px; 
    top:10px; 
    left: -40px;
    padding-top:-32px; 
    margin-left: 55px; 
    margin-right: 50px; 
    margin-bottom : 50px;
    width: 800px;
    height: 600px;
}

.sport {
    position:absolute; 
    opacity:1; 
    border:0px solid; 
    border-radius:10px; 
    top:0px; 
    left: -110px;
    padding-top:-32px; 
    margin-left: 55px; 
    margin-right: 50px; 
    width: 800px;
    height: 600px;
}

.sport2 {
    position:relativee; 
    opacity:1; 
    border:0px solid; 
    border-radius:10px; 
    width: 800px;
    height: 500px;
}




p,
ul {
   margin: 0;
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
}

ul {
   list-style: none;
}



.mySlides {display:none; z-index: 10;}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:12px;width:12px;padding:0; z-index: 999999; margin-top: -40px;}








/* CUSTOM SCROLL */

::-webkit-scrollbar {
   width: 10px;
}

::-webkit-scrollbar-track {
   background: #c2c2c2;
}

::-webkit-scrollbar-thumb {
   background: #1A45C2;
}

::-webkit-scrollbar-thumb:hover {
   background: #888;
}

/* GLOBAL STYLE */

.bold { font-weight: 600;}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%) !important;
}

.bg-blue .title-wrapper h2,
.bg-blue .title-wrapper p {
    color:#fff;
}

.container-wrapper {
    padding-left: 8%;
    padding-right: 8%;
    max-width: 1920px;
    margin: 0 auto;
    transition: .2s;
}

.title-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0;
}

.title-wrapper h1 {
   font-weight: 600;
   font-size: 56px;
   line-height: 1.4;
   color: #fff;
}

.title-wrapper h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.8;
    color: #050505;
    margin-bottom: 12px;
}

.title-wrapper p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #808395;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* CARD */

.card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(26, 69, 194, 0.05);
    border-radius: 8px;
    border: 1px;
    text-align: center;
    padding: 80px 30px 25px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0px 4px 10px rgba(26, 69, 194, .2);
    border-color:blue;
}

.card .card-icon .icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.card .card-icon .icon.icon-dyn-pj-10 {
    background-image: url("../img/dynamic-300-pj-11.png");
    width: 200px; 
    height: 100px;
    border-radius: 0;
}

.card .card-icon .icon.icon-pow-pj-10 {
    background-image: url("../img/power-600-pj-11.png");
    width: 200px; 
    height: 100px;
    border-radius: 0;
}

.card .card-icon .icon.icon-spd-pj-10 {
    background-image: url("../img/speed-1000-pj-11.png");
    width: 200px; 
    height: 100px;
    border-radius: 0;
}


.card .card-icon .icon.icon-1 {
    background-image: url("../img/icon-01.webp");
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.card .card-icon .icon.icon-2 {
    background-image: url("../img/canal-plus-blue.png");
     width: 160px;
    height: 90px;
    border-radius: 0;
    top: -20px; 
    left:190px;
    background-size:90%;
    padding-bottom:20px;
    border: 1px solid;
    border-color: #bfccff;
    border-radius:5px;
    background-color:white;
}

.card .card-icon .icon.icon-3 {
    background-image: url("../img/icon-03.webp");
    width: 240px;
    height: 70px;
    border-radius: 0;
}

.card .card-icon .icon.icon-3max {
    background-image: url("../img/hbo-plus-max-blue.png");
    width: 160px;
    height: 90px;
    border-radius: 0;
    top: -20px; 
    left:190px;
    background-size:90%;
    padding-bottom:20px;
    border: 1px solid;
    border-color: #bfccff;
    border-radius:5px;
    background-color:white;
}

.card .card-icon .icon.icon-4 {
    background-image: url("../img/cinemax-hd-blue.png");
    width: 160px;
    height: 90px;
    border-radius: 0;
    top: -20px; 
    left:190px;
    background-size:90%;
    padding-bottom:20px;
    border: 1px solid;
    border-color: #bfccff;
    border-radius:5px;
    background-color:white;
}
.card .card-icon .icon.icon-5x {
    background-image: url("../img/filmbox-hd-blue.png");
    width: 160px;
    height: 90px;
    border-radius: 0;
    top: -20px; 
    left:190px;
    background-size:90%;
    padding-bottom:20px;
    border: 1px solid;
    border-color: #bfccff;
    border-radius:5px;
    background-color:white;
}

.card .card-icon .icon.icon-5 {
    background-image: url("../img/standard-150.png");
    width: 200px; 
    height: 100px;
    border-radius: 0;
}
.card .card-icon  .icon-promo
{   
    position: relative;
    width:80px; 
    right:-80px; 
    top:0px;
}
.card .card-icon  .icon-promo-new
{   
    position: relative;
    width:64px; 
    right:-70px; 
    top:3px;
}
.card .card-icon  .icon-promo-new-w180
{   
    position: relative;
    width:70px; 
    right:-62px; 
    top:-9px;
}
.card .card-icon  .icon-promo-w180
{   
    position: relative;
    width:70px; 
    right:-60px; 
    top:0px;
}

.card .card-price .icon-top1
{   
    position: relative;
    width:70px; 
    left:0px; 
    top:-10px;
    margin-bottom:-30px;
}

.card .card-price .icon-top1-tv
{   
    position: relative;
    width:70px; 
    left: -25px; 
    top:-35px;
    margin-bottom:-30px;
}
.icon-pdf {
    background-image: url("../img/pdf-icon-64.png");
    width: 32px; 
    height: 26px;
    background-size: 85%;
    background-repeat: no-repeat;
}
.card .card-icon .icon.icon-6 {
    background-image: url("../img/dynamic-300-pj-11.png?i=1");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-7 {
    background-image: url("../img/power-600-pj-11.png?i=1");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-8 {
    background-image: url("../img/speed-1000-pj-11.png?i=1");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}

 .icon.icon-9 {
    background-image: url("../img/4-pack.png");
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
  .icon.icon-10 {
    background-image: url("../img/symetric.png");
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.icon.icon-11 {
    background-image: url("../img/quality.png");
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}
 .icon.icon-12 {
    background-image: url("../img/router.png");
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}


.icon.icon-13 {
    background-image: url("../img/sim-icon.png");
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}




.card .card-icon .icon.icon-20 {
    background-image: url("../img/mini-blue.png");
    top: -30px;
    width: 180px; 
    height: 70px;
    margin-left: 50px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-21 {
    background-image: url("../img/smart-blue.png");
    top: -30px;
    width: 180px; 
    height: 70px;
    margin-left: 50px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-22 {
    background-image: url("../img/optimum-blue.png");
    top: -30px;
    width: 180px; 
    height: 70px;
    margin-left: 50px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-23 {
    background-image: url("../img/platinium-blue.png");
    top: -30px;
    width: 180px; 
    height: 70px;
    margin-left: 50px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}


 .card .card-icon .icon.icon-19 {
    background-image: url("../img/starthd.png");
    width: 200px; 
    height: 100px;
    border-radius: 0;
    background-size: 85%;
}

.card .card-icon .icon.icon-24 {
    background-image: url("../img/smart-plus.png");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-25 {
    background-image: url("../img/premium-plus.png");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-26 {
    background-image: url("../img/maxi-plus1.png");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 1px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}

.card .card-icon .icon.icon-27 {
    background-image: url("../img/dynamic-300-nopromo.png");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-28 {
    background-image: url("../img/power-600-new-nopromo-shadow.png");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-29 {
    background-image: url("../img/speed-1000-new-nopromo-shadow.png");
    top: -30px;
    width: 220px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}


.card .card-icon .icon.icon-30 {
    background-image: url("../img/gsm-mini-blue.png");
    top: -30px;
    width: 200px; 
    height: 80px;
    margin-left: 0px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-31 {
    background-image: url("../img/gsm-standard-blue.png");
    top: -30px;
    width: 200px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-32 {
    background-image: url("../img/gsm-optima-blue.png");
    top: -30px;
    width: 200px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-33 {
    background-image: url("../img/gsm-ultra-blue.png");
    top: -30px;
    width: 200px; 
    height: 80px;
    margin-left: 40px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    background-color: white;
    background-size: 95%;;
}


.card .card-icon .icon.icon-34 {
    background-image: url("../img/internet+tv+blank-eti.png?id=1");
    top: -40px;
    width: 180px; 
    height: 70px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    margin-left:45px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-35 {
    background-image: url("../img/internet+tv+blank-eti.png?id=1");
    top: -40px;
    width: 180px; 
    height: 70px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    margin-left:45px;
    background-color: white;
    background-size: 95%;
}
.card .card-icon .icon.icon-36 {
    background-image: url("../img/internet+tv+blank-eti.png?id=1");
    top: -40px;
    width: 180px; 
    height: 70px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    margin-left:45px;
    background-color: white;
    background-size: 95%;
}

.card .card-icon .icon.icon-36-1 {
    background-image: url("../img/internet+tv+blank-eti.png?id=1");
    top: -40px;
    width: 180px; 
    height: 70px;
    border: 2px solid;
    border-color:#cfdfff;
    border-radius: 10px;
    margin-left:45px;
    background-color: white;
    background-size: 95%;
}

.card .card-icon .icon.icon-37 {
    background-image: url("../img/lte-standard.png");
    width: 220px; 
    height: 100px;
    border-radius: 0;
}
.card .card-icon .icon.icon-38 {
    background-image: url("../img/lte-optima.png");
    width: 220px; 
    height: 100px;
    border-radius: 0;
}
.card .card-icon .icon.icon-39 {
    background-image: url("../img/lte-ultra.png");
    width: 220px; 
    height: 100px;
    border-radius: 0;
}

.card .card-icon .icon.icon-40 {
    background-image: url("../img/Eleven_Sports.png");
    width: 220px; 
    height: 100px;
    border-radius: 0;
}
.card .card-icon .icon.icon-41 {
    background-image: url("../img/viaplay-logo.webp");
    width: 220px; 
    height: 100px;
    border-radius: 0;
}

.card .card-icon .icon.icon-42 {
    background-image: url("../img/wiecej-sportu-ico-new.png?a=1");
    width: 220px; 
    height: 100px;
    border-radius: 0;
}

.card .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 52px;
}

.card .card-price {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    color: #808395;
}

.card .card-price span,
.card .card-price .cena-zloty{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    color: #1A45C2;
    margin: 0 7px;
}

.card .card-price .cena-groszy{
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    text-decoration: underline;
    line-height: 52px;
    color: #1A45C2;
    margin: -10 7px;
    position: relative;
    margin-left: -5px; 
    top: -10px;
}

.card .card-description {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 20px;
}

.card .card-description img {
    margin: 0 auto;
    min-height: 150px;
    display: block;
}

.card .btn {
    margin-top: 40px;
    width: 100%;
}

.dot {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 134px;
    width: 134px;
    transition: 2s ease-in-out;
}

.dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: orange;
    transition: .6s ease-in;
}

.dot.dot-1 {
    transform: rotate(0deg);
    transition: .5s ease-in;
    transition-delay: 0s;
    z-index: 2;
}

.dot.dot-2 {
    transform: rotate(120deg);
    transition: .5s ease-in;
    transition-delay: .15s;
    z-index: 3;
}

.dot.dot-3 {
    transform: rotate(240deg);
    transition: .5s ease-in;
    transition-delay: .2s;
    z-index: 2;
}

.tabs-section .nav-tabs {
    justify-content: center;
    border-bottom: none;
}

.tabs-section .nav-tabs .nav-link {
    border: 1px solid #1A45C2;
    border-radius: 0;
    box-sizing: border-box;
    transition: .2s ease-in;
}

.tabs-section .nav-tabs .nav-link:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tabs-section .nav-tabs .nav-link:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tabs-section .nav-tabs .nav-link.active {
    box-sizing: border-box;
    background: #1A45C2;
    color: #fff;
}

.tabs-section .tab-content {
    padding-top: 130px;
}

.input {
    padding: 7px 10px;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    transition: .2s;
}

.input:hover,
.input:focus {
    border: 1px solid #6767aF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 7px 10px;
    transition: .2s;
}

.scroll-up {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    transform: translateY(-8px);
    animation-duration: 2s;
    animation-name: up-down;
    animation-iteration-count: infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(-8px);
    }
}

.scroll-up i {
    width: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: #1A45C2;
}

.scroll-up i:before {
    font-size: 42px;
}

.burger {
   display: none;
   position: fixed;
   top: 10px;
   left: 0px;
   height: 40px;
   transform: translateX(0);
   width: 50px;
   flex-direction: column;
   justify-content: center;
   align-items: stretch;
   background: #1B46C2;
   border: 2px solid #1B46C2 ;
   padding: 12px 10px;
   border-radius: 5px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   transition: 0.3s ease-in-out;
   cursor: pointer;
   z-index: 10001;
}

.burger.active {
    background: #1B46C2 ;
    transform: translateX(175px);
}

.burger.active span:nth-child(1) {
    transform: translate(0px, 5px) rotate(-45deg) ;
}
.burger.active span:nth-child(2) {
    transform: scaleX(0);
}
.burger.active span:nth-child(3) {
    transform: translate(0px, -5px) rotate(45deg) ;
}

.burger:hover {
   background: #fff;
}

.burger:hover span {
    background: #1B46C2 ;
 }

.burger span {
   background: #fff;
   height: 2px;
   width: 100%;
   margin-bottom: 4px;
   display: block;
}

.burger span:last-child {
   margin-bottom: 0;
}

.btn-box {
   display: flex;
   align-items: center;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    transition: .2s;
}


.btn-f {
    color: #fff;
    background-color: #11186f;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    transition: .5s;
}

.btn-f:hover {
    color: #1A45C2;
    background: #fff;
 }

.btn-1 {
    color: #fff;
    background: #1A45C2;
    border: 1px solid #1A45C2;
    border-radius: 8px;
    padding: 12px 25px;
}

.btn-1:hover {
    color: #1A45C2;
    background: #fff;
 }

 .btn-2 {
    color: #1A45C2;
    background: #fff;
    border: 1px solid #1A45C2;
    border-radius: 8px;
    padding: 9px 15px;
}

.btn-2:hover {
    color: #fff;
    background: #1A45C2;
}

.btn-3 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}

.btn-3:hover,
.btn-3:hover i {
    color: #1A45C2;
}

.btn-4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    border: 1px solid orange;
    background-color: orange;
    color: #FFFFFF;
}

.btn-4:hover {
    background-color: #fff;
    color: orange;
}

.btn-5 {
    color: #fff;
    background-color: #1A45C2;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 9px 15px;
}

.btn-5:hover {
    color: #fff;
    background: orange;
}


.btn-delete{
    color: white;
    width:20px;
    height:20px
    background-color: #1A45C2;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 3px 3px;
    line-height:10px;
    font-size:16px; 
}
.btn-delete:hover {
    color: #1A45C2;
    background-color: #fff;
    
}

.btn i {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

.link {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #1A45C2;
}

/* HEADER */

header {
    position: relative;
    height: 60px;
    width: 100%;
    background-color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    transition: 2s;
    z-index: 10000;
    border-bottom: 1px solid rgba(255, 255, 255, .2); 
}

header.fixed.home,
header.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(33, 33, 33, .2);
    transform: translateY(-60px);
    animation: slideIn 2s forwards;
    height: 60px;
}

@keyframes slideIn {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
  }

header.home {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 2 ease-in;
}

header.home .header-wrapper {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-wrapper {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-wrapper .logo-box {
    width: 15%;
    
}

header .header-wrapper .logo {
   display: block;
}

header .logo {
    display: block;
    background-image: url("../img/logo-fiber-media-4x1-blue.png?A=5");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0px;
    width: 180px;
    height: 45px;
}

header.home .logo {
    background-image: url("../img/logo-fiber-media-4x1-white.png?A=5");
    width: 190px;
}

header.fixed .logo,
header.home.fixed .logo {
    background-image: url("../img/logo-fiber-media-4x1-blue.png?A=5");
    width: 200px;
}


header .schop-nav
{   position:relative;
    width: 30px;
    display: flex;
    justify-content: space-between;
    align-items: right;
    z-index: 1;
    right: -80px;
}

header .header-wrapper .schop-box {
    width: 30px;
    font-size: 26px;
    padding-top:26px;
    z-index: 1;
}

header .header-wrapper .schop {
   display: block;
   z-index: 1;
}
header .schop i {
    display: block;
    position: relative;
    color: #ccc;
    width: 30px;
    height: 40px;
    z-index: 1;
}

header.home .schop i {
    color: #ccc;
    width: 30px;
    z-index: 1;
}

header.fixed .schop i,
header.home.fixed .schop i {
   color: #1A45C2;
    width: 30px;
    z-index: 1;
}


header .header-wrapper.schop-count {
   position: relative;
   display: block;
   top:-32px;
   left:15px; 
   padding-top:20px;
   padding-left:20px;
   font-size:8px;
   width: 15px;
   height: 15px; 
   border-radius: 50%;
   z-index: 1;
}

header.home .schop-count p {
    position: relative;
    display: block;
    top:-34px;
    left:10px; 
    font-size:11px;
    padding-left:4px;
    color: #ccc;
    width: 15px;
    height: 15px;
    background-color: #1A45C2;
    border-radius: 50%; 
    z-index: 1; 
}

header.fixed .schop-count p,
header.home.fixed .schop-box .schop-count p {
    position: relative;
    display: block;
    top:-34px;
    left:10px; 
    font-size:11px;
    padding-left:4px;
    color: #1A45C2;
    width: 15px;
    height: 15px;
    background-color: #def;
    border-radius: 50%;
    z-index: 1;
}




header .header-wrapper .btn-box {
    width: 150px;
    justify-content: flex-end;
}

header .header-wrapper .btn {
    padding: 5px 15px;
}

/* MENU */

header .menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    
}

header .menu ul li {
    margin-right: 36px;
    position: relative;
}

header .menu ul li:last-child {
    margin-right: 0;
}

header .menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    position: relative;
    transition: .2s;
}


 

header .menu ul li.dropdown a:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #050505 transparent transparent transparent;
    transition: 0.1s;
}
header .menu ul li.dropdown:hover a:before {
    content: "";
    border-color: #1A45C2 transparent transparent transparent;
}

header .menu ul li.dropdown.active a:before {
    content: "";
    transform: translateY(-50%) rotate(180deg);
    border-color: #1A45C2 transparent transparent transparent;
}


.dropdownshopcard a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 60px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #050505 transparent transparent transparent;
    transition: 1.5s;
}

.dropdownshopcard:hover a:before {
    content: "";
    border-color: #1A45C2 transparent transparent transparent;
}

.dropdownshopcard.active a:before {
    content: "";
    transform: translateX(-50%) rotate(180deg);
    border-color: #1A45C2 transparent transparent transparent;
}

.submenushopcard {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 360px;
    height: auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, .2);
}

.submenushopcard li:not(:last-child) {
    margin-bottom: 10px;
}


.submenushopcard li a {
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #050505;
    transition: 1.5s;
}

.submenushopcard li a::before {
    content: "";
    display: none;
}

.submenushopcard li a:hover {
    color: #1A45C2;
}

.submenushopcard li a i {
    font-size: 18px;
    color: #1A45C2;
    margin-right: 10px;
}





header .mobile-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 175px;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateX(-100%);
    transition: .3s ease;
    z-index: 1;
}

/* STYLE DROPDOWN MENU ONLY FORM HOME-PAGE */

header.home .menu ul li a {
    color: #fff;
    display: block;
}

header.home .menu ul li.dropdown a:before {
    content: "";
    border-color: #fff transparent transparent transparent;
}

header.home .menu ul li.dropdown:hover a:before {
    content: "";
    border-color: #1A45C2 transparent transparent transparent;
}

/* =================================  */

header .menu ul li.dropdown.active a:before {
    content: "";
    transform: translateY(-50%) rotate(180deg);
    border-color: #1A45C2 transparent transparent transparent;
}

header .menu ul li a {
    color: #1A45C2;
}

header.fixed .menu ul li a {
    color: #050505;
}
header.fixed .menu ul li a.active {
    color: #1A45C2;
}

header .menu ul li a:hover,
header .menu ul li a.active {
    color: #5A85F2;
    text-decoration: none;
    border-bottom: 1px solid;
    webkit-animation-name: fadesA;
    -webkit-animation-duration: 1s;
    animation-name: fadesA;
    animation-duration: 1s;   
    font-weight: 600;
}      

@-webkit-keyframes fadesA {
  0%   { opacity: 0.6; width: 0px}
  60%   { opacity: 0.9; width: 100%}
  100%  { opacity: 1; width: 100%}
  0%   { opacity: 1; width: 0px} 
}

@keyframes fadesA {
  0%   { opacity: 0.6; width: 0px}
  60%   { opacity: 0.9; width: 100%}
  100%  { opacity: 1; width: 100%}
  0%   { opacity: 1; width: 0px} 
}

header .menu ul li a.out {
    color: #5A85F2;
    text-decoration: none;
    border-bottom: 1px solid;
    webkit-animation-name: fadesB;
    -webkit-animation-duration: .6s;
    animation-name: fadesB;
    animation-duration: .6s;   
    font-weight: 600;
}

@-webkit-keyframes fadesB {
  0%   {border-bottom: 1px solid; opacity: 1; width: 100%}
  100%  {border-bottom: 1px solid; opacity: 1; width: 1%} 
}

@keyframes fadesB {
  0%   {border-bottom: 1px solid; opacity: 1; width: 100%}
  100%  {border-bottom: 1px solid; opacity: 1; width: 1%}
}

header .menu ul li a {
    color: #5A85F2;
    text-decoration: none;
    border-bottom: 0px solid;
    webkit-animation-name: fadesB;
    -webkit-animation-duration: .6s;
    animation-name: fadesB;
    animation-duration: .6s;   
    font-weight: 600;
} 
.noanim {
    color: #5A85F2;
    text-decoration: none;
    border-bottom: 0px solid;
    font-weight: 500;
    webkit-animation-name: none;
    animation-name: none;
}


header .menu ul li a.wyrozniony {
    color: #ff3355;
    font-weight: 700;
}
      
header .menu ul li > .submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 450px;
    height: auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, .2);
}

header .menu ul li > .submenu li:not(:last-child) {
    margin-bottom: 10px;
    text-decoration: none;
    border-bottom: 0px solid;
    font-weight: 500;
    webkit-animation-name: none;
    animation-name: none;
}

header.fixed.home .menu ul li a {
    color: #050505;
}
header.fixed .menu ul li a.active {
    color: #1A45C2;
}
header.fixed.home .menu ul li a:hover {
    color: #1A45C2;
}

header .menu ul li > .submenu li a {
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #050505;
    transition: 0.1s;
    text-decoration: none;
    border-bottom: 0px solid;
    font-weight: 500;
    webkit-animation-name: none;
    animation-name: none;
}

header .menu ul li > .submenu li a::before {
    content: "";
    display: none;
}

header .menu ul li > .submenu li a:hover {
    color: #1A45C2;
    text-decoration: none;
    border-bottom: 0px solid;
    font-weight: 500;
    webkit-animation-name: none;
    animation-name: none;
}

header .menu ul li > .submenu li a i {
    font-size: 18px;
    color: #1A45C2;
    margin-right: 10px;
}

/* MAIN FRONTPAGE */

main {
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
}

 #particles-js {
    height: calc(100vh - 30px);
    top: -30px;
    width: 100%;
} 

.frontpage {    
    margin-top:60px;
    margin-bottom:-30px;
    height: calc(100vh - 30px);
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

.frontpage-home {
    background-color: #000;
    background-image: url("../img/main-home-bg4-2.jpg");
    background-position: center right;
    background-size: cover;
}
,main-bg.webp{}

.frontpage-1 {
    background-color: #000;
    background-image: url("../img/abstract_internet.png");
    background-position: center right;
    background-size: cover;
}

.frontpage-2 {
    background-color: #000;
    background-image: url("../img/tv-backg-blue-tv.jpg?ww=1");
    background-position: center right;
    background-size: cover;
}

.frontpage-3 {
    background-color: #000;
    background-image: url("../img/5g_smart_phone-blue.webp");
    background-position: center right;
    background-size: cover;
}

.frontpage-4 {
    background-color: #000;
    background-image: url("../img/tv-background-blue-tv-smart-3-m-cy-dodatek-jesien-2023.jpg");
    background-position: center right;
    background-size: cover;
}
.frontpage-5 {
    background-color: #000;
    background-image: url("../img/global-net.jpg");
    background-position: center right;
    background-size: cover;
}
.frontpage-6 {
    background-color: #000;
    background-image: url("../img/interspeed-banner.webp");
    background-position: center left;
    background-size: cover;
}

.frontpage-contact {
    background-image: url("../img/kontakt-new.webp");
    background-position: center;
    background-size: cover;
}

.frontpage .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    width: 660px;
}

.frontpage .info.center {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
}

.frontpage .info.center .title-wrapper {
    width: 600px;
    margin: 0 auto 35px;
    text-align: center;
}

.frontpage .info.white .title-wrapper h1,
.frontpage .info.white .title-wrapper p {
    color: #fff;
}

.frontpage .info.center .btn-box {
    margin: 0 auto;
    justify-content: center;
}

.frontpage .info.center .btn-box .btn {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.frontpage .info .title-wrapper {
    margin-bottom: 35px;
}

.frontpage .info .title-wrapper h1 {
    margin-bottom: 40px;
    color: #050505;
}

.frontpage .info .title-wrapper p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #050505;
}

.frontpage .info .btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
}

.frontpage .info .btn {
    width: 70%;
    margin-right: 15px;
}

.frontpage .info .btn:last-child i.play {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-right: 10px;
}

.frontpage .info .btn:last-child {
    margin-right: 0;
}

/* STYLES ONLY FOR HOME PAGE */


.frontpage-home .info .title-wrapper h1 {
    margin-bottom: 40px;
    color: #fff;
}

.frontpage-home .info .title-wrapper p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}

/* COUNTUP */

.countup {
    padding: 43px 0;
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%);
    position: relative;
    z-index: 3;
}

.countup .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.countup .wrapper .column {
    width: calc(25% - 20px);
}

.countup-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.countup .counterup-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countup .counter-box {
    height: 134px;
    width: 134px;
    border: 1px solid rgba(51, 255, 255, 0.6);
    border-radius: 50%;
    padding: 13px;
    margin: 0 auto 13px;
    text-align: center;
    position: relative;
    transform: rotate(0deg);
    transition: 2s ease-in;
    z-index: 1;
}

.countup .counter {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #1A45C2;
    transition: .2s;
}

.countup .counter-info {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

/* ========================== */

.circle-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.circle-box .icon {
    background-color: rgba(255, 255, 255, .5);
    padding: 15px;
    height: 134px;
    width: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.7); 
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.circle-box .icon i {
    color: #fff;
    font-size: 80px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
    width: 108px;
    position: absolute;
    transform: scale(1);
    transition: .3s ease-in;
    z-index: 2;
}

.circle-box .text {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.circle-box .icon:hover .dot-1 {
    transform:  rotate(45deg);
    transition-delay: 0s;
}

.circle-box .icon:hover .dot-2 {
    transform:  rotate(165deg);
    transition-delay: .15s;
}

.circle-box .icon:hover .dot-3 {
    transform:  rotate(285deg);
    transition-delay: .3s;
}

.circle-box .icon:hover i {
    transform: scale(1.15);
}

/* HOME PAGE // UsĹugi ĹwiatĹowodowe dla domu */

.fiber-optic-services {
    background: linear-gradient(180deg, #F8F9FF 0%, #FFFFFF 100%);
    padding: 40px 100px 90px;
    position: relative;
    z-index: 3;
}

.fiber-optic-services .column {
    width: calc(33.33% - 20px);
}

.fiber-optic-services .title-wrapper {
    margin-bottom: 80px;
}

.fiber-optic-services .card {
    padding: 80px 55px 50px;
}

.fiber-optic-services .btn {
    margin-top: 40px;
    width: 100%;
}

/* SECTION BANNER */

.banner {
    
    left: 0;
    bottom: 0;    
    height: 100vh;
    width: 100%; 
    position: relatve;
    z-index: 0;
}

.banner-2 .column {
    width: calc(50% - 75px);
}

.banner p {
    background-color: #fff;
    background-image: url("../img/abstract_internet.png");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
}

.banner.full-img img {
    width: 1920px;
    height: 100%;
    object-fit: contain;
}

.banner-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    color: #fff;
    position: relative;
}

.banner-2 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-2 .wrapper .column {
    width: calc(50% - 40px);
    margin-bottom: 30px;
}

.banner-2 .title {
    margin-bottom: 15px;
}

.banner-2 ul li {
    display: inline-flex;
}

.banner-2 ul li i {
    height: 16px;
    width: 12px;
    color: #fff;
    position: relative;
    margin-right: 15px;
}

.banner-2 ul li:not(:last-child) {
    margin-bottom: 25px;
}

.banner-2 .btn-box {
    justify-content: center;
}
.banner-2 .btn-box .btn {
    width: 50%;
}

/* MAP */

.map {
    background-color: #fff;
    position: relative;
    padding-bottom: 100px;
    z-index: 3;
}

.map iframe {
    width: 100%;
}

/* LOCATION */

.location {
    position: relative;
    z-index: 3;
}

.location-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.location-wrapper .column {
    width: calc(50% - 20px);
}

.location .tab-pane {
    padding: 20px 20px;
}

.location .nav-link {
    background-color: transparent;
    color: #050505;
    transition: 0.3s;
}

.location .nav-link.active {
    background-color: #3E68E3;
    color: #fff;
}

.location .select-box {
    margin-bottom: 20px;
}

.location .select-box select {
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 7px 12px;
}


.location .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.location .wrapper .input-box {
    margin-bottom: 30px;
    padding-top: 20px;
}

.location .wrapper .input-box:nth-child(1) {
    width: 80%;
}

.location .wrapper .input-box:nth-child(2) {
    width: 15%;
}

.location .wrapper .input-box input {
    width: 100%;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 7px 12px;
}



/* INTERNET PAGE */

.benefits {
    padding: 75px 0;
}

.benefits .wrapepr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.benefits .title-wrapper {
    width: 440px;
    margin: 0 auto 30px;
    text-align: calc();
}

.benefits .title-wrapper p {
    font-weight: 600;
}

.benefits .benefit-item {
    width: calc(33% - 15px);
}

.benefits .benefit-body {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}

.benefits .image-box {
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-image: url(../img/benefit-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    text-align: center;
    transition: .2s;
}

/* PAGE TV // oferty-tv */

.packages-internet,
.packages-tv,
.packages-tv-plus { 
    background-color: #f8fbff;
    padding: 75px 0 100px;
    position: relative;
    z-index: 3;
}

.packagess-internet .title-wrapper,
.packages-tv .title-wrapper { 
    margin: 0 0 50px;
}

.packages-internet .card .btn,
.packages-tv .card .btn,
.packages-tv-plus .card .btn {
    margin-top: 10px;
}

.packages-internet .card .btn:first-child,
.packages-tv .card .btn:first-child,
.packages-tv-plus .card .btn:first-child {
    margin-top: 30px;
}

.packages-internet .column,
.packages-tv .column{
    width: calc(25% - 20px);
}

.packages-internet .card,
.packages-tv .card {
    padding: 80px 25px 25px;
}

.packages-internet .prd-img{
    width: calc(100% - 20px)
}
/* PAGE TV // oferty-tv PREMIUM */

.packages-tv-plus .column {
    width: calc(33% - 20px);
}

.packages-tv-plus .card {
    padding: 100px 60px 25px;
}

.packages-tv-plus .card-icon .icon {
    position: relative;
}

/* PAGE MIX // oferty-laczone */

.packages .card {
    padding: 80px 60px 25px;
}

.packages .column {
    width: calc(33% - 20px);
}

.packages .card .btn {
    margin-top: 10px;
}

.packages .card .btn:first-child {
    margin-top: 30px;
}

/* PAGE MIX // SECTION equipment */

.equipment {
    padding: 50px 0;
    margin: 0 auto;
}

/* PAGE CONTACT */

.contact {
    padding: 30px 10%;
    color: #fff;
}

.contact a {
    color: #fff;
}

.contact .column {
    width: calc(50% - 20px);
}

.contact .contact-box {
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%);
    border-radius: 10px;
    padding: 70px 50px;
    height: auto;
    min-height: 655px;
}

.contact .contact-box h3:not(:last-child),
.contact .contact-box p:not(:last-child) {
    margin-bottom: 20px;
}

.contact .contact-box p {
    font-weight: 500;
}

.contact .contact-box a {
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
}

.contact .icon {
    margin-bottom: 35px;
}

.contact .icon i {
    font-size: 52px;
}

.contact-form {
    background: linear-gradient(180deg, #F8F9FF 0%, #FFFFFF 100%);
    padding-bottom: 100px;
}

.contact-form form {
    width: 525px;
    margin: 0 auto;
}

.contact-form .input-box {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
}

.contact-form .input-box:last-child {
    margin-bottom: 0;
}

.contact-form .input-box label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #808395;
}

.contact-form .input-box input{
    width: 100%;
}

.contact-form .input-box textarea{
    width: 100%;
}

/* FOOTER */

footer {
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #fff;
}

footer a {
    display: block;
    color: #fff;
    transition: .2s;;
}

footer a:hover {
    color: #050505;
}

footer p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

footer .logo {
    margin-bottom: 25px;
}

footer .wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

footer .wrapper .column {
    width: 32%;
}

footer .wrapper .column p:not(:last-child) {
    margin-bottom: 30px;
}

footer ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

footer ul li:not(:last-child) {
    margin-bottom: 15px;
}

footer .footer-body {
    padding: 60px 0 50px;
}

footer .footer-copyright {
   text-align: center;
   padding: 30px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.7);
}

footer .footer-copyright .column {
    width: calc(50% - 15px);
}

footer .footer-copyright .column:last-child {
    text-align: right;
}

.m0 {
   margin: 0px !important;
}
.mt0 {
   margin-top: 0px !important;
}
.mb0 {
   margin-bottom: 0px !important;
}
.mt10 {
   margin-top: 10px;
}
.mt20 {
   margin-top: 20px !important;
}
.mt30 {
   margin-top: 30px !important;
}
.mt40 {
   margin-top: 40px;
}
.mt50 {
   margin-top: 50px;
}
.mt60 {
   margin-top: 60px;
}
.mt70 {
   margin-top: 70px;
}
.mt80 {
   margin-top: 80px;
}
.mt100 {
   margin-top: 100px;
}
.mt130 {
   margin-top: 130px;
}
.mt-50 {
   margin-top: -50px;
}
.mt-60 {
   margin-top: -60px;
}
.mt-100 {
   margin-top: -100px;
}
.mb0 {
   margin-bottom: 0px;
}
.mb5 {
   margin-bottom: 5px !important;
}
.mb10 {
   margin-bottom: 10px !important;
}
.mb20 {
   margin-bottom: 20px;
}
.mb30 {
   margin-bottom: 30px;
}
.mb40 {
   margin-bottom: 40px;
}
.mb50 {
   margin-bottom: 50px;
}
.mb70 {
   margin-bottom: 70px;
}
.mb80 {
   margin-bottom: 80px;
}
.mb100 {
   margin-bottom: 100px;
}
.mb150 {
   margin-bottom: 150px;
}
.mb200 {
   margin-bottom: 200px;
}
.ml0 {
   margin-left: 0 !important;
}
.ml10 {
   margin-left: 10px !important;
}
.ml20 {
   margin-left: 20px !important;
}
.mr0 {
   margin-right: 0 !important;
}
.pt0 {
   padding-top: 0 !important;
}
.pt20 {
   padding-top: 20px;
}
.pt30 {
   padding-top: 30px;
}
.pt50 {
   padding-top: 50px;
}
.pt75 {
   padding-top: 75px;
}
.pt80 {
   padding-top: 80px;
}
.pt100 {
   padding-top: 100px;
}
.pt130 {
   padding-top: 130px;
}
.pt150 {
   padding-top: 150px;
}
.pb0 {
   padding-bottom: 0px;
}
.pb20 {
   padding-bottom: 20px;
}
.pb30 {
   padding-bottom: 30px;
}
.pb50 {
   padding-bottom: 50px;
}
.pb75 {
   padding-bottom: 75px;
}
.pb80 {
   padding-bottom: 80px;
}
.pb100 {
   padding-bottom: 100px;
}
.pb130 {
   padding-bottom: 130px;
}
.pb150 {
   padding-bottom: 150px;
}
.pr5 {
   padding-right: 5px;
}
.pr10 {
   padding-right: 10px;
}
.pr15 {
   padding-right: 15px;
}
.pr20 {
   padding-right: 20px;
}
.pl5 {
   padding-left: 5px;
}
.pl10 {
   padding-left: 10px;
}
.p30 {
   padding: 30px;
}
.p20 {
   padding: 20px;
}
.p10 {
   padding: 10px;
}
.center {
   text-align: center;
   margin: 0 auto;
}





.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
    background: url(../../img/underlay.png) repeat 0 0 !important;
    cursor: pointer !important;
    -webkit-filter: blur(1.8px);
    -moz-filter: blur(1.8px);
    -ms-filter: blur(1.8px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='2'/></filter></svg>#blur");
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
}

.z-m-w__terms.danger div, .z-m-w__terms.danger span {
    color: #fff;
}

.z-m-w__terms.danger {
    background-color: red;
}

.zcwPopup {
display: none;
text-align: center;
position: fixed;
left: 50%;
top: 65%;
z-index: 99992 !important;
width: 480px!important;
margin: -280px 0 0 -300px;
height: auto !important;
padding: 30px !important;
border-radius: 2px !important;
-webkit-box-shadow: 0 0 12px #cecece !important;
-moz-box-shadow: 0 0 12px #cecece !important;
-ms-box-shadow: 0 0 12px #cecece !important;
box-shadow: 0 0 2px #cecece !important;
font-family: 'ProximaNova-Light', sans-serif !important;
font-size: 21px !important;
background-color: #1B46C2;
background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%) !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
opacity: 1;
color: black;
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
color: white;
}

.zcwPopup-title {
text-align: center;
color: white;
}

#zcwPopup-raty {
    padding-left: 10px;
}

#zcwPopup-raty img {
display: inline !important;
}

.zcwPopup-close {
z-index: 99992 !important;
cursor: pointer !important;
text-decoration: none;
color: white;
position: absolute;
top: 10px;
right: 10px;
}

.zcwPopup-content {
font-size: 14px;
}

.zcwPopup-countdown {
font-weight: bold;
display: none;
}

.zcwPopup .link {
text-decoration: underline;
cursor: pointer;
}

.zcwPopup .powered_by {
margin-top: 7px;
font-size: 12px;
color: #777777 !important;
}

.zcwPopup .powered_by a {
font-weight: bold !important;
color: #777777 !important;
text-decoration: underline !important;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
background-color: #eee;
color: white;
margin: 10px;
padding:10px
width: auto !important;
height:30px;
border-radius:4px;
color: black;
border: solid 1px #999999;
display: inline !important;
}

.zcwPopup button {
margin-top:5px;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
border: 1px solid red;
}

#zcwMiniButton {
position:fixed;
left: 20px;bottom: 30px;
width:60px;
height:60px;
cursor:pointer;
opacity:1;
z-index:99990;
}

#zcwMiniButton #zcwMiniButtonMain {
-moz-border-radius:50% !important;
-webkit-border-radius:50% !important;
border-radius:50% !important;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
background-color:rgb(70,100,240);
width:60px;
height:60px;
    box-shadow: 0 0 1px 1px rgba(0,0,100, 1), 0 0 1px 1px rgba(0,0,100,0), 0 0 0 0 rgba(0,0,100, 1);
}

#zcwMiniButton #zcwMiniButtonMain:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
background-image:url(../img/mobile-phone.png);
background-size:35%;
background-repeat:no-repeat;
background-position:center center;
}

#zcwMiniButton:hover {
opacity:0.8;
}

button{
    color: #bdf;
    background: #1A45C2;
    border: 1px solid #1A45C2;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top:10px;
    margin-left:20px;
    margin-right:20px;            
    }
.zcwPopup-deferred,
.zcwPopup-active{
    color: #bdf;
}


.dottoltip {
  height: 18px;
  width: 18px;
  padding-top:0px;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50%;
  display: inline-block;
  cursor:pointer;
}


.tooltipy {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltipy .tooltiptext {   
  width: 240px;
  background-color: #fefeff;
  color: #248;
  font-family: 'Montserrat', sans-serif; 
  text-align: center;
  font-size:12px;
  border: 1px solid;
  border-color: #eee;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  bottom: 120%;
  left: 50%;
  margin-left: -150px;
  box-shadow: 0 0 1px 1px rgba(150,180,200, .3), 0 0 2px 2px rgba(150,180,200,.2), 0 0 3px 3px rgba(150,180,200, .1);
  
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
  
}
.tooltipy .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: blue transparent transparent transparent;
}
.tooltipy:hover .tooltiptext {
  opacity: 1;
}

    
.blue-light{
    color: #1775f8;
}
.borderblue{
  border: 1px solid;
  border-radius: 6px;
  border-color:#cddeef;      
}
.borderpromo{
  border: 1px solid;
  border-radius: 6px;
  border-color:#EF7F1A;
  background-image:url(../img/promo-bg.png);
  background-size:25%;
  background-repeat:no-repeat;
  background-position:top left;      
}


.borderpromo-5{
  border: 1px solid;
  border-radius: 6px;
  border-color:#a7c5ff;
  background-image:url(../img/border-promo-5-rok-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}
  

.borderpromo-10{
  border: 1px solid;
  border-radius: 6px;
  border-color:#a7c5ff;
  background-image:url(../img/border-promo-10-rok-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}

.borderpromo-15{
  border: 1px solid;
  border-radius: 6px;
  border-color:#a7c5ff;
  background-image:url(../img/border-promo-15-rok-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}

.borderpromo-5-24{
  border: 1px solid;
  border-radius: 6px;
  border-color:#bAcFfF;
  background-image:url(../img/border-promo-5-24-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}

.borderpromo-10-24{
  border: 1px solid;
  border-radius: 6px;
  border-color:#bAcFfF;
  background-image:url(../img/border-promo-10-24-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}

.borderpromo-50-6{
  border: 1px solid;
  border-radius: 6px;
  border-color:#EF7F1A;
  background-image:url(../img/border-promo-50-proc-6mcy.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}


.borderpromo-20-6{
  border: 1px solid;
  border-radius: 6px;
  border-color:#a7c5ff;
  background-image:url(../img/border-promo-20-6-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}
.borderpromo-40-6{
  border: 1px solid;
  border-radius: 6px;
  border-color:#a7c5ff;
  background-image:url(../img/border-promo-40-6-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}
.borderpromo-60-6{
  border: 1px solid;
  border-radius: 6px;
  border-color:#a7c5ff;
  background-image:url(../img/border-promo-60-6-blue.png);
  background-size:100px;
  background-repeat:no-repeat;
  background-position:top left;      
}

.border3year{
  z-index: 10;
  border: 1px solid;
  border-radius: 6px;
  border-color:#cddeef;
  background-image:url(../img/3-lata-gwarancji.png);
  background-size:150px;
  background-repeat:no-repeat;
  background-position:top left; 
  padding: 35px;
  width: 80%;    
}
.mercusys{
  z-index: 10;
  border: 1px solid;
  border-radius: 6px;
  border-color:#dddddd;
  background-image:url(../img/mercusys-logo.png);
  background-color:white;
  background-size:40%;
  background-repeat:no-repeat;
  background-position:top left;
  padding:0px;
  width: 100%; 
}

.huawei{
  z-index: 999999;
  position: fixed;
  top:50px;
  border: 0px solid;
  border-radius: 6px;
  border-color:#dddddd;
  background-image:url(../img/huawei-logo.png);
  background-size:25%;
  background-repeat:no-repeat;
  background-position:top left;
  width: 80%;
  height:40px; 
}
.card .card-description-prd {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}
.prd-img{
    width: calc(100% - 2px);
    padding:20px;
    margin-bottom:15px;
    background-color:white;
}
@media (max-width: 1400px) {
    
    header .schop-nav
   {
    width: 30px;
    right:-60px;
   }
    .fiber-optic-services {
        padding: 30px 40px 45px;
    }
    .fiber-optic-services .card {
        padding: 40px;
    }

    .contact {
        padding: 0 5% 50px;
    }
    .contact .contact-box {
        padding: 30px;
        min-height: 500px;
    }
    .borderpromo, .
    .borderpromo-5,
    .borderpromo-10,
    .borderpromo-15,
    .borderpromo-5-24,
    .borderpromo-10-24,
    .borderpromo-15-24,
    .borderpromo-50-6{
     border: 1px solid;
     border-radius: 6px;
     border-color:#EF7F1A;
     background-size:150px;
     background-repeat:no-repeat;
     background-position:top left;
    }
}

@media (max-width: 1200px) {
    header .schop-nav
   {
    width: 30px;
    right:-5px;
   }

    header .menu ul li {
        margin-right: 25px;
    }

   /* HOME PAGE */

   header .container-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

   .container-wrapper {
      padding-left: 5%;
      padding-right: 5%;
   }

    .fiber-optic-services {
        padding: 30px;
    }
    .fiber-optic-services .card {
        padding: 50px 25px 30px;
    }

    .contact .contact-box {
        padding: 20px 30px;
        height: auto;
        min-height: 580px;
    }
    .borderpromo, .
    .borderpromo-5,
    .borderpromo-10,
    .borderpromo-15,
    .borderpromo-5-24,
    .borderpromo-10-24,
    .borderpromo-15-24,
    .borderpromo-50-6{
     border: 1px solid;
     border-radius: 6px;
     border-color:#EF7F1A;
     background-size:150px;
     background-repeat:no-repeat;
     background-position:top left;
    }
}

@media (max-width: 991px) {
    header .schop-nav
   {
    width: 30px;
    right:-320px;
   }

   .container-wrapper {
      padding-left: 15px;
      padding-right: 15px;
   }

   .title-wrapper {
       margin: 35px 0;
   }

   header {
       height: 60px;
       background: transparent;
   }

    header .header-wrapper,
    header.home .header-wrapper {
        background-color: transparent;
        justify-content: center;
        height: 60px;
    }

    header .menu {
        display: none;
    }
    header .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        height: 100vh;
    }

    header .mobile-menu ul {
        height: 100vh;
        flex-direction: column;
        background-color: #1B46C2;
        position: relative;
        justify-content: flex-start;
        z-index: 10;
    }

    header .mobile-menu ul li {
        width: 100%;
        margin: 0;
        display: inline-flex;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        z-index: 1;
        transition: .2s;
    }

    header .mobile-menu ul li:last-child {
        border-bottom: none;
        margin-bottom: 10px;
    }

    header .mobile-menu ul li:hover {
        background-color: #050505;
    }

    header .mobile-menu ul li a {
        text-transform: uppercase;
        color: #fff;
        padding: 15px 10px;
    }

    header .mobile-menu ul li a:hover, 
    header .mobile-menu ul li a.active {
        color: orange;
    }

    header .mobile-menu ul li > .submenu li:hover a,
    header .mobile-menu ul li:hover a {
        color: #fff;
    }

    header .mobile-menu ul li.dropdown a:before {
        content: "";
        border-color: #fff;
        right: -10px;
        background-color: #1A45C2;
        background: #1A45C2;
    }

    header .mobile-menu ul li > .submenu {
        display: none;
        position: absolute;
        right: 0;
        top: 0px;
        background-color: #1A45C2;
        background: #1A45C2;
        transform: translateX(200px) translateX(200px) scaleY(0);
        width: 100%;
        height: auto;
        padding: 20px 10px;
        transition: .6s ease;
        font-size:12px;
        z-index: -1;
    }

    header .mobile-menu ul li > .submenu.active {
        transform: translateX(0px) translateY(-420px) scaleY(1);
        background-color: #1A45C2;
        background: #1A45C2;
    }

    header .menu ul li > .submenu li a {
        color: #fff;
        font-size: 12px;
        text-transform: capitalize;
        background-color: #1A45C2;
        background: #1A45C2;
    }

    header .mobile-menu ul li > .submenu li a i {
        color: #fff;
        background-color: #1A45C2;
        background: #1A45C2;
    }

   /* DESKTOP MENU */

    header .btn-box {
        display: none;
    }

    /* BURGER */

    .burger {
        display: flex;
    }

    .frontpage {
        height: 60vh;
    }
    .frontpage.frontpage-home {
        height: 90vh;
    }

    /* HOME-PAGE // COUNTERUP */

    .home-page .countup .wrapper .column {
        width: calc(50% - 20px);
    }

    /* HOME-PAGE // fiber-optic-services */

    .fiber-optic-services .wrapper {
        padding-left: 70px;
        padding-right: 70px;
    }

    .card {
        border: 1px  solid #1A45C2;
        padding: 25px;
        box-shadow: none;
        transition: all .2s;
    }
    .card:hover {
        border: 1px  solid #1A45C2;
        background-color: #1A45C2;
        transform: scale(1);
        box-shadow: none;
    }
    .card:hover .card-price,
    .card:hover .card-title,
    .card:hover .card-description,
    .card:hover .card-description-prd {
        color: #fff;
    }
    .card:hover .card-price span {
        color:orange;
    }
    .card:hover .btn-1 {
        color: #1A45C2;
        background-color: #fff;
        border: 1px solid #1A45C2;
    }

    .card .btn {
        width: 60%;
    }
    .card .card-icon .icon {
        position: relative;
        transform: translate(0, 0);
        left: 30px;
        top: auto;
        margin: 0 auto 30px;
    }

    .phone-page .card-description,
    .tv-page .card-description {
        border-top: none;
    }

    .circle-box .icon i {
        font-size: 46px;
    }
    .circle-box:hover .circle-box .icon i {
        font-size: 60px;
    }

    /* OFETRY TV */

    .packages,
    .packages-tv,
    .packages-internet,
    .packages-tv-plus {
        padding: 30px 50px;
    }

    .packages .column,
    .packages-internet .column,
    .packages-tv-plus .column,
    .packages-tv .column {
        width: 100%;
        margin-bottom: 30px;
    }

    .packages .column:last-child,
    .packages-internet .column:last-child,
    .packages-tv-plus .column:last-child,
    .packages-tv .column:last-child {
        margin-bottom: 0;
    }

    .packages .card,
    .packages-internet .card,
    .packages-tv-plus .card,
    .packages-tv .card {
        padding: 25px;
        flex-direction: row;
    }

    .card-head {
        width: calc(40% - 30px);
    }
    
    .packages .card-body,
    .packages-internet .card-body,
    .packages-tv-plus .card-body,
    .packages-tv .card-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 50%;
        padding: 0;
    }

    .packages-internet .prd-card-body
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 50%;
        padding: 0;
    }
    
    
    
    
    .packages .card-body ul.card-description,
    .packages-internet .card-body ul.card-description,
    .packages-tv-plus .card-body ul.card-description,
    .packages-tv .card-body ul.card-description {
        width: 50%;
    }

    .packages .card-btn,
    .packages-internet .card-btn,
    .packages-tv-plus .card-btn,
    .packages-tv .card-btn  {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 100%;
    }

    .packages .btn-1:hover,
    .packages-internet .btn-1:hover,
    .packages-tv-plus .btn-1:hover,
    .packages-tv .btn-1:hover {
        background-color: orange;
        color: #fff;
    }

    .packages .card-btn .btn,
    .packages-internet .card-btn .btn,
    .packages-tv-plus .card-btn .btn,
    .packages-tv .card-btn .btn {
        width: calc(50% - 10px);
        margin: 0;
    }

    .packages .card-btn .btn:first-child,
    .packages-internet .card-btn .btn:first-child,
    .packages-tv-plus .card-btn .btn:first-child,
    .packages-tv .card-btn .btn:first-child {
        margin: 0;
    }

    /* LOCATION */

    .location .wrapper {
        padding-left: 100px;
        padding-right: 100px;
    }
    .location .wrapper.p0 {
        padding: 0;
    }
    .location .wrapper .column {
        width: 100%;
        margin-bottom: 20px;
    }
    .location .tab-pane {
        padding: 0;
    }

    /* HOME-PAGE // COUNTERUP */

    .home-page .countup .wrapper .column {
        width: calc(25% - 20px);
    }

    .tabs-section .tab-content {
        padding-top: 40px;
    }

    /* HOME-PAGE // fiber-optic-services */

    .fiber-optic-services {
        padding: 30px 0;
    }
    .fiber-optic-services .title-wrapper {
        margin: 30px 0;
    }
    .fiber-optic-services .wrapper {
        padding: 0;
    }
    .fiber-optic-services .wrapper .column {
        width: calc(33.33% - 15px);
        margin-bottom: 20px;
    }
    .fiber-optic-services ul {
        font-size: 15px;
    }
    .fiber-optic-services .card {
        padding: 30px 15px;
    }
    .fiber-optic-services .card-body {
        padding: 0;
    }
    .fiber-optic-services .card-icon {
        display: none;
        visibility: hidden;
    }
    .fiber-optic-services .card .btn {
        width: 100%;
    }

    /* HOME-PAGE // BANNER */

    .banner {
        height: 100%;
    }
   /* .banner img {
        object-fit: contain;
    }    */ 

    /* HOME-PAGE // BANNER-2 */
    
    .banner-2 .wrapper {
        flex-direction: column;
    }

    .banner-2 .wrapper .column {
        width: 100%;
    }

    /* INTARNET-PAGE // CARD */

    .internet-packages .column {
        width: calc(25% - 20px);
    }

    /* TV-PAGE + PHONE-PAGE // COUNTERUP */
    
    .phone-page .countup .wrapper .column,
    .tv-page .countup .wrapper .column {
        width: calc(20% - 20px);
    }

    /* MAP */
    .map {
        padding-bottom: 0;
    }
    .map iframe {
        height: 500px;
    }

    /* CONTACT-PAGE */

    .contact {
        padding: 50px;
    }
    .contact .wrapper .column {
        width: calc(50% - 15px);
    }
    .contact .contact-box {
        padding: 20px;
    }

    /* FOOTER */

    footer .footer-body {
        padding: 40px 0;
    }
    footer .footer-copyright .column {
        width: 100%;
        text-align: center;
    }
    footer .footer-copyright .column:last-child {
        text-align: center;
    }
    footer .wrapper .column p:not(:last-child) {
        margin-bottom: 20px;
    }
    
     .borderpromo, .
    .borderpromo-5,
    .borderpromo-10,
    .borderpromo-15,
    .borderpromo-5-24,
    .borderpromo-10-24,
    .borderpromo-15-24,
    .borderpromo-50-6{
     border: 1px solid;
     border-radius: 6px;
     border-color:#EF7F1A;
     background-size:150px;
     background-repeat:no-repeat;
     background-position:top left;
    }
    .card .card-icon .icon.icon-2,
   .card .card-icon .icon.icon-3max,
   .card .card-icon .icon.icon-4,
   .card .card-icon .icon.icon-5,
   .card .card-icon .icon.icon-5x
    {
    top: 0px; 
    left:0px; 
}
}

@media (max-width: 767px) {
    header .schop-nav
   {
    width: 30px;
    right:-240px;
   }

    .burger.active {
        right: 30px;
        transform: translateX(0px);
        left: auto;
    }

    header .mobile-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #1B46C2;
    }

    header .mobile-menu ul {
        width: 50%;
        height: auto;
    }
    header .mobile-menu ul li {
        justify-content: center;
    }
    .frontpage .info {
        margin-top:150px;
        max-width: 450px;
    }

    .frontpage .info.center .title-wrapper {
        width: auto;
    }

    .frontpage .info .title-wrapper h1,
    .frontpage-home .info .title-wrapper h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .frontpage .info .title-wrapper p,
    .frontpage-home .info .title-wrapper p {
        font-size: 15px;
    }

    .title-wrapper {
        margin: 30px 0;
    }

    .circle-box .icon {
        width: 100px;
        height: 100px;
    }
    .circle-box .text {
        margin-top: 35px;
    }

    .dot {
        display: none;
    }

   /* CATEGORY */

   #category .card {
      width: calc(50% - 20px);
   }

   .title-wrapper h2 {
       margin-bottom: 0;
   }

    .category-nav {
        margin: 15px 5px;
        padding: 11px;
    }

    .category-button {
        width: 32%;
        margin: 10px 0;
        padding: 11px;
    }

    /* CARD */

    .fiber-optic-services .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .fiber-optic-services {
        padding: 0;
    }

    .packages .card, 
    .packages-tv-plus .card, 
    .packages-tv .card {
        flex-direction: column;
    }

    .card-head, 
    .card-head, 
    .card-description {
        width: 100%;
    }

    .packages .card-body, 
    .packages-tv-plus .card-body, 
    .packages-tv .card-body {
         width: 100%;
     }

    .contact .wrapper .column {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact .contact-box {
        text-align: center;
        min-height: 450px;
    }

    /* FOOTER */

    footer .footer-body .column {
        padding: 0 15px;
        margin-bottom: 30px;
        width: calc(50% - 20px);
    }

    footer .footer-body .column:nth-child(1) {
        width: 100%;
    }

    footer .footer-body p {
        width: 100%;
    }
    
    .borderpromo, .
    .borderpromo-5,
    .borderpromo-10,
    .borderpromo-15,
    .borderpromo-5-24,
    .borderpromo-10-24,
    .borderpromo-15-24,
    .borderpromo-50-6{
     border: 1px solid;
     border-radius: 6px;
     border-color:#EF7F1A;
     background-size:150px;
     background-repeat:no-repeat;
     background-position:top left;
    }
    .card .card-icon .icon.icon-2,
   .card .card-icon .icon.icon-3max,
   .card .card-icon .icon.icon-4,
   .card .card-icon .icon.icon-5,
   .card .card-icon .icon.icon-5x
    {
    top: 0px; 
    left:0px; 
}
}

@media (max-width: 640px) {
    
    header .schop-nav
   {
    width: 35px;
    right:-180px;
   }

   
   
   .mobile-banner {
    width: 380px; 
    border-radius: 0%;
}
   
   
    /* HEADER */
    header .header-wrapper, 
    header.home .header-wrapper {
        height: 60px;
    }
    header .header-wrapper .logo-box {
        position:relative;
        width: 20%;
        
    }
    
    .title-wrapper h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .frontpage .info {
        max-width: 380px;
    }
    .frontpage-home .info .title-wrapper p {
        line-height: 1.3;
    }
    .frontpage-home .info .title-wrapper h1 {
        font-size: 32px;
        line-height: 1.4;
    }
    .frontpage .info .btn-box {
        width: 100%;
    }

    .circle-box .icon i {
        font-size: 30px;
        height: 90px;
        width: 90px;
    }
    .circle-box .icon,
    .dot {
        width: 60px;
        height: 60px;
    }
    .circle-box .text {
        margin-top: 25px;
        font-size: 15px;
        line-height: 1.4;
    }

    .fiber-optic-services .wrapper .column {
        width: 100%;
    }

    .packages,
    .packages-tv, 
    .packages-tv-plus {
        padding: 15px;
    }

    .tabs-section .tab-content {
        padding-top: 30px;
    }

    .bg-blue .title-wrapper h2 {
        font-size: 26px;
    }

    .banner {
        height: 275px;
    }

    .location-wrapper {
        flex-wrap: wrap;
    }
    .location-wrapper .column {
        width: 100%;
        margin-bottom: 30px;
    }
    .location-wrapper .column:last-child {
        margin-bottom: 0;
    }
    .location-wrapper h4 {
        margin-bottom: 15px;
    }

    /* CONTACT */
    .frontpage-contact {
        height: 30vh;
    }
    .contact {
        padding: 25px 0;
    }
    .contact-form {
        padding-bottom: 30px;
    }
    .contact-form form  {
        width: auto;
    }
    .contact-form .input-box {
        margin-bottom: 25px;
    }
    .zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99992 !important;
    width: 360px!important;
    margin: -240px 0 0 -200px;
    height: auto !important;
    padding: 30px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 0 12px #cecece !important;
    -moz-box-shadow: 0 0 12px #cecece !important;
    -ms-box-shadow: 0 0 12px #cecece !important;
    box-shadow: 0 0 2px #cecece !important;
    font-family: 'ProximaNova-Light', sans-serif !important;
    font-size: 21px !important;
    background-color: #1B46C2;
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%) !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 1;
    color: black;
    }
    .borderpromo, .
    .borderpromo-5,
    .borderpromo-10,
    .borderpromo-15,
    .borderpromo-5-24,
    .borderpromo-10-24,
    .borderpromo-15-24,
    .borderpromo-50-6{
     border: 1px solid;
     border-radius: 6px;
     border-color:#EF7F1A;
     background-size:150px;
     background-repeat:no-repeat;
     background-position:top left;
    }
   .card .card-icon .icon.icon-2,
   .card .card-icon .icon.icon-3max,
   .card .card-icon .icon.icon-4,
   .card .card-icon .icon.icon-5,
   .card .card-icon .icon.icon-5x
    {
    top: 0px; 
    left:0px; 
}
}

@media (max-width: 480px) {


.BannerTel {
    position: fixed !important; 
    bottom: 0px; 
    width: calc(100% - 20px); 
    left: calc(50% - 215px); 
    padding: 5px; 
    border-radius: 0px;
}

.FontBannerTel {
    font-size: 20px;
    color:white; 
    font-weight: normal; 
}
   
.sport0 {
    position:absolute; 
    opacity:1; 
    border:0px solid; 
    border-radius:10px; 
    top:40px; 
    left:-80px;
    padding-top:0px; 
    margin-left: 85px; 
    margin-right: 10px; 
    width: 400px;
    height: 300px;
}    
    
    
.sport {
    position:absolute; 
    opacity:1; 
    border:0px solid; 
    border-radius:10px; 
    top:0px; 
    left:-70px;
    padding-top:-32px; 
    margin-left: 55px; 
    margin-right: 50px; 
    width: 400px;
    height: 300px;
}
    
.sport2 {
    position:relative; 
    opacity:1; 
    border:0px solid; 
    border-radius:10px; 
    width: 400px;
    height: 300px;
}    
    
    
   .card .card-icon .icon.icon-2,
   .card .card-icon .icon.icon-3max,
   .card .card-icon .icon.icon-4,
   .card .card-icon .icon.icon-5,
   .card .card-icon .icon.icon-5x
    {
    top: 0px; 
    left:0px; 
}
   
.mobile-banner {
    width: 380px; 
    border-radius: 0%;
}
   
   
    
     header .schop-nav
   {
    width: 12%;
    right:-150px;
   }

    .title-wrapper {
        margin: 20px 0;
    }
    .title-wrapper h2 {
        font-size: 20px;
    }

    .frontpage,
    .frontpage.frontpage-home {
        height: 55vh;
    }
    .frontpage-home .info .title-wrapper h1 {
        font-size: 24px;
    }
    .frontpage .info {
        max-width: 300px;
    }
    .frontpage .info .btn-box {
        flex-wrap: wrap;
    }
    .frontpage .info .btn {
        width: 100%;
        margin: 0 auto 20px;
    }
    .frontpage .info .btn:last-child {
        margin-bottom: 0;
    }

    
    /* COUTERUP */
    .countup {
        padding: 30px 0 25px;
    }
    .countup .wrapper {
        flex-wrap: wrap;
    }
    .phone-page .countup .wrapper .column, 
    .tv-page .countup .wrapper .column,
    .home-page .countup .wrapper .column {
        width: calc(50% - 15px);
        margin-bottom: 40px;
    }
    .circle-box .text {
        margin-top: 20px;
    }
    .countup .wrapper .column {
        width: calc(50% - 10px);
        margin-bottom: 25px;
    }
    .countup .wrapper .column:last-child {
        margin-bottom: 0;
    }
    .circle-box .icon i {
        font-size: 26px;
        height: 70px;
        width: 70px;
    }

    .packages, .packages-tv, 
    .packages-internet,
    .packages-tv-plus {
    padding: 20px 0;
    }

    .packages .card, 
    .packages-internet .card, 
    .packages-tv-plus .card, 
    .packages-tv .card {
    flex-direction: column;
    padding: 15px;
    }
    .packages .card-body, 
    .packages-internet .card-body, 
    .packages-tv-plus .card-body, 
    .packages-tv .card-body {
    width: 100%;
    }

    .packages .card-btn, 
    .packages-internet .card-btn, 
    .packages-tv-plus .card-btn, 
    .packages-tv .card-btn {
        flex-wrap: wrap;
    }
 
    .packages .card-btn .btn, 
    .packages-internet .card-btn .btn, 
    .packages-tv-plus .card-btn .btn, 
    .packages-tv .card-btn .btn {
        width: 100%;
    }
    .packages .card-btn .btn:first-child, 
    .packages-internet .card-btn .btn:first-child, 
    .packages-tv-plus .card-btn .btn:first-child, 
    .packages-tv .card-btn .btn:first-child {
        margin-bottom: 20px;
    }
    .packages .card-btn .btn:last-child, 
    .packages-internet .card-btn .btn:last-child, 
    .packages-tv-plus .card-btn .btn:last-child, 
    .packages-tv .card-btn .btn:last-child {
        margin-bottom: 0;
    }

    .packages .card-body ul.card-description, 
    .packages-internet .card-body ul.card-description, 
    .packages-tv-plus .card-body ul.card-description, 
    .packages-tv .card-body ul.card-description {
        width: 100%;
    }

    .card .card-description {
        margin-top: 0;
    }

    /* BENEFITS */
    .benefits {
        padding: 40px 0;
    }
    .benefits .benefit-item {
        width: 100%;
    }
    .benefits .title-wrapper {
        width: auto;
    }
    .benefits .image-box {
        width: 180px;
        height: 180px;
    }

    /* BANNER 2*/
    .banner-2 {
        padding: 30px 0;
    }
    .banner-2 h3 {
        text-align: center;
    }
    .banner-2 ul {
        font-size: 13px;
    }
    .banner-2 ul li {
        margin-bottom: 10px;
    }
    .banner-2 ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .banner-2 .image-box {
        margin-bottom: 20px;
    }
    .banner-2 .image-box figure {
        margin: 0 auto;
        text-align: center;
    }

    /* MAP */
    .map iframe {
        height: 350px;
    }

    /* CONTACT */
    .frontpage-contact {
        height: 20vh;
    }

    /* FOOTER */

    footer .footer-body {
        padding-bottom: 0;
    }

    footer .footer-body .column {
        width: 100% !important;
        padding: 0%;
    }

    footer ul {
        flex-wrap: wrap;
    }
    footer .footer-copyright .column:last-child,
    footer a {
        font-size: 14px;
    }
    footer .footer-copyright {
        padding: 15px 0;
    }
    
    .zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99992 !important;
    width: 340px!important;
    margin: -240px 0 0 -200px;
    height: auto !important;
    padding: 30px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 0 12px #cecece !important;
    -moz-box-shadow: 0 0 12px #cecece !important;
    -ms-box-shadow: 0 0 12px #cecece !important;
    box-shadow: 0 0 2px #cecece !important;
    font-family: 'ProximaNova-Light', sans-serif !important;
    font-size: 21px !important;
    background-color: #1B46C2;
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%) !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 1;
    color: black;
    }
    #zcwMiniButton {
    position:fixed;
    left: 20px;bottom: 15px;
    width:45px;
    height:45px;
    cursor:pointer;
    opacity:1;
    z-index:99990;
    }

    #zcwMiniButton #zcwMiniButtonMain {
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    border-radius:50% !important;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:rgb(70,100,240);
    width:45px;
    height:45px;
    box-shadow: 0 0 1px 1px rgba(0,0,100, 1), 0 0 1px 1px rgba(0,0,100,0), 0 0 0 0 rgba(0,0,100, 1);
    }
    #zcwMiniButton #zcwMiniButtonMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-image:url(../img/mobile-phone.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:35%;
    }
    
    .border3year{
    z-index: 10;
    border: 1px solid;
    border-radius: 6px;
    border-color:#cddeef;
    background-image:url(../img/3-lata-gwarancji.png);
    background-size:35%;
    background-repeat:no-repeat;
    background-position:top left; 
    padding: 15px;
    padding-top: 25px;
    width: 95%;    
    }

    .borderpromo, .
    .borderpromo-5,
    .borderpromo-10,
    .borderpromo-15,
    .borderpromo-5-24,
    .borderpromo-10-24,
    .borderpromo-15-24,
    .borderpromo-50-6{
     border: 1px solid;
     border-radius: 6px;
     border-color:blue;
     background-size:150px;
     background-repeat:no-repeat;
     background-position:top left;
    }
    
}
.modal {
    z-index: 200000;
}






@media only screen and (min-width: 480px) {

}
}


.fb-slide {
    z-index: 1; /* Sit on top */
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.fb-box{
    z-index: 1; /* Sit on top */
    height:460px;
    width:360px;
    border:1px solid #444444;
    border-radius:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background: linear-gradient(94.26deg, #1B46C2 20.54%, #3E68E3 84.89%) !important;
    position: fixed;
    top: 60px;
    right: -365px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.fb-slide:hover {
    right:0px;
    top: 60px;
}
.fb-slide:hover .fb-box{
    right: 0px;
    top: 60px;
}


/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #33f;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #33f;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.5);
} 

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #cddeef;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f1f7ff;
}


.f-white{
    color: white;
}

.speedtest a {
   color: #468; 
}
.speedtest a:hover {  
   color: #8abcd8;
}


/* The container */
.containercheck {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containercheck .checkmark {
  position: absolute;
  top: 0;
  left: 10;
  height: 25px;
  width: 25px;
  padding-right:0px;
  margin-right: 0px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #216ad3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img-list-icon{
    max-width:100px;
    max-height:100px;
}


.fades {
  -webkit-animation-name: fades;
  -webkit-animation-duration: 8s;
  animation-name: fades;
  animation-duration: 8s;
}

@-webkit-keyframes fades {
  0%   { opacity: 0}
  15%  { opacity: 1}
  98%  { opacity: 1}
  100%  { opacity: 0} 
}

@keyframes fades {
  0%   { opacity: 0}
  15%  { opacity: 1}
  98%  { opacity: 1}
  100%  { opacity: 0}
}

.speed:hover {
    color:blue;
}

