@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

 @keyframes displaybuttonbar { 
  0% { opacity: 0;}
  100% { opacity: 1;}
 
}


 
 .shaka-show-controls-on-mouse-over,
 .shaka-bottom-control {
     width: calc(100% + 20px);
     margin-left: -10px;
     margin-right: -10px;
     min-height: 50px;
     padding-bottom: 5px;
     background-color: transparent;
     opacity: 0;
 }

 .shaka-show-controls-on-mouse-over:hover,
 .shaka-bottom-control:hover {
     background-image: url('../img/00000-nav-bg-black.png');
     background-color: transparent;
     opacity: 1;
     animation: displaybuttonbar .3s ease-in-out forwards;
 }
 
.shaka-ad-markers {
    position: absolute;
    top: -6px;
} 
 
 
 
 .shaka-range-element {
 position: absolute;
 top: -20px;
  background-color: transparent;
  width: calc(100% + 0px);  
  opacity: 0;  
}



.shaka-range-element:hover {
  position: absolute;
  top: -20px;
  width: calc(100% + 0px);  
  background-color: transparent;
  background-image: none; 
  opacity: 1;  
}

.shaka-volume-bar-container
{
    position: relative;
    top: 5px;
    left: -35px; 
}

.shaka-volume-bar{
    
   position: absolute;
    top: -5px;  
}
.shaka-overflow-menu {
    background-image: url('../img/00000-nav-bg-black.png');
    width: 380px;
    border-radius: 6px;
} 

.shaka-overflow-menu:hover {
    background-image: url('../img/00000-nav-bg-black.png');
    width: 380px;
    border-radius: 6px;
} 
 
.CategoryButton {
    opacity: .9;
}

.PlayerFlixNormal {
    text-align: center;  
    position: relative; 
    margin: 0px; 
    margin-top: 50px; 
    padding: 0px; 
    width: 860px; 
    height: calc(860px * 108/192); 
    left: calc(50% - 430px); 
    border: 0px solid #456; 
    background-size: contain; 
    background-repet: no-repeat; 
}

.CategoryButton:hover,
.CategoryButton:active,
.CategoryButton:focus,
.CategoryButton:after {
    opacity: 1;
    transform: scale(1.00);
    border: 1px solid;
    box-shadow: 0px 0px 12px 0px #3078ff;
    border-color:#3078ff;
}

 .CategoryButtonAll {
    opacity: .9;
    border: 1px solid #456;
    border-radius: 20px; 
    background-image: url('img/000000-black-bg-0.8.png?p=1');
    background-color: transparent;    
}

.CategoryButtonAll1 {
    opacity: .9; 
    background-image: url('img/000000-black-bg-0.8.png?p=1');
    background-color: transparent;
}

.CategoryButtonAll1:hover,
.CategoryButtonAll1:active,
.CategoryButtonAll1:focus,
.CategoryButtonAll1:after {
    opacity: 1;
    transform: scale(1.04);
    color: #def;
    font-weight: 500;
    
}
    
    
.CategoryButtonAll:hover,
.CategoryButtonAll:active,
.CategoryButtonAll:focus,
.CategoryButtonAll:after {
    opacity: 1;
    transform: scale(1.04);
    border: 1px solid #3078ff;
    box-shadow: 0px 0px 12px 0px #3078ff;
    color: #def;
    font-weight: 500;
    
}




@keyframes hideSubMenu { 
  0% { display: block; }
  100% { display: none; }
}

.animated-hideSubMenu {
  animation: hideSubMenu .2s ease-in-out forwards; /* Zastosowanie animacji */
}

body {
  overflow: hidden-;
  overflow-y: scrol;
}

/*
@keyframes displayModal { 
  0% { opacity: 0; top: -100%; }
  90% { opacity: 0.2; top: 0%; }
  100% {opacity: 1; top: 10%; }
}
*/
@keyframes displayModal { 
  0% { opacity: 0; top: 10%; }
  100% { opacity: 1; top: 10%; }
 
}

.animated-displayModal {
  animation: displayModal .3s ease-in-out forwards; /* Zastosowanie animacji */
}


@keyframes displayModalBg { 
  0% { opacity: 0; top: 0px; }
  100% { opacity: 0.8; top: 0; }
 
}
.animated-displayModalBg {
  animation: displayModalBg .3s ease-in-out forwards; /* Zastosowanie animacji */
}


@keyframes hideModalBg { 
  0% { opacity: 0.8; top: 0px; }
  99% { opacity: 0; top: 0px; }
  100% { opacity: 0; display: none; }
 
}
.animated-hideModalBg {
  animation: hideModalBg .3s ease-in-out forwards; /* Zastosowanie animacji */
}


/*
@keyframes hideModal { 
  0% { opacity: 1;  top: 10%; }
  90% { opacity: 0.0; top: -5%; }
  100% {opacity: 0; top: -100%; }
}
*/
@keyframes hideModal { 
    0% { opacity: 1; top: 10%; }
  99% { opacity: 0; top: 10%; }
  100% { opacity: 0; display: none; }
}
.animated-hideModal {
  animation: hideModal .3s ease-in-out forwards; /* Zastosowanie animacji */
}




@keyframes scaleImageToMin { 
  0% { width: 220px; opacity:1;}
  100% { width: 100px; opacity:0;}
}

.animated-image-to-Min {
  animation: scaleImageToMin 1s ease-in-out forwards; /* Zastosowanie animacji */
}

@keyframes scaleImageToMax {
   0% { width: 100px; opacity:0;}
  100% { width: 220px; opacity:1;}
  
}

.animated-image-to-Max {
  animation: scaleImageToMax 1s ease-in-out forwards; /* Zastosowanie animacji */
}

.MscwListSelectRow {
    background-color: #152538;
}
.MscwListSelectRow:hover {
    background-color: #000;
    color: #3078ff;
}

   
meter {
    width:320px; 
    height:5px; 
    border: none; 
    position: relative; 
    top: -9px;
}




.container-radio-login {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color:white;
  font-weight: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio-login input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio-login {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid;
  border-color: #3078ff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio-login:hover input ~ .checkmark-radio-login {
  background-color: #123;
  box-shadow: 0px 0px 6px 0px #3078ff;
}

/* When the radio button is checked, add a blue background */
.container-radio-login input:checked ~ .checkmark-radio-login {
  background-color: #3078ff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio-login:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio-login input:checked ~ .checkmark-radio-login:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio-login .checkmark-radio-login:after {
     top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
}






    .wrapper-margin{
    padding-left: 100px;
    padding-right:100px;
    }





 .fb-page{
     top:0px;
 }
 .fb-box{
    top: 160px;   
 }
   
.AnimateCollapse{
.-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.slideshow-container,
.mySlides,
.bnrslide {
    height: 500px;
    width: 100%;
    }
* {box-sizing: border-box;}
body {font-family: 'Montserrat', sans-serif;}

.mySlides {
    display:none; 
    z-index: 10;
}

.mySlides {
           z-index: 1;
           display: block; 
           position: relative; 
           animation-name: fades; 
           animation-duration: 15s; 
           animation-timing-function: ease;}

img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: 0px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 100px;
  right: 50px;
  padding: 8px 12px;
  position: absolute;
  bottom: 80px;
  text-align: right;
  width: 100%;
  font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
  position: absolute;
  color: #f2f2f2;
  font-size: 100px;
  right: 50px;
  margin-left : 100px;
  padding-top : 400px;
  text-align: left;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fades {
  -webkit-animation-name: fades;
  -webkit-animation-duration: 20s;
  animation-name: fades;
  animation-duration: 20s;
}

@-webkit-keyframes fades {
  0%   { left:0px; top:0px; opacity: .1}
  10%  { left:0px; top:0px; opacity: 1}
  25%  { left:0px; top:0px;}
  50%  { left:0px; top:0px;}
  84%  { left:0px; top:0px;}
  90% { left:-2000px; top:0px;}
}

@keyframes fades {
  0%   { left:0px; top:0px; opacity: .1}
  10%  { left:0px; top:0px; opacity: 1}
  25%  { left:0px; top:0px;}
  50%  { left:0px; top:0px;}
  84%  { left:0px; top:0px;}
  90% { left:-2000px; top:0px;}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1200px) {
  .text,h1 {
      font-size: 45px;
      bottom: 20px;
  }
h1 {
      font-size: 45px;
  }
h2 {
      font-size: 25px;
  }
}


/* Next & previous buttons */
.prev, .next {
  z-index: 991;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
    

.MiniIconLink{
  opacity: 0.7; 
  width:71px; 
  height:71px; 
  margin:5px; 
  cursor: pointer; 
     
}
.MiniIconLink:active,
.MiniIconLink:focus,
.MiniIconLink:hover{
  opacity: 1; 
  border: 1px solid;
  border-color: #3078ff ;
  padding: 0px;
  box-shadow: 0px 0px 8px 0px #3078ff; 
}

/*              */
.MInputBoxShadowLogin{
  opacity: 0.7;  
  margin:5px; 
  cursor: pointer; 
  border:none; 
  border-bottom : 1px solid; 
  border-color: #3078ff;
     
}
.MInputBoxShadowLogin:active,
.MInputBoxShadowLogin:focus,
.MInputBoxShadowLogin:hover{
  opacity: 1; 
  border: none;
  border-bottom: 1px solid;
  border-color: #ffffff ;
  padding: 0px;
  box-shadow: 0px 0px 3px 0px #3078ff; 
}


.MInputBoxShadow0{
  opacity: 0.9;  
  margin:5px; 
  cursor: pointer; 
     
}
.MInputBoxShadow0:active,
.MInputBoxShadow0:focus,
.MInputBoxShadow0:hover{
  opacity: 1; 
  border: 1px solid;
  border-color: #3078ff ;
  background-color: transparent;
  box-shadow: 0px 0px 12px 0px #3078ff; 
}

.MInputBoxShadow{
  opacity: 0.7;  
  margin:5px; 
  cursor: pointer; 
     
}
.MInputBoxShadow:active,
.MInputBoxShadow:focus,
.MInputBoxShadow:hover{
  opacity: 1; 
  border: 1px solid;
  border-color: #3078ff ;
  padding: 0px;
  box-shadow: 0px 0px 12px 0px #3078ff; 
}
 

.DivFullBg {
display:none; 
z-index: 999998; 
position: fixed; 
left: 0px; 
top: 0px; 
width: 100%; 
height: 100%; 
background-color: black; 
opacity: 0.7

}


.ExpandBtn {
    position: relative; 
    left: -2px; 
    top: 3px; 
    opacity:0.8;
    color:#3078ff
}
.ExpandBtn:hover {
    color: white;
}

.ExpandBtn1 {
    position:relative;
    opacity:0.8;
    left: 0px; 
    top: -4px; 
    color:#3078ff;
}
.ExpandBtn1:hover {
    color: white;
}

.myBtn {
       opacity:0.9;
       border: 1px solid; 
       border-radius: 50%; 
       border-color: #3078ff; 
       cursor :pointer; 
       position:relative; 
       top:-52px; 
       margin-left: 50px; 
       rotate: -90deg; 
       width: 50px; 
       height: 50px;  
       font-size: 80px; 
       font-weight: 500;
       background-color: transparent;
       color: #3078ff;
   }
.myBtn:hover {
    background-color: transparent;
    opacity:1;
} 

.myBtn2 {
       opacity:0.8;
       border: 1px solid; 
       border-radius: 50%; 
       border-color: #58f; 
       cursor :pointer; 
       position:relative; 
       bottom:30px;
       left: 305px;
       rotate: 180deg; 
       width: 50px; 
       height: 50px;  
       font-size: 50px; 
       font-weight: 500;
       background-color: transparent;
       color: #3078ff;
   }
.myBtn2:hover {
    background-color: transparent;
    opacity: 1;
}   

.myBtn3 {
       border: 1px solid; 
       border-radius: 50%; 
       border-color: #58f; 
       cursor :pointer; 
       position:relative; 
       bottom:25px;
       left: 312px; 
       opacity: 0.8; 
       rotate: 180deg; 
       width: 50px; 
       height: 50px;  
       font-size: 50px; 
       font-weight: 500;
       background-color: transparent;
       color: #3078ff;
   }
.myBtn3:hover {
    background-color: transparent;
    opacity: 1;
}   



* {
   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: #ffffff;
}
a:hover {
   color: #88cdff;
}

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;
}
h1
{
    font-size: 100px;
}
h2
{
    font-size: 45px;
}
a,
a:hover,
a:focus
{
   outline: none;
   text-decoration: none;
}
a:active {
   outline: none;
}
i {
    font-style: normal;
}


.previous {
  background-color: none;
  border: 1px;
  border-color: #3078ff;
  color: gray;
}
.previous:hover {
  background-color: none;
  color: white;
}
.next1 {
  background-color: none;
  border: 1px;
  border-color: #3078ff;
  color: white;
}
.next1:hover {
  background-color: #3078ff;
  color: white;
}

.round {
  border-radius: 50%;
}









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;
}




.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: #304050;
}

::-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-1 {
    opacity: 0.8;
    background: #456;
    box-shadow: 0px 4px 10px rgba(26, 69, 194, 0.05);
    border-radius: 3px;
    border: none;
    text-align: center;
    padding: 10px 10px 10px;
    margin:0px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    height:360px;min-width: 380px
    
}

.card-1:hover {
    opacity: 1;
    transform: scale(1.01);
    box-shadow: 0px 4px 10px rgba(26, 69, 194, .2);
    border-color:blue;
}

.card-2 {
    opacity: 0.88;
    background: #456;
    box-shadow: 0px 4px 10px rgba(26, 69, 194, 0.05);
    border-radius: 3px;
    border: none;
    text-align: center;
    color: white;
    padding: 20px 20px 20px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    height:600px;
    
}

.card-2:hover {
    opacity: 1;
    transform: scale(1.01);
    box-shadow: 0px 4px 10px rgba(26, 69, 194, .2);
    border-color:blue;
}




.card {
    opacity: 0.88;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(26, 69, 194, 0.05);
    border-radius: 3px;
    border: none;
    text-align: center;
    padding: 80px 30px 25px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.card:hover {
    opacity: 1;
    transform: scale(1.01);
    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");
    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");
    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");
    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/podstawowy-blue-nopromo.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/korzystny-blue-nopromo.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/bogaty-blue-nopromo-1.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-next-prew {
    color: #ffffff;
    background: none;
    border: 2px solid #3087ff;
    border-radius: 50%;
    
}

.btn-1-next-prew:hover {
    color: #ffffff;
    background: #60a7ff;
 }
 
 
.btn-1 {
    color: #ffffff;
    border: 1px solid #3078ff;
    border-radius: 25px;
    padding: 10px 10px;
    text-align: center;
}

.btn-1:hover {
    color: #ffffff;
 }

 .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=4");
    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=4");
    width: 190px;
}

header.fixed .logo,
header.home.fixed .logo {
    background-image: url("../img/logo-fiber-media-4x1-blue.png?A=4");
    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: 3px 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: 3px solid;
    webkit-animation-name: fadesB;
    -webkit-animation-duration: .6s;
    animation-name: fadesB;
    animation-duration: .6s;   
    font-weight: 600;
}

@-webkit-keyframes fadesB {
  0%   {border-bottom: 3px solid; opacity: 1; width: 100%}
  100%  {border-bottom: 3px solid; opacity: 1; width: 1%} 
}

@keyframes fadesB {
  0%   {border-bottom: 3px solid; opacity: 1; width: 100%}
  100%  {border-bottom: 3px 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-bg3.jpg");
    background-position: center right;
    background-size: cover;
}
,main-bg.webp{}

.frontpage-1 {
    background-color: #000;
    background-image: url("../img/internet-jesien-2023.jpg");
    background-position: center right;
    background-size: cover;
}

.frontpage-2 {
    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-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/internet-jesien-2023.jpg");
    background-position: center right;
    background-size: 100%;
    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{
    background-color: #232323;
    width: calc(100% - 25px);
    margin:10px;
    padding:4px;
}
/* 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: 0px solid;
  border-radius: 6px;
  border-color:#dddddd;
  background-image:url(../img/hikvision-logo.webp);
  background-color:white;
  background-size:40%;
  background-repeat:no-repeat;
  background-position:top left;
  padding-top:0px;
  margin-top: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;
    text-align: left;
}
.prd-img{
    width: calc(100% - 2px);
    padding:20px;
    margin-bottom:15px;
    background-color:white;
}
@media (max-width: 1400px) {
    .slideshow-container,
     .mySlides,
     .bnrslide {
    width:100%;     
    height: 380px;
    
    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) {
    .slideshow-container,
     .mySlides,
     .bnrslide {
    width:100%;     
    height: 300px;
    .wrapper-margin{
    padding-left: 40%;
    padding-right:1%;
    }
    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: 910px) {
  
    .TestModal,
    .modal-content,
    .modal-dialog,
    .modal-lg,
    .modal-sm,
    .modal-normal {
        width: 580px; 
        min-width: 580px; 
        max-width: 580px;
    }
}

@media (max-width: 767px) {
    .slideshow-container,
     .mySlides,
     .bnrslide {
    width:100%;     
    height: 280px;
    
    .wrapper-margin{
    padding-left: 20%;
    padding-right:1%;
    }
    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
    {
    top: 0px; 
    left:0px; 
    }
    .TestModal,
    .modal-content,
    .modal-dialog,
    .modal-lg,
    .modal-sm,
    .modal-normal {
        width: 520px; 
        min-width: 520px; 
        max-width: 520px;
    }
}

@media (max-width: 640px) {
    .btnFastPaid{
     margin-top:15px;   
        
    }
    
     .wrapper-margin{
    padding-left: 10%;
    padding-right:1%;
    }
    header .schop-nav
   {
    width: 35px;
    right:-180px;
   }

   .slideshow-container,
     .mySlides,
     .bnrslide {
    width:100%;     
    height: 240px;
    }
   
   .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
    {
    top: 0px; 
    left:0px; 
    }
    .TestModal,
    .modal-content,
    .modal-dialog,
    .modal-lg,
    .modal-sm,
    .modal-normal {
        width: 460px; 
        min-width: 460px; 
        max-width: 460px;
    }
    
}          

@media (max-width: 480px) {
    
    
    
    .TestModal,
    .modal-content,
    .modal-dialog,
    .modal-lg,
    .modal-sm,
    .modal-normal {
        width: 400px; 
        min-width: 400px; 
        max-width: 400px;
    }
    
    
    .wrapper-margin{
    padding-left: 0px;
    padding-right:5px;
}
    
    .card-2 {
    position: relative;
    left:0px;
    margin-left:00px;
    height:600px;
    background: #235;
    
}



    .slideshow-container,
     .mySlides,
     .bnrslide {
    width:100%;     
    height: 200px;
    }
    }
    .myBtn {
       border: 1px solid; 
       border-radius: 50%; 
       border-color: #456; 
       cursor :pointer; 
       position:relative; 
       top:-51px; 
       margin-left: 50px; 
       rotate: -90deg; 
       width: 50px; 
       height: 50px;  
       font-size: 80px; 
       font-weight: 500;
       background-color: #122;
       color: #3078ff;
   }
.myBtn:hover {
    background-color: #3078ff;
} 

  .myBtn2 {
       position:relative;
       top:-35px;
       left: 306px;
       
   }


.myBtn3 {
        
       bottom: 20px;
       right: -316px; 

   }
   
    


.BannerTel {
    position: fixed !important; 
    bottom: 0px; 
    width: calc(100% - 6px); 
    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
    {
    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/mini.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 */
    top: 160px;
    height:40px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.fb-box{
    z-index: 1; /* Sit on top */
    height:305px;
    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: 160px;
    right: -365px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.fb-slide:hover {
    right:0px;
    top: 160px;
}
.fb-slide:hover .fb-box{
    right: 0px;
    top: 160px;
}


/* 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: 20px;
  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);
}

.expander-down{
    font-size: 44px;
    margin-top: 0px;
  -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;
}







.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




.MyAccounts{
    width: 420px;
    position:relative;
    left: calc(50% - 210px);
    
}

#more {
       display: none;
       overflow: hidden;
       transition: width 600ms ease-out, height 600ms ease-out;
   }
   
#more1 {
       display: none;
       width: 100%;
       overflow: hidden;
       transition: width 600ms ease-out, height 600ms ease-out;
   }


  
.navbartextend {
    text-decoration: none;
    color: white;
    font-size:14px;
}

.navbartextend:hover {
    color: lightgrey;
    text-decoration: underline;
}




.ChanLogoIcin {
 margin-left: 5px; 
 margin-right: 5px; 
 position: relative; 
 top: -10px; 
 width:120px; 
 height:120px;
 opacity: 0.8;   
}
.ChanLogoIcin:hover {   
  opacity: 1;     
}


