@import url('fonty.css');
@import url('root.css?v=1');
@import url('animation.css');

html { margin: 0; padding: 0; }
body {
    font-family: var(--e-global-font-family-primary), sans-serif; font-weight: 300; color: var(--e-global-color-primary);
    line-height: var(--e-global-typography-line-normal);
    margin: 0; padding: 0;
    /* overflow-x: hidden; */
}

body { font-size: 1.6em; line-height: 1.4; }
html {
    font-size: .625em;
    font-size: 62.5%;
    min-height: 100%;
}
h5 {
    font-size: 1.6rem;
}
.btn { font-size: unset; }
.card-header {
    padding: 1.5rem 1.75rem;
}

.canal-page-box { max-width: 1900px; margin: auto; }
.canal-container { max-width: 1580px; margin: auto; width: 100%; padding: 0 var(--e-global-margin); }

.klangor-hero {
    background-image: url("../img/klangor01.jpg"); background-size: cover; padding-top: 0.2px; padding-bottom: calc(var(--e-global-margin) * 4);
    background-repeat: no-repeat; background-size: cover;
}
.klangor-hero h1 {
    background-image: url("../img/klangor-logo.svg"); background-size: contain; color: transparent; background-repeat: no-repeat;
    background-position: 50% 50%; height: 145px;
    margin-top: calc(var(--e-global-margin) * 2);
    margin-bottom: calc(var(--e-global-margin) * 2);
}
.klangor-menu-wrapper .menu-plus svg,
.klangor-menu-wrapper .menu-plus:hover svg,
.klangor-menu-wrapper .menu-plus,
.klangor-menu-wrapper .menu-plus:hover,
.klangor-hero nav ul li > a,
.klangor-hero nav ul li > a:hover {
    transition: color .25s ease-out;
}



[type=button],[type=reset],[type=submit],button{-webkit-appearance:none; }

.klangor-hero .wykup-dostep {
    max-width: 800px; text-align: center; margin-bottom: var(--e-global-margin);
    color: var(--e-global-color-white);
    font-size: var(--e-global-typography-normal-size);
    line-height: var(--e-global-typography-line-normal);
}
.klangor-hero .wykup-dostep strong {
    display: block; font-weight: 600;
}

.klangor-hero nav ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; }
.klangor-hero nav ul li > a {

    transition: color .25s ease-out;

    display: block; padding: calc(var(--e-global-margin) * 0.5) 12px; font-size: 17px; line-height: 24px;
    color: var(--e-global-color-white); font-weight: 600;
    text-shadow: 0 .1rem .3rem rgba(0,0,0,.7);
}
.klangor-hero nav ul li > a:hover {
    text-decoration: none; color: var(--e-global-color-accent);
    /*background-color: rgba(255,255,255,0.1);*/
}


.klangor-menu-wrapper .menu-plus {
    display: none;
}
.klangor-menu-wrapper .menu-plus.collapsed svg { fill: var(--e-global-color-white); transform: rotate(90deg); }
.klangor-menu-wrapper .menu-plus svg {
    width: 14px; height: 14px; fill: var(--e-global-color-accent);
    transform: rotate(-90deg); margin-left: 6px;
}
.klangor-menu-wrapper .menu-plus:hover svg {
    fill: var(--e-global-color-accent);
}

.wrapper-cena .info-ico {
    display: inline-block; width: 20px; height: 20px;
    border-bottom: none !important; background-image: url("../img/info.svg");
}

.menuplus-container .card-body {
    border: none; border-radius: 0;
    background-color: #1C1C1C;
    color: var(--e-global-color-white); padding: 5px;
}

.card-body table {
    margin-top: calc(var(--e-global-margin)  * 0.5);
}
.card-body table td {
    padding: calc(var(--e-global-margin) * 0.25);
}
.card-body table td.ceny {
    min-width: 300px;
}
.card-body table tr {
    border-bottom: solid 1px #999;
}

.menuplus-container .card-body > ul {
    display: flex; flex-direction: column;
    align-items: flex-end;
}

.klangor-hero .serial-title { max-width: 800px;   }
.logo-canal {
    padding-top: calc(var(--e-global-margin) * 0.5);
    margin-right: auto; margin-left: auto; margin-bottom: 0;
    max-width: unset;
}
.logo-canal img { display: block; margin: auto; width: 100%; height: auto; max-width: 150px; }
.logo-canal.online img { max-width: 230px; }

.social-ico-wrapper {
    list-style: none; margin: 0; padding: 0; display: flex;
    margin-left: -5px; margin-right: -5px;
}


.canalplus-polska { display: flex; margin-top: calc(var(--e-global-margin) * 0.5); margin-left: 5px; font-size: 14px; }
.ico-polska {
    display: block; width: 24px; height: 24px; background-image: url("../img/ico-polska.svg"); background-repeat: no-repeat;
    background-position: 50% 50%; background-size: cover; border-radius: 3px; margin-right: 10px;
}

.footer-container {
    display: flex;
}
.footer-bg {
    background-color: #22252a; padding: var(--e-global-margin); color: var(--e-global-color-white);
}
.footer-container div[class^="footer-sekcja-"] {
    padding-left: calc(var(--e-global-margin) * 0.5); padding-right: calc(var(--e-global-margin) * 0.5);
}
.footer-container div[class^="footer-sekcja-"] ul {
    list-style: none; margin: 0; padding: 0;
}
.footer-container div[class^="footer-sekcja-"] ul a {
    color: var(--e-global-color-white);
}
.footer-container {
    margin-left: calc(var(--e-global-margin) * -0.5); margin-right: calc(var(--e-global-margin) * -0.5);
    font-size: 15px; font-weight: 400;
}
.footer-container a:hover {
    text-decoration: none; opacity: 0.7;
}
.footer-container div.footer-sekcja-1 { width: 25%; color: hsla(0,0%,100%,.5); padding-right: calc(var(--e-global-margin) * 2); }
.footer-container .footer-sekcja-2 { width: 25%; padding-top: 55px; }
.footer-container .footer-sekcja-3 { width: 25%; padding-top: 55px; }
.footer-container .footer-sekcja-4 { width: 25%; padding-top: 55px; }

.footer-container .footer-sekcja-1 img { height: 40px; width: auto; }
.footer-container .footer-sekcja-1 p { margin-top: calc(var(--e-global-margin) * 0.5); }

.footer-container .footer-sekcja-2 ul,
.footer-container .footer-sekcja-3 ul {
    line-height: var(--e-global-typography-line-loose);
}

ul.social-ico-wrapper > li>a {
    display: block; width: 32px; height: 32px; margin: 0  5px; background-color: #484850;
    border-radius: 16px; color: transparent;
    background-size: contain; background-repeat: no-repeat; background-position: 50% 50%;
    background-size: 20px 20px;
}
.social-ico-wrapper li>a:hover {
    background-color: var(--e-global-color-accent);
}

.social-ico-wrapper li.fb>a { background-image: url("../img/ico-facebook.svg"); }
.social-ico-wrapper li.tw>a { background-image: url("../img/ico-twitter.svg"); }
.social-ico-wrapper li.yt>a { background-image: url("../img/ico-youtube.svg"); }
.social-ico-wrapper li.in>a { background-image: url("../img/ico-instagram.svg"); }

.footer-sekcja-4 ul.social-ico-wrapper > li>a {
    color: transparent;
}

.footer-bg .cright { text-align: right; font-size: 14px; margin-top: var(--e-global-margin);  }

.btn-wrapper { display: flex; justify-content: center; max-width: 800px; }
.btn-akcent {
    display: block; font-size: 16px; font-weight: 700; color: var(--e-global-color-white); background-color: var(--e-global-color-accent);
    border: solid 1px var(--e-global-color-accent); line-height: 55px; border-radius: 3px; width: 285px; text-align: center;
}
.btn-akcent:hover {
    background-color: var(--e-global-color-white); color: var(--e-global-color-accent); text-decoration: none;
}
.btn-white {
    display: block; font-size: 16px; font-weight: 700; color: var(--e-global-color-white); background-color: transparent;
    border: solid 1px var(--e-global-color-white); line-height: 55px; border-radius: 3px; width: 285px; text-align: center;
}
.btn-white:hover {
    border-color: var(--e-global-color-accent); color: var(--e-global-color-accent); text-decoration: none;
    background-color: white;
}

.btn-wrapper .btn-akcent {
    margin-right: var(--e-global-margin);
}

.section > .row {
    margin-right: 0; margin-left: 0;
}

.section.o-serialu-klangor {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}

.section.o-serialu-klangor .row {
    display: flex; margin-left: calc(var(--e-global-margin) * -1); margin-right: calc(var(--e-global-margin) * -1);
    width: calc(100% + var(--e-global-margin) * 2);
}
.section.o-serialu-klangor .row .opis-serialu {
    width: 85%; box-sizing: border-box; padding-left: var(--e-global-margin);
    padding-right: var(--e-global-margin);margin: auto;
}
.section.o-serialu-klangor .row .series-lab {
    width: 25%; box-sizing: border-box; padding-left: var(--e-global-margin);
    padding-right: var(--e-global-margin); font-family: 'Open Sans';
}
.series-lab p { font-weight: 300; font-size: 16px; line-height: var(--e-global-typography-line-normal); }
.opis-serialu p { font-weight: 300; font-size: 20px; line-height: var(--e-global-typography-line-normal); text-align: center;}
.opis-serialu h2 {
      line-height: var(--e-global-typography-line-normal);
}
.logo-series-lab { max-width: 130px; margin-bottom: var(--e-global-margin); }

.section.pakiet .wrapper-cena-mobile { display: none; }
.section.pakiet {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}

.section.pakiet .carousel-control-next-icon {
    background-image: none;
    background-image: url("../img/acordeon-arrow.svg");
}
.section.pakiet .carousel-control-prev-icon {
    background-image: none;
    background-image: url("../img/acordeon-arrow.svg");
    transform: rotate(180deg);
}


.section.pakiet .row {
    margin: 0; display: flex; margin-left: calc(var(--e-global-margin) * -1); margin-right: calc(var(--e-global-margin) * -1);
    width: calc(100% + var(--e-global-margin) * 2);
}
.section.pakiet .row > div { padding-left: var(--e-global-margin); padding-right: var(--e-global-margin); }
.section.pakiet .row > div.slider { width: 50%; }

.section.pakiet .row > div.kolumna { width: 50%;  }

.section.pakiet .row div.opis { width: 50%; float: left; }
.section.pakiet .row div.cena { width: 50%; float: right; }
.section.pakiet .row div.opis-plus { width: 100%; }
.section.pakiet .row div.opis-plus a.read-more { font-weight: 600; color: #00BDFF; }
.section.pakiet .row div.opis-plus a.read-more:hover { text-decoration: none; }
.section.pakiet .row div.opis-plus a.read-more:not(.collapsed):after { content: "zwiń"; }
.section.pakiet .row div.opis-plus a.read-more.collapsed:after { content: "Dowiedz się więcej"; }
.section.pakiet .row div.opis-plus .card { border: none; padding-left: 0;
    padding-right: 0; }
.section.pakiet .row div.opis-plus .btn-akcent { float: right; }

.section.pakiet .row div.cena .btn-akcent { width: 100%; }

.section.pakiet .row div.opis h1 {
    font-size: 50px; font-weight: 800;
    height: 105px; line-height: 0.9em;
}
.section.pakiet .row div.opis ul {
    list-style: none; padding: 0; margin: 0;
    text-indent: -20px; margin-left: 20px; margin-bottom: var(--e-global-margin);
}
.section.pakiet .row div.opis ul > li {
    margin-bottom: calc(var(--e-global-margin) * 0.33);
    font-size: 18px;
}
.section.pakiet .row div.opis ul > li:before {
    content: ""; display: inline-block; width: 10px; height: 10px; background-color: #F44063; border-radius: 5px;
    margin-right: 0.5em;
}

.section.pakiet .row div.cena .wrapper { display: flex; margin-bottom: calc(var(--e-global-margin) * 4); }
.section.pakiet .row div.cena .wrapper .cecha {
    display: flex; flex-direction: column; font-size: 42px; font-weight: 400;
    line-height: 1em; text-transform: uppercase; justify-content: flex-end;
}
.section.pakiet .row div.cena .wrapper .cecha span { text-align: center; }
.section.pakiet .row div.cena .wrapper .cecha span:nth-child(1) {
    border-bottom: solid 3px var(--e-global-color-primary);
}
.section.pakiet .row div.cena .wrapper .kwota {
    display: flex; align-items: center; font-weight: 800;
    font-size: 150px; line-height: 0.7em; padding-right: var(--e-global-margin);
}

/* sekcja wideo */
.section.wideo {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}

.section h2 {
     margin-bottom: var(--e-global-margin);
}

.section.wideo .row { margin: 0; display: flex; margin-left: calc(var(--e-global-margin) * -0.5); margin-right: calc(var(--e-global-margin) * -0.5); }
.section.wideo .row .wideo-col {

    width: calc(33.333% - var(--e-global-margin));
    margin-left: calc(var(--e-global-margin) * 0.5);
    margin-right: calc(var(--e-global-margin) * 0.5);
    padding-bottom: 20%;
    position: relative;
}

.wideo-col .box {
    position: absolute; width: 100%; height: 100%; background-color: #c4c4c4;
    display: flex; justify-content: center; align-items: center;
}
.wideo-col .box .play {
    display: block; width: 90px; height: 90px; background-image: url("../img/ico-play.svg");
    background-repeat: no-repeat; background-position: 50% 50%; background-size: contain;
}



.box .link:hover,
.box .play:hover {
    -webkit-animation: play-ico 1800ms linear 1 both;
    animation: play-ico 1800ms linear 1 both;
    animation-delay: 0.1s;
}
/*
.box:hover .link,
.box:hover .link {
    -webkit-animation: play-ico 1800ms linear 1 both;
    animation: play-ico 1800ms linear 1 both;
    animation-delay: 0.1s;
}
*/


/* sekcja wideo */

/* sekcja inne produkcje */
.section.sprawdz-inne-produkcje {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}

.section.sprawdz-inne-produkcje .row { margin: 0; display: flex; margin-left: calc(var(--e-global-margin) * -0.5); margin-right: calc(var(--e-global-margin) * -0.5); }
.section.sprawdz-inne-produkcje .row .prod-col {

    width: calc(33.333% - var(--e-global-margin));
    margin-left: calc(var(--e-global-margin) * 0.5);
    margin-right: calc(var(--e-global-margin) * 0.5);
    padding-bottom: 20%;
    position: relative;
}
.prod-col .box {
    display: block; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;
    position: absolute; width: 100%; height: 100%; background-color: #c4c4c4;
    display: flex; justify-content: center; align-items: center;
}

/* sekcja inne produkcje */

/* sekcja zwiastun */
.section.zwiastun {
    margin-top: calc(var(--e-global-margin) * 1);
    margin-bottom: calc(var(--e-global-margin) * 1);
}
.section.zwiastun .row {
    margin: 0; max-width: 940px; margin-right: auto; margin-left: auto;
}

.section.zwiastun .item {
    width: 100%; padding-bottom: 56.25%;  position: relative;
}
.section.zwiastun .item .box { position: absolute; width: 100%; height: 100%; background-color: #c4c4c4; }

/* sekcja zwiastun */

/* sekcja dostep */
.section.dostep {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}
.section.dostep p {
    font-size: 26px; font-weight: 300; max-width: 650px; margin-left: auto; margin-right: auto;
    line-height: var(--e-global-typography-line-normal);
}
/* sekcja dostep */

/* sekcja smart */
.section.smart {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}

.section.smart .all-devices {
    max-width: 1370px; position: relative; margin: auto;
}
.section.smart .all-devices img { width: 100%; height: auto; }
.all-devices { position: relative; }
.all-devices .samsung-logo {
    position: absolute; width: 360px;
}
.all-devices .samsung-logo ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.all-devices .samsung-logo ul > li:nth-child(1) { width: 100%; }
.all-devices .samsung-logo ul > li:nth-child(2) { width: 50%; }
.all-devices .samsung-logo ul > li:nth-child(3) { width: 50%; }
.all-devices .samsung-logo ul > li { text-align: center; margin-bottom: var(--e-global-margin); }
.all-devices .samsung-logo ul > li img { max-height: 45px; }
.all-devices .samsung-logo ul > li:nth-child(1) img { max-height: 60px; }

.section.smart .opis-korzysci {
    list-style: none; margin: 0; padding: 0; display: flex;
    justify-content: space-between; font-size: 18px; font-weight: 300;
    line-height: var(--e-global-typography-line-loose);
}
.section.smart .opis-korzysci li { margin-left: var(--e-global-margin); margin-right: var(--e-global-margin); text-align: center; }
.section.smart .opis-korzysci li strong { display: block; text-align: center; font-weight: 600; }
/* sekcja smart */

/* sekcja aplikacja */
.section.aplikacja {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}
.section.aplikacja .row {
    margin: 0; display: flex;
}
.section.aplikacja .row > div { padding-right: var(--e-global-margin); padding-left: var(--e-global-margin); }
.section.aplikacja .row > div:nth-child(1) { width: 33.33%; text-align: center; }
.section.aplikacja .row > div:nth-child(2) { width: 66.66%; }

.section.aplikacja ol {
    list-style: none; margin: 0; padding: 0; line-height: var(--e-global-typography-line-loose);
    font-size: 18px; font-weight: 600;
}

.section.aplikacja .pobierz {
    margin-top: calc(var(--e-global-margin) * 4);
}
.section.aplikacja .pobierz span {
    margin-right: var(--e-global-margin);
}
.all-devices a>img,
.pobierz a>img {}
.all-devices a:hover>img,
.pobierz a:hover>img {
    -webkit-animation: play-ico 1800ms linear 1 both;
    animation: play-ico 1800ms linear 1 both;
    animation-delay: 0.1s;
}

/* sekcja aplikacja */

/* sekcja rejestracja */
.section.rejestracja {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
    padding-top: calc(var(--e-global-margin) * 3);
    padding-bottom: calc(var(--e-global-margin) * 3);
}
.rejestracja-prosta {
    background-color: #212429;
}
.section.rejestracja h2 { color: var(--e-global-color-white); }
.section.rejestracja p {
    color: var(--e-global-color-white); font-size: 26px; line-height: var(--e-global-typography-line-normal);
    max-width: 570px; margin: auto;
}

.section.rejestracja .btn-akcent {
    margin: auto; margin-top: var(--e-global-margin);
}

/* sekcja rejestracja */




/* sekcja pytania */
.section.pytania {
    margin-top: calc(var(--e-global-margin) * 4);
    margin-bottom: calc(var(--e-global-margin) * 3);
}

.section.pytania #accordion {
    max-width: 940px; margin: auto;
}
.klangor-menu-wrapper .menu-plus:hover svg,
.klangor-menu-wrapper .menu-plus svg,
.klangor-menu-wrapper .menu-plus.collapsed svg,
#accordion .card-header.collapsed:after,
#accordion .card-header:after {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

#accordion .card-header { position: relative; }
#accordion .card-header:after {
    position: absolute;
    content: ""; display: block;
    width: 26px; height: 26px; right: 20px; top: 20px;
    background-image: url("../img/acordeon-arrow.svg"); background-repeat: no-repeat; background-position: 50% 50%;
    background-size: 26px; transform: rotate(90deg);
    border-radius: 0;
}
#accordion .card-header:first-child {
    border-radius: 0;
}
#accordion .card-header.collapsed:after {
    transform: rotate(0deg);
}
#accordion .card-body a {
    color: var(--e-global-color-accent);
}

#accordion .btn-link { width: 100%; text-align: left; position: relative; z-index: 10; color: var(--e-global-color-white); }
#accordion .btn-link:hover, #accordion .btn-link:focus { text-decoration: none; }
#accordion .btn-link:hover {
    color: var(--e-global-color-accent);
}

.card-header.collapsed {
    background: #212429;
}
.card-header:not(.collapsed) {
    background:#000;
}
#accordion { color: var(--e-global-color-white); }
#accordion .card { border: none; border-radius: 0; margin-bottom: calc(var(--e-global-margin) * 0.5); }
#accordion .card-body { background-color: #212429; margin-top: 2px; line-height: var(--e-global-typography-line-normal); }
/* sekcja pytania */

#canalplus-main-cover-div {
    background-image: url("preloader.svg"); background-position: 50% 50%; background-repeat: no-repeat;
    background-size: 25%;
}


.owl-carousel.owl-theme .item {
    background-color: #ccc;
    padding-bottom: 64%; position: relative;
}

.owl-carousel.owl-theme .item .box {
    position: absolute; width: 100%; height: 100%; background-size: cover; background-position: 50% 50%;
    display: flex; justify-content: center; align-items: center;
}

.owl-carousel.owl-theme .item .box .play {
    display: block;
    width: 90px;
    height: 90px;
    background-image: url("../img/ico-play.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.owl-carousel.owl-theme .item .box .link {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("../img/ico-link.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; opacity: 0.6;
}

.owl-carousel.owl-theme .item .box > .link { display: none; }
.inne-produkcje .box:hover { opacity: 0.8; }

.sprawdz-inne-produkcje .owl-nav {
    position: relative;
}
.sprawdz-inne-produkcje .owl-nav button.owl-prev:hover,
.sprawdz-inne-produkcje .owl-nav button.owl-next:hover {opacity: 1; }
.sprawdz-inne-produkcje .owl-nav button.owl-prev,
.sprawdz-inne-produkcje .owl-nav button.owl-next {
    position: absolute; background-color: rgba(255,255,255,1); width: 60px; height: 60px; opacity: 0.7;
    margin: 0; bottom: 120px; border-radius: 30px;
}

.sprawdz-inne-produkcje .owl-theme .owl-nav [class*="owl-"] { border-radius: 30px; }
.sprawdz-inne-produkcje .owl-theme .owl-nav [class*="owl-"]:hover { background-color: rgba(255,255,255,1); }

.sprawdz-inne-produkcje .owl-nav .owl-prev { left: -28px; }
.sprawdz-inne-produkcje .owl-nav .owl-next { right: -28px; }

.sprawdz-inne-produkcje .owl-nav .owl-prev span,
.sprawdz-inne-produkcje .owl-nav .owl-next span {
    display: inline-block; width: 10px; color: transparent; background-repeat: no-repeat; background-size: contain;
    background-position: 50% 50%;
}

.sprawdz-inne-produkcje .owl-nav .owl-prev span {
    background-image: url("/lp/orly/img/prev.svg");
}
.sprawdz-inne-produkcje .owl-nav .owl-next span {
    background-image: url("/lp/orly/img/next.svg");
}


.cena-pakietu {
    display: flex;
}

.cena-pakietu h1 {
    font-size: 50px;
    font-weight: 800;
    height: 105px;
    line-height: 0.9em; width: 50%;
}

.cena-pakietu .wrapper-cena {
    display: flex; flex-wrap: wrap; justify-content: center;
    margin-bottom: calc(var(--e-global-margin) * 1);
    padding-left: var(--e-global-margin);
}
.cena-pakietu .wrapper-cena p {
    font-size: 12px;
}

.cena-pakietu .wrapper-cena .kwota {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 150px;
    line-height: 0.7em;
    padding-right: var(--e-global-margin);
}

.cena-pakietu .wrapper-cena .cecha {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    justify-content: flex-end;
}

.cena-pakietu .wrapper-cena .cecha span:nth-child(1) {
    border-bottom: solid 3px var(--e-global-color-primary);
}
.cena-pakietu .wrapper-cena .cecha span {
    text-align: center;
}

/* responsywnosc */
@media (max-width: 1366px) {
    .section.pakiet .row > div.slider { width: 33.333%; flex:2; }
    .section.pakiet .row > div.opis { width: 33.333%; flex:1; }
    .section.pakiet .row > div.cena { width: 33.333%; flex:1; }
    .section.pakiet .row > div.cena .wrapper .kwota { font-size: 110px; }
    .section.pakiet .row > div.cena .wrapper .cecha { font-size: 32px; }
}
@media (max-width: 1200px) {
    .section.pakiet .row > div.slider { width: 100%; flex:unset; margin-bottom: calc(var(--e-global-margin) * 2); }
    .section.pakiet .row > div.opis { width: 66.666%; flex:unset; }
    .section.pakiet .row > div.cena { width: 33.333%; flex:unset; }

    .section.pakiet .row > div.slider .carousel {
        max-width: 800px; margin-left: auto; margin-right: auto;
    }
    .section.pakiet .row > div.opis h1 { height: 77px; }
    .section.o-serialu-klangor .row .opis-serialu { width: 66.666%; }
    .section.o-serialu-klangor .row .series-lab {
        width: 33.333%;
    }
    .klangor-hero {
        background-position-x: 40%;
    }
    .section.pakiet .row > div.kolumna { width: 100%; }
    .section.pakiet .row div.opis-plus .btn-akcent { margin: auto; float: none; }
    .cena-pakietu h1 { width: 40%; }

    .read-more { display: block; width: 100%; text-align: center; margin-bottom: calc(var(--e-global-margin) * 0.5); }

}

@media (max-width: 1100px) {
    .klangor-hero .serial-title {
        max-width: 640px;
    }
    .klangor-hero {
        background-position-x: 35%;
    }

    .all-devices .samsung-logo { width: 260px; }
    .all-devices .samsung-logo ul > li:nth-child(1) img {
        max-height: 50px;
    }
    .all-devices .samsung-logo ul > li:nth-child(2) img {
        max-height: 35px;
    }
    .all-devices .samsung-logo ul > li:nth-child(3) img {
        max-height: 35px;
    }
}

@media (max-width: 960px) {
    .footer-container { flex-wrap: wrap; }
    .footer-container div.footer-sekcja-1 { width: 100%; display: none; }
    .footer-container div.footer-sekcja-2 { width: 50%; padding:0; }
    .footer-container div.footer-sekcja-3 { width: 50%; padding:0; }
    .footer-container div.footer-sekcja-4 { width: 100%; padding-left:0; padding-right: 0;  }

    .btn-akcent, .btn-white { width: 240px; }
    .klangor-hero .serial-title { max-width: 580px; }
    .klangor-hero { padding-bottom: calc(var(--e-global-margin) * 1); }

}

@media (max-width: 901px) {
    .section.wideo .row { flex-wrap: wrap; justify-content: center; }
    .section.wideo .row .wideo-col {
        width: calc(50% - var(--e-global-margin));
        padding-bottom: 30%; margin-bottom: var(--e-global-margin);
    }
    .section.sprawdz-inne-produkcje .row {
        flex-wrap: wrap; justify-content: center;
    }
    .section.sprawdz-inne-produkcje .row .prod-col {
        width: calc(50% - var(--e-global-margin));
        padding-bottom: 30%; margin-bottom: var(--e-global-margin);
    }

    .section.wideo .owl-nav { visibility: hidden; }
    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 110px;
    }
}

@media (max-width: 900px) {
    .section.o-serialu-klangor .row {
        flex-wrap: wrap;
    }
    .section.o-serialu-klangor .row .opis-serialu { width: 100%; margin-bottom: calc(var(--e-global-margin) * 2); }
    .section.o-serialu-klangor .row .series-lab { width: 100%; }
    .section.aplikacja .pobierz { display: flex; margin-top: calc(var(--e-global-margin) * 3); }

    .section.o-serialu-klangor {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.pakiet {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.wideo {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.dostep {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.smart {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.aplikacja {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.rejestracja {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
        padding-top: calc(var(--e-global-margin) * 2);
        padding-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.sprawdz-inne-produkcje {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.pytania {
        margin-top: calc(var(--e-global-margin) * 2);
        margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section h2 { font-size: 24px; }
    .section.pakiet .row > div.opis h1 { font-size: 40px; }
    .section.pakiet .row > div.opis { width: 50%; }
    .section.pakiet .row > div.cena { width: 50%; }

    .section.aplikacja .row > div:nth-child(1) img {
        width: 100%;
    }

}

@media (max-width: 880px) {
    .section.smart .all-devices { margin-bottom: var(--e-global-margin); }
    .cena-pakietu .wrapper-cena .kwota { font-size: 100px; }
    .cena-pakietu .wrapper-cena .cecha { font-size: 32px; }
}

@media (max-width: 800px) {
    .section.aplikacja .pobierz {
        flex-wrap: wrap;
    }
    .section.aplikacja .pobierz .pobierz-label { margin-right: 0; width: 100%; margin-bottom: var(--e-global-margin); }

    .klangor-hero .serial-title { max-width: 500px; }
    .klangor-hero h1 {
        margin-top: calc(var(--e-global-margin) * 1);
        margin-bottom: calc(var(--e-global-margin) * 1);
    }
    .opis-serialu p { font-size: 20px; }
    .section.smart .opis-korzysci { flex-direction: column; margin-bottom: var(--e-global-margin);  }

    .section.aplikacja .pobierz {
        margin-top: calc(var(--e-global-margin) * 1);
    }

    .cena-pakietu .wrapper-cena .kwota { font-size: 100px; }
    .cena-pakietu .wrapper-cena .cecha { font-size: 28px; }

    .cena-pakietu h1 span { font-weight: 300; font-size: 25px; display: block; }
    .cena-pakietu .wrapper-cena { margin-bottom: 0; align-items: flex-end; }
    .cena-pakietu h1 { height: unset; margin-bottom: 0; }
    .cena-pakietu { margin-bottom: var(--e-global-margin); }

    .all-devices .samsung-logo { width: 200px; }
    .all-devices .samsung-logo ul > li:nth-child(1) img {
        max-height: 40px;
    }
    .all-devices .samsung-logo ul > li:nth-child(2) img {
        max-height: 28px;
    }
    .all-devices .samsung-logo ul > li:nth-child(3) img {
        max-height: 28px;
    }

}

@media (max-width: 767px) {

    .btn-wrapper { justify-content: center; }
    .klangor-hero { background-position-x: 45%; }
    .footer-container .footer-sekcja-4 { width: 100%; }
    .footer-container .footer-sekcja-3 { width: 50%; }
    .footer-container .footer-sekcja-2 { width: 50%; }
    .section.dostep p { font-size: 20px; }
    .section.rejestracja p { font-size: 20px; }

    .cena-pakietu .wrapper-cena .cecha span:nth-child(1) {
        border-width: 1px;
    }

}


.klangor-menu-wrapper,
.logo-canal {
    transition: background-color .25s ease-out;
    position: relative; z-index: 10;
}


@media (max-width: 699px) {
    .logo-canal { background-color: #22252a; }
    .logo-canal img { max-width: 114px; }
    .klangor-menu-wrapper { background-color: #22252a; }
    .klangor-hero nav ul li > a {
        padding: 9px 8px; font-size: 16px;
    }
    .klangor-hero nav ul {
        
    }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 90px;
    }
}

@media (max-width: 640px) {
    .section.aplikacja .pobierz span:nth-child(2) { width: 50%; margin-bottom: var(--e-global-margin); }
    .section.aplikacja .pobierz span:nth-child(3) { width: 50%; }
    .klangor-hero .serial-title { max-width: 400px; }
    .section.klangor-hero { padding-bottom: 0; }
    .klangor-hero {
        background-position-x: 55%;
    }
    .wideo-col .box .play { width: 70px; height: 70px; }
    .section.pakiet .row div.opis { width: 100%; }

    .all-devices .samsung-logo { width: 180px; }
    .all-devices .samsung-logo ul > li:nth-child(1) img {
        max-height: 30px;
    }
    .all-devices .samsung-logo ul > li:nth-child(2) img {
        max-height: 22px;
    }
    .all-devices .samsung-logo ul > li:nth-child(3) img {
        max-height: 22px;
    }
    .all-devices .samsung-logo ul > li {
        margin-bottom: calc(var(--e-global-margin) * 0.33);
    }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 80px;
    }

}

@media (max-width: 600px) {
    .section.wideo .row .wideo-col {
        width: calc(100% - var(--e-global-margin));
        padding-bottom: 50%; max-width: 480px;
    }
    .section.pakiet .row > div.slider .carousel {
        /*max-width: 480px;*/
    }

    .section.sprawdz-inne-produkcje .row .prod-col {
        width: calc(100% - var(--e-global-margin));
        padding-bottom: 50%; max-width: 480px;
    }

    .section.aplikacja .row { flex-wrap: wrap; }
    .section.aplikacja .row > div:nth-child(1) { width: 100%; margin-bottom: calc(var(--e-global-margin) * 2); }
    .section.aplikacja .row > div:nth-child(1) img { max-width: 240px;  }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 130px;
    }

}

@media (max-width: 580px) {
    .section.pakiet .row > div.opis {
        width: 100%; margin-left: auto;
        margin-right: auto; margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.pakiet .row > div.cena {
        width: 100%; max-width: 480px; margin-left: auto;
        margin-right: auto; margin-bottom: calc(var(--e-global-margin) * 2);
    }
    .section.pakiet .row > div.cena .wrapper {
        margin-bottom: calc(var(--e-global-margin) * 1);
    }
    .all-devices .samsung-logo {
        width: 150px;
    }
    .footer-container div.footer-sekcja-1 {
        padding-right: calc(var(--e-global-margin) * 1);
    }
    .section.pakiet .wrapper-cena-mobile { display: none; padding-left: calc(var(--e-global-margin) * 2); }
    .section.pakiet .wrapper-cena-mobile .cecha {
        display: flex; flex-direction: column; text-transform: uppercase;
        justify-content: center; align-items: center; margin-left: calc(var(--e-global-margin) * 0.33);
    }
    .section.pakiet .wrapper-cena-mobile .cecha span:nth-child(2) {
        border-top: solid 1px var(--e-global-color-primary);
    }
    .section.pakiet .wrapper-cena-mobile .kwota {
        font-size: 70px; line-height: 0.7em; font-weight: 700;
    }

    .section.pakiet .row > div.cena .wrapper { display: none; }
    .section.pakiet .row > div.opis .pakiet-mobile {
        display: flex; align-items: center; margin-bottom: var(--e-global-margin);
    }
    .section.pakiet .row > div.opis .pakiet-mobile h1 { margin-bottom: 0; }

    .section.pakiet .row > div.opis a { display: inline-block; width: 100%; text-align: center; }

    .section.pakiet .row > div.cena .btn-akcent {
        margin-left: auto; margin-right: auto;
    }

    .owl-carousel.owl-theme .item {padding-bottom: 75%;}
    .section.pakiet .row > div.opis h1 { height: unset; }

    .opis-plus .read-more { display: block; margin-bottom: calc(var(--e-global-margin) * 0.5); }
    .section.pakiet .row div.opis-plus .card { padding-top: 0; }

    .all-devices .samsung-logo ul > li { width: 100% !important; }
    .all-devices .samsung-logo { top: -30px; }
}

@media (max-width: 540px) {

    .klangor-hero .serial-title { max-width: 370px; }
    .opis-serialu p { font-size: 16px; }
    .section h2 { margin-bottom: calc(var(--e-global-margin) * 0.5); }


    .section.o-serialu-klangor {
        margin-top: calc(var(--e-global-margin) * 1);
        margin-bottom: calc(var(--e-global-margin) * 1);
    }

    .section.o-serialu-klangor .row .opis-serialu {
        margin-bottom: calc(var(--e-global-margin) * 1);
    }

    .section.pakiet {
        margin-top: calc(var(--e-global-margin) * 1);
        margin-bottom: calc(var(--e-global-margin) * 1);
    }

    .section.wideo {
        margin-top: calc(var(--e-global-margin) * 1);
        margin-bottom: calc(var(--e-global-margin) * 1);
    }
    .section.aplikacja .row > div:nth-child(2) { width: 100%; }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 110px;
    }

}

.klangor-menu-wrapper .menu-plus:hover {
    text-decoration: none; color: var(--e-global-color-accent);
}

@media (max-width: 520px) {
    .klangor-menu-wrapper {
        display: flex; position: relative;
    }
    .menuplus-container {
        position: absolute; top: 42px;
        width: 230px; right: auto;
        left: 172px;
    }
    .klangor-menu-wrapper .menu-plus {
        display: block; padding: 9px 8px; font-size: 16px; font-weight: 600; line-height: 24px;
        color: var(--e-global-color-accent);
    }
    .menu-plus.collapsed { color: var(--e-global-color-white); }
    .klangor-menu-wrapper > ul li.pomoc { display: none; }

    .menuplus-container li.premiery { display: none; }

}

@media (max-width: 480px) {
    .klangor-hero .wykup-dostep { font-size: 20px; line-height: var(--e-global-typography-line-normal); }
    .klangor-hero { background-image: url("../img/klangor02.jpg") !important; }
    .klangor-hero .serial-title { margin: auto; }
    .klangor-hero h1 { max-width: 280px; font-size: 15px; margin: auto; }
    .btn-wrapper .btn-akcent,
    .btn-wrapper .btn-white { margin-right: auto; margin-left: auto; }

    .logo-canal {
        margin-bottom:0;
    }
    .klangor-hero .serial-title { margin-top: calc(var(--e-global-margin) * 5); }

    .section.klangor-hero-inner { position: relative; }
    section.klangor-hero { position: relative; }
    section.klangor-hero:before {
        content: ""; display: block;
        position: absolute;
        bottom: 0; width: 100%;
        height: 150px; z-index: 0;

        background-color: #000;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+96&0+1,1+96 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 96%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 96%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    }

    .section h2 { font-size: 18px; }
    .section.pakiet .row > div.opis h1 { font-size: 32px; }
    .section.pakiet .row > div.cena .wrapper .kwota { font-size: 80px; }
    .section.pakiet .row > div.cena .wrapper .cecha { font-size: 24px; }
    .section.pakiet .row > div.cena .wrapper { justify-content: center; }
    .cena .btn-akcent { margin-left: auto; margin-right: auto; }
    .all-devices .samsung-logo {
        width: 100px;
    }
    .section.sprawdz-inne-produkcje .row .prod-col,
    .section.wideo .row .wideo-col { padding-bottom: 60%; }

    .btn-wrapper { flex-direction: column; }
    .btn-wrapper .btn-akcent { margin-bottom: var(--e-global-margin); }

    .cena-pakietu .wrapper-cena .kwota { font-size: 80px; }
    .cena-pakietu .wrapper-cena .cecha { font-size: 23px; }
    .section.smart .opis-korzysci { line-height: var(--e-global-typography-line-normal); }
    .section.smart .opis-korzysci li { margin-bottom: 5px; }

    .all-devices .samsung-logo { position: relative; width: 100%; }
    .all-devices .samsung-logo ul { flex-wrap: nowrap; }
    .all-devices .samsung-logo ul > li { width: unset; }

    .section.pytania { padding: 0; }
    .section.pakiet .row div.opis ul > li { font-size: 16px; }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 100px;
    }

}

@media (max-width: 420px) {
    .klangor-menu-wrapper > ul li.premiery { display: none; }
    .menuplus-container li.premiery { display: block; }
    .menuplus-container {
        left: 92px;
    }
    .cena-pakietu .wrapper-cena .kwota {
        padding-right: calc(var(--e-global-margin) * 0.5);
        margin-left: var(--e-global-margin);
    }
    .section.smart .opis-korzysci li {
        margin-left: 0; margin-right: 0;
    }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 80px;
    }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        width: 50px; height: 50px;
    }

}

@media (max-width: 380px) {

    #accordion .btn-link { padding-right: var(--e-global-margin); }
    .opis-serialu p { font-size: 14px; }
    .series-lab p { font-size: 14px; }
    .section.pakiet .row > div.opis ul { font-size: 14px; }
    .section.dostep p { font-size: 14px; }
    .section.smart .opis-korzysci li {
        line-height: var(--e-global-typography-line-normal); font-size: 14px;
        margin-bottom: 10px;
    }
    .section.aplikacja ol { font-size: 14px; }
    .section.aplikacja .pobierz .pobierz-label { font-size: 14px; }
    .section.rejestracja p { font-size: 14px; }
    h5 .btn-link { font-size: 14px; }
    #accordion .card-body { font-size: 14px; }
    .footer-bg { font-size: 14px; }
    .footer-container .footer-sekcja-1 img { height: 32px; }
    .footer-container .footer-sekcja-2 { width: 100%; }
    .footer-container .footer-sekcja-3 { width: 100%; }

    .section.pakiet .row > div.opis .pakiet-mobile h1 span {
        font-weight: 300; font-size: 25px; display: block;
    }
    .cena-pakietu h1 { font-size: 40px; }
    .cena-pakietu .wrapper-cena .kwota { margin-left: calc(var(--e-global-margin) * 0.5); }

    .all-devices .samsung-logo {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 40px;
    }

}

@media (max-width: 360px) {
    .cena-pakietu .wrapper-cena .kwota { font-size: 70px; }
    .cena-pakietu .wrapper-cena .cecha { font-size: 18px; }
}

@media (max-width: 340px) {
    .sprawdz-inne-produkcje .owl-nav button.owl-prev, .sprawdz-inne-produkcje .owl-nav button.owl-next {
        bottom: 64px;
    }
}


/* responsywnosc */


.tmp { border: solid 1px #00ff00; box-sizing: border-box !important; }
.clr { clear: both; }

#kruk-plywajaca-belka {
    position:fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 54px;
    bottom: -54px;
    background-color: #22252A;
    padding-top: 9px;
    padding-bottom: 10px;
    z-index: 10;
}

#kruk-plywajaca-belka .btn-akcent {
    background-color: #ec3655;
    color: #FFFFFF;
    width: 258px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    border-radius: 3px;
}   