@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {    
    background: #ECE8E5;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    line-height: 150%;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #0A0908;
}

.overflow {
    overflow: hidden;
    width: 100%;
}

.grecaptcha-badge { 
    visibility: hidden;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
    line-height: 150%;
}

img {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    line-height: 1;
    font-size: 0;
}

::selection,
::-moz-selection {
    background: #F2884B;
    color: #ECE8E5;
}

a:link, a:active, a:focus, a:visited, a:hover {
    position: relative;
    font-weight: inherit;
    color: #F2884B;
    text-decoration: none;
}

p,ul,ol {
    padding-bottom: 32px;
    font-size: 1em;
}

p.no-padding {
    padding-bottom: 0;
}

ul ul, ul ol, ol ol, ol ul {
    padding-bottom: 0;
    font-size: 1em;
}

ul li {
    position: relative;
}

section ul,
.entry-content ul {
    list-style-type: square;
    padding-left: 15px;
}

section ol,
.entry-content ol {
    list-style-type: decimal;
    padding-left: 15px;
}

strong {
    font-weight: 700;
    font-style: normal;
}

h2.heading {
    padding-bottom: 32px;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 3.3em;
    -webkit-text-stroke: 1px #0A0908;
    color: transparent;
}

h2.heading strong {
    font-weight: 900;
    text-shadow: #F2884B 2px 2px;
}

h3 {
    padding-bottom: 32px;
    font-weight: 700;
    font-size: 1.5em;
}

.entry-content h3 {
    font-size: 1.2em;
}

.entry-content * + h3 {
    padding-top: 16px;
}

h4 {
    font-family: "Poppins", sans-serif;
}

.entry-content {
    padding-bottom: 32px;
}

/* Button */
.btn-wrap {
    background: #F2884B;
    border: 1px solid #0A0908;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: auto;
}

.btn-wrap a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 60px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: #0A0908;
    text-decoration: none;
    text-underline-offset: 0;
}

.btn-wrap p {
    text-align: center;
    padding-bottom: 0;
    line-height: 130%;
    font-size: 1.5em;
}

header .btn-wrap p.product,
section:not(.section-5) .btn-wrap p.product {
    border: 0 !important;
    padding: 0 !important;
}

header .btn-wrap p.product a,
section:not(.section-5) .btn-wrap p.product a {
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
}

header .btn-wrap p.product a::before,
section:not(.section-5) .btn-wrap p.product a::before {
    text-indent: 0;
    display: block;
    visibility: visible;
    line-height: 130%;
    font-size: 25.5px;
}

header .content .btn-wrap p.product a::before {
    content: 'TAK, to o mnie, chcę wiedzieć więcej';
}

.page-home .section-3 .btn-wrap p.product a::before {
    content: 'KUPUJĘ ZANIM OFERTA PRZEPADNIE';
}

.page-home .section-6 .btn-wrap p.product a::before {
    content: 'TAK, CHCĘ TEN PAKIET!';
}

.page-home .section-8 .btn-wrap p.product a::before {
    content: 'TAK, KUPUJĘ!';
}

.page-home .section-9 .btn-wrap p.product a::before {
    content: 'CHCĘ MIEĆ ŁATWIEJ, BIORĘ!';
}

.page-home .section-12 .btn-wrap p.product a::before {
    content: 'NIE MAM PYTAŃ, KUPUJĘ!';
}

/* Up */
#up {
    position: absolute;
    top: 0;
}

a.up {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    z-index: 99999999999;
    opacity: 0;
}

a.up.active {
    opacity: 1;
}

/* Header */
header {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

header .image {
    background: url(../gfx/edu-narzedzia.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    flex: 1;
    padding: 40px 60px;
}

header .image::after {
    content: '';
    background: url(../gfx/klocki_2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -30px;
    width: calc(100% + 15px);
    height: 120%;
}

header .image .hook {
    content: '2 edycja - zupełnie nowe narzędzia!';
    position: absolute;
    top: 328px;
    right: -24px;
    left: -24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

header .image .hook span {
    background: #F2884B;
    border: 4px #0A0908 solid;
    position: relative;
    z-index: 9;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.8em;
    transform: rotate(14deg);
}

header .content {
    flex: 1;
    position: relative;
    padding: 40px 60px 216px;
}

header .navbar-wrap {
    padding: 40px 60px 0;
    width: 100%;
}

header .navbar-wrap .navbar ul {
    margin: 0 auto;
    max-width: 480px;
}

.content-area {
    margin: 0 auto;
    max-width: 880px;
}

.content-area .entry-header {
    text-align: center;
    display: block;
}

.content-area .entry-header .entry-title {
    padding-bottom: 60px;
    font-weight: 700;
    font-size: 1.8em;
}

header nav {
    padding-bottom: 100px;
    width: 100%;
}

header nav .logo h1 {
    background: url(../gfx/edu-narzedzia_logo.svg) no-repeat;
    background-size: 128px 80px;
    position: relative;
    margin: 0 auto;
    width: 128px;
    height: 80px;
    text-indent: -998em;
    overflow: visible;
    z-index: 99;
}

header nav .navbar {
    padding: 40px 60px 0;
    width: calc(100% - 120px);
}

header nav .navbar > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-bottom: 0;
    font-size: 1em;
}

header nav .navbar > ul > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav .navbar > ul > li:first-child {
    margin-left: 0;
}

header nav .navbar ul li a {
    line-height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: .8em;
    color: #0A0908;
    text-transform: uppercase;
    text-decoration: none;
}

header nav .navbar ul li a:hover {
    text-decoration: underline;
}

header .content .hook-mob {
    display: none;
}

header .content ol {
    counter-reset: my-awesome-counter;
    text-align: left;
    padding-bottom: 100px;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.8em;
}

header .content ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 60px;
}

header .content ol li + li {
    padding-top: 32px;
}

header .content ol li::before {
    content: counter(my-awesome-counter);
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: -30px;
    margin: auto 0;
    width: 51.75px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    -webkit-text-stroke: 1px #0A0908;
    color: transparent;
}

header .content ol li + li::before {
    top: 32px;
}

header .content .btn-wrap {
    display: none;
    width: calc(100% - 2px);
}

header .content .btn-wrap.mob {
    display: block;
}

/* Footer */
footer {
    padding: 0 60px;
}

footer .footer-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 1320px;
}

footer .footer-wrap p,
footer .footer-wrap ul,
footer .footer-wrap ol {
    flex: 1;
    padding-bottom: 0;
    line-height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: .8em;
    color: #0A0908;
}

footer .footer-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

footer .footer-wrap ul li + li {
    padding-right: 20px;
    padding-left: 20px;
}

footer .footer-wrap ul li + li::before {
    content: '■';
    margin-right: 20px;
    font-size: .9em;
}

footer .footer-wrap p:nth-child(2) {
    text-align: center;
}

footer .footer-wrap p:nth-child(3) {
    text-align: right;
}

footer .footer-wrap a {
    color: #0A0908;
    text-decoration: underline;
}

.page-home section {
    padding: 100px 60px 68px;
}

.page-home section .wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}

span.block {
    position: absolute;
    width: 5.2vw;
}

span.block::before {
    content: '';
    display: block;
    padding-bottom: 102%;
}

.section-2 span.block {
    background: url(../gfx/klocek-u.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(30deg);
    top: -168px;
    left: 30%;
}

.section-3 span.block-1 {
    background: url(../gfx/klocek-d.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(15deg);
    top: -200px;
    right: 75px;
}

.section-3 span.block-2 {
    background: url(../gfx/klocek-e.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-30deg);
    top: -100px;
    right: -15px;
}

.section-5 span.block {
    background: url(../gfx/klocek-i.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-30deg);
    top: -136px;
    left: 12%;
}

.section-6 span.block-1 {
    background: url(../gfx/klocek-n.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(15deg);
    top: -38px;
    right: 30px;
}

.section-6 span.block-2 {
    background: url(../gfx/klocek-ę.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-15deg);
    top: 148px;
    left: -15px;
}

.section-6 span.block-3 {
    background: url(../gfx/klocek-e.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(30deg);
    top: 70%;
    right: 50%;
}

.section-6 span.block-4 {
    background: url(../gfx/klocek-a.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(15deg);
    bottom: -36px;
    right: 90px;
}

.section-7 span.block {
    background: url(../gfx/klocek-z.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-15deg);
    top: -148px;
    left: -75px;
}

.section-9 span.block-1 {
    background: url(../gfx/klocek-n.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(30deg);
    top: -30px;
    left: 180px;
    z-index: 2;
}

.section-9 span.block-2 {
    background: url(../gfx/klocek-u.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-30deg);
    top: -38px;
    right: 80px;
    z-index: 2;
}

/******** STRONA GŁÓWNA ********/
.page-home .section-1 {
    background: #B0C1D9;
    margin-top: -108px;
}

.page-home .section-1 .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-home .section-1 .wrap .content {
    flex: 1;
    padding-right: 60px;
}

.page-home .section-1 .wrap .content p:last-child {
    line-height: 130%;
    font-size: 1.8em;
}

.page-home .section-1 .wrap .image {
    position: relative;
    flex: 1;
    padding-left: 60px;
}

.page-home .section-1 .wrap .image::before {
    content: 'Kategorie e-booków:';
    position: absolute;
    top: 51px;
    left: 0;
    text-transform: uppercase;
}

.page-home .section-1 .wrap .image::after {
    content: '';
    background: url(../gfx/kategorie-ebookow_5.svg) no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: absolute;
    right: -60px;
    bottom: 40px;
    left: 0;
    width: calc(100% + 13px);
    height: 120%;
}

.page-home .section-2 .wrap {
    text-align: center;
    max-width: 1036px;
}

.page-home .section-3 {
    background: #F2884B;
    padding: 60px;
}

.page-home .section-3 .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.page-home .section-3 .wrap .content {
    text-align: center;
    width: calc(50% - 60px);
}

.page-home .section-3 .wrap .content .countdown-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
}

.page-home .section-3 .wrap .content .countdown-wrap .countdown {
    text-align: center;
    flex: 1;
}

.page-home .section-3 .wrap .content .countdown-wrap .countdown .number {
    padding-bottom: 12px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.8em;
}

.page-home .section-3 .wrap .content .countdown-wrap .countdown span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: .8em;
    text-transform: uppercase;
}

.page-home .section-3 .wrap .btn-wrap {
    margin: 0;
    width: 50%;
    max-width: none;
}

.page-home .section-4 {
    background: #F2EEEB;
}

.page-home .section-4 .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-home .section-4 .wrap .content {
    flex: 1;
    padding-right: 60px;
}

.page-home .section-4 .wrap .content h3 + p {
    padding-top: 48px;
}

.page-home .section-4 .wrap .image {
    position: relative;
    flex: 1;
    padding-left: 60px;
}

.page-home .section-4 .wrap .image::before {
    content: '';
    background: url(../gfx/edu-narzedzia_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -190px;
    left: -30px;
    width: calc(100% + 75px);
    height: 1329px;
}

.page-home .section-5 {
    background: #ECE8E5;
    text-align: center;
    position: relative;
}

.page-home .section-5 .wrap {
    position: relative;
}

.page-home .section-5 .wrap .content > *:not(.items) {
    margin: 0 auto;
    max-width: 990px;
}

.page-home .section-5 .wrap .content h3 {
    padding-top: 48px;
    line-height: 130%;
    font-size: 1.8em;  
}

.page-home .section-5 .wrap .content .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-top: 68px;
}

.page-home .section-5 .wrap .content .items .item {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .8em;
}

.page-home .section-5 .wrap .content .items .item img {
    padding-bottom: 24px;
}

.page-home .section-5 .wrap .content .items .item p,
.page-home .section-5 .wrap .content .items .item ul,
.page-home .section-5 .wrap .content .items .item ol {
    padding-bottom: 1.35em;
    line-height: 140%;
}

.page-home .section-5 .wrap .content .items .item a {
    text-decoration: underline;
    color: #0A0908;
}

.page-home .section-5 .wrap .content .items .item .buy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-top: 24px;
    width: 100%;
}

.page-home .section-5 .wrap .content .items .item .buy p {
    padding-bottom: 0;
    font-size: 1.25em;
}

.page-home .section-5 .wrap .content .items .item .buy .btn-wrap {
    background: transparent;
    border-color: #F2884B;
    margin: 0;
}

.page-home .section-5 .wrap .content .items .item .buy .btn-wrap a {
    padding: 6px 12px;
    color: #F2884B;
    text-decoration: none;
}

.page-home .section-5 .wrap .content .items .item .buy .btn-wrap a.added_to_cart {
    display: none !important;
}

.page-home .section-5 .wrap .content .items .item .buy .btn-wrap p.product {
    border: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.page-home .section-5 .wrap .content .text-container {
    position: relative;
    width: 100%;
}

.page-home .section-5 .wrap .content .text-content {
    transition: max-height 0.5s ease;
    position: relative;
    overflow: hidden;
}

.page-home .section-5 .wrap .content .items .item .text-content > *:last-child {
    padding-bottom: 0;
}

.page-home .section-5 .wrap .content .toggle-button {
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    margin-top: 23px;
    padding: 0;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    color: #0A0908;
    cursor: pointer;
}

.page-home .section-5 .wrap .content .toggle-button:hover {
    background: none;
}

.page-home form label {
    text-align: left;
    display: block;
    font-size: .85em;
}

.page-home form input:not([type="submit"]):not([type="checkbox"]),
.page-home form textarea,
.page-template-default:not(.woocommerce-page) form input:not([type="submit"]):not([type="checkbox"]),
.page-template-default:not(.woocommerce-page) form textarea {
    background: none;
    border: 1px solid #0A0908;
    vertical-align: bottom;
    margin: 0 0 15px;
    padding: 0 15px;
    width: calc(100% - 32px);
    height: 42px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .85em;
    color: #0A0908;
    outline: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-home form textarea,
.page-template-default form textarea {
    padding: 15px;
    width: calc(100% - 32px) !important;
    height: 138px;
}

::placeholder {
    opacity: .5;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    color: #0A0908;
}

.page-home form input[type="submit"],
.page-home form button,
button.wc-block-components-checkout-place-order-button,
.page-template-default:not(.woocommerce-page) button,
.page-template-default:not(.woocommerce-page) input.button {
    background: #F2884B;
    border: 1px solid #0A0908;
    margin: 0;
    padding: 0 15px;
    width: calc(100% - 32px);
    height: 42px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .85em;
    color: #0A0908;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce-page button {
    min-height: 0 !important;
}

.page-home form label.checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
}

.page-home form label.checkbox input[type="checkbox"] {
    margin: 4px 8px 15px 0;
    width: 15px;
}

.page-home form label.checkbox p {
    width: calc(100% - 24px);
    font-size: .85em;
}

.page-home form label.checkbox p a {
    font-weight: 400;
}

.page-home form p input:not([type="submit"]):not([type="checkbox"]),
.page-home form p textarea,
.page-home form p input[type="submit"],
.page-home form p button {
    margin-bottom: 0;
    font-size: .85em;
}

.page-home form p,
.page-template-default form p {
    padding-bottom: 0;
}

.page-home form p.form-row input:not([type="submit"]):not([type="checkbox"]),
.page-home form p.form-row textarea,
.page-home form p.form-row input[type="submit"],
.page-home form p.form-row button {
    margin-bottom: 15px;
}

.page-home form ul,
.page-home form ol {
    padding-bottom: 0;
}

.page-home input:-webkit-autofill,
.page-home input:-webkit-autofill:hover,
.page-home input:-webkit-autofill:focus,
.page-home textarea:-webkit-autofill,
.page-home textarea:-webkit-autofill:hover,
.page-home textarea:-webkit-autofill:focus,
.page-home select:-webkit-autofill,
.page-home select:-webkit-autofill:hover,
.page-home select:-webkit-autofill:focus {
    border: 1px solid #ECE8E5;
    -webkit-text-fill-color: #0A0908;
    -webkit-box-shadow: 0 0 0px 1000px #ECE8E5 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.page-home .section-6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1440px;
}

.page-home .section-6 .image {
    background: url(../gfx/edu-narzedzia_3.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    flex: 1;
    padding: 40px 60px;
}

.page-home .section-6 .content {
    flex: 1;
    position: relative;
    padding: 100px 60px 331px;
}

.page-home .section-6 .content h3 {
    line-height: 130%;
    font-size: 1.8em;
}

.page-home .section-6 .content .btn-wrap {
    margin-top: 68px;
    width: 100%;
}

.page-home .section-7 {
    background: #B0C1D9;
    margin-top: -222px;
}

.page-home .section-7 .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.page-home .section-7 .wrap .content {
    flex: 1;
    padding-right: 60px;
}

.page-home .section-7 .wrap .content + .content {
    text-align: center;
    padding: 222px 0 0 60px;
}

.page-home .section-7 .wrap .content h2 {
    padding-bottom: 60px;
}

.page-home .section-7 .wrap .content + .content h2 {
    font-size: 2.95em;
}

.page-home .section-7 .wrap .content + .content .btns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
}

.page-home .section-7 .wrap .content + .content .btn-wrap {
    background: transparent;
    flex: 1;
}

.page-home .section-7 .wrap .content + .content .btn-wrap:hover {
    background: #F2884B;
}

.page-home .section-7 .wrap .content + .content .btn-wrap a {
    padding: 14px 20px;
}

.page-home .section-7 .wrap .content + .content .btn-wrap p {
    font-size: 1.2em;
    text-transform: uppercase;
}

/* Popup container */
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.popup-image {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ECE8E5;
    font-size: 32px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #ECE8E5;
    text-decoration: none;
    cursor: pointer;
}

.page-home .section-8 {
    padding-bottom: 108px;
}

.page-home .section-8 .wrap {
    margin: 0 auto;
    max-width: 752px;
}

.page-home .section-8 .wrap .content h2,
.page-home .section-8 .wrap .content h3 {
    text-align: center;
}

.page-home .section-8 .wrap .content h3 + ul {
    padding-top: 48px;
}

.page-home .section-8 .wrap .content ul li + li {
    padding-top: 16px;
}

.page-home .section-8 .wrap .content .btn-wrap {
    margin-top: 68px;
    width: 100%;
}

.page-home .section-9 {
    position: relative;
    margin: 0 auto;
    padding-top: 382px;
    padding-bottom: 0;
    max-width: 1320px;
}

.page-home .section-9 > .image {
    background: url(../gfx/edu-narzedzia_4.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 432px);
}

.page-home .section-9 .wrap {
    background: #ECE8E5;
    text-align: center;
    position: relative;
    padding: 100px 120px 108px;
}

.page-home .section-9 .wrap .content h2 {
    padding-bottom: 80px;
}

.page-home .section-9 .wrap .content .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 80px;
    padding-bottom: 48px;
}

.page-home .section-9 .wrap .content .items .item {
    flex: 1;
}

.page-home .section-9 .wrap .content .items .item img {
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 120px;
    height: 120px;
}

.page-home .section-9 .wrap .content .items .item h3 {
    line-height: 130%;
    font-weight: 400;
    font-size: 1.8em;
}

.page-home .section-9 .wrap .content .items .item h3 span {
    text-transform: uppercase;
}

.page-home .section-9 .wrap .content .items .item h3 a {
    color: #0A0908;
}

.page-home .section-9 .wrap .content > p {
    margin: 0 auto;
    max-width: 784px;
}

.page-home .section-9 .wrap .content .btn-wrap {
    margin: 68px auto 0;
    width: 100%;
    max-width: 752px;
}

.page-home .section-10 {
    background: #B0C1D9;
    text-align: center;
}

.page-home .section-10 .wrap .content h2 {
    padding-bottom: 80px;
}

.page-home .section-10 .wrap .content .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 60px;
    padding: 0 60px;
}

.page-home .section-10 .wrap .content .items .item {
    position: relative;
    
}

.page-home .section-10 .wrap .content .items .arrow {
    background: url(../gfx/strzalka.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 103px;
    width: 28px;
    height: 20px;
}

.page-home .section-10 .wrap .content .items .item p {
    padding-top: 28px;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.3em;
}

.page-home .section-10 .wrap .content .items .item .image {
    width: 100%;
    height: 68px;
}

.page-home .section-10 .wrap .content .items .item.item-1 .image {
    background: url(../gfx/ikonka_kupujesz.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-home .section-10 .wrap .content .items .item.item-2 .image {
    background: url(../gfx/ikonka_odbierasz.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-home .section-10 .wrap .content .items .item.item-3 .image {
    background: url(../gfx/ikonka_zapisujesz.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-home .section-10 .wrap .content .items .item.item-4 .image {
    background: url(../gfx/ikonka_masz.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-home .section-10 .wrap .content .items .item .logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    column-gap: 20px;
    padding-bottom: 32px;
}

.page-home .section-10 .wrap .content .items .item .logos img {
    width: auto;
    height: 24px;
}

.page-home .section-11 .wrap .content h2 {
    text-align: center;
    padding-bottom: 80px;
}

.page-home .section-11 .wrap .content ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 120px;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    padding: 0 60px;
    font-size: .95em;
}

.page-home .section-11 .wrap .content ol li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 40px;
    font-weight: 700;
}

.page-home .section-11 .wrap .content ol li span {
    display: block;
    padding-top: 16px;
    font-weight: 400;
}

.page-home .section-11 .wrap .content ol li span .product {
    display: inline;
    border: 0 !important;
    padding: 0 !important;
}

.page-home .section-11 .wrap .content ol li span a.button.add_to_cart_button {
    top: 0;
    left: 0;
    margin-top: -19.5px;
    margin-left: 0;
    transform: none !important;
    animation: none !important;
    line-height: 150%;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0;
}

.page-home .section-11 .wrap .content ol li span a.button.add_to_cart_button::after {
    content: "pakietem";
    top: 0;
    left: 0;
    margin-top: -19.5px;
    margin-left: 0;
    transform: none !important;
    animation: none !important;
    display: inline;
    line-height: 150%;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16.5px;
    color: #0A0908;
    cursor: text;
}

.page-home .section-12 {
    background: #F2884B;
    padding-top: 84px;
    padding-bottom: 96px;
}

.page-home .section-12 .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-home .section-12 .wrap .content {
    flex: 1;
    padding-left: 60px;
}

.page-home .section-12 .wrap .content h3 + p {
    padding-top: 48px;
}

.page-home .section-12 .wrap .image {
    position: relative;
    flex: 1;
    padding-right: 60px;
}

.page-home .section-12 .wrap .image::before {
    content: '';
    background: url(../gfx/edu-narzedzia_5.png) no-repeat;
    background-size: cover;
    background-position: top right;
    position: absolute;
    right: -15px;
    bottom: -96px;
    width: calc(100% + 160px);
    height: calc(100% + 296px);
}

.page-home .section-12 .wrap .content h3 {
    font-weight: 400;
    font-size: 2em;
}

.page-home .section-12 .wrap .content a {
    font-weight: 700;
    color: #0A0908;
}

.page-home .section-12 .wrap .content .btn-wrap {
    background: #B0C1D9;
    margin-top: 48px;
    width: 100%;
}
/*Kontakt*/
.page-template-page-contact section {
    padding: 84px 60px 56px;
}

.page-template-page-contact section .wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}

.page-template-page-contact .section-12 {
    background: #F2884B;
    padding-top: 84px;
    padding-bottom: 56px;
}

.page-template-page-contact .section-12 .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-template-page-contact .section-12 .wrap .content {
    flex: 1;
    padding-left: 60px;
}

.page-template-page-contact .section-12 .wrap .content h3 + p {
    padding-top: 48px;
}

.page-template-page-contact .section-12 .wrap .image {
    position: relative;
    flex: 1;
    padding-right: 60px;
}

.page-template-page-contact .section-12 .wrap .image::before {
    content: '';
    background: url(../gfx/edu-narzedzia_5.png) no-repeat;
    background-size: cover;
    background-position: top right;
    position: absolute;
    right: -15px;
    bottom: -56px;
    width: calc(100% + 160px);
    height: calc(100% + 160px);
}

.page-template-page-contact .section-12 .wrap .content h3 {
    font-weight: 400;
    font-size: 2em;
}

.page-template-page-contact .section-12 .wrap .content a {
    font-weight: 700;
    color: #0A0908;
}

.page-template-page-contact .section-12 .wrap .content form {
    width: 100%;
}

.page-template-page-contact .section-12 .wrap .content form p {
    padding-bottom: 0;
}

.page-template-page-contact .section-12 .wrap .content form label {
    display: block;
}

.page-template-page-contact .section-12 .wrap .content form input:not([type="submit"]):not([type="checkbox"]),
.page-template-page-contact .section-12 .wrap .content form textarea {
    background: none;
    border: 1px solid #0A0908;
    vertical-align: bottom;
    margin: 0 0 16px;
    padding: 0 16px;
    width: calc(100% - 34px);
    height: 52px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #0A0908;
    outline: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-template-page-contact .section-12 .wrap .content form textarea {
    padding: 16px;
    height: 100px;
}

::placeholder {
    opacity: 1;
    font-weight: 400;
    color: #0A0908;
}

.page-template-page-contact .section-12 .wrap .content form input[type="submit"],
.page-template-page-contact .section-12 .wrap .content form button {
    background: #B0C1D9;
    border: 1px solid #0A0908;
    margin: 0 0 16px;
    padding: 0 16px;
    width: calc(100% - 34px);
    height: 52px;    
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    color: #0A0908;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 1px;
    font-weight: 700 !important;
    font-size: .6em !important;
    color: #0A0908 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    position: absolute;
    border: 0 !important;
    margin: -40px 0 0 !important;
    padding: 0 !important;
    line-height: 120%;
    font-weight: 700;
    font-size: .6em !important;
}

/**/

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"], .is-large .wp-block-woocommerce-checkout-order-summary-block {
    background-color: transparent !important;
    border: 1px solid #0A0908 !important;
    border-radius: 0 !important;
    color: #0A0908 !important;
}

.wc-block-components-sidebar-layout * {
    border-color: #0A0908 !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    line-height: 1 !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"], .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-checkout-step__container textarea {
    background: transparent !important;
    border-radius: 0 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    font-size: .875em !important;
    line-height: 1.2 !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:first-child::after, .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child::after, .wc-block-components-radio-control--highlight-checked::after, .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px currentColor !important;
}

.wc-block-components-radio-control-accordion-content p {
    padding-bottom: 0 !important;
}

.wc-block-components-address-form__address_2-toggle {
    text-transform: none;
    padding: 0 !important;
}

.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
    right: 25px !important;
    top: 47% !important;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    text-align: left;
    margin-bottom: 32px;
    width: 100%;
    max-width: 500px;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > * {
    padding-bottom: 8px;
}

.woocommerce-order-details h2 {
    padding-bottom: 16px;
    font-weight: 700;
}

.wp-block-woocommerce-empty-cart-block hr,
.wp-block-woocommerce-empty-cart-block hr + h2,
.wp-block-woocommerce-empty-cart-block hr + h2 + div {
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block h2 {
    padding-bottom: 60px;
}

.cc-message {
    line-height: 120% !important;
    font-size: .8em !important;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container::before,
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container::after {
    border-color: #0A0908 !important;
}