/*!
Theme Name: pan
Author: Social Leaders / BartoshDesign
Author URI: https://bartoshdesign.pl
Description: Pierwsza w Polsce obywatelska gra planszowa LP
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: pan
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #132B48;
    font-family: 'Hind', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

section.sekcja {
    min-height: 100vh;
    position: relative;
}

.wstep {
    display: flex;
    padding-top: 165px;
}

.plan1 {
    width: 60%;
}

.plan2 {
    width: 40%;
}

img.logo {
    width: 420px;
}

.calosc .wstep {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    position: relative;
    flex-direction: row-reverse;
}

.naglowek--sekcja {
    max-width: 100%;
    width: 420px;
    text-align: right;
}

.naglowek--sekcja h1 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}

div#page {
    overflow: hidden;
    position: relative;
}

section.sekcja.sek1 {
    background: rgb(230, 229, 220);
    background: linear-gradient(187deg, rgba(230, 229, 220, 1) 0%, rgba(212, 210, 195, 1) 84%, rgba(212, 210, 195, 1) 100%);
    padding: 0 20px;
}

.instrukcja,
.karta1,
.karta2,
.karta3,
.karta4,
.kosci,
.pionek {
    position: absolute;
    max-width: 400px;
}

img.karta1 {
    width: 178px;
    top: -150px;
    left: 480px;
    margin: auto;
}

img.karta3 {
    right: -85px;
    width: 208px;
    top: 360px;
}

img.kosci {
    width: 164px;
    left: 540px;
    top: 85px;
}

img.pionek {
    width: 87px;
    top: 635px;
    left: 460px;
}

img.instrukcja {
    width: 270px;
    left: 515px;
    top: 365px;
}

img.karta4 {
    width: 204px;
    left: 675px;
    top: 470px;
}

img.karta2 {
    width: 142px;
    top: 40px;
    left: 260px;
}

.plan1 img {
    width: 809px;
    max-width: 809px;
}

a.button1 {
    font-size: 27px;
    text-decoration: none;
    transition: 0.5s all ease;
    background: #FF811A;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: normal;
}

a.button1:hover {
    background: #1E2C47;
}

.container {
    max-width: 100%;
    width: 1200px;
    margin: auto;
}

.row__pod {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.podkladka {
    width: 467px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.row__pod>div {
    width: 50%;
}

.image__pod {
    position: relative;
    text-align: center;
}

.text__in {
    width: 500px;
    max-width: 100%;
}

.text__pod {
    display: flex;
    justify-content: flex-end;
}

.text__in h2 {
    font-size: 49px;
    font-weight: normal;
    margin: 30px 0;
}

.text__in p {
    font-size: 20px;
    line-height: 1.7;
}

section.sekcja.opi__pod {
    min-height: unset;
    padding: 50px 0;
}

.row__pod.odwroc {
    flex-direction: row-reverse;
}

section.sekcja.opi__pod.sek3 .at__img {
    margin-top: 80px;
    margin-left: 50px;
}

section.sekcja.opi__pod.sek4 .at__img {
    margin-top: -40px;
}

.row__pod.odwroc .text__pod {
    justify-content: flex-start;
}

.gotowy__rozgrywka {
    text-align: right;
}

.gotowy__rozgrywka h3 {
    font-size: 30px;
    color: #FF811A;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

h2.jakgrac__header {
    position: relative;
    font-size: 50px;
    display: inline-block;
    margin-left: 10%;
}

h2.jakgrac__header:after {
    content: '';
    background: url(/wp-content/uploads/2021/06/strzalka.svg);
    width: 69px;
    height: 65px;
    float: right;
    margin-top: 30px;
    margin-left: 20px;
}

.dialog__zaco {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog__zaco>div {
    width: 50%;
}

section.sekcja.sek7 {
    display: flex;
    align-items: center;
    min-height: unset;
    padding: 150px 0;
    padding-bottom: 0;
    background: rgb(230, 229, 220);
    background: linear-gradient( 0deg, rgba(230, 229, 220, 1) 0%, rgba(212, 210, 195, 1) 27%, rgba(212, 210, 195, 1) 84%, rgba(212, 210, 195, 1) 100%);
}

.dial__img {
    position: relative;
    padding-left: 20px;
}

.dial__text h2 {
    font-size: 49px;
    font-weight: normal;
    margin: 30px 0;
}

.dial__text p {
    margin: 0;
    margin-bottom: 10px;
}

img.podkladka.podd1 {
    left: 0;
    top: -50px;
    right: inherit;
}

img.podkladka.podd2 {
    right: -50px;
    left: inherit;
    bottom: -420px;
}

img.zaco__img {
    margin-right: -40px;
    width: 668px;
    max-width: 120%;
}

.pok__icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.pok__icons>div {
    display: flex;
    align-items: center;
}

.pok__icons>div img {
    width: 63px;
    margin-right: 15px;
}

.pok__icons>div span {
    font-size: 18px;
    font-weight: bold;
}

.dial__text {
    padding-right: 30px;
}

.button__center {
    padding: 80px 0;
    text-align: center;
}

section.sekcja.sek8 {
    background: #E6E5DC;
    display: flex;
    align-items: center;
    min-height: unset;
    padding: 50px 0;
}

.ays-abs-fs.ays-start-page p.ays-fs-title {
    display: none;
}

section.sekcja.sek8 .ays-fs-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

section.sekcja.sek8 .ays-fs-subtitle h3 {
    font-size: 50px;
    color: #FF811A !important;
}

section.sekcja.sek8 #ays-quiz-container-2 .ays-fs-subtitle p,
section.sekcja.sek8 #ays-quiz-container-2 .ays_quiz_question p {
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
}

section.sekcja.sek8 #ays-quiz-container-2 input#ays-submit,
section.sekcja.sek8 #ays-quiz-container-2 #ays_finish_quiz_2 .action-button,
section.sekcja.sek8 div#ays-quiz-container-2 #ays_finish_quiz_2 .action-button.ays_restart_button {
    font-size: 30px;
    font-weight: normal;
    padding: 15px 30px;
    border-radius: 10px;
    width: 300px;
    max-width: 100%;
    border: none !important;
    transition: 0.5s all ease;
    box-shadow: none !important;
}

section.sekcja.sek8 #ays-quiz-container-2 input#ays-submit:hover,
section.sekcja.sek8 #ays-quiz-container-2 #ays_finish_quiz_2 .action-button:hover,
section.sekcja.sek8 div#ays-quiz-container-2 #ays_finish_quiz_2 .action-button.ays_restart_button:hover {
    background: #1E2C47;
}

.ays-quiz-container.ays_quiz_classic_light:before {
    content: '';
    background: url(/wp-content/uploads/2021/06/spirala.png);
    width: 51px;
    height: 9px;
    position: absolute;
    left: 80px;
    top: -8px;
}

.ays-quiz-container.ays_quiz_classic_light:after {
    content: '';
    background: url(/wp-content/uploads/2021/06/spirala.png);
    width: 51px;
    height: 9px;
    position: absolute;
    right: 80px;
    bottom: -8px;
    transform: rotate( 180deg);
}

section.sekcja.sek9 {
    padding: 140px 0;
    min-height: unset;
    padding-bottom: 50px;
}

.scena__row1 h2 {
    font-size: 49px;
    font-weight: normal;
    margin: 0;
    padding-left: 25%;
}

.scen__left {
    position: relative;
    width: 50%;
}

.scen_right {
    width: 50%;
}

.scen__left img.podkladka {
    right: inherit;
    left: -23%;
    top: -45px;
}

.scena__row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

img.parallax_scroll.scen__img {
    max-width: 115%;
    margin-left: -18%;
}

.scen__right {
    width: 50%;
}

.scen__right ul li {
    font-size: 19px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.scen__right ul li:before {
    content: '';
    background: url(/wp-content/uploads/2021/06/li.svg);
    width: 11px;
    height: 13px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 7px;
}

.scen__right ul {
    margin: 0;
}

.dol {
    background: rgb(80, 101, 110);
    background: linear-gradient(0deg, rgba(80, 101, 110, 1) 0%, rgba(80, 101, 110, 0.9108018207282913) 38%, rgba(80, 101, 110, 0) 100%);
    color: #fff;
}

.home .dol {
    background: rgb(80, 101, 110);
    background: linear-gradient( 0deg, rgba(80, 101, 110, 1) 0%, rgba(80, 101, 110, 0.9108018207282913) 38%, rgb(230 229 220) 100%);
    color: #fff;
}

.dol__zespolenie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 55px;
    padding-top: 220px;
}

.info__dol {
    font-size: 15px;
    width: 75%;
}

.onas__link a {
    font-size: 22px;
    color: #fff;
    transition: 0.5s all ease;
    text-transform: uppercase;
    font-weight: normal;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ac0202;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.onas__link a:hover {
    opacity: 0.6;
}

.onas__link {
    padding: 25px 70px;
    border-left: 1px solid #fff;
}

.social__link a {
    width: 33px;
    height: 33px;
    display: inline-block;
    transition: 0.5s all ease;
}

.social__link a:hover {
    opacity: 0.6;
}

.partners {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ays-quiz-container-2 .ays_quiz_question p {
    padding: 0 !important;
}

#ays-quiz-container-2.ays_quiz_classic_dark .ays-field,
#ays-quiz-container-2.ays_quiz_classic_light .ays-field {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.ays-abs-fs {
    max-width: 80%;
    padding-bottom: 70px;
}

p.ays-question-counter {
    display: none;
}

#ays-quiz-container-2 .ays-field:hover label {
    background: none !important;
    color: #984B94 !important;
}

.ays-field input+label:before {
    background-color: #E6E5DC !important;
    border-color: #132B48;
    border-width: 1px;
}

#ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input:checked+label:before {
    border-color: #132b48 !important;
    background-color: #132b48 !important;
    background-clip: content-box;
}

.ays-field:hover input+label:before {
    border-color: #132b4873 !important;
    background-color: #132b4873 !important;
    background-clip: content-box;
}

#ays-quiz-container-2 .ays-live-second-wrap {
    background-color: #F4A152 !important;
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
    top: inherit;
    bottom: 44px;
    max-width: 80%;
    left: 10%;
}

#ays-quiz-container-2 .ays-live-second {
    border-radius: 10px;
}

.ays-live-bar-fill span {
    font-size: 0;
}

section.sekcja.sek8 #ays-quiz-container-2 .select2-container,
section.sekcja.sek8 #ays-quiz-container-2 .ays-field * {
    font-size: 20px !important;
    font-weight: normal;
}

#ays-quiz-container-2.ays_quiz_classic_dark .ays-field,
#ays-quiz-container-2.ays_quiz_classic_light .ays-field {
    margin-bottom: 0 !important;
}

input.ays_previous.action-button {
    display: none;
}

.ays_quiz_results {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

@media (max-width: 1140px) {
    .plan1 img {
        width: 100%;
        max-width: 100%;
    }
    img.instrukcja {
        width: 200px;
        left: 38%;
        top: 360px;
    }
    img.karta1 {
        left: 40%;
        width: 140px;
        top: -115px;
        z-index: 1;
    }
    img.karta2 {
        width: 110px;
        top: 100px;
        left: 20%;
    }
    img.karta3 {
        right: inherit;
        width: 140px;
        left: 45%;
        top: -20px;
        z-index: 0;
    }
    img.karta4 {
        width: 165px;
        left: 50%;
        top: 430px;
    }
    img.kosci {
        width: 130px;
        left: 40%;
        top: 150px;
    }
    img.pionek {
        width: 65px;
        left: 35%;
        top: 550px;
    }
    .row__pod {
        padding: 0 20px;
    }
}

@media (min-width: 1600px) {
    .calosc .wstep {
        transform: scale(1.15);
    }
    img.karta1 {
        top: -100px;
    }
    section.sekcja.sek1 {
        min-height: unset;
    }
}

.mobile--pobierz {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s all ease;
    background: #FF811A;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.wpcf7 .ajax-loader {
    display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    width: 100%;
    max-width: 80%;
    border: 2px solid #ff811a;
    padding: 5px 15px;
    border-radius: 10px;
    background: none;
    color: #ff811a;
    text-align: center;
    margin-top: 10px;
}

.mobile--pobierz label {
    font-size: 17px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email:focus,
input.wpcf7-form-control.wpcf7-text.wpcf7-email:focus-visible {
    outline: none !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email::placeholder {
    color: #ff811a;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #81a9a1;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}

@media (max-width: 1000px) {
    img.pionek {
        z-index: 1;
        bottom: 10%;
        top: inherit;
        left: inherit;
        right: 15%;
    }
    img.instrukcja {
        display: none;
    }
    .calosc .wstep {
        padding-top: 100px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    img.karta1 {
        width: 78px;
        top: -22px;
        left: 20%;
    }
    img.karta3 {
        width: 85px;
        left: 27%;
        top: 29px;
    }
    .plan2 {
        width: 100%;
    }
    .naglowek--sekcja {
        text-align: center;
        position: relative;
        z-index: 1;
        width: 100%;
    }
    img.logo {
        width: 236px;
        padding-top: 30px;
    }
    .naglowek--sekcja h1 {
        font-size: 18px;
        max-width: 80%;
        margin: auto;
        margin-bottom: 80px;
    }
    img.kosci {
        width: 116px;
        left: inherit;
        right: -20px;
        top: 200px;
    }
    .plan1 {
        width: 100%;
    }
    .mobile--pobierz {
        display: block;
    }
    a.button1 {
        display: none;
    }
    .plan1 img {
        margin-top: -30px;
        max-width: 130%;
        width: 130%;
        margin-left: -20%;
    }
    .mobile--pobierz p {
        margin: 10px 0;
    }
    img.karta2 {
        width: 68px;
        left: 2%;
        top: inherit;
        bottom: 32%;
        z-index: 0;
    }
    .plan1 img {
        position: relative;
        z-index: 1;
    }
    img.karta4 {
        width: 120px;
        top: inherit;
        bottom: 20%;
        z-index: 1;
        right: 10px;
        left: inherit;
    }
    .row__pod>div {
        width: 100%;
    }
    .row__pod {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .text__in h2 {
        margin: 15px 0;
        font-size: 28px;
    }
    section.sekcja.opi__pod {
        min-height: unset;
        padding: 20px 0;
    }
    .text__in p {
        font-size: 15px;
    }
    .text__in {
        width: 80%;
        max-width: 100%;
    }
    .text__pod {
        justify-content: flex-start;
    }
    section.sekcja.opi__pod.sek2 img.podkladka {
        left: inherit;
        right: -100px;
    }
    .row__pod.odwroc .text__pod {
        justify-content: flex-end;
    }
    section.sekcja.opi__pod.sek3 .at__img {
        margin-top: 40px;
        margin-left: 0;
    }
    section.sekcja.opi__pod.sek3 img.podkladka {
        right: inherit;
        left: -100px;
    }
    section.sekcja.opi__pod.sek4 img.podkladka {
        top: -20px;
        left: inherit;
        right: -100px;
    }
    section.sekcja.opi__pod.sek4 .at__img {
        margin-right: -100px;
    }
    .gotowy__rozgrywka {
        display: none;
    }
    section.sekcja.opi__pod.sek5 img.podkladka {
        left: -150px;
    }
    h2.jakgrac__header {
        font-size: 28px;
        margin: 0;
        padding-left: 25px;
    }
    h2.jakgrac__header:after {
        width: 30px;
        height: 28px;
        background-size: contain;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    section.sekcja {
        min-height: unset;
        position: relative;
    }
    section.sekcja.sek7 {
        padding: 50px 20px;
    }
    .dialog__zaco {
        display: block;
    }
    .dialog__zaco>div {
        width: 100%;
        padding: 0;
    }
    .dial__text h2 {
        font-size: 28px;
        margin: 15px 0;
    }
    .dial__text p {
        font-size: 15px;
    }
    img.podkladka.podd1 {
        left: -150px;
        top: -20px;
        width: 300px;
    }
    img.podkladka.podd2 {
        bottom: -75px;
        right: -100px;
        width: 300px;
    }
    .pok__icons {
        position: absolute;
        bottom: 0;
        margin-top: 0;
        width: 100%;
        left: 0;
        justify-content: space-evenly;
        z-index: 2;
    }
    .pok__icons>div {
        display: block;
        text-align: center;
    }
    .pok__icons>div img {
        display: block;
    }
    .pok__icons>div img {
        margin: auto;
        margin-bottom: 5px;
        width: 41px;
    }
    .pok__icons>div span {
        font-size: 15px;
    }
    .button__center {
        padding: 30px 0;
    }
    .dial__img {
        margin-top: 40px;
    }
    section.sekcja.sek8 {
        padding: 40px 20px;
    }
    section.sekcja.sek8 .ays-fs-subtitle {
        display: block;
        text-align: center;
    }
    section.sekcja.sek8 .ays-fs-subtitle h3 {
        font-size: 30px;
        margin: 0;
        padding-top: 50px;
    }
    section.sekcja.sek8 #ays-quiz-container-2 .ays-fs-subtitle p {
        font-size: 16px;
        text-align: center;
        padding: 0;
    }
    section.sekcja.sek8 #ays-quiz-container-2 input#ays-submit,
    section.sekcja.sek8 #ays-quiz-container-2 #ays_finish_quiz_2 .action-button,
    section.sekcja.sek8 div#ays-quiz-container-2 #ays_finish_quiz_2 .action-button.ays_restart_button {
        font-size: 15px;
        width: 140px;
        margin-top: 45px;
    }
    section.sekcja.sek9 {
        padding: 80px 20px;
    }
    .scena__row1 h2 {
        font-size: 28px;
        padding: 0;
        padding-bottom: 30px;
    }
    .mobile--pobierz.miedzy--sek {
        text-align: center;
        background: #e6e5dc;
        display: inline-block;
        width: 100%;
        padding: 30px 0;
    }
    .mobile--pobierz {
        text-align: center;
    }
    section.sekcja.sek6 {
        padding-top: 50px;
    }
    .scena__row2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .scen__right,
    .scen__left {
        width: 100%;
    }
    .scen__right ul {
        padding-left: 0;
    }
    img.parallax_scroll.scen__img {
        max-width: 120%;
        margin-left: -10%;
    }
    .scen__left img.podkladka {
        left: inherit;
        top: -5px;
        right: -50px;
        width: 250px;
    }
    .dol__zespolenie {
        padding-top: 130px;
        padding: 0 20px;
        padding-bottom: 55px;
        display: block;
        position: relative;
    }
    .info__dol {
        width: 100%;
        text-align: center;
    }
    .onas__link {
        border: none;
        position: absolute;
        top: -70px;
        padding: 0;
        left: -35%;
        right: 0;
        margin: auto;
        text-align: center;width: 62px;
    }
    .social__link {
        border: none;
        position: absolute;
        top: -70px;
        padding: 0;
        left: 0;
        right: -35%;
        margin: auto;
        text-align: center;width: 40px;
    }
    .dol {
        padding-top: 150px;
    }
    .partners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .part__item {
        width: 50%;
        padding: 15px 30px;
        text-align: center;
    }
    .mob2 h3,
    .mob4 h3 {
        font-size: 18px;
        font-weight: normal;
        color: #FF811A;
        margin: 0;
    }
    .mobile--pobierz.mob2 label,
    .mobile--pobierz.mob3 label,
    .mobile--pobierz.mob4 label {
        font-size: 0;
    }
    .mob2 br,
    .mob4 br {
        display: none;
    }
    section.sekcja.sek8 #ays-quiz-container-2 .select2-container,
    section.sekcja.sek8 #ays-quiz-container-2 .ays-field * {
        font-size: 16px !important;
    }
    section.sekcja.sek8 #ays-quiz-container-2 .ays-fs-subtitle p,
    section.sekcja.sek8 #ays-quiz-container-2 .ays_quiz_question p {
        font-size: 16px !important;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    -webkit-appearance: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
    img.logo {
        width: 350px;
        padding-top: 30px;
    }
    .naglowek--sekcja h1 {
        font-size: 27px;
        margin-top: 15px;
    }
    .plan1 img {
        max-width: 100%;
        width: 100%;
        margin-left: -10%;
    }
    .plan1 {
        position: relative;
    }
    img.karta2 {
        width: 150px;
        bottom: 38%;
    }
    img.karta4 {
        width: 180px;
    }
    img.pionek {
        bottom: 10%;
        left: 53%;
        width: 75px;
    }
}

@media (max-width: 700px) and (orientation: landscape) {
    img.karta3 {
        top: 5px;
    }
    img.logo {
        width: 236px;
        padding-top: 0;
    }
    .naglowek--sekcja h1 {
        margin-bottom: 20px;
    }
    .plan1 img {
        max-width: 100%;
        width: 80%;
        margin-left: 0;
    }
}

section.sekcja.sek8 #ays-quiz-container-2 .select2-container,
section.sekcja.sek8 #ays-quiz-container-2 .ays-field * {
    position: relative;
    padding-left: 35px !important;
}

.ays-field input+label:before {
    position: absolute;
    left: 0;
    top: 12px;
}

.ays_score_message {
    display: none;
}

.wynik--info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.wynik--total {
    font-size: 22px;
}

.wynik--total span {
    color: #FF811A;
    font-size: 49px;
    font-weight: bold;
}

.wynik--calosc {
    text-align: left;
    padding-left: 30px;
}

.opis--wyniku {
    font-size: 19px;
}

p.ays_score {
    display: none;
}

.ays-progress.first {
    display: none;
}

.otoczka--wynik {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.czas--na--gre--mobile {
    display: none;
}

#ays-quiz-container-2 .ays_thank_you_fs p {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
}

button.action-button.ays_restart_button {
    margin: 0 !important;
    padding: 12px 30px !important;
    text-transform: uppercase;
}

#ays-quiz-container-2 .ays_restart_button i.ays_fa.ays_fa_undo {
    display: none;
}

.czas--na--gre h3 {
    font-size: 25px;
    font-weight: 300;
    color: #ff811a;
    margin: 5px 0;
}

@media (max-width: 800px) {
    .wynik--info {
        display: block;
    }
    .wynik--grafika img {
        width: 122px;
        float: right;
        margin-left: 15px !important;
    }
    .wynik--total {
        font-size: 16px;
        text-align: right;
        padding: 55px 0;
    }
    .wynik--total span {
        font-size: 36px;
    }
    .wynik--calosc {
        text-align: left;
        padding-left: 0;
    }
    .opis--wyniku {
        font-size: 16px;
        text-align: center;
    }
    .czas--na--gre {
        display: none;
    }
    .otoczka--wynik {
        display: block;
    }
    button.action-button.ays_restart_button {
        font-size: 20px !important;
        width: auto !important;
    }
    .czas--na--gre--mobile {
        display: block;
        padding-top: 30px;
    }
    .czas--na--gre--mobile label {
        font-size: 0;
    }
    .czas--na--gre--mobile br {
        display: none;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-email {
        border-radius: 10px !important;
        font-size: 16px;
    }
    .czas--na--gre--mobile h3 {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: normal;
        color: #ff811a;
    }
}

section.onas__wstep {
    text-align: center;
    padding: 45px 20px;
    padding-bottom: 65px;
}

section.onas__wstep img {
    width: 320px;
    margin: auto;
}

.zespol__tresc {
    max-width: 100%;
    width: 1000px;
    margin: auto;
    display: flex;
}

.zespol__tresc h2 {
    margin-top: 0;
    font-size: 49px;
    font-weight: normal;
    color: #FF811A;
    margin-right: 35px;
}

.zespol__tresc p {
    font-size: 27px;
    margin-top: 10px;
    margin-left: 15px;
}

.zespol__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.zesp__item {
    width: 40%;
    margin: 20px 0;
}

.zesp__item img {
    margin: auto;
    display: block;
}

.zesp__item p {
    font-size: 21px;
}

.zesp__item h3 {
    font-size: 26px;
    font-weight: normal;
}

.zesp__item.powrot {
    text-align: center;
    margin-top: 30px;
}

.zesp__item.powrot a.button1 {
    margin-top: 35px;
}

.page-template-o-nas div#page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgb(212, 210, 195);
    background: linear-gradient( 0deg, rgba(212, 210, 195, 1) 0%, rgba(230, 229, 220, 1) 100%);
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 800px) {
    section.onas__wstep img {
        width: 236px;
    }
    .zespol__tresc {
        padding: 0 20px;
        display: block;
    }
    .zespol__tresc h2 {
        font-size: 45px;
    }
    .zespol__tresc p {
        font-size: 25px;
        margin: 0;
    }
    .zesp__item {
        width: 100%;
        padding: 0 20px;
    }
    .zesp__item p {
        font-size: 16px;
    }
}

#ays-quiz-container-2.ays_quiz_classic_dark .ays-field, #ays-quiz-container-2.ays_quiz_classic_light .ays-field {
    padding-left: 10px !important;
	margin-bottom: 2px !important;
}

section.error-404.not-found {
    padding: 10%;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
}