@font-face {
    font-family: DelaGothicOne;
    src: url("https://static01.helion.com.pl/global/fonts/DelaGothicOne-Regular.ttf");
}

@font-face {
    font-family: Rubik;
    src: url("https://static01.helion.com.pl/global/fonts/Rubik-Regular.ttf");
}

@font-face {
    font-family: Rubik-Bold;
    src: url("https://static01.helion.com.pl/global/fonts/Rubik-Bold.ttf");
}

@font-face {
    font-family: Rubik-BoldItalic;
    src: url("https://static01.helion.com.pl/global/fonts/Rubik-BoldItalic.ttf");
}

:root {
    --bezdroza: #EB951C;
    --biel: #FFFFFF;
    --czern: #000000;
    --czerwien: #E4001E;
    --ebookpoint: #2E5F80;
    --editio: #8BBAE5;
    --helion: #E6001E;
    --onepress: #DD0734;
    --sensus: #3D7300;
    --tlo: #0D1C4B;
    --wyroznij: #4F59D3;
    --zolty: #F9CF23;
}

.kolor_bezdroza {
    background-color: var(--bezdroza);
    color: var(--czern);
}

.kolor_ebookpoint {
    background-color: var(--ebookpoint);
    color: var(--biel);
}

.kolor_editio {
    background-color: var(--editio);
    color: var(--czern);
}

.kolor_helion {
    background-color: var(--helion);
    color: var(--biel);
}

.kolor_onepress {
    background-color: var(--onepress);
    color: var(--biel);
}

.kolor_sensus {
    background-color: var(--sensus);
    color: var(--biel);
}

.help-article-page {
    width: 100%;
}

#categoryDescription {
    padding: 0 0 10px 0 !important;
}


/* Bez tego na Ebookpoincie zadziała, ale na pozostałych serwisach będą style z builda*/
#right-big-col label {
    color: var(--biel) !important;
}

.zaczytani-checkbox {
    display: inline-block !important;
    margin-left: 4px !important;
    margin-right: 3px !important;
}

.checkbox_span a {
    color: var(--biel) !important;
}

/* Potrzebne, żeby nie rozwalała się część grafik na Onepressie*/
#categoryDescription a img {
    max-width: 100%;
    width: unset !important;
}

.text img {
    max-width: 100%;
}

#tresc {
    background-color: var(--tlo);
    color: var(--czern);
    font-family: Rubik;
    position: relative;
    overflow: hidden;
}

#top {
    position: relative;
    z-index: 2;
}

#top_link {
    display: block;
}

#top_link:hover,
#top_link:focus,
#top_link:focus-visible {
    opacity: 0.5;
}

#baner_top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    max-width: 90% !important;
}

#reka {
    left: -125px;
    position: absolute;
    top: 25px;
    z-index: 2;
    zoom: 0.75;
}

#balon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#najfajniejsza {
    color: var(--biel);
    font-family: Rubik-Bold;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: -15px;
    text-align: center;
}

#drukowane {
    border-radius: 100px;
    display: inline-block;
    font-family: DelaGothicOne;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 25px;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 25%;
    z-index: 3;
}

#drukowane_procent {
    font-size: 50px;
}

#cyfrowe {
    border-radius: 100px;
    display: inline-block;
    font-family: DelaGothicOne;
    font-size: 14px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 25%;
    z-index: 3;
}

.cyfrowe_cena {
    font-size: 28px;
    line-height: 1.25;
}

#rabaty {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: inline-block;
    font-family: DelaGothicOne;
    font-size: 24px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: 25px;
    padding: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(5deg);
    transform-origin: center;
    vertical-align: top;
    width: 23%;
    z-index: 3;
}

#rabaty_procent {
    font-size: 55px;
}

#balon2 {
    position: absolute;
    right: 40px;
    top: 365px;
    z-index: 2;
    zoom: 0.7;
}

.linie {
    width: 100%;
}

#linia_top {
    position: relative;
    top: -185px;
    z-index: 4;
}

#pas {
    margin-top: -200px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#kropki {
    left: -105px;
    position: absolute;
    top: 35px;
}

#tylko {
    background-color: var(--zolty);
    color: var(--czern);
    font-family: Rubik-Bold;
    font-size: 80px;
    line-height: 1;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
}

#ostatnie {
    background-color: var(--zolty);
    color: var(--czern);
    font-family: Rubik-Bold;
    font-size: 65px;
    line-height: 1;
    padding: 65px 0;
    text-align: center;
}

#kropki2 {
    right: -75px;
    position: absolute;
    top: -0;
    transform: rotate(-35deg);
    transform-origin: center;
}

#linia_mala {
    position: relative;
    top: -23px;
    z-index: 3;
}

#kula {
    position: absolute;
    right: -40px;
    top: 625px;
    z-index: 4;
    zoom: 0.85;
}

#niebieski {
    right: 150px;
    top: 1100px;
}

.niebieskie_wstazki {
    position: absolute;
    z-index: 2;
    zoom: 0.75;
}

#ksiazka{
    left: -115px;
    position: relative;
    top: 165px;
    transform: rotate(85deg);
    transform-origin: center;
    z-index: 3;
    zoom: 0.75;
}

#niebieski2 {
    left: 150px;
    top: 1375px;
    transform: rotate(85deg);
    transform-origin: center;
}

.romb {
    position: absolute;
    zoom: 0.75;
}

#kropki_niebieskie {
    left: -100px;
    top: 1150px;
}

#filtrowanie {
    margin-bottom: -200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
    width: 85%;
}

#wygodnie {
    color: var(--biel);
    font-family: DelaGothicOne;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 50px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

#formaty {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.filtr_formaty {
    background-color: var(--wyroznij);
    color: var(--biel) !important;
    display: inline-block;
    font-family: DelaGothicOne;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

.filtr_formaty:hover,
.filtr_formaty:focus,
.filtr_formaty:focus-visible {
    background-color: var(--biel);
    color: var(--czern) !important;
    text-decoration: none !important;
}

#filtr_ebook {
    margin-right: 20px;
}

#filtr_druk {
    margin-left: 50px;
}

#filtr_kurs {
    margin-left: 20px;
}

#ceny {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.filtr_ceny {
    background-color: var(--zolty);
    color: var(--czern) !important;
    display: inline-block;
    font-family: Rubik-Bold;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
}

.filtr_ceny:hover,
.filtr_ceny:focus,
.filtr_ceny:focus-visible {
    background-color: var(--biel);
    text-decoration: none !important;
}

#cena {
    margin-left: 100px;
}

#cena2 {
    margin-left: 25px;
}

#cena3 {
    margin-left: 50px;
}

#cena4 {
    margin-left: 25px;
}

#cena5 {
    margin-left: 350px;
}

#balon3 {
    right: -850px;
    position: relative;
    top: -250px;
    transform: rotate(-15deg);
    transform-origin: center;
    zoom: 0.85;
}

#niebieski3 {
    left: 525px;
    top: 1550px;
    transform: rotate(70deg);
    transform-origin: center;
}

#linia_podwojna {
    transform: scaleX(-1);
}

#niebieski4 {
    right: 50px;
    top: 1715px;
    transform: rotate(70deg);
    transform-origin: center;
}

#kula2 {
    left: -150px;
    position: relative;
    top: 0;
    transform: rotate(-25deg);
    transform-origin: center;
    zoom: 0.9;
}

#podkategorie {
    margin-bottom: -150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;
    text-align: center;
    width: 85%;
}

.podkategoria {
    background-color: var(--wyroznij);
    color: var(--biel) !important;
    display: inline-block;
    font-family: Rubik-Bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    position: relative;
    text-transform: lowercase;
}

.podkategoria:hover,
.podkategoria:focus,
.podkategoria:focus-visible {
    background-color: var(--biel);
    color: var(--czern) !important;
    text-decoration: none !important;
}

#ksiazka2{
    right: -1100px;
    position: relative;
    top: -50px;
    transform: rotate(-55deg);
    transform-origin: center;
    zoom: 0.7;
}

#niebieski5 {
    left: 500px;
    top: 2100px;
    transform: rotate(55deg);
    transform-origin: center;
}

#niebieski6 {
    left: 20px;
    top: 2400px;
}

#niebieski6_after {
    left: 100px;
    top: 2350px;
    transform: rotate(55deg);
    transform-origin: center;
}

#niebieski6_helion {
    left: 20px;
    top: 1900px;
}

#niebieski6_after_helion {
    left: 100px;
    top: 1800px;
    transform: rotate(55deg);
    transform-origin: center;
}

#niebieski7 {
    left: 20px;
    top: 2750px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski7_after {
    right: 100px;
    top: 2300px;
    transform: rotate(70deg);
    transform-origin: center;
}

#niebieski7_helion {
    left: 20px;
    top: 2300px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski7_after_helion {
    right: 100px;
    top: 1775px;
    transform: rotate(70deg);
    transform-origin: center;
}

#kropki_niebieskie2 {
    left: -150px;
    top: 2500px;
}

#kropki_niebieskie2_after {
    left: -150px;
    top: 2650px;
}

#kropki_niebieskie2_helion {
    left: -150px;
    top: 2000px;
}

#kropki_niebieskie2_after_helion {
    left: -150px;
    top: 2200px;
}

#srodek {
    margin-bottom: -150px;
    padding-bottom: 50px;
    padding-top: 50px;
}

#srodek_after {
    padding-top: 50px;
}

#odbierz_mobile {
    color: var(--biel);
    display: none;
    font-family: DelaGothicOne;
    text-align: center;
    text-transform: uppercase;
}

#codziennie_mobile {
    color: var(--biel);
    display: none;
    text-align: center;
    text-transform: uppercase;
}

#darmowe {
    display: inline-block;
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
    vertical-align: top;
    width: 27%;
}

#darmowe_after {
    margin-bottom: -250px;
    margin-top: 25px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.darmowe_link:hover,
.darmowe_link:focus,
.darmowe_link:focus-visible {
    opacity:0.5;
}

.darmowe_link img:hover,
.darmowe_link img:focus,
.darmowe_link img:focus-visible {
    opacity:0.5;
}

.okladka {
    display: inline-block;
    margin: 3px;
    width: 20%;
}

.pojedyncza {
    margin: 0 !important;
    padding-left: 85px;
    padding-top: 50px;
    position: relative;
    width: 75% !important;
}

#dzis {
    background-color: var(--zolty);
    color: var(--czern);
    font-family: DelaGothicOne;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 95%;
}

.czytnik {
    width: 100%;
}

.gratis {
    background-color: var(--wyroznij);
    color: var(--czern);
    font-family: DelaGothicOne;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 95%;
}

.gratis_cena {
    color: var(--biel);
    text-decoration: line-through;
}

#formularz {
    display: inline-block;
    margin-left: auto;
    margin-right: 0px;
    width: 63%;
}

#odbierz {
    color: var(--biel);
    font-family: DelaGothicOne;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

#odbierz_after {
    color: var(--biel);
    font-family: DelaGothicOne;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
}

#codziennie {
    color: var(--biel);
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

#kula3 {
    right: -825px;
    position: relative;
    top: 0;
    zoom: 0.9;
}

#darmo {
    color: var(--biel);
    font-family: DelaGothicOne;
    font-size: 80px;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

#niebieski_after {
    right: 100px;
    top: 2975px;
    transform: rotate(25deg);
    transform-origin: center;
}

#niebieski_after_helion {
    right: 100px;
    top: 2500px;
    transform: rotate(25deg);
    transform-origin: center;
}

#kropki_niebieskie3 {
    right: -215px;
    top: 2200px;
}

#kropki_niebieskie3_after {
    right: -175px;
    top: 6100px;
    zoom: 0.35;
}

#kropki_niebieskie3_helion {
    right: -215px;
    top: 1700px;
}

#kropki_niebieskie3_after_helion {
    right: -175px;
    top: 4050px;
    zoom: 0.35;
}

#ksiazka3 {
    right: -1075px;
    position: relative;
    top: -300px;
    zoom: 0.75;
}

#ksiazka3_after {
    left: -100px;
    position: relative;
    top: -85px;
    zoom: 0.65;
}

#niebieski8 {
    right: 50px;
    position: absolute;
    top: 2900px;
    transform: rotate(100deg);
    transform-origin: center;
}

#niebieski8_after {
    right: 150px;
    position: absolute;
    top: 3325px;
    transform: rotate(55deg);
    transform-origin: center;
}

#niebieski8_helion {
    right: 50px;
    position: absolute;
    top: 2400px;
    transform: rotate(100deg);
    transform-origin: center;
}

#niebieski8_after_helion {
    right: 150px;
    position: absolute;
    top: 2850px;
    transform: rotate(55deg);
    transform-origin: center;
}

#niebieski9 {
    right: 100px;
    position: absolute;
    top: 3100px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski9_after {
    right: 100px;
    position: absolute;
    top: 3500px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski9_helion {
    right: 100px;
    position: absolute;
    top: 2600px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski9_after_helion {
    right: 100px;
    position: absolute;
    top: 3025px;
    transform: rotate(85deg);
    transform-origin: center;
}

#balon4 {
    right: -925px;
    position: relative;
    top: 50px;
    transform: rotate(-15deg);
    transform-origin: center;
    zoom: 0.85;
}

#niebieski10 {
    left: 100px;
    position: absolute;
    top: 3200px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski10_after {
    left: 100px;
    position: absolute;
    top: 3600px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski10_helion {
    left: 100px;
    position: absolute;
    top: 2700px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski10_after_helion {
    left: 100px;
    position: absolute;
    top: 3100px;
    transform: rotate(85deg);
    transform-origin: center;
}

#ksiazka4 {
    left: -375px;
    position: relative;
    top: 100px;
    zoom: 0.85;
}

#konkurs_div {
    background-image: url('https://static01.helion.com.pl/global/zaczytani/2026/konk.png');
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -250px;
}

#konkurs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    position: relative;
    text-align: center;
    width: 75%;
    z-index: 3;
}

#konkurs:hover,
#konkurs:focus,
#konkurs:focus-visible {
    opacity: 0.5;
    text-decoration: none !important;
}

#konkurs_link:focus div,
#konkurs_link:focus-visible {
    opacity: 0.5;
    text-decoration: none !important;
}

#konkurs_info {
    color: var(--zolty);
    display: inline-block;
    font-family: DelaGothicOne;
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
}

#baw {
    color: var(--zolty);
    display: inline-block;
    font-family: Rubik-Bold;
    font-size: 42px;
    line-height: 1;
}

#konkurs_udzial {
    background-image: url('https://static01.helion.com.pl/global/zaczytani/2026/dymek.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--biel);
    display: inline-block;
    font-family: Rubik-BoldItalic;
    font-size: 42px;
    line-height: 1;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 35px;
    padding-top: 40px;
    text-align: left;
    text-transform: uppercase;
}

#niebieski11 {
    left: 50px;
    position: absolute;
    top: 3715px;
    transform: rotate(15deg);
    transform-origin: center;
}

#niebieski11_after {
    left: 50px;
    position: absolute;
    top: 4100px;
    transform: rotate(15deg);
    transform-origin: center;
}

#niebieski11_helion {
    left: 50px;
    position: absolute;
    top: 3215px;
    transform: rotate(15deg);
    transform-origin: center;
}

#niebieski11_after_helion {
    left: 50px;
    position: absolute;
    top: 3625px;
    transform: rotate(15deg);
    transform-origin: center;
}

#reka2 {
    position: relative;
    right: -925px;
    top: -275px;
    z-index: 2;
    zoom: 0.65;
}

#niebieski12 {
    right: 200px;
    position: absolute;
    top: 3800px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski12_after {
    right: 200px;
    position: absolute;
    top: 4200px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski12_helion {
    right: 200px;
    position: absolute;
    top: 3300px;
    transform: rotate(85deg);
    transform-origin: center;
}

#niebieski12_after_helion {
    right: 200px;
    position: absolute;
    top: 3700px;
    transform: rotate(85deg);
    transform-origin: center;
}

#dol {
    background-color: var(--biel);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: -500px;
    text-align: center;
}

#stopka_opis {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    width: 55%;
}

#poczatek {
    color: var(--wyroznij);
    font-family: DelaGothicOne;
    font-size: 22px;
    text-transform: uppercase;
}

#logotypy {
    padding: 15px;
}

.social_icon {
    display: inline-block;
    height: 35px;
    margin: 15px;
    vertical-align: middle;
}

.social_link:hover,
.social_link:focus,
.social_link:focus-visible {
    opacity: 0.5;
    text-decoration: none !important;
}

#ksiazka5 {
    left: -575px;
    position: relative;
    top: -100px;
    zoom: 0.7;
}

#czytaj {
    color: var(--wyroznij);
    margin-top: -175px;
    text-transform: uppercase;
}

#aplikacje {
    padding: 15px;
}

.app_icon {
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
}

.app_link:hover,
.app_link:focus,
.app_link:focus-visible {
    opacity: 0.5;
    text-decoration: none !important;
}

#partnerzy {
    padding: 15px;
}

.partner_link:hover,
.partner_link:focus,
.partner_link:focus-visible {
    opacity: 0.5;
    text-decoration: none !important;
}

.partner_icon {
    display: inline-block;
    margin: 15px 50px;
    vertical-align: middle;
}

#logo_bezdroza {
    max-width: 5% !important;
}

#logo_ebookpoint {
    max-width: 10% !important;
}

#logo_editio {
    max-width: 10% !important;
}

#logo_helion {
    max-width: 10% !important;
}

#logo_onepress {
    max-width: 10% !important;
}

#logo_sensus {
    max-width: 10% !important;
}

#logo_pocket {
    max-width: 12% !important;
}

#tresc input, button {
    font-size: 20px;
}

#formularz_after {
    padding: 0 75px;
}

#formularz_after #zaczytani-email {
    width: 70%;
}

#formularz_after .zaczytani_btn {
    display: inline-block;
    margin: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#zaczytani-form-container {
    color: var(--czern);
    display: block;
    font-family: Rubik-Bold;
    max-width: 95%;
    margin-bottom: -125px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
}

.zaczytani-main-form-error {
    color: var(--czerwien);
}

.zaczytani-form{
    padding-left: 0;
}

.zaczytani-input-border {
    padding: 35px 0;
}

.zaczytani-input-line .zaczytani-input-line-error {
    color: var(--czerwien);
    display: none;
    font-size: 14px;
    font-weight: 700;
    margin: 3px 0;
}

.zaczytani-input-line{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

#zaczytani-email{
    background-color: transparent;
    background-image: url(https://static01.helion.com.pl/global/zaczytani/2026/mail-box.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: var(--biel);
    display: inline-block;
    font-family: Rubik-Bold;
    font-style: normal;
    font-weight: 900;
    margin: 2px;
    padding-bottom: 35px;
    padding-inline-start: 35px !important;
    padding-top: 35px;
    width: 75%;
}

#zaczytani-email:hover,
#zaczytani-email:focus,
#zaczytani-email:focus-visible {
    box-shadow: none !important;
    color: var(--zolty);
    margin: 2px  !important;
    padding-right: 2px;
}

#zaczytani-email::placeholder {
    color: var(--zolty);
    font-style: normal;
    text-align: left;
}

#zaczytani-email:ms-input-placeholder {
    color: var(--zolty);
    font-style: normal;
    text-align: left;
}

#zaczytani-email:hover::placeholder,
#zaczytani-email:focus::placeholder,
#zaczytani-email:focus-visible::placeholder {
    color: var(--wyroznij);
}

#zaczytani-email:hover::ms-input-placeholder,
#zaczytani-email:focus::ms-input-placeholder,
#zaczytani-email:focus-visible::ms-input-placeholder {
    color: var(--wyroznij);
}

#zaczytani-checkboxs-container {
    margin-left: 50px;
    font-size: 16px;
}

.zaczytani-checkbox-line{
    color: var(--biel);
    font-style: normal;
    font-weight: 500;
    margin-bottom: 25px;
}

.zaczytani-checkbox:focus + label .checkbox_span,
.zaczytani-checkbox:focus-visible + label .checkbox_span{
    color: var(--zolty) !important;
}

.checkbox_span a{
    color: var(--biel) !important;
}

.checkbox_span a:hover,
.checkbox_span a:focus,
.checkbox_span a:focus-visible {
    color: var(--zolty) !important;
    text-decoration: underline !important;
}

.zaczytani-checkbox{
    opacity:0;
}

.zaczytani-checkbox-line .zaczytani-form-tick {
    background: url(https://static01.helion.com.pl/global/zaczytani/2026/check-0.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border: 0 !important;
    display: inline-block;
    margin-bottom: -10px;
    margin-left: -65px;
    margin-right: 10px;
    height:26px;
    width: 26px;
}

.zaczytani-checkbox-line.active .zaczytani-form-tick {
    background: url(https://static01.helion.com.pl/global/zaczytani/2026/check-1.svg) no-repeat !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.zaczytani-checkbox-line .zaczytani-form-field-error {
    color: var(--czerwien);
    display: none;
    font-size: 14px;
    font-weight: 700;
    margin: 3px 0;
}

.zaczytani_btn{
    display: block;
    background-color: var(--zolty);
    border: none;
    color: var(--czern);
    font-family: DelaGothicOne;
    font-size: 24px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: 50px;
    cursor: pointer;
}

.zaczytani_btn:hover {
    background-color: var(--biel);
}

.zaczytani_btn:focus, .zaczytani_btn:focus-visible {
    background-color: var(--biel);
}

.zaczytani_btn a{
    color: var(--zolty) !important;
    text-decoration: none !important;
}

#btn_div {
    display: inline-block;
    width: 49%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

#zatwierdz_img {
    max-height: 75px;
    margin-bottom: -20px;
}

#regulamin_div{
    display: inline-block;
    margin-left: 50px;
}

.zaczytani-reg-code {
    color: var(--zolty) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.zaczytani-reg-code:hover,
.zaczytani-reg-code:focus,
.zaczytani-reg-code:focus-visible {
    color: var(--biel) !important;
    text-decoration: underline !important;
}

.zaczytani-layer, .zaczytani-text-popup {
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.zaczytani-layer {
    background: #000;
    height: 100%;
    top: 0;
}

.zaczytani-text-popup {
    top: 100px;
}

.zaczytani-popup-container {
    background: var(--biel);
    margin: 0 auto;
    position: relative;
    width: 700px;
    color: var(--czern);
}

.zaczytani-popup-container .zaczytani-popup-close {
    position: relative;
    left: 660px;
    top: 0px;
    margin: 0px;
}

.zaczytani-popup-container .zaczytani-popup-content {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0 40px;
    overflow: auto;
}

.zaczytani-popup-container .zaczytani-popup-close a {
    background: #000 url(https://static01.helion.com.pl/global/zaczytani/2026/close.png) no-repeat 1px 0;
    display: block;
    height: 40px;
    width: 40px;
    text-indent: -100000px;
}

.zaczytani-popup-container .zaczytani-popup-close a:hover,
.zaczytani-popup-container .zaczytani-popup-close a:focus,
.zaczytani-popup-container .zaczytani-popup-close a:focus-visible {
    opacity: 0.5;
}

.zaczytani-popup-container .book-list ul {
    display: flex;
    padding: 0 30px;
}

.zaczytani-popup-container .book-list ul li {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
}

.zaczytani-popup-container .book-list ul li .book-info {
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.zaczytani-popup-container .book-list ul li .book-info img {
    float: unset;
    margin: 5px auto;
    max-width: 60px !important;
}

.zaczytani-popup-container .book-list ul li .book-info h3 {
    height: 150px;
    line-height: 1;
    margin: 5px 0;
    text-align: center;
}

.zaczytani-popup-container .book-list ul li .book-info h3 a:hover,
.urodzaczytaniziny-popup-container .book-list ul li .book-info h3 a:focus,
.zaczytani-popup-container .book-list ul li .book-info h3 a:focus-visible {
    text-decoration: underline !important;
}

.zaczytani-popup-container .book-list ul li .book-info p {
    color: var(--czern);
    text-align: center;
}

.zaczytani-popup-container .book-list ul li .book-info .ebook {
    font-size: 12px;
    text-align: center;
}

.zaczytani-popup-container .book-list ul li .download a {
    display: block;
    font-size: 12px !important;
    line-height: 35px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 95px;
}

.wybieram {
    background-color: var(--zolty);
    border: 1px solid var(--zolty);
    color: var(--czern) !important;
    border-radius: 2px;
    font-family: DelaGothicOne;
}

.wybieram:hover,
.wybieram:focus,
.wybieram:focus-visible {
    text-decoration: underline !important;
}

.book-info .ebook {
    font-size: 14px;
}

.zaczytani-popup-container .book-list ul li .book-info a {
    color: var(--czern) !important;
    font-size: 14px;
    line-height: 1;
}

.zaczytani-popup-container .book-list ul li::before {
    display: none;
}

.zaczytani-popup-container .book-list ul li .book-info .author {
    height: 10px;
    font-size: 12px;
    line-height: 1;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

#bookList {
    background-color: var(--biel);
    height: 1px;
}

@media all and (max-width: 1200px) {

    #balon {
	zoom: 0.85;
    }

    #balon2 {
	top: 375px;
    }

    #kula {
	top: 725px;
	zoom: 0.75;
    }

    #ksiazka {
	zoom: 0.6;
    }

    #niebieski2 {
	left: 120px;
	top: 1300px;
    }

    #podkategorie {
	margin-top: -250px;
    }

    #niebieski3 {
	top: 1500px;
    }

    #niebieski4 {
	top: 1675px;
    }

    #ksiazka2 {
	right: -1225px;
	zoom: 0.65;
    }

    #niebieski5 {
	top: 2050px;
    }

    #niebieski6 {
	top: 2350px;
    }

    #niebieski6_after {
	top: 2300px;
    }

    #niebieski6_helion {
	top: 1850px;
    }

    #niebieski6_after_helion {
	top: 1825px;
    }

    #niebieski7 {
	top: 2700px;
    }

    #niebieski7_after {
	top: 2200px;
    }

    #niebieski7_helion {
	top: 2250px;
    }

    #niebieski7_after_helion {
	top: 1725px;
    }

    #kropki_niebieskie2 {
	top: 2450px;
    }

    #kropki_niebieskie2_after {
	top: 2600px;
    }

    #kropki_niebieskie2_helion {
	top: 1950px;
    }

    #kropki_niebieskie2_after_helion {
	top: 2125px;
    }

    #niebieski_after {
	top: 2925px;
    }

    #niebieski_after_helion {
	top: 2450px;
    }

    #ksiazka3 {
	right: -1275px;
	top: -235px;
	zoom: 0.65;
    }

    #kropki_niebieskie3_after {
	top: 7000px;
    }

    #kropki_niebieskie3_after_helion {
	top: 5950px;
    }

    #niebieski8 {
	top: 2850px;
    }

    #niebieski8_after {
	top: 3275px;
    }

    #niebieski8_helion {
	top: 2350px;
    }

    #niebieski8_after_helion {
	top: 2775px;
    }

    #niebieski9 {
	top: 3000px;
    }

    #niebieski9_after {
	top: 3425px;
    }

    #niebieski9_helion {
	top: 2500px;
    }

    #niebieski9_after_helion {
	top: 2950px;
    }

    #balon4 {
	right: -1100px;
	zoom: 0.75;
    }

    #niebieski10 {
	top: 3050px;
    }

    #niebieski10_after {
	top: 3500px;
    }

    #niebieski10_helion {
	top: 2550px;
    }

    #niebieski10_after_helion {
	top: 3000px;
    }

    #ksiazka4 {
	left: -400px;
	top: 50px;
	zoom: 0.65;
    }

    #niebieski11 {
	top: 3550px;
    }

    #niebieski11_after {
	top: 4000px;
    }

    #niebieski11_helion {
	top: 3075px;
    }

    #niebieski11_after_helion {
	top: 3525px;
    }

    #reka2 {
	right: -950px;
	top: -275px;
	zoom: 0.65;
    }

    #niebieski12 {
	top: 3600px;
    }

    #niebieski12_after {
	top: 4100px;
    }

    #niebieski12_helion {
	top: 3150px;
    }

    #niebieski12_after_helion {
	top: 3550px;
    }

    #dol {
	font-size: 18px;
    }

    #poczatek {
	font-size: 22px;
    }

}

@media all and (max-width: 1000px) {

    #reka {
	top: 25px;
	zoom: 0.6;
    }

    #balon {
	zoom: 0.75;
    }

    #najfajniejsza {
	font-size: 24px;
	margin-top: 0;
    }

    #drukowane {
	font-size: 10px;
	margin-left: 15px;
	padding: 10px;
    }

    #drukowane_procent {
	font-size: 42px;
    }

    #cyfrowe {
	font-size: 11px;
	padding: 10px;
    }

    .cyfrowe_cena {
	  font-size: 20px;
    }

    #rabaty {
	font-size: 20px;
	padding: 35px;
	margin-right: 10px;
    }

    #rabaty_procent {
	font-size: 42px;
    }

    #balon2 {
	right: 80px;
	top: 450px;
	zoom: 0.5;
    }

    #linia_top {
	top: -140px;
    }

    #pas {
	margin-top: -150px;
    }

    #tylko {
	font-size: 72px;
	padding: 25px 0;
    }

    #ostatnie {
	font-size: 50px;
	padding: 35px 0;
    }

    #kropki {
	zoom: 0.65;
    }

    #kropki2 {
	zoom: 0.65;
    }

    #kula {
	top: 750px;
	zoom: 0.55;
    }

    .niebieskie_wstazki {
	zoom: 0.6;
    }

    #niebieski {
	top: 1000px;
    }

    #ksiazka {
	top: 250px;
	zoom: 0.5;
    }

    .romb {
	zoom: 0.5;
    }

    #kropki_niebieskie {
	top: 1350px;
    }

    #niebieski2 {
	top: 1350px;
    }

    #filtrowanie {
	margin-bottom: -50px;
	margin-top: -175px;
    }

    #wygodnie {
	font-size: 24px;
	margin-bottom: 25px;
    }

    #formaty {
	width: 85%;
    }

    .filtr_formaty {
	font-size: 24px;
	margin-bottom: 15px;
    }

    #filtr_druk {
	margin-left: 35px;
    }

    #ceny {
	width: 85%;
    }

    .filtr_ceny {
	font-size: 24px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
    }

    #cena5 {
	margin-left: 300px;
    }

    #balon3 {
	right: -800px;
	top: -300px;
	zoom: 0.65;
    }

    #niebieski3 {
	top: 1450px;
    }

    #linia_podwojna {
	position: relative;
	top: -125px;
    }

    #niebieski4 {
	top: 1625px;
    }

    #kula2 {
	top: -200px;
	zoom: 0.6;
    }

    #podkategorie {
	margin-bottom: -100px;
	margin-top: -300px;
	width: 90%;
    }

    .podkategoria {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
    }

    #ksiazka2 {
	right: -1175px;
	zoom: 0.5;
    }

    #niebieski5 {
	top: 1975px;
    }

    #niebieski6 {
	top: 2250px;
    }

    #niebieski6_after {
	left: 75px;
	top: 2150px;
    }

    #niebieski6_helion {
	top: 1800px;
    }

    #niebieski6_after_helion {
	left: 75px;
	top: 1750px;
    }

    #niebieski7 {
	top: 2550px;
    }

    #niebieski7_after {
	right: 75px;
	top: 2100px;
    }

    #niebieski7_helion {
	top: 2150px;
    }

    #niebieski7_after_helion {
	right: 75px;
	top: 1700px;
    }

    #kropki_niebieskie2 {
	left: -175px;
	top: 2800px;
    }

    #kropki_niebieskie2_after {
	left: -175px;
	top: 2900px;
    }

    #kropki_niebieskie2_helion {
	left: -175px;
	top: 2300px;
    }

    #kropki_niebieskie2_after_helion {
	left: -175px;
	top: 2450px;
    }

    #srodek {
	margin-bottom: -125px;
	padding-top: 25px;
    }

    #srodek_after {
	margin-bottom: 25px;;
	padding-top: 25px;
    }

    .srodek_helion {
	margin-top: -100px;
    }

    .srodek_after_helion {
	margin-top: -100px;
    }

    #dzis {
	font-size: 16px;
    }

    .pojedyncza {
	padding-left: 50px;
	padding-top: 20px;
    }

    .gratis {
	font-size: 16px;
    }

    #odbierz {
	font-size: 22px;
    }

    #odbierz_after {
	font-size: 22px;
    }

    #codziennie {
	font-size: 18px;
    }

    #darmowe_after {
	margin-bottom: -150px;
    }

    #kula3 {
	right: -975px;
	zoom: 0.6;
    }

    #darmo {
	font-size: 72px;
    }

    #niebieski_after {
	right: 75px;
	top: 2800px;
    }

    #niebieski_after_helion {
	right: 75px;
	top: 2400px;
    }

    #kropki_niebieskie3 {
	top: 2500px;
    }

    #kropki_niebieskie3_after {
	top: 5350px;
    }

    #kropki_niebieskie3_helion {
	top: 1950px;
    }

    #kropki_niebieskie3_after_helion {
	top: 4650px;
    }

    #ksiazka3 {
	right: -1200px;
	top: -200px;
	zoom: 0.5;
    }

    #ksiazka3_after {
	zoom: 0.5;
    }

    #niebieski8 {
	top: 2750px;
    }

    #niebieski8_after {
	top: 3150px;
    }

    #niebieski8_helion {
	top: 2250px;
    }

    #niebieski8_after_helion {
	top: 2750px;
    }

    #niebieski9 {
	right: 75px;
	top: 2900px;
    }

    #niebieski9_after {
	right: 75px;
	top: 3325px;
    }

    #niebieski9_helion {
	right: 75px;
	top: 2425px;
    }

    #niebieski9_after_helion {
	right: 75px;
	top: 2900px;
    }

    #balon4 {
	right: -1000px;
	zoom: 0.6;
    }

    #niebieski10 {
	top: 3050px;
    }

    #niebieski10_after {
	top: 3475px;
    }

    #niebieski10_helion {
	top: 2600px;
    }

    #niebieski10_after_helion {
	top: 3050px;
    }

    #ksiazka4 {
	top: 150px;
	zoom: 0.5;
    }

    #konkurs_div {
	background-size: 100%;
	margin-top: -150px;
    }

    #konkurs {
	padding: 35px 0;
    }

    #konkurs_info {
	font-size: 60px;
    }

    #baw {
	font-size: 36px;
    }

    #konkurs_udzial {
	font-size: 32px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 25px;
    }

    #niebieski11 {
	top: 3450px;
    }

    #niebieski11_after {
	top: 3900px;
    }

    #niebieski11_helion {
	top: 3050px;
    }

    #niebieski11_after_helion {
	top: 3500px;
    }

    #reka2 {
	right: -900px;
	zoom: 0.5;
    }

    #niebieski12 {
	top: 3550px;
    }

    #niebieski12_after {
	top: 4000px;
    }

    #niebieski12_helion {
	top: 3150px;
    }

    #niebieski12_after_helion {
	top: 3600px;
    }

    #dol {
	font-size: 14px;
	margin-top: -400px;
    }

    #stopka_opis {
	padding-top: 50px;
	width: 75%;
    }

    #poczatek {
	font-size: 18px;
    }

    #ksiazka5 {
	left: -500px;
	zoom: 0.6;
    }

    #czytaj {
	margin-top: -150px;
    }

    .app_icon {
	max-height: 50px;
    }

    #partnerzy {
	padding: 0;
    }

    #logo_bezdroza {
	max-width: 7% !important;
    }

    #logo_ebookpoint {
	max-width: 12% !important;
    }

    #logo_editio {
	max-width: 12% !important;
    }

    #logo_helion {
	max-width: 12% !important;
    }

    #logo_onepress {
	max-width: 12% !important;
    }

    #logo_sensus {
	max-width: 12% !important;
    }

    #logo_pocket {
	max-width: 15% !important;
    }

    .partner_icon {
	margin: 15px 40px;
    }

    #tresc input, button {
	font-size: 16px;
    }

    #formularz_after #zaczytani-email {
	width: 65%;
    }

    #formularz_after .zaczytani_btn {
	font-size: 18px;
	padding-bottom: 0;
	padding-top: 5px;
    }

    .zaczytani-input-border {
	padding: 25px 0;
    }

    #zaczytani-email {
	padding-bottom: 15px;
	padding-inline-start: 35px !important;
	padding-top: 15px;
	width: 60%;
    }

    .zaczytani_btn {
	font-size: 18px;
	padding-bottom: 0;
	padding-top: 5px;
    }

    #zaczytani-checkboxs-container {
	font-size: 12px;
    }

    .zaczytani-reg-code {
	font-size: 12px;
    }

}

@media all and (max-width: 1000px) and (orientation: landscape){

    #reka {
	top: 75px;
	zoom: 0.8;
    }

    #balon {
	zoom: 0.9;
    }

    #najfajniejsza {
	font-size: 32px;
    }

    #drukowane {
	font-size: 14px;
	margin-left: 25px;
	padding: 10px;
    }

    #drukowane_procent {
	font-size: 50px;
    }

    #cyfrowe {
	font-size: 14px;
	padding: 20px;
    }

    .cyfrowe_cena {
	font-size: 28px;
    }

    #rabaty {
	font-size: 24px;
	padding: 50px;
	margin-right: 25px;
    }

    #rabaty_procent {
	font-size: 55px;
    }

    #balon2 {
	right: 50px;
	top: 435px;
	zoom: 0.7;
    }

    #linia_top {
	top: -185px;
    }

    #pas {
	margin-top: -195px;
    }

    #kropki {
	zoom: 1;
    }

    #tylko {
	font-size: 80px;
	padding: 50px 0;
    }

    #ostatnie {
	font-size: 65px;
	padding: 55px 0;
    }

    #kropki2 {
	zoom: 1;
    }

    #kula {
	top: 750px;
	zoom: 0.75;
    }

    #niebieski {
	top: 1400px;
    }

    .romb {
	zoom: 0.7;
    }

    #kropki_niebieskie {
	top: 1250px;
    }

    #ksiazka {
	top: 165px;
	zoom: 0.6;
    }

    #niebieski2 {
	left: 150px;
	top: 1700px;
    }

    #filtrowanie {
	margin-bottom: -100px;
    }

    #wygodnie {
	font-size: 28px;
	margin-bottom: 50px;
    }

    #formaty {
	width: 75%;
    }

    .filtr_formaty {
	font-size: 28px;
	margin-bottom: 20px;
    }

    #ceny {
	width: 75%;
    }

    .filtr_ceny {
	font-size: 28px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
    }

    #cena5 {
	margin-left: 350px;
    }

    #balon3 {
	right: -850px;
	top: -250px;
	zoom: 0.85;
    }

    #niebieski3 {
	left: 700px;
	top: 1950px;
    }

    #niebieski4 {
	top: 2125px;
    }

    #podkategorie {
	margin-bottom: -150px;
	margin-top: -350px;
	width: 85%;
    }

    .podkategoria {
	font-size: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
    }

    #kula2 {
	top: -150px;
	zoom: 0.75;
    }

    #ksiazka2 {
	right: -1225px;
	zoom: 0.65;
    }

    #niebieski5 {
	top: 2600px;
    }

    #niebieski6 {
	top: 2900px;
    }

    #niebieski6_after {
	left: 100px;
	top: 2850px;
    }

    #niebieski6_helion {
	top: 2350px;
    }

    #niebieski6_after_helion {
	left: 100px;
	top: 2300px;
    }

    #niebieski7 {
	top: 3400px;
    }

    #niebieski7_after {
	right: 100px;
	top: 2725px;
    }

    #niebieski7_helion {
	top: 2850px;
    }

    #niebieski7_after_helion {
	right: 100px;
	top: 2200px;
    }

    #kropki_niebieskie2 {
	top: 2600px;
    }

    #kropki_niebieskie2_after {
	top: 2700px;
    }

    #kropki_niebieskie2_helion {
	top: 2100px;
    }

    #kropki_niebieskie2_after_helion {
	top: 6100px;
    }

    #dzis {
	font-size: 22px;
    }

    .gratis {
	font-size: 22px;
    }

    #odbierz {
	font-size: 32px;
    }

    #odbierz_after {
	font-size: 32px;
    }

    #codziennie {
	font-size: 24px;
    }

    #darmowe_after {
	margin-bottom: -175px;
    }

    #kula3 {
	right: -1075px;
	zoom: 0.75;
    }

    #darmo {
	font-size: 80px;
    }

    #niebieski_after {
	right: 175px;
	top: 3650px;
    }

    #niebieski_after_helion {
	right: 217px;
	top: 3100px;
    }

    #kropki_niebieskie3 {
	top: 2300px;
    }

    #kropki_niebieskie3_after {
	top: 7000px;
    }

    #kropki_niebieskie3_helion {
	top: 1800px;
    }

    #kropki_niebieskie3_after_helion {
	top: 6500px;
    }

    #ksiazka3 {
	right: -1300px;
	top: -275px;
	zoom: 0.65;
    }

    #ksiazka3_after {
	top: -125px;
	zoom: 0.65;
    }

    #niebieski8 {
	top: 3450px;
    }

    #niebieski8_after {
	top: 4100px;
    }

    #niebieski8_helion {
	top: 2900px;
    }

    #niebieski8_after_helion {
	top: 3550px;
    }

    #niebieski9 {
	top: 3750px;
    }

    #niebieski9_after {
	top: 4225px;
    }

    #niebieski9_helion {
	top: 3200px;
    }

    #niebieski9_after_helion {
	top: 3700px;
    }

    #balon4 {
	right: -1100px;
	zoom: 0.75;
    }

    #niebieski10 {
	top: 3925px;
    }

    #niebieski10_after {
	top: 4375px;
    }

    #niebieski10_helion {
	top: 3350px;
    }

    #niebieski10_after_helion {
	top: 3850px;
    }

    #ksiazka4 {
	left: -400px;
	top: 125px;
	zoom: 0.65;
    }

    #konkurs_div{
	margin-top: -200px;
    }

    #konkurs_info {
	font-size: 72px;
    }

    #baw {
	font-size: 42px;
    }

    #konkurs_udzial {
	font-size: 42px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 35px;
	padding-top: 40px;
    }

    #niebieski11 {
	top: 4450px;
    }

    #niebieski11_after {
	top: 5000px;
    }

    #niebieski11_helion {
	top: 3900px;
    }

    #niebieski11_after_helion {
	top: 4475px;
    }

    #reka2 {
	right: -950px;
	top: -275px;
	zoom: 0.65;
    }

    #niebieski12 {
	top: 4600px;
    }

    #niebieski12_after {
	top: 5150px;
    }

    #niebieski12_helion {
	top: 4025px;
    }

    #niebieski12_after_helion {
	top: 4600px;
    }

    #dol {
	margin-top: -500px;
    }

    #ksiazka5 {
	left: -600px;
	zoom: 0.7;
    }

    #tresc input, button {
	font-size: 20px;
    }

    #formularz_after .zaczytani_btn {
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 10px;
    }

    #zaczytani-email {
	padding-bottom: 25px;
	padding-top: 25px;
    }

    .zaczytani_btn {
	font-size: 24px;
    }

    #zaczytani-checkboxs-container {
	font-size: 14px;
    }

    .zaczytani-reg-code {
	font-size: 14px;
    }

}

@media all and (max-width: 700px) and (orientation: landscape){

    #reka {
	top: 25px;
	zoom: 0.7;
    }

    #balon {
	zoom: 0.75;
    }

    #najfajniejsza {
	font-size: 24px;
    }

    #drukowane {
	font-size: 10px;
	margin-left: 15px;
	padding: 10px;
    }

    #drukowane_procent {
	font-size: 42px;
    }

    #cyfrowe {
	font-size: 11px;
	padding: 10px;
    }

    .cyfrowe_cena {
	  font-size: 20px;
    }

    #rabaty {
	font-size: 20px;
	padding: 35px;
	margin-right: 10px;
    }

    #rabaty_procent {
	font-size: 42px;
    }

    #balon2 {
	right: 80px;
	top: 450px;
	zoom: 0.5;
    }

    #linia_top {
	top: -135px;
    }

    #pas {
	margin-top: -150px;
    }

    #kropki {
	zoom: 0.65;
    }

    #tylko {
	font-size: 72px;
	padding: 25px 0;
    }

    #ostatnie {
	font-size: 50px;
	padding: 35px 0;
    }

    #kropki2 {
	zoom: 0.65;
    }

    #kula {
	top: 750px;
	zoom: 0.55;
    }

    #niebieski {
	top: 1000px;
    }

    #ksiazka {
	top: 150px;
	zoom: 0.5;
    }

    .romb {
	zoom: 0.5;
    }

    #kropki_niebieskie {
	top: 1300px;
    }

    #niebieski2 {
	left: 120px;
	top: 1250px;
    }

    #wygodnie {
	font-size: 24px;
	margin-bottom: 25px;
    }

    #formaty {
	width: 85%;
    }

    .filtr_formaty {
	font-size: 24px;
	margin-bottom: 15px;
    }

    #ceny {
	width: 85%;
    }

    .filtr_ceny {
	font-size: 24px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
    }

    #cena5 {
	margin-left: 300px;
    }

    #balon3 {
	right: -800px;
	top: -350px;
	zoom: 0.65;
    }

    #niebieski3 {
	left: 525px;
	top: 1450px;
    }

    #linia_podwojna {
	top: -75px;
    }

    #niebieski4 {
	top: 1600px;
    }

    #kula2 {
	top: -100px;
	zoom: 0.6;
    }

    #podkategorie {
	margin-bottom: -100px;
	margin-top: -250px;
	width: 90%;
    }

    .podkategoria {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
    }

    #ksiazka2 {
	right: -1175px;
	zoom: 0.5;
    }

    #niebieski5 {
	top: 1975px;
    }

    #niebieski6 {
	top: 2250px;
    }

    #niebieski6_after {
	left: 75px;
	top: 2150px;
    }

    #niebieski6_helion {
	top: 1750px;
    }

    #niebieski6_after_helion {
	left: 75px;
	top: 1800px;
    }

    #niebieski7 {
	top: 2550px;
    }

    #niebieski7_after {
	right: 75px;
	top: 2100px;
    }

    #niebieski7_helion {
	top: 2100px;
    }

    #niebieski7_after_helion {
	right: 75px;
	top: 1700px;
    }

    #kropki_niebieskie2 {
	top: 2800px;
    }

    #kropki_niebieskie2_after {
	top: 3000px;
    }

    #kropki_niebieskie2_helion {
	top: 2250px;
    }

    #kropki_niebieskie2_after_helion {
	top: 2500px;
    }

    .srodek_after_helion {
	margin-top: -50px;
    }

    #dzis {
	font-size: 16px;
    }

    .gratis {
	font-size: 16px;
    }

    #odbierz {
	font-size: 22px;
    }

    #odbierz_after {
	font-size: 24px;
    }

    #codziennie {
	font-size: 18px;
    }

    #darmowe_after {
	margin-bottom: -125px;
    }

    #kula3 {
	right: -975px;
	top: -50px;
	zoom: 0.6;
    }

    #darmo {
	font-size: 72px;
    }

    #niebieski_after {
	right: 75px;
	top: 2900px;
    }

    #niebieski_after_helion {
	right: 75px;
	top: 2500px;
    }

    #kropki_niebieskie3 {
	top: 2500px;
    }

    #kropki_niebieskie3_helion {
	top: 1950px;
    }

    #ksiazka3 {
	right: -1200px;
	top: -200px;
	zoom: 0.5;
    }

    #ksiazka3_after {
	zoom: 0.5;
    }

    #kropki_niebieskie3_after {
	top: 5500px;
    }

    #kropki_niebieskie3_after_helion {
	top: 4800px;
    }

    #niebieski8 {
	top: 2750px;
    }

    #niebieski8_after {
	top: 3300px;
    }

    #niebieski8_helion {
	top: 2225px;
    }

    #niebieski8_after_helion {
	top: 2900px;
    }

    #niebieski9 {
	top: 2900px;
    }

    #niebieski9_after {
	top: 3425px;
    }

    #niebieski9_helion {
	top: 2350px;
    }

    #niebieski9_after_helion {
	top: 3000px;
    }

    #balon4 {
	right: -1000px;
	zoom: 0.6;
    }

    #niebieski10 {
	top: 2975px;
    }

    #niebieski10_after {
	top: 3500px;
    }

    #niebieski10_helion {
	top: 2450px;
    }

    #niebieski10_after_helion {
	top: 3100px;
    }

    #ksiazka4 {
	top: 50px;
	zoom: 0.5;
    }

    #konkurs {
	padding: 35px 0;
    }

    #konkurs_info {
	font-size: 60px;
    }

    #baw {
	font-size: 36px;
    }

    #konkurs_udzial {
	font-size: 32px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 25px;
    }

    #niebieski11 {
	top: 3400px;
    }

    #niebieski11_after {
	top: 3925px;
    }

    #niebieski11_helion {
	top: 2875px;
    }

    #niebieski11_after_helion {
	top: 3525px;
    }

    #niebieski12 {
	top: 3550px;
    }

    #niebieski12_after {
	top: 4050px;
    }

    #niebieski12_helion {
	top: 3000px;
    }

    #niebieski12_after_helion {
	top: 3650px;
    }

    #reka2 {
	right: -900px;
	top: -275px;
	zoom: 0.5;
    }

    #dol {
	margin-top: -400px;
    }

    #ksiazka5 {
	left: -500px;
	zoom: 0.6;
    }

    #tresc input, button {
	font-size: 16px;
    }

    #formularz_after .zaczytani_btn {
	font-size: 18px;
	padding-bottom: 0;
	padding-top: 5px;
    }

    #zaczytani-email {
	padding-bottom: 15px;
	padding-top: 15px;
    }

    .zaczytani_btn {
	font-size: 18px;
    }

    #zaczytani-checkboxs-container {
	font-size: 12px;
    }

    .zaczytani-reg-code {
	font-size: 12px;
    }

}

@media all and (max-width: 699px) {

    .zaczytani-popup-close {
	left: 0 !important;
    }

    .zaczytani-popup-container .zaczytani-popup-content {
	padding: 10px 0 15px;
    }

    .zaczytani-popup-container .book-list ul li .book-info a {
	font-size: 12px;
	line-height: 1.2;
    }

}

@media all and (max-width: 599px) {

    #reka {
	top: 0;
	zoom: 0.35;
    }

    #balon {
	zoom: 0.35;
    }

    #najfajniejsza {
	font-size: 14px;
	margin-bottom: 10px;
    }

    #informacje {
	text-align: center;
    }

    #drukowane {
	font-size: 7px;
	margin-left: 5px;
	padding: 5px;
    }

    #drukowane_procent {
	font-size: 24px;
    }

    #cyfrowe {
	font-size: 6px;
	padding: 8px;
    }

    .cyfrowe_cena {
	font-size: 12px;
    }

    #rabaty {
	font-size: 10px;
	margin-right: 5px;
	padding: 15px;
    }

    #rabaty_procent {
	font-size: 24px;
    }

    #balon2 {
	display: none;
    }

    #linia_top {
	top: -60px;
    }

    #pas {
	margin-top: -67px;
    }

    #tylko {
	font-size: 42px;
	padding: 10px; 0;
    }

    #ostatnie {
	font-size: 32px;
	padding: 10px; 0;
    }

    #kropki {
	display: none;
    }

    #kropki2 {
	display: none;
    }

    #linia_mala {
	display: none;
    }

    .romb {
	display: none;
    }

    #filtrowanie {
	margin-top: 0;
	width: 95%;
    }

    #wygodnie {
	font-size: 18px;
	margin-bottom: 15px;
    }

    #formaty {
	width: 90%;
    }

    .filtr_formaty {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    }

    #filtr_ebook {
	margin-right: 10px;
    }

    #filtr_druk {
	margin-left: 15px;
    }

    #filtr_kurs {
	margin-left: 10px;
    }

    #ceny {
	width: 90%;
    }

    .filtr_ceny {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
    }

    #cena {
	margin-left: 50px;
    }

    #cena3 {
	margin-left: 20px;
    }

    #cena5 {
	margin-left: 175px;
    }

    #balon3 {
	display: none;
    }

    #linia_podwojna {
	top: 35px;
    }

    #podkategorie {
	margin-bottom: 0;
	margin-top: 50px;
	width: 100%;
    }

    .podkategoria {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
    }

    .kule {
	display: none;
    }

    .ksiazki {
	display: none;
    }

    .niebieskie_wstazki {
	display: none;
    }

    #srodek {
	margin-bottom: -50px;
    }

    #srodek_after {
	margin-bottom: 0;
    }

    .srodek_helion {
	margin-top: 50px;
    }

    .srodek_after_helion {
	margin-top: 50px;
    }

    #odbierz_mobile {
	display: block;
	font-size: 18px;
    }

    #codziennie_mobile {
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
    }

    #darmowe {
	width: 100%;
    }

    #darmowe_after {
	margin-bottom: 25px;;
    }

    #dzis {
	font-size: 24px;
	padding: 0;
    }

    .pojedyncza {
	padding-left: 0;
	padding-top: 0;
    }

    .gratis {
	font-size: 24px;
	line-height: 1.25;
	margin-top: 10px;
	padding: 2px;
    }

    #darmowe_after .gratis {
	font-size: 10px;
	padding: 5px 2px;
    }

    #darmo {
	font-size: 42px;
	padding-bottom: 15px;
    }

    #formularz {
	width: 100%;
    }

    #formularz_after {
	padding: 0;
    }

    #odbierz {
	display: none;
    }

    #codziennie {
	display: none;
    }

    #odbierz_after {
	font-size: 18px;
	width: 100%;
    }

    #konkurs {
	padding: 0;
	width: 90%;
    }

    #konkurs_info {
	display: block;
	text-align: center;
    }

    #konkurs_info {
	font-size: 48px;
    }

    #baw {
	font-size: 28px;
    }

    #konkurs_udzial {
	display: block;
	font-size: 22px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 0;
	width: 50%;
    }

    #dol {
	font-size: 12px;
	margin-top: -200px;
    }

    #reka2 {
	right: -850px;
	top: -275px;
	zoom: 0.3;
    }

    #stopka_opis {
	padding-top: 65px;
	width: 90%;
    }

    #poczatek {
	font-size: 14px;
    }

    #czytaj {
	margin-top: 20px;
    }

    #logotypy {
	padding: 0;
    }

    .social_icon {
	margin: 10px;
    }

    #aplikacje {
	margin-top: 10px;
	padding: 0;
    }

    .app_icon {
	max-height: 40px;
    }

    .partner_icon {
	margin: 15px 30px;
    }

    #logo_bezdroza {
	max-width: 10% !important;
    }

    #logo_ebookpoint {
	max-width: 20% !important;
    }

    #logo_editio {
	max-width: 20% !important;
    }

    #logo_helion {
	max-width: 20% !important;
    }

    #logo_onepress {
	max-width: 20% !important;
    }

    #logo_sensus {
	max-width: 20% !important;
    }

    #logo_pocket {
	max-width: 20% !important;
    }

    #formularz_after .zaczytani_btn {
	font-size: 12px;
	margin-top: 10px;
    }

    #formularz_after #zaczytani-email {
	width: 90%;
    }

    #zaczytani-form-container {
	margin-bottom: 0;
	max-width: 90%;
    }

    .zaczytani-form {
	padding: 0;
    }

    .zaczytani-input-line {
	margin-bottom: 10px;
	margin-top: 15px;
    }

    .zaczytani_btn {
	font-size: 12px;
	margin-top: 10px;
    }

    #zaczytani-email {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	width: 90%;
    }

    .zaczytani-checkbox-line .zaczytani-form-tick {
	margin-left: -62px;
    }

    #zaczytani-checkboxs-container {
	margin-left: 35px;
    }

    #regulamin_div {
	margin-left: 35px;
    }

    .zaczytani-popup-container {
	width: 100%;
    }

    .zaczytani-text-popup {
	top: 25px;
    }

    .zaczytani-popup-container .zaczytani-popup-content {
	width: 100%;
	overflow: scroll;
	height: 500px;
	padding: 0;
	text-align: center;
    }

    .zaczytani-popup-container .book-list ul {
	display: inline-block;
	padding: 0 10px;
    }

    .zaczytani-popup-container .book-list ul li {
	display: inline-block;
	width: 40%;
	margin: 0 auto;
    }

    .zaczytani-popup-container .book-list ul li .book-info {
	min-height: 175px;
	display: block;
	text-align: center;
    }

    .zaczytani-popup-container .book-list ul li .book-info .ebook{
	font-size: 10px;
	line-height: 1;
    }

    .zaczytani-popup-container .book-list ul li .book-info a {
	line-height: 1;
    }

    .zaczytani-popup-container .book-list ul li .book-info h3 {
	height: 50px;
	padding: 0 10px;
    }

    .zaczytani-popup-container .book-list ul li .download {
	line-height: 1;
    }

    .zaczytani-popup-container .book-list ul li .download a {
	font-size: 12px !important;
	line-height: 25px;
    }

    .zaczytani-popup-container .book-list ul li .book-info .author {
	font-size: 10px;
    }

}

@media all and (max-width: 532px) {

    .zaczytani-popup-container .book-list ul li .book-info h3 {
	height: 60px;
	line-height: 0.75;
    }

    .zaczytani-popup-container .book-list ul li .book-info a {
	line-height: 0.75;
    }

    .zaczytani-popup-container .book-list ul li .download {
	margin: 0;
    }

}

@media all and (max-width: 435px) {

    .zaczytani-popup-container .book-list ul li .book-info a {
	font-size: 10px;
    }

}

@media all and (max-width: 400px) {

    #reka {
	top: 20px;
    }

    #balon2 {
	top: 335px;
    }

    #linia_top {
	display: none;
    }

    #pas {
	margin-top: -45px;
    }

    #tylko {
	font-size: 36px;
	padding: 5px;
    }

    #ostatnie {
	font-size: 28px;
    }

    #wygodnie {
	font-size: 16px;
    }

    #dzis {
	font-size: 18px;
    }

    .gratis {
	font-size: 18px;
    }

    #darmo {
	font-size: 36px;
    }

    #konkurs_info {
	font-size: 42px;
    }

    #baw {
	font-size: 24px;
    }

    #konkurs_udzial {
	font-size: 20px;
    }

    #dol {
	font-size: 10px;
	margin-top: 15px;
    }

    #reka2 {
	display: none;
    }

    #stopka_opis {
	padding-top: 20px;
    }

    #poczatek {
	font-size: 12px;
    }

    .zaczytani-popup-container .book-list ul {
	padding: 0;
    }

    .zaczytani-popup-container .book-list ul li {
	width: 45%;
    }

    .zaczytani-popup-container .book-list ul li .book-info h3 {
	height: 65px;
    }

}

@media all and (max-width: 380px) {

    #reka {
	zoom: 0.3;
    }

    #drukowane_procent {
	font-size: 18px;
    }

    .cyfrowe_cena {
	font-size: 10px;
    }

    #rabaty {
	font-size: 8px;
    }

    #rabaty_procent {
	font-size: 18px;
    }

    #balon2 {
	right: -35px;
    }

    .filtr_formaty {
	font-size: 12px;
    }

    .filtr_ceny {
	font-size: 12px;
    }

    #tresc input, button {
	font-size: 12px;
    }

}

@media all and (max-width: 360px) {

    #balon2 {
	display: none;
    }

    .cyfrowe_cena {
	font-size: 8px;
    }

    #wygodnie {
	font-size: 14px;
    }

    .filtr_formaty {
	font-size: 10px;
    }

    #cena2 {
	margin-left: 15px;
    }

    #cena4 {
	margin-left: 15px;
    }

    #cena5 {
	margin-left: 150px;
    }

    #darmowe_after .gratis {
	font-size: 8px;
    }

    #konkurs_info {
	font-size: 36px;
    }

    #baw {
	font-size: 20px;
    }

    #konkurs_udzial {
	font-size: 18px;
    }

    .app_icon {
	margin: 5px;
    }

}

@media all and (max-width: 340px) {

    #najfajniejsza {
	margin-top: 10px;
    }

    #pas {
	margin-top: -40px;
    }

    #odbierz_mobile {
	font-size: 14px;
    }

    #odbierz_after {
	font-size: 14px;
    }

    #codziennie_mobile {
	font-size: 12px;
	margin-bottom: 15px;
    }

    #dol {
	font-size: 8px;
    }

    #poczatek {
	font-size: 10px;
    }

    #zaczytani-email {
	padding-inline-start: 15px !important;
	width: 85%;
    }

}
