@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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: #F4F5F0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0D0D0D;
}

.overflow {
    overflow: hidden;
    width: 100%;
}

.timesnewroman { 
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; 
}

.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: #6D997C;
    color: #F4F5F0;
}

a:link, a:active, a:focus, a:visited, a:hover {
    position: relative;
    font-weight: inherit;
    color: #0D0D0D;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.btn-wrap a:link, .btn-wrap a:active, .btn-wrap a:focus, .btn-wrap a:visited, .btn-wrap a:hover {
    text-underline-offset: 0;
}

.btn-wrap a::before,
header .navbar-wrap nav .navbar > ul li a::before {
    display: none;
}

p,ul,ol {
    padding-bottom: 30px;
    font-size: 1em;
}

ul ul, ul ol, ol ol, ol ul {
    padding-bottom: 0;
    font-size: 1em;
}

ul:not(.main-menu):not(.social-media) li {
    position: relative;
    padding-left: 30px;
}

ul:not(.main-menu):not(.social-media) li::before {
    content: '';
    background: url(../gfx/li.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
}

strong {
    font-weight: 700;
    font-style: normal;
}

.timesnewroman strong {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 700;
}

h2 {
    padding-bottom: 40px;
    line-height: 120%;
    font-size: 2.65em;
}

h3 {
    padding-bottom: 40px;
    line-height: 120%;
    font-weight: 700;
    font-size: 2em;
}

h4 {
    padding-bottom: 20px;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.325em;
}

h2.heading {
    position: relative;
}

h2.heading::before {
    content: '';
    border-top: 3px solid #0D0D0D;
    position: absolute;
    top: -20px;
    width: 356px;
}

h1.entry-title {
    transform: rotate(-1.25deg);
    text-align: center;
    padding: 0 0 60px;
    line-height: 110%;
    font-weight: 900;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #DF4124;
    hyphens: auto;
}

/* Button */
.btn-wrap {
    background: #A2DFB8;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 52px;
}

.btn-wrap.dark {
    background: #DF4124;
}

.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;
    width: 100%;
    height: 52px;
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 0;
}

.btn-wrap a:hover {
    text-decoration: none;
}

.btn-wrap.dark a {
    color: #F4F5F0;
}

.btn-wrap p {
    text-align: center;
    padding: 0 44px;
    line-height: 130%;
    font-size: 1.1em;
    text-transform: uppercase;
}

/* 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;
}

a.up span {
    border-top: 3px solid #DF4124;
    border-right: 3px solid #DF4124;
    transform: rotate(-45deg);
    margin-top: 11px;
    width: 16px;
    height: 16px;
}

/* Form */
form label {
    display: block;
}

form input:not([type="submit"]):not([type="checkbox"]),
form textarea {
    background: none;
    border: 1px solid #DF4124;
    text-align: center;
    vertical-align: bottom;
    margin: 0 0 16px;
    padding: 0 16px;
    width: calc(100% - 34px);
    height: 52px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #DF4124;
    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;
}

form textarea {
    padding: 16px;
    height: 124px;
}

::placeholder {
    opacity: 1;
    font-weight: 400;
    color: #DF4124;
}

form input[type="submit"],
form button {
    background: #DF4124;
    border: 1px solid #DF4124;
    margin: 0 0 16px;
    padding: 0 16px;
    width: calc(100% - 34px);
    height: 52px;    
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    color: #E5DFD3;
    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;
}

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: 16px;
}

form label.checkbox input[type="checkbox"] {
    margin: 4px 8px 16px 0;
    width: 16px;
}

form label.checkbox p {
    width: calc(100% - 24px);
    font-size: .75em;
}

form label.checkbox p a {
    font-weight: 400;
}

form p input:not([type="submit"]):not([type="checkbox"]),
form p textarea,
form p input[type="submit"],
form p button {
    margin-bottom: 0;
    font-size: 1em;
}

form p {
    padding-bottom: 0;
}

form p.form-row input:not([type="submit"]):not([type="checkbox"]),
form p.form-row textarea,
form p.form-row input[type="submit"],
form p.form-row button {
    margin-bottom: 16px;
}

form ul,
form ol {
    padding-bottom: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #a2dfb8;
    -webkit-text-fill-color: #df4124;
    -webkit-box-shadow: 0 0 0px 1000px #a2dfb8 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.page-template-page-kontakt .heading .wrap .content form input:-webkit-autofill,
.page-template-page-kontakt .heading .wrap .content form input:-webkit-autofill:hover,
.page-template-page-kontakt .heading .wrap .content form input:-webkit-autofill:focus,
.page-template-page-kontakt .heading .wrap .content form textarea:-webkit-autofill,
.page-template-page-kontakt .heading .wrap .content form textarea:-webkit-autofill:hover,
.page-template-page-kontakt .heading .wrap .content form textarea:-webkit-autofill:focus,
.page-template-page-kontakt .heading .wrap .content form select:-webkit-autofill,
.page-template-page-kontakt .heading .wrap .content form select:-webkit-autofill:hover,
.page-template-page-kontakt .heading .wrap .content form select:-webkit-autofill:focus {
    border: 1px solid #f4f5f0;
    -webkit-text-fill-color: #0D0D0D;
    -webkit-box-shadow: 0 0 0px 1000px #f4f5f0 inset;
    transition: background-color 5000s ease-in-out 0s;
}

sup {
    position: relative;
    top: -.51em;
    line-height: 0;
    font-size: .55em;
}

/* Nav */
header .navbar-wrap {
    position: relative;
    padding: 20px 30px;
    z-index: 9;
}

header .navbar-wrap nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1456px;
}

body header .navbar-wrap nav .logo h1 {
    background: url(../gfx/slowny-typ_marcin-malec_logo.svg) no-repeat;
    background-size: 187px 60px;
    position: relative;
    float: left;
    width: 187px;
    height: 60px;
    text-indent: -998em;
    overflow: visible;
    z-index: 99;
}

header .navbar-wrap nav .navbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
}

header .navbar-wrap nav .navbar > ul {
    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: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    height: 100%;
    min-height: 100%;
    font-size: 1em;
    counter-reset: element 1;
}

header .navbar-wrap 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: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px;
}

header .navbar-wrap nav .navbar > ul > li:first-child {
    margin-left: 0;
}

header .navbar-wrap nav .navbar ul li a {
    font-weight: 400;
    text-decoration: none;
}

header .navbar-wrap nav .navbar ul li a::after {
    counter-increment: element;
    content: counter(element);
    position: relative;
    top: -.51em;
    line-height: 1.0;
    font-size: .65em;
}

.page-template-page-lp1 header .navbar-wrap nav .navbar ul li a::after,
header .navbar-wrap nav .navbar ul li.btn a::after {
    display: none;
}

header .navbar-wrap nav .navbar ul li.btn {
    background: #DF4124;
    padding: 4px 8px;
    font-size: .9em;
}

header .navbar-wrap nav .navbar ul li.btn a {
    font-weight: 700;
    color: #F4F5F0;
}

header .navbar-wrap nav .navbar > ul > li.current-menu-item a {
    font-weight: 700;
}

header .navbar-wrap nav .navbar > ul > li.current-menu-item a::after {
    font-weight: 400;
}

header .navbar-wrap nav .navbar > .offcanvas-toggle {
    display: none;
    position: relative;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
}

header .navbar-wrap nav .navbar > .offcanvas-toggle > div {
    position: absolute;
    top: 0;
    left: -36px;
}

header .navbar-wrap nav .navbar > .offcanvas-toggle > div i {
    border-top: 3px solid #0D0D0D;
    display: block;
    margin: 4px;
    width: 20px;
}

.offcanvas-nav {
    background: #F4F5F0;
    transform: translateX(-100%);
    transition: all 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    z-index: 99999;
}

.offcanvas-nav.active {
    transform: translateX(0%);
    transition: all 0.2s;
}

.offcanvas-nav nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -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: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.offcanvas-nav nav .logo {
    display: none;
}

.offcanvas-nav nav .logo h1 {
    background: url(../gfx/slowny-typ_marcin-malec_logo.svg) no-repeat;
    background-size: 187px 60px;
    position: relative;
    width: 187px;
    height: 60px;
    text-indent: -998em;
    overflow: visible;
    z-index: 99;
}

.offcanvas-nav nav .navbar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.offcanvas-nav nav .navbar > ul {    
    padding-bottom: 0;
    width: 100%;
    font-size: 18px;
    counter-reset: element 1;
}

.offcanvas-nav nav .navbar > ul > li + li {
    border-top: 3px solid #0D0D0D;
    margin-top: 20px;
    padding-top: 20px;
}

.offcanvas-nav nav .navbar > ul > li + li:last-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 68px;
}

.offcanvas-nav nav .navbar > ul > li a {
    font-weight: 400;
    text-decoration: none;
}

.offcanvas-nav nav .navbar > ul > li a::after {
    counter-increment: element;
    content: counter(element);
    position: relative;
    top: -.51em;
    line-height: 1.0;
    font-size: .65em;
}

.offcanvas-nav nav .navbar > ul > li .social-media li a::after {
    display: none;
}

.offcanvas-nav nav .navbar > ul > li.current-menu-item a {
    font-weight: 700;
}

.offcanvas-nav nav .navbar > ul > li.current-menu-item a::after {
    font-weight: 400;
}

.offcanvas-nav nav .navbar > ul > li .social-media {
    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: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 42px;
    padding: 0;
    width: calc(100% - 40px);
}

.offcanvas-nav nav .navbar > ul > li .social-media li {
    padding: 0;
}

.offcanvas-nav nav .navbar > ul > li .social-media li span {
    display: block;
    position: relative;
    text-indent: -998em;
    overflow: visible;
}

.offcanvas-nav nav .navbar > ul > li .social-media li:nth-child(1) span {
    background: url(../gfx/logo_linkedin.svg) no-repeat;
    background-size: 28px 24px;
    width: 28px;
    height: 24px;
}

.offcanvas-nav nav .navbar > ul > li .social-media li:nth-child(2) span {
    background: url(../gfx/logo_instagram.svg) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.offcanvas-nav nav .navbar > ul > li .social-media li:nth-child(3) span {
    background: url(../gfx/logo_empik.svg) no-repeat;
    background-size: 67px 24px;
    width: 67px;
    height: 24px;
}

.offcanvas-nav .offcanvas-close-inside {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.offcanvas-nav .offcanvas-close-inside::before,
.offcanvas-nav .offcanvas-close-inside::after {
    content: ' ';
    background-color: #0D0D0D;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 20px;
}

.offcanvas-nav .offcanvas-close-inside::before {
    transform: rotate(45deg);
}

.offcanvas-nav .offcanvas-close-inside::after {
    transform: rotate(-45deg);
}

.offcanvas-close-outside {
    background: rgba(13,13,13,.7);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.active + .offcanvas-close-outside {
    display: block;
}

/* Footer */
footer {
    padding: 0 60px;
}

footer .footer-wrap {
    border-top: 3px solid #0D0D0D;
    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: 38px 0 8px;
    width: 100%;
    max-width: 1456px;
}

footer .footer-wrap p {
    flex: 1;
    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 p a {
    font-weight: 400;
}


/******** STRONA GŁÓWNA ********/
.page-template-page-home #strona-glowna .wrap {
    margin: 0 auto;
    padding: 40px 60px 0;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-home #strona-glowna .wrap .bg {
    position: relative;
    padding: 44px 44px 252px;
    max-height: 563px;
}

.page-template-page-home #strona-glowna .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-home #strona-glowna .wrap .content {
    position: relative;
    transform: rotate(-1.25deg);
    padding: 0 0 32px 0;
    max-width: 724px;
    z-index: 1;
}

.page-template-page-home #strona-glowna .wrap .content > div:not(.btn-wrap) {
    background: #A2DFB8;
    padding-top: 60px;
}

.page-template-page-home #strona-glowna .wrap .content h2 .handwritten {
    position: relative;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-home #strona-glowna .wrap .content h2 .handwritten::before {
    content: 'tysiące.';
    font-family: "Inter", sans-serif;
    text-transform: none;
    color: #0D0D0D;
}

.page-template-page-home #strona-glowna .wrap .content h2 .handwritten::after {
    content: '';
    background: url(../gfx/del_1.svg) no-repeat;
    background-size: 100% 100%;
    transform: rotate(1.25deg);
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 144px;
    height: 19px;
}

.page-template-page-home #strona-glowna .wrap .content h2 .hidden {
    display: none;
}

.page-template-page-home #strona-glowna .wrap .content h3 {
    padding-bottom: 30px;
}

.page-template-page-home #strona-glowna .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-home #strona-glowna .wrap ul {
    transform: rotate(1.25deg);
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    column-gap: 60px;
    left: 60px;
    bottom: 72px;
    padding-bottom: 0;
}

.page-template-page-home #strona-glowna .wrap ul li span {
    display: block;
    position: relative;
    text-indent: -998em;
    overflow: visible;
}

.page-template-page-home #strona-glowna .wrap ul li:nth-child(1) span {
    background: url(../gfx/logo_linkedin.svg) no-repeat;
    background-size: 35px 30px;
    width: 35px;
    height: 30px;
}

.page-template-page-home #strona-glowna .wrap ul li:nth-child(2) span {
    background: url(../gfx/logo_instagram.svg) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

.page-template-page-home #strona-glowna .wrap ul li:nth-child(3) span {
    background: url(../gfx/logo_empik.svg) no-repeat;
    background-size: 84px 30px;
    width: 84px;
    height: 30px;
}

.page-template-page-home #strona-glowna .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    right: 44px;
    width: 782px;
    height: calc(100% + 80px);
}

.page-template-page-home #strona-glowna .wrap .image::before {
    content: '';
    background: url(../gfx/quote_1.svg) no-repeat;
    background-size: 805px auto;
    position: absolute;
    top: 24px;
    right: -44px;
    bottom: 0;
    width: 805px;
    height: 912px;
    z-index: -1;
}

.page-template-page-home #o-mnie .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: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 40px auto 120px;
    padding: 140px 60px 0;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-home #o-mnie .wrap .content {
    flex: 1;
}

.page-template-page-home #o-mnie .wrap .content h3 .handwritten {
    position: relative;
}

.page-template-page-home #o-mnie .wrap .content h3 .handwritten::before {
    content: '(Słowny Typ)';
    transform: rotate(1deg);
    position: absolute;
    top: -38px;
    left: -4px;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    font-size: 1.325em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-home #o-mnie .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-home #o-mnie .wrap .image {
    position: relative;
    flex: 1;
}

.page-template-page-home #o-mnie .wrap .image::before {
    content: '';
    background: url(../gfx/quote_2.svg) no-repeat;
    background-size: 697px auto;
    position: absolute;
    top: -78px;
    left: -76px;
    width: 697px;
    height: 993px;
    z-index: -1;
}

.page-template-page-home #o-mnie .wrap .image::after {
    content: '';
    background: url(../gfx/slowny-typ_marcin-malec_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 548px;
    height: 860px;
}

.page-template-page-home #oferta .wrap {
    margin: 0 auto;
    padding: 0 60px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-home #oferta .wrap .bg {
    position: relative;
    padding: 80px 60px 0;
}

.page-template-page-home #oferta .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-home #oferta .wrap .bg > .handwritten::before {
    content: 'Śmiało,\a rozgość się.\a Czuj się\a jak u siebie!';
    transform: rotate(15deg);
    text-align: center;
    position: absolute;
    top: -158px;
    right: -38px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
    white-space: pre;
}

.page-template-page-home #oferta .wrap .content {
    position: relative;
    padding: 0;
    z-index: 1;
}

.page-template-page-home #oferta .wrap .content div {
    text-align: center;
}

.page-template-page-home #oferta .wrap .content h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 130%;
    font-size: 1.75em;
    color: #DF4124;
}

.page-template-page-home #oferta .wrap .content p {
    padding-bottom: 0;
}

.page-template-page-home #oferta .wrap .content div .width {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}

.page-template-page-home #oferta .wrap .content .items {
    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;
    column-gap: 60px;
    margin-top: 20px;
    padding-bottom: 84px;
    width: 100%;
}

.page-template-page-home #oferta .wrap .content .items .item {
    flex: 1;
}

.page-template-page-home #oferta .wrap .content .items .item .image {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 196px;
}

.page-template-page-home #oferta .wrap .content .items .item:nth-child(1) .image {
    background: url(../gfx/oferta_szkolenia-z-linkedina.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 255px;
}

.page-template-page-home #oferta .wrap .content .items .item:nth-child(2) .image {
    background: url(../gfx/oferta_konsultacje-z-linkedina.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 316px;
}

.page-template-page-home #oferta .wrap .content .items .item:nth-child(3) .image {
    background: url(../gfx/oferta_kursy-i-webinary.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 255px;
}

.page-template-page-home #oferta .wrap .content .items .item .image .handwritten {
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-home #oferta .wrap .content .items .item:nth-child(1) .image .handwritten::before {
    content: 'W grupie\a siła!';
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: -50px;
    white-space: pre;
}

.page-template-page-home #oferta .wrap .content .items .item:nth-child(2) .image .handwritten::before {
    content: 'Praca 1:1';
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 4px;
    white-space: pre;
}

.page-template-page-home #oferta .wrap .content .items .item:nth-child(3) .image .handwritten::before {
    content: 'Kiedy, jak\a nie teraz?';
    transform: rotate(-45deg);
    position: absolute;
    top: -20px;
    left: -66px;
    white-space: pre;
}

.page-template-page-home #darmowa-rozmowa .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: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 auto;
    padding: 120px 60px 0;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-home #darmowa-rozmowa .wrap .content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
}

.page-template-page-home #darmowa-rozmowa .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-home #darmowa-rozmowa .wrap .content > div {
    padding-bottom: 12px;
}

.page-template-page-home #darmowa-rozmowa .wrap .content > div > p {
    line-height: 130%;
    font-weight: 700;
    font-size: 1.325em;
}

.page-template-page-home #darmowa-rozmowa .wrap .content > div > div p:last-child {
    font-weight: 700;
}

.page-template-page-home #darmowa-rozmowa .wrap .image {
    position: relative;
    flex: 1;
    height: 760px;
}

.page-template-page-home #darmowa-rozmowa .wrap .image h2 {
    transform: rotate(-1.25deg);
    text-align: center;
    padding-right: 80px;
    font-weight: 900;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-home #darmowa-rozmowa .wrap .image h2 span {
    display: inline-block;
}

.page-template-page-home #darmowa-rozmowa .wrap .image::before {
    content: '';
    background: url(../gfx/oferta_darmowa-rozmowa.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 268px;
    left: 60px;
    width: 516px;
    height: 492px;
    z-index: 1;
}

.page-template-page-home #darmowa-rozmowa .wrap .handwritten::before {
    content: 'Hmm,\a za darmo\a to uczciwa\a cena!';
    transform: rotate(-7.5deg);
    text-align: center;
    position: absolute;
    bottom: 126px;
    left: 14px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
    z-index: 2;
    white-space: pre;
}

.page-template-page-home #newsletter .wrap {
    position: relative;
    margin: 0 auto;
    padding: 120px 60px 120px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-home #newsletter .wrap .bg {
    position: relative;
    padding: 80px 60px 84px;
}

.page-template-page-home #newsletter .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-home #newsletter .wrap .content {
    position: relative;
    padding: 0;
    max-width: 712px;
    z-index: 1;
}

.page-template-page-home #newsletter .wrap .content h2::after {
    content: 'Pocztownik';
    transform: rotate(-15deg);
    text-align: left;
    position: absolute;
    top: 32px;
    left: 120px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-home #newsletter .wrap .content h3 {
    padding-top: 20px;
    line-height: 130%;
    font-weight: 400;
    font-size: 1.325em;
}

.page-template-page-home #newsletter .wrap .content form {
    position: relative;
}

.page-template-page-home #newsletter .wrap .content form .ml-form-formContent {
    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;
    column-gap: 20px;
    margin-top: 30px;
}

.page-template-page-home #newsletter .wrap .content form .ml-form-formContent > * {
    flex: 1;
}

.page-template-page-home #newsletter .wrap .content form label.checkbox,
.page-template-page-home #newsletter .wrap .content form label.checkbox p,
.page-template-page-home #newsletter .wrap .content .ml-form-successBody p {
    padding-bottom: 0;
}

.page-template-page-home #newsletter .wrap .content .ml-form-successBody form .ml-form-formContent,
.page-template-page-home #newsletter .wrap .content .ml-form-successBody form .ml-form-checkboxRow {
    opacity: 0;
    pointer-events: none;
}

.page-template-page-home #newsletter .wrap .content .ml-form-successBody .ml-form-successContent {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #DF4124;
}

.page-template-page-home #newsletter .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_3.png) no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    top: -36px;
    right: -36px;
    width: 782px;
    height: calc(100% + 72px);
}

.page-template-page-home #newsletter .wrap .image::before {
    content: '';
    background: url(../gfx/quote_3.svg) no-repeat;
    background-size: 776px auto;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 260px;
    width: 776px;
    height: 800px;
    z-index: -1;
}

.page-template-page-home #newsletter .wrap .handwritten {
    transform: rotate(-15deg);
    text-align: left;
    position: absolute;
    bottom: 60px;
    left: 120px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

/*Popup*/
#ays-pb-screen-shade_2 {
    background: none !important;
}

.ays-pb-modal,
.ays-pb-modal_2 {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 500px;
    height: 100% !important;
    color: #0D0D0D !important;
}

.ays-pb-modal .ays_content_box,
.ays-pb-modal_2 .ays_content_box {
    background: rgba(244,245,240,.97) !important;
    position: relative;
    padding: 30px !important;
}

.ays-pb-modal .timesnewroman,
.ays-pb-modal_2 .ays_content_box .timesnewroman {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}

.ays-pb-modal .checkbox .timesnewroman,
.ays-pb-modal_2 .ays_content_box .checkbox .timesnewroman {
    text-align: left;
}

.ays-pb-modal p,
.ays-pb-modal_2 .ays_content_box p {
    color: #0D0D0D;
}

.ays-pb-modal .ml-form-successBody,
.ays-pb-modal_2 .ml-form-successBody {
    position: relative;
}

.ays-pb-modal .ml-form-successBody h4,
.ays-pb-modal_2 .ml-form-successBody h4 {
    padding-bottom: 10px;
}

.ays-pb-modal .ml-form-successBody p,
.ays-pb-modal_2 .ml-form-successBody p {
    padding-bottom: 0;
    color: #DF4124 !important;
}

.ays-pb-modal .ays_content_box .ays-pb-modal-close,
.ays-pb-modal_2 .ays_content_box .ays-pb-modal-close {
    top: 0 !important;
    right: 0 !important;
    z-index: 99;
}

.ays-pb-modal .ays_content_box .ays-pb-modal-close svg,
.ays-pb-modal_2 .ays_content_box .ays-pb-modal-close svg {
    padding: 10px;
    width: 26px;
    height: 26px;
    fill: #DF4124 !important;
}

@media screen and (max-width: 768px) {
    body .ays-pb-modal,
    body .ays-pb-modal_2,
    body .ays-pb-border-mobile_2 {
        background: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        max-width: calc(100% - 80px) !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 639px) {
    body .ays-pb-modal,
    body .ays-pb-modal_2,
    body .ays-pb-border-mobile_2 {
        max-width: calc(100% - 40px) !important;
    }

    .ays-pb-modal .ays_content_box,
    .ays-pb-modal_2 .ays_content_box {
        padding: 30px 20px !important;
    }
}

/******** O MNIE ********/
.page-template-page-o_mnie .heading .wrap {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 0;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-o_mnie .heading .wrap .bg {
    position: relative;
    padding: 44px 44px 163px;
    max-height: 661px;
}

.page-template-page-o_mnie .heading .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-o_mnie .heading .wrap .content {
    position: relative;
    transform: rotate(-2.5deg);
    padding: 0;
    max-width: 724px;
    z-index: 1;
}

.page-template-page-o_mnie .heading .wrap .content > div:not(.btn-wrap) {
    position: relative;
    margin-bottom: 30px;
    margin-left: -44px;
    padding: 60px 76px 60px;
    max-width: 564px;
}

.page-template-page-o_mnie .heading .wrap .content > div:not(.btn-wrap)::before {
    content: '';
    background: url(../gfx/paper_1.png) no-repeat;
    background-size: contain;
    transform: rotate(2.5deg);
    position: absolute;
    top: -30px;
    right: -76px;
    bottom: 0;
    left: -24px;
}

.page-template-page-o_mnie .heading .wrap .content h2 {
    padding-bottom: 0;
    line-height: 120%;
    font-weight: 400;
    font-size: 2em;
}

.page-template-page-o_mnie .heading .wrap .content h3 {
    position: relative;
    padding-bottom: 0;
    padding-left: 28px;
    line-height: 150%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-o_mnie .heading .wrap .content h3 span {
    position: relative;
}

.page-template-page-o_mnie .heading .wrap .content h3 span:nth-child(1)::after {
    content: '';
    background: url(../gfx/del_2.svg) no-repeat;
    background-size: 100% 100%;
    transform: rotate(2.5deg);
    position: absolute;
    bottom: 0;
    left: 36px;
    margin: auto 0;
    width: 216px;
    height: 19px;
}

.page-template-page-o_mnie .heading .wrap .content h3 span:nth-child(2)::after {
    content: '';
    background: url(../gfx/del_3.svg) no-repeat;
    background-size: 100% 100%;
    transform: rotate(2.5deg);
    position: absolute;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    width: 144px;
    height: 18px;
}

.page-template-page-o_mnie .heading .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-o_mnie .heading .wrap ul {
    transform: rotate(1.25deg);
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    column-gap: 60px;
    left: 60px;
    bottom: 72px;
    padding-bottom: 0;
}

.page-template-page-o_mnie .heading .wrap ul li span {
    display: block;
    position: relative;
    text-indent: -998em;
    overflow: visible;
}

.page-template-page-o_mnie .heading .wrap ul li:nth-child(1) span {
    background: url(../gfx/logo_linkedin.svg) no-repeat;
    background-size: 35px 30px;
    width: 35px;
    height: 30px;
}

.page-template-page-o_mnie .heading .wrap ul li:nth-child(2) span {
    background: url(../gfx/logo_instagram.svg) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

.page-template-page-o_mnie .heading .wrap ul li:nth-child(3) span {
    background: url(../gfx/logo_empik.svg) no-repeat;
    background-size: 84px 30px;
    width: 84px;
    height: 30px;
}

.page-template-page-o_mnie .heading .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_4.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    right: 80px;
    width: 718px;
    height: calc(100% + 144px);
}

.page-template-page-o_mnie .heading .wrap::before {
    content: '';
    background: url(../gfx/quote_4.svg) no-repeat;
    background-size: 1544px auto;
    position: absolute;
    top: 26px;
    right: 0;
    left: -24px;
    bottom: 0;
    width: 1544px;
    height: 912px;
    z-index: -1;
}

.page-template-page-o_mnie .about-1 .wrap,
.content-area {
    margin: 40px auto 90px;
    padding: 120px 60px 0;
    width: calc(100% - 508px);
    max-width: 1011px;
}

.content-area {
    padding-top: 0;
    margin-bottom: 50px;
}

.content-area p + h1,
.content-area p + h2,
.content-area p + h3,
.content-area p + h4,
.content-area p + h5,
.content-area p + h6 {
    padding-top: 20px;
}

.content-area p + .content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    padding-bottom: 30px;
}

.page-template-page-o_mnie .about-1 .wrap .content p:last-child {
    padding-top: 10px;
    line-height: 120%;
    font-weight: 700;
    font-size: 2em;
}

.page-template-page-o_mnie .about-1 .wrap .content p .handwritten {
    position: relative;
}

.page-template-page-o_mnie .about-1 .wrap .content p .handwritten::after {
    content: 'A na co?';
    transform: rotate(1deg);
    position: absolute;
    bottom: -22px;
    left: -52px;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-o_mnie .about-2 .wrap {
    position: relative;
}

.page-template-page-o_mnie .about-2 .wrap::before {
    content: '';
    background: url(../gfx/quote_5.svg) no-repeat;
    background-size: 1544px auto;
    position: absolute;
    top: -34px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1544px;
    height: 861px;
    z-index: -1;
}

.page-template-page-o_mnie .about-2 .wrap::after {
    content: '';
    background: url(../gfx/o-mnie_wow.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-o_mnie .about-2 .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 60px;
    max-width: 1400px;
}

.page-template-page-o_mnie .about-2 .wrap .content {
    position: relative;
    padding: 60px 36px 30px;
    max-width: 548px;
}

.page-template-page-o_mnie .about-2 .wrap .content::before {
    content: '';
    background: #F4F5F0;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-template-page-o_mnie .about-2 .wrap .content * {
    position: relative;
    z-index: 1;
}

.page-template-page-o_mnie .about-2 .wrap .handwritten {
    transform: rotate(1.25deg);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-o_mnie .about-2 .wrap .handwritten:nth-of-type(1)::before {
    content: 'O wow -\a Google i BCG?\a Szacun!';
    transform: rotate(-6.25deg);
    position: absolute;
    top: -40px;
    right: 1148px;
    left: 0;
    margin: 0 auto;
    white-space: pre;
}

.page-template-page-o_mnie .about-2 .wrap .handwritten:nth-of-type(2)::before {
    content: 'Prawdziwy\a człowiek\a orkiestra!';
    transform: rotate(8.75deg);
    position: absolute;
    top: 40px;
    right: 320px;
    left: 0;
    margin: 0 auto;
    white-space: pre;
}

.page-template-page-o_mnie .about-2 .wrap .handwritten:nth-of-type(3)::before {
    content: 'Kubota? -\a Jak dorosnę,\a będę taka\a jak Malec!';
    transform: rotate(8.75deg);
    position: absolute;
    top: 228px;
    right: 616px;
    left: 0;
    margin: 0 auto;
    white-space: pre;
}

.page-template-page-o_mnie .about-3 .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 160px 120px 100px;
    width: calc(100% - 240px);
    max-width: 1280px;
}

.page-template-page-o_mnie .about-3 .wrap .content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex: 1.3;
}

.page-template-page-o_mnie .about-3 .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-o_mnie .about-3 .wrap .content > div > p:not(.timesnewroman) {
    max-width: 612px;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.325em;
}

.page-template-page-o_mnie .about-3 .wrap .content > div > p:last-of-type {
    max-width: 560px;
}

.page-template-page-o_mnie .about-3 .wrap .image {
    position: relative;
    flex: 1;
}

.page-template-page-o_mnie .about-3 .wrap .image::before {
    content: '';
    background: url(../gfx/slowny-typ_marcin-malec_5.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: -118px;
    width: 864px;
    height: 972px;
    z-index: 1;
}

.page-template-page-o_mnie .about-3 .wrap .image::after {
    content: '2. miejsce\a w konkursie\a LINfluencers';
    transform: rotate(-7.5deg);
    text-align: center;
    position: absolute;
    top: 366px;
    left: -48px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: pre;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
    z-index: 2;
}

.page-template-page-o_mnie .about-4 .wrap {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 120px;
    width: calc(100% - 120px);
    max-width: 1400px;
    z-index: 3;
}

.page-template-page-o_mnie .about-4 .wrap::before {
    content: '';
    background: url(../gfx/quote_6.svg) no-repeat;
    background-size: 1544px auto;
    position: absolute;
    top: -22px;
    right: 0;
    left: -20px;
    bottom: 0;
    width: 1544px;
    height: 916px;
    z-index: -1;
}

.page-template-page-o_mnie .about-4 .wrap .bg {
    position: relative;
    padding: 100px 44px 288px;
}

.page-template-page-o_mnie .about-4 .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-o_mnie .about-4 .wrap .content {
    position: relative;
    margin-left: auto;
    padding: 0;
    max-width: 472px;
}

.page-template-page-o_mnie .about-4 .wrap .content p span {
    display: block;
}

.page-template-page-o_mnie .about-4 .wrap .content p span:nth-child(1) {
    padding-left: 60px;
}

.page-template-page-o_mnie .about-4 .wrap .content p span:nth-child(2) {
    padding-left: 120px;
}

.page-template-page-o_mnie .about-4 .wrap .content p span:nth-child(3) {
    padding-left: 180px;
}

.page-template-page-o_mnie .about-4 .wrap .content p span:nth-child(4) {
    padding-left: 240px;
}

.page-template-page-o_mnie .about-4 .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_6.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 44px;
    left: -30px;
    width: 1220px;
    height: 708px;
}

.page-template-page-o_mnie .about-4 .wrap .image::before {
    content: 'Magda';
    transform: rotate(-15deg);
    position: absolute;
    top: 442px;
    left: 208px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: pre;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
    z-index: 2;
}

.page-template-page-o_mnie .about-4 .wrap .image::after {
    content: 'Hela';
    transform: rotate(-15deg);
    position: absolute;
    top: 316px;
    left: 378px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: pre;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
    z-index: 2;
}

.page-template-page-o_mnie .about-4 .wrap .image h2 {
    transform: rotate(22.5deg);
    text-align: center;
    position: absolute;
    right: 96px;
    bottom: 116px;
    padding-bottom: 0;
    font-weight: 900;
    font-size: 2.2em;
    color: #DF4124;
    text-transform: uppercase;
}


/******** OFERTA ********/
.page-template-page-oferta .heading .wrap {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 160px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-oferta .heading .wrap::before {
    content: '';
    background: url(../gfx/quote_7.svg) no-repeat;
    background-size: 1544px auto;
    position: absolute;
    top: 18px;
    right: 0;
    left: -10px;
    bottom: 0;
    width: 1544px;
    height: 936px;
    z-index: -1;
}

.page-template-page-oferta .heading .wrap .bg {
    position: relative;
    padding: 104px 72px 147px;
    max-height: 608px;
}

.page-template-page-oferta .heading .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(-1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-oferta .heading .wrap .content {
    position: relative;
    transform: rotate(-1.25deg);
    padding: 0;
    max-width: 644px;
    z-index: 1;
}

.page-template-page-oferta .heading .wrap .content > p {
    line-height: 130%;
    font-size: 1.5em;
}

.page-template-page-oferta .heading .wrap .content > p span br {
    display: none;
}

.page-template-page-oferta .heading .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-oferta .heading .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_7.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    right: 80px;
    width: 556px;
    height: 1015px;
}

.page-template-page-oferta .offer-1 .wrap {
    margin: 0 auto;
    padding: 0 60px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-oferta .offer-1 .wrap .content {
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 1;
}

.page-template-page-oferta .offer-1 .wrap .content .bg {
    position: relative;
}

.page-template-page-oferta .offer-1 .wrap .content .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(-1.25deg);
    position: absolute;
    top: 0;
    left: -280px;
    width: 280px;
    height: 889px;
    z-index: -1;
}

.page-template-page-oferta .offer-1 .wrap .content .bg::after {
    content: '';
    background: #A2DFB8;
    transform: rotate(-1.25deg);
    position: absolute;
    right: -280px;
    bottom: 120px;
    width: 280px;
    height: 889px;
    z-index: -1;
}

.page-template-page-oferta .offer-1 .wrap .content h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.page-template-page-oferta .offer-1 .wrap .content h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 130%;
    font-size: 1.75em;
    color: #DF4124;
}

.page-template-page-oferta .offer-1 .wrap .content p {
    padding-bottom: 0;
}

.page-template-page-oferta .offer-1 .wrap .content div .width {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}

.page-template-page-oferta .offer-1 .wrap .content .items {
    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;
    column-gap: 120px;
    row-gap: 60px;
    margin-top: 44px;
    padding: 0 120px 120px;
    width: calc(100% - 240px);
}

.page-template-page-oferta .offer-1 .wrap .content .items .item {
    width: calc(50% - 60px);
}

.page-template-page-oferta .offer-1 .wrap .content .items .item .image {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 196px;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(1) .image {
    background: url(../gfx/oferta_program-dostosowuje-do-twoich-potrzeb.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 210px;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(2) .image {
    background: url(../gfx/oferta_opieram-sie-na-danych-i-praktycznych-rozwiazaniach.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 178px;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(3) .image {
    background: url(../gfx/oferta_sam-zbudowalem-rozpoznawalna-marke-osobista.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 313px;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(4) .image {
    background: url(../gfx/oferta_zawsze-jestem-do-twojej-dyspozycji.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 311px;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item .image .handwritten {
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(1) .image .handwritten::before {
    content: 'Poproszę\a wszystko!';
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: -96px;
    white-space: pre;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(2) .image .handwritten::before {
    content: 'Mity\a zostawmy\a historykom';
    transform: rotate(-45deg);
    text-align: center;
    position: absolute;
    top: 4px;
    right: -142px;
    white-space: pre;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(3) .image .handwritten::before {
    content: 'Jest moc!';
    transform: rotate(-45deg);
    position: absolute;
    top: 32px;
    left: -56px;
    white-space: pre;
}

.page-template-page-oferta .offer-1 .wrap .content .items .item:nth-child(4) .image .handwritten::before {
    content: 'Możesz\a na mnie\a liczyć';
    transform: rotate(45deg);
    text-align: center;
    position: absolute;
    top: 4px;
    right: -96px;
    white-space: pre;
}

.page-template-page-oferta .offer-2 .wrap h2 {
    text-align: center;
    padding-bottom: 60px;
    font-weight: 900;
    font-size: 4.35em;
    text-transform: uppercase;
}

.page-template-page-oferta .offer-2 .wrap h3 {
    color: #DF4124;
}

.page-template-page-oferta .offer-2 .wrap h4 {
    padding-top: 30px;
    color: #DF4124;
}

.page-template-page-oferta .offer-2 .wrap .content {
    position: relative;
    margin: 0 auto;
    max-width: 1520px;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(1) {
    z-index: 1;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) {
    z-index: 2;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(3) {
    z-index: 3;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(1) .image {
    background: url(../gfx/slowny-typ_marcin-malec_8.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -92px;
    left: -172px;
    width: 485px;
    height: 556px;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .image-1 {
    background: url(../gfx/slowny-typ_marcin-malec_9.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -192px;
    right: -46px;
    width: 612px;
    height: 885px;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .image-2 {
    background: url(../gfx/slowny-typ_marcin-malec_10.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -270px;
    left: -20px;
    width: 414px;
    height: 575px;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(1) .image::before {
    content: 'Online? Offline?\a Do wyboru,\a do koloru!';
    transform: rotate(-15deg);
    position: absolute;
    top: -156px;
    left: 200px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: pre;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .image-1::before {
    content: 'Śmiało,\a odezwij się!';
    transform: rotate(15deg);
    text-align: right;
    position: absolute;
    top: -128px;
    right: 72px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: pre;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .image-2::before {
    content: 'Czas zająć się\a Twoją marką';
    transform: rotate(-15deg);
    position: absolute;
    top: -112px;
    left: 48px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: pre;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-oferta .offer-2 .wrap .content .bg {
    position: relative;    
    margin: 0 auto 60px;
    padding: 60px 360px 54px;
    max-width: 800px;
}

.page-template-page-oferta .offer-2 .wrap .content .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(-1.25deg);
    position: absolute;
    top: 0;
    right: 180px;
    bottom: 0;
    left: 180px;
    z-index: -1;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 180px;
    bottom: 0;
    left: 180px;
    z-index: -1;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .bg > p:nth-last-of-type(2) {
    padding-right: 120px;
}

.page-template-page-oferta .offer-2 .wrap .content:nth-of-type(2) .bg > p:last-of-type {
    padding-right: 240px;
}

.page-template-page-oferta .offer-2 .wrap .content .bg > * {
    position: relative;
    z-index: 9;
}

.page-template-page-oferta .offer-2 .wrap .content .bg .width {
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    z-index: 9;
}

.page-template-page-oferta .lets-work .wrap {
    margin: 0 auto;
    padding: 80px 180px 90px;
    max-width: 1160px;
}

.page-template-page-oferta .lets-work .wrap p {
    text-align: center;
    line-height: 120%;
    font-weight: 900;
    font-size: 2.65em;
    text-transform: uppercase;
    color: #DF4124;
}


/******** KONTAKT ********/
.page-template-page-kontakt .heading .wrap {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 120px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-kontakt .heading .wrap .bg {
    position: relative;
    padding: 104px 0 147px;
    max-height: 608px;
}

.page-template-page-kontakt .heading .wrap .content {
    position: relative;
    margin-left: auto;
    padding: 0;
    max-width: 50%;
    z-index: 1;
}

.page-template-page-kontakt .heading .wrap .content h2 {
    padding-bottom: 60px;
    line-height: 120%;
    font-weight: 400;
    font-size: 2em;
}

.page-template-page-kontakt .heading .wrap .content > p {
    padding-bottom: 60px;
    line-height: 120%;
    font-weight: 700;
    font-size: 2.65em;
}

.page-template-page-kontakt .heading .wrap .content > p a {
    color: #DF4124;
    text-decoration: none;
}

.page-template-page-kontakt .heading .wrap .content form input:not([type="submit"]):not([type="checkbox"]),
.page-template-page-kontakt .heading .wrap .content form textarea {
    border: 3px solid #0D0D0D;
    text-align: left;
    margin-bottom: 8px;
    color: #0D0D0D;
}

.page-template-page-kontakt .heading .wrap .content form input[type="submit"],
.page-template-page-kontakt .heading .wrap .content form button {
    background: #A2DFB8;
    border: 1px solid #A2DFB8;
    display: block;
    margin-top: 8px;
    margin-left: auto;
    padding: 0 44px;
    width: auto;
    color: #0D0D0D;
}

.page-template-page-kontakt .heading .wrap .content form ::placeholder {
    opacity: .25;
    font-weight: 400;
    color: #0D0D0D;
}

.page-template-page-kontakt .heading .wrap .content form .items {
    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;
    column-gap: 16px;
}

.page-template-page-kontakt .heading .wrap .content form .items .item {
    flex: 1;
}

.page-template-page-kontakt .heading .wrap .content form br {
    display: none;
}

.page-template-page-kontakt .heading .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_9.png) no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    top: 0;
    left: 60px;
    width: 612px;
    height: 885px;
}

.page-template-page-kontakt .heading .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(-1.25deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-kontakt .heading .wrap .bg::after {
    content: '';
    background: #F4F5F0;
    transform: rotate(-1.25deg);
    position: absolute;
    top: -80px;
    right: 0;
    bottom: -80px;
    left: calc(50% - 132px);
    z-index: -1;
}

.page-template-page-kontakt .heading .wrap::before {
    content: '';
    background: url(../gfx/quote_8.svg) no-repeat;
    background-size: 680px auto;
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 680px;
    height: 932px;
}

.wpcf7-not-valid-tip {
    text-align: right !important;
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 67.5px !important;
    width: 60% !important;
    line-height: 100% !important;
    font-size: .65em !important;
    color: #DF4124 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border: 0 !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: absolute !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% - 168px) !important;
    height: 52px !important;
    line-height: 100% !important;
    font-size: .65em !important;
    color: #DF4124 !important;
}

.wpcf7-spinner {
    background-color: #6D997C !important;
    position: absolute !important;
    right: 0;
    bottom: 0;
    margin-right: 64px !important;
    margin-bottom: 15px !important;
    opacity: 1 !important;
}

.wpcf7-spinner::before {
    background-color: #A2DFB8 !important;
}

.wpcf7-spinner::after {
    content: '';
    background: #A2DFB8 !important;
    position: absolute;
    top: -8px;
    right: -44px;
    width: 120px;
    height: 40px;
}

.submitting .wpcf7-spinner::after {
    z-index: -1;
}

.page-template-page-kontakt .heading .wrap .content form.submitting input[type="submit"],
.page-template-page-kontakt .heading .wrap .content form.submitting button {
    position: relative;
    z-index: -1;
}

/******** BLOG ********/
.blog .heading .wrap {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 80px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.blog .heading .wrap .bg {
    position: relative;
    padding: 104px 72px 120px;
    max-height: 608px;
}

.blog .heading .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.blog .heading .wrap .content {
    position: relative;
    transform: rotate(-1.25deg);
    padding: 0;
    max-width: 644px;
    z-index: 1;
}

.blog .heading .wrap .content > p {
    line-height: 130%;
    font-size: 1.5em;
}

.blog .heading .wrap .content > p span br {
    display: none;
}

.blog .heading .wrap .content .btn-wrap {
    margin-top: 30px;
}

.blog .heading .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_11.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    right: 72px;
    width: 866px;
    height: 736px;
}


/****************/
.error404 .content-area {
    margin-bottom: 0;
}

.error404 .content-area main article .entry-content {
    text-align: center;
    position: relative;
}

.error404 .content-area main article .entry-content h2 {
    padding-bottom: 30px;
    line-height: 120%;
    font-weight: 700;
    font-size: 2em;
}

.error404 .content-area main article .entry-content p {
    line-height: 130%;
    font-size: 1.5em;
}

.error404 .content-area main article .entry-content .image {
    background: url(../gfx/slowny-typ_marcin-malec_12.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin-top: 40px;
    width: 100%;
}

.error404 .content-area main article .entry-content .image::before {
    content: '';
    display: block;
    padding-top: 25%;
}

.error404 footer {
    margin-top: -16px;
}

.page-template-page-thank_you_page .content-area {
    position: relative;
    margin-bottom: 90px;
}

.page-template-page-thank_you_page .content-area main article h1.entry-title {
    text-align: left;
}

.page-template-page-thank_you_page .content-area main article .entry-content {
    max-width: 528px;
}

.page-template-page-thank_you_page .content-area main article .entry-content > p {
    line-height: 130%;
    font-size: 1.5em;
}

.page-template-page-thank_you_page .content-area main article .entry-content > p:last-of-type {
    line-height: 120%;
    font-weight: 700;
    font-size: 2em;
}

.page-template-page-thank_you_page .content-area main article .entry-content .image {
    background: url(../gfx/slowny-typ_marcin-malec_13.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    top: 0;
    right: -80px;
    margin-top: -40px;
    width: 606px;
    height: 592px;
}

/**/

.cky-consent-bar .cky-notice-des p,
.cky-gpc-wrapper .cky-gpc-desc p,
.cky-preference-body-wrapper .cky-preference-content-wrapper p,
.cky-accordion-header-wrapper .cky-accordion-header-des p,
.cky-cookie-des-table li div:last-child p {
    padding-bottom: 15px;
}

.cky-notice .cky-title,
.cky-notice-des P:last-child,
.cky-preference-content-wrapper p:last-child,
.cky-cookie-des-table li div:last-child p:last-child,
.cky-gpc-wrapper .cky-gpc-desc p:last-child {
    padding-bottom: 0;
}

.cky-consent-container .cky-consent-bar {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
}

.cky-btn {
    border-radius: 0 !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn,
button.cky-show-desc-btn:not(:hover):not(:active),
.cky-accordion-header .cky-always-active {
    color: #6D997C !important;
}

.cky-preference-header .cky-preference-title,
.cky-accordion-header .cky-accordion-btn,
.cky-cookie-des-table li div:first-child {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
}

.cky-accordion-header .cky-always-active,
.cky-btn {
    font-weight: 400 !important;
}

.cky-switch input[type="checkbox"]:checked {
    background: #6D997C !important;
}

.cky-audit-table {
    background: none !important;
}

.cky-audit-table ul:not(.main-menu):not(.social-media) li::before {
    content: '';
    background: none;
    position: static;
    width: 0;
    height: 0;
}


/******** LP 1 ********/
.page-template-page-lp1 .heading .wrap {
    margin: 0 auto;
    padding: 40px 60px 120px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-lp1 .heading .wrap .bg {
    position: relative;
    padding: 44px 44px 104px;
}

.page-template-page-lp1 .heading .wrap .bg::before {
    content: '';
    background: #A2DFB8;
    transform: rotate(1.25deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-template-page-lp1 .heading .wrap .content {
    position: relative;
    transform: rotate(-1.25deg);
    padding: 0;
    max-width: 724px;
    z-index: 1;
}

.page-template-page-lp1 .heading .wrap .content > div:not(.btn-wrap) {
    padding-top: 20px;
}

.page-template-page-lp1 .heading .wrap .content h2 {
    line-height: 100%;
    font-weight: 700;
    font-size: 4.35em;
}

.page-template-page-lp1 .heading .wrap .content .handwritten {
    transform: rotate(-5deg);
    position: absolute;
    top: 56px;
    right: -128px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 4.35em;
    color: #DF4124;
}

.page-template-page-lp1 .heading .wrap .content h3 {
    padding-bottom: 40px;
    line-height: 130%;
    font-size: 1.5em;
}

.page-template-page-lp1 .heading .wrap .content div > p {
    padding-bottom: 20px;
    line-height: 130%;
    font-size: 1.05em;
}

.page-template-page-lp1 .heading .wrap .content h3,
.page-template-page-lp1 .heading .wrap .content div > p {
    padding-right: 160px;
}

.page-template-page-lp1 .heading .wrap .content div > p:first-of-type {
    padding-right: 232px;
}

.page-template-page-lp1 .heading .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-lp1 .heading .wrap .image {
    background: url(../gfx/slowny-typ_marcin-malec_14.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 72px;
    right: -100px;
    width: 838px;
    height: calc(100% + 80px);
}

.page-template-page-lp1 .offer-1 .wrap .content .bg::before {
    transform: rotate(1.25deg);
    height: 596px;
}

.page-template-page-lp1 .offer-1 .wrap .content .bg::after {
    transform: rotate(1.25deg);
    height: 596px;
}

.page-template-page-lp1 .offer-1 .wrap .content .bg .items {
    margin-top: 20px;
}

.page-template-page-lp1 .offer-1 .wrap .content h2 {
    font-weight: 900;
    text-transform: uppercase;
    color: #DF4124;
}

.page-template-page-lp1 .offer-1 .wrap .content h3 {
    padding-bottom: 0;
    color: #0D0D0D;
}

.page-template-page-lp1 .offer-1 .wrap .content .items .item:nth-child(3) .image {
    background: url(../gfx/oferta_jak-wspierac-biznes.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-template-page-lp1 .offer-1 .wrap .content .items .item:nth-child(4) .image {
    background: url(../gfx/oferta_szkolenia-z-linkedina.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-template-page-lp1 .about-2 {
    padding-bottom: 120px;
}

.page-template-page-lp1 .about-2 .wrap::before {
    display: none;
}

.page-template-page-lp1 .about-2 .wrap .handwritten:nth-of-type(1)::before {
    content: 'OHO';
    transform: rotate(-6.25deg);
    top: -12px;
    right: 1032px;
    font-size: 2.462em;
}

.page-template-page-lp1 .about-2 .wrap .content {
    padding-top: 80px;
    padding-bottom: 50px;
}

.page-template-page-lp1 .about-2 .wrap .content h3 {
    line-height: 130%;
    font-size: 1.75em;
}

.page-template-page-lp1 .about-2 .wrap .content h3 + p {
    padding-bottom: 40px;
    line-height: 100%;
    font-weight: 900;
    font-size: 3.5em;
    color: #DF4124;
    text-transform: uppercase;
}

.page-template-page-lp1 .about-2 .wrap .content p {
    line-height: 130%;
    font-size: 1.1em;
}

.page-template-page-lp1 .offer-2 .wrap h2 {
    line-height: 120%;
    font-size: 2.65em;
    color: #DF4124;
}

.page-template-page-lp1 .offer-2 .wrap h3 {
    color: #0D0D0D;
}

.page-template-page-lp1 .offer-2 .wrap .content .bg {
    padding-top: 80px;
}

.page-template-page-lp1 .offer-2 .wrap .content .bg > p:last-of-type {
    padding-top: 10px;
    line-height: 120%;
    font-weight: 700;
    font-size: 2em;
}

.page-template-page-lp1 .offer-2 .wrap ol {
    list-style: decimal;
    line-height: 130%;
    font-size: 1.75em;
}

.page-template-page-lp1 .offer-2 .wrap ol li + li {
    padding-top: 30px;
}

.page-template-page-lp1 .offer-2 .wrap .content:nth-of-type(1) .image::before {
    content: 'Słyszymy się\a 26 września?';
    top: -100px;
}

.page-template-page-lp1 .offer-2 .wrap .content:nth-of-type(2) .image-1::before {
    display: none;
}

.page-template-page-lp1 #o-mnie .wrap {
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 90px;
}

.page-template-page-lp1 #o-mnie .wrap .content h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #DF4124;
}

.page-template-page-lp1 #o-mnie .wrap .image::before {
    display: none;
}

.page-template-page-lp1 #o-mnie .wrap .image::after {
    background: url(../gfx/slowny-typ_marcin-malec_15.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    bottom: 0;
    right: 30px;
    left: auto;
    width: 692px;
    height: 860px;
    z-index: -1;
}

.page-template-page-lp1 #o-mnie .clients {
    margin: 0 auto;
    padding: 0 60px 90px;
    width: calc(100% - 120px);
    max-width: 1400px;
}

.page-template-page-lp1 #o-mnie .clients ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.page-template-page-lp1 #o-mnie .clients ul li {
    padding-left: 0;
}

.page-template-page-lp1 #o-mnie .clients ul li::before {
    display: none;
}

.page-template-page-lp1 .offer-1.free .wrap .content h2 {
    padding-bottom: 40px;
    line-height: 100%;
    font-weight: 900;
    font-size: 3.5em;
    color: #DF4124;
    text-transform: uppercase;
}

.page-template-page-lp1 .offer-1.free .wrap .content h3 {
    padding-top: 0;
    padding-bottom: 40px;
    font-weight: 900;
    font-size: 2em;
    color: #DF4124;
    text-transform: uppercase;
}

.page-template-page-lp1 .offer-1.free .wrap .content p {
    line-height: 130%;
    font-size: 1.75em;
}

.page-template-page-lp1 .offer-1.free .wrap .content .bg {
    padding: 0 226px;
    width: calc(100% - 452px);
}

.page-template-page-lp1 .offer-1.free .wrap .content p.bonus {
    position: relative;
    padding-top: 60px;
}

.page-template-page-lp1 .offer-1.free .wrap .content p.bonus::before {
    content: 'BONUS';
    transform: rotate(-15deg);
    position: absolute;
    top: 0;
    left: -271px;
    line-height: 100%;
    font-family: "Just Me Again Down Here", cursive;
    font-style: normal;
    font-size: 3.728em;
    color: #DF4124;
}

.page-template-page-lp1 .offer-1.free .wrap .content .bg::before {
    height: 100%;
}

.page-template-page-lp1 .offer-1.free .wrap .content .bg::after {
    top: 0;
    bottom: auto;
    height: 100%;
}

.page-template-page-lp1 #newsletter .wrap .image::before {
    display: none;
}

.page-template-page-lp1 #newsletter .wrap .bg {
    padding-top: 96px;
    padding-bottom: 120px;
}

.page-template-page-lp1 #newsletter .wrap .content h3 {
    padding-top: 0;
    line-height: 120%;
    font-size: 2.65em;
}

.page-template-page-lp1 #newsletter .wrap .content .btn-wrap {
    margin-top: 30px;
}

.page-template-page-lp1 #newsletter .wrap .content .btn-wrap,
.page-template-page-lp1 #newsletter .wrap .content .btn-wrap a {
    height: 60px;
}

.page-template-page-lp1 #newsletter .wrap .content .btn-wrap p {
    font-weight: 700;
    font-size: 1.5em;
}