body {
    counter-reset: licznik;
}

.page-template-privacy-policy h2.title {
    font-size: 4rem;
    line-height: 1.3em;
    margin-top: 2rem;
}

.page-template-privacy-policy h3 {
    margin: 1rem 0;
}

/* .page-template-privacy-policy ol {
    list-style: numeric;
    margin-left: 22px;
} */

.page-template-privacy-policy ol li::before {
    counter-increment: licznik;
    content: counter(licznik) ". ";;
}

.page-template-privacy-policy ol li,
.page-template-privacy-policy p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0.5rem;
}

.page-template-privacy-policy ol li span {
    margin-left: 22px;
}

.page-template-privacy-policy p a,
.page-template-privacy-policy li a {
    color: #000;
}

.page-template-privacy-policy ul {
    margin: 2rem 0;
}

.page-template-privacy-policy .header__menu {
    display: none;
}

footer.footer .footer__button a {
    color: #313b3f;
    text-decoration: none;
}

/* div[role="form"] {
    max-width: 600px;
    width: 100%;
    padding: 40px;
    background: #313B40;
    color: white;
    display: flex;
    position: relative;
} */

div[role="form"] h3 {
    font-size: 30px;
    margin-bottom: 40px;
    flex-basis: 100%;
}

div[role="form"] label {
    font-size: 18px;
    line-height: 1;
    flex-basis: 100%;
}

.form {
    flex-wrap: wrap;
}

.form .form-inner,
.form p {
    flex-basis: 100%;
}

div[role="form"] input,
div[role="form"] textarea {
    width: 100%;
    padding: 25px;
    background: #556268;
    border: 0px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

div[role="form"] input[type="checkbox"] {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 0;
}

.acceptance {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.acceptance a {
    text-decoration: none;
    color: #fff;
    margin-left: 3px;
}

.acceptance span {
    margin-left: 0;
}

div[role="form"] input[type="checkbox"]:checked::before {
    background: #fff url('assets/mark-2.svg') no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div[role="form"] input[type="submit"] {
    border: 0px;
    padding: 25px;
    background: #F2F0EA;
    color: #566369;
    letter-spacing: 0.065em;
    font-size: 20px;
    -webkit-font-feature-settings: 'ss02' on;
    font-feature-settings: 'ss02' on;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-bottom: 0;
}

div[role="form"] input[type="submit"]:hover {
    background: #fff;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
}