@import url('fonts/InkBandits.css');
body { overflow-x: unset; }

.key-art-bg {
    width: 100%; height: 78vh; background-image: url("../img/sniezna-dolina-tlo.jpg");
    background-repeat: no-repeat; background-position: 50% 5%;
    min-height: 400px; position: relative;
    padding-top: 0.02px; background-size: cover;
}

.key-art-bg .enchantimals {
    text-align: center; margin-top: 2em; position: relative;
}



.key-art-bottom {
    position: absolute;  list-style: none; margin: 0; padding: 0;
    width: 100%; display: flex; bottom: -90px;
}
.key-art-bottom > li { margin-bottom: 0; height: 166px; }

.key-art-bottom > li:nth-child(2) { width: 420px; position: relative; }
.key-art-bottom > li:nth-child(1) { flex:4;
    background-image: url("../img/snieg01.png"); background-repeat: no-repeat;
    background-position: right bottom;
}
.key-art-bottom > li:nth-child(3) { flex:4;
    background-image: url("../img/snieg01.png"); background-repeat: no-repeat;
    background-position: left bottom;
}
.key-art-bottom > li:nth-child(2) > img {
    display: block; position: absolute; bottom: -20px;
    width: 300px; left: calc(50% - 150px);
}

.postac { position: relative; }
.postac .wrapper { position: absolute; }
.postac.postac-01 .wrapper { bottom: 50px; right: 80px; }
.postac.postac-02 .wrapper { bottom: 40px; left: 80px; }

.postac.postac-01 .wrapper > img { max-height: 460px; }
.postac.postac-02 .wrapper > img { max-height: 470px; }

.main-menu { list-style: none; margin: 0; padding: 0; display:
    flex; justify-content: space-between; max-width: 700px; margin: auto;
    margin-top: 2em;
}

.main-menu > li { display: block; }
.main-menu > li > a {
    text-align: center; color: transparent;
    display: block; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%;
}
.main-menu > li.start > a {
    width: 210px; height: 280px;
    background-image: url("../img/menu-start.png");
}
.main-menu > li.galeria > a {
    width: 210px; height: 280px;
    background-image: url("../img/menu-galeria.png");
}
.main-menu > li.graj > a {
    width: 190px; height: 210px;
    background-image: url("../img/menu-graj.png");
}

.main-menu > li > a,
.main-menu > li > a:hover{

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-transition-delay: 0.02s;
    transition-delay: 0.02s;
}

.main-menu > li > a:hover {
    filter: drop-shadow(0px 0px 20px #00b7b2);
}
.sekcja-aplikacja,
.sekcja-zasady {
    background-color: #00b7b2; box-sizing: border-box; padding-top: 150px; color: white;
    padding-bottom: 100px;
}

.sekcja-zasady .container { padding-bottom: 0.02px; }
.sekcja-zasady h2 { font-family: 'Ink Bandits Script'; font-size: 90px; text-transform: uppercase;  }

.sekcja-aplikacja { margin-top: -400px; margin-top: -58vh; }
.sekcja-aplikacja .wrapper-aplikacja {
    padding-bottom: 56.25%; position: relative;
    box-shadow: 0px 0px 60px rgba(0,0,0,0.5);
}
.sekcja-aplikacja .wrapper-aplikacja .aplikacja {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.7);
}

.sekcja-aplikacja.rysunek { padding-bottom: 50px; }
.sekcja-aplikacja.rysunek .enchantimals {
    text-align: center; margin-bottom: -30px; z-index: 1; position: relative;
}

.sekcja-nagrody {
    background-color: #440099; box-sizing: border-box; padding-top: 150px; color: white;
    margin-top: -72px;
}
.sekcja-nagrody .container { padding-bottom: 0.02px; }
.sekcja-nagrody h2 {
    font-family: 'Ink Bandits Script'; font-size: 90px; text-transform: uppercase;
}

.sekcja-nagrody .nagroda-1 { height: 60vh; position: relative; margin-top: -30vh; }
.sekcja-nagrody .img { display: flex; justify-content: center; align-items: center; }
.sekcja-nagrody .img > a { display: block; width: 150px; height: 150px; }
.sekcja-nagrody .img img { width: 100%; }
.sekcja-nagrody .nagroda-1 .img {
    position: absolute; width: 100%; height: 100%; background-repeat: no-repeat;
    background-image: url("../img/nagroda-zimowa-chatka.png"); background-position: 50% 50%; background-size: contain;
}
.sekcja-nagrody .nagroda-1 .opis { position: absolute; right: 0; }

.sekcja-nagrody .opis h3 {
    font-family: 'Ink Bandits Script'; font-size: 70px; text-transform: uppercase;
    line-height: 1em; margin-bottom: 0;
}
.sekcja-nagrody .opis p {
    margin-bottom: 0;
}
.sekcja-nagrody .opis p>a { font-weight: 900; color: #ffcd00; text-decoration: none; }

.sekcja-nagrody .nagroda-2 { height: 40vh; position: relative; margin-top: 90px; }
.sekcja-nagrody .nagroda-2 .img {
    position: absolute; width: 100%; height: 100%; background-repeat: no-repeat;
    background-image: url("../img/nagroda-taniec-na-lodzie.png"); background-position: 50% 50%; background-size: contain;
}

.sekcja-nagrody .nagroda-3 { height: 55vh; position: relative; margin-top: 90px; }
.sekcja-nagrody .nagroda-3 .img {
    position: absolute; width: 100%; height: 100%; background-repeat: no-repeat;
    background-image: url("../img/nagroda-zimowa-wedkowanie.png"); background-position: 50% 50%; background-size: contain;
}

.sekcja-nagrody .nagroda-4 { height: 70vh; position: relative; margin-top: 40px; margin-bottom: 100px; }
.sekcja-nagrody .nagroda-4 .img {
    position: absolute; width: 100%; height: 100%; background-repeat: no-repeat;
    background-image: url("../img/nagroda-wielopak2.png"); background-position: 50% 50%; background-size: contain;
}

.sekcja-regulamin {
    background-color: #9abde3; box-sizing: border-box; padding-top: 150px; color: black;
    margin-top: -72px;
}
.sekcja-regulamin .container { padding-bottom: 100px; }
.sekcja-regulamin h2 {
    font-family: 'Ink Bandits Script'; font-size: 90px; text-transform: uppercase;
}

.prace-wrapper { margin-top: -250px; }
.prace-wrapper > ul {
    display: flex; list-style: none; margin: 0; padding: 0;
    flex-wrap: wrap; margin-left: -90px; margin-right: -90px;
}
.prace-wrapper > ul > li.item { width: 50%; box-sizing: border-box; padding: 0 90px; padding-bottom: 60px; }
.prace-wrapper > ul > li.item > a {
    display: block; position: relative;
    padding-bottom: 70%;
}

.prace-wrapper > ul > li.item > a .zoom {
    position: absolute; background-color: rgba(68,0,153,0.4); width: 200px; height: 200px; border-radius: 30px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    background-image: url("../img/ico_lupa.svg"); background-repeat: no-repeat;
    background-position: 50% 50%; background-size: 60px;
    transform: scale(0);
}

.prace-wrapper > ul > li.item > a:hover .zoom {
    transform: scale(1);
}

.prace-wrapper > ul > li.item > a .wrapper-img {
    position: absolute; width: 100%; height: 100%;
}
.prace-wrapper > ul > li.item .label {
    text-align: right; font-size: 36px; font-weight: bold; margin-top: -0.3em;
    position: relative;
}
.prace-wrapper > ul > li.item .label > strong {
    font-weight: normal; position: relative;
}
.prace-wrapper > ul > li.item .label:before {
    content: url("../img/chmurka.png"); display: block; position: absolute; right: -210px; top: -80px;
}

.prace-wrapper > ul > li.item .label > span { font-size: 18px; font-weight: normal; position: relative; }
.prace-wrapper > ul > li.item .label > span:after {
    content: url("../img/ico-serce.png"); position: absolute; transform: scale(0.7);
}

.prace-wrapper > ul > li.item:nth-child(2n+2) .label > span:after {
    content: url("../img/ico-lapka.png");
}

.prace-wrapper > ul > li.item > a .wrapper-img .ramka { height:100%; width: 100% }

.formularz-szukaj .row { display: flex; justify-content: center; }
.formularz-szukaj input {
    border: solid; border-width: 0px; border-color: #ffcd00; border-radius: 5px; padding: 6px 10px;
    margin: 0.5em 0.5em;
}
.formularz-szukaj select {
    border: solid; border-width: 0px; border-color: #ffcd00; border-radius: 5px; padding: 6px 10px;
    margin: 0.5em 0.5em;
}

.formularz-szukaj button {
    display: flex;
    background: none; border: solid; color: #9abde3; margin: 0.5em 0.5em;
    border-width: 0px; border-color: transparent; margin-top: 12px; cursor: pointer;
}
.formularz-szukaj button:hover { color: white; }
.formularz-szukaj button svg { fill: #9abde3; margin-right: 10px; }
.formularz-szukaj button:hover svg { fill: white; }

.pager { text-align: center; padding-top: 2em; padding-bottom: 2em; }
.pager select {
    border: solid; border-width: 1px; border-color: transparent; border-radius: 5px; padding: 6px 10px;
    background-color: #9abde3; margin-left: 0.5em;
}


.rysunek-label {
    position: relative; font-size: 36px;
    text-align: center; padding-top: 0.5em;
}
.rysunek-label:after {
    content: "";
    display: block; position: absolute;
    width: 250px; height: 250px; background-repeat: no-repeat;
    top: -120px; right: -120px; background-image: url("../img/sniezna-dolina-logo.png");
    background-size: contain; background-position: 50% 50%;
}
.rysunek-label > span {
    font-size: 18px; font-weight: normal; position: relative;
}
.rysunek-label >  span:after {
    content: url("../img/ico-serce.png"); position: absolute; transform: scale(0.7);
}

.rysunek-nawigacja {
    margin-bottom: 100px;
}
.rysunek-nawigacja ul {
    display: flex; list-style: none; margin: 0; padding: 0; justify-content: center;
    font-family: 'Ink Bandits Script'; font-size: 45px; text-transform: uppercase;
    color:rgba(255,255,255,0.5);

}

.rysunek-nawigacja ul li { margin: 0 0.2em; position: relative; }

.rysunek-nawigacja ul li:nth-child(2) { margin: 0; position: relative; width: 1px; }
.rysunek-nawigacja ul li:nth-child(2) img {
    display: block; position: absolute; max-width: none; left: -180px; top: -40px;
    opacity: 0.7;
}

.rysunek-nawigacja ul li>a { text-decoration: none; color: inherit; position: relative; }
.rysunek-nawigacja ul li:nth-child(1) { z-index: 2; }
.rysunek-nawigacja ul li:nth-child(1) a:after {
    display: inline-block; width: 30px; height: 60px; margin-left: 10px;
    content: ""; background-image: url("../img/ico-prev.png");
    background-repeat: no-repeat; background-position: 50% 50%; background-size: contain;
}

.rysunek-nawigacja ul li:nth-child(3) a:before {
    display: inline-block; width: 30px; height: 60px; margin-right: 10px;
    content: ""; background-image: url("../img/ico-next.png");
    background-repeat: no-repeat; background-position: 50% 50%; background-size: contain;
}

.rysunek-nawigacja ul li,
.rysunek-nawigacja ul li:hover {

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


.rysunek-nawigacja ul li:hover:nth-child(1) {
    transform: translate(-50px, -10px) scale(1.2);
    filter: drop-shadow(0px 0px 10px #ffffff);
}

.rysunek-nawigacja ul li:hover:nth-child(3) {
    transform: translate(50px, -10px) scale(1.2);
    filter: drop-shadow(0px 0px 10px #ffffff);
}

.rysunek .sekcja-nagrody { padding-top: 100px; }

/*===============================================================*/


li.item > a:hover .zoom  {
    -webkit-animation: animation 1200ms linear both;
    animation: animation 1200ms linear both;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


@-webkit-keyframes animation {
    0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    2.7% { -webkit-transform: matrix3d(0.389, 0, 0, 0, 0, 0.389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.389, 0, 0, 0, 0, 0.389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    5.41% { -webkit-transform: matrix3d(0.916, 0, 0, 0, 0, 0.916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.916, 0, 0, 0, 0, 0.916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    8.11% { -webkit-transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.71% { -webkit-transform: matrix3d(1.426, 0, 0, 0, 0, 1.426, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.426, 0, 0, 0, 0, 1.426, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.71% { -webkit-transform: matrix3d(1.306, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.306, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    16.62% { -webkit-transform: matrix3d(1.077, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.077, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    19.62% { -webkit-transform: matrix3d(0.887, 0, 0, 0, 0, 0.887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.887, 0, 0, 0, 0, 0.887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    22.52% { -webkit-transform: matrix3d(0.826, 0, 0, 0, 0, 0.826, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.826, 0, 0, 0, 0, 0.826, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    28.43% { -webkit-transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    34.33% { -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    46.05% { -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    57.86% { -webkit-transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    69.57% { -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    81.38% { -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    93.19% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
    0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    2.7% { -webkit-transform: matrix3d(0.389, 0, 0, 0, 0, 0.389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.389, 0, 0, 0, 0, 0.389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    5.41% { -webkit-transform: matrix3d(0.916, 0, 0, 0, 0, 0.916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.916, 0, 0, 0, 0, 0.916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    8.11% { -webkit-transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.71% { -webkit-transform: matrix3d(1.426, 0, 0, 0, 0, 1.426, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.426, 0, 0, 0, 0, 1.426, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.71% { -webkit-transform: matrix3d(1.306, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.306, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    16.62% { -webkit-transform: matrix3d(1.077, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.077, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    19.62% { -webkit-transform: matrix3d(0.887, 0, 0, 0, 0, 0.887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.887, 0, 0, 0, 0, 0.887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    22.52% { -webkit-transform: matrix3d(0.826, 0, 0, 0, 0, 0.826, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.826, 0, 0, 0, 0, 0.826, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    28.43% { -webkit-transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    34.33% { -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    46.05% { -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.971, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    57.86% { -webkit-transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    69.57% { -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    81.38% { -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    93.19% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

/*===============================================================*/

@media only screen and (max-width: 1390px) {
    .sekcja-aplikacja + div { position: absolute; }
    body.aplikacja .sekcja-nagrody { margin-top: 0; }
}

@media only screen and (max-width: 1300px) {
    .postac.postac-01 .wrapper > img { max-width: unset; }
    .postac.postac-02 .wrapper > img { max-width: unset; }


    .sekcja-zasady + div { position: absolute; }
    .sekcja-nagrody + div { position: absolute; }

    .sekcja-nagrody { margin-top: 0; }
    .sekcja-regulamin { margin-top: 0; }

    .key-art-bg .enchantimals { margin-top: 0; }
    .key-art-bg .enchantimals > img { max-width: 500px; }

}

@media only screen and (max-width: 991px) {
    .prace-wrapper > ul { flex-wrap: wrap; }
    .prace-wrapper > ul > li.item { width: 100%; }
    .prace-wrapper { margin-top: -200px; }
}

@media only screen and (max-width: 900px) {
    .main-menu { max-width: 550px; }
    .main-menu > li.start > a { width: 170px; height: 180px; }
    .main-menu > li.galeria > a { width: 170px; height: 180px; }
    .main-menu > li.graj > a { width: 140px; height: 160px; }

    .key-art-bg { height: 68vh; }
    .key-art-bottom > li:nth-child(2) > img { width: 220px; left: calc(50% - 110px); }
    .key-art-bottom > li:nth-child(2) { width: 230px; }
    .key-art-bottom > li:nth-child(2) > img { bottom: 60px; }

    .postac.postac-01 .wrapper > img { max-height: 410px; }
    .postac.postac-02 .wrapper > img { max-height: 420px; }

    .sekcja-zasady h2,
    .sekcja-nagrody h2, .sekcja-regulamin h2 { font-size: 70px; }
    .sekcja-nagrody .opis h3 { font-size: 50px; }

    .sekcja-aplikacja, .sekcja-nagrody,
    .sekcja-zasady, .sekcja-regulamin { padding-top: 70px; padding-bottom: 70px; }

    .prace-wrapper { margin-top: -100px; }

    .sekcja-aplikacja { margin-top: -42vh; }

    .sekcja-aplikacja.rysunek .enchantimals img { max-width: 400px; }

    .rysunek-label::after { width: 180px; height: 180px; top: -130px; right: -100px; }
    body.rysunek .sekcja-aplikacja { margin-top: -50vh; }
    .rysunek-nawigacja ul { font-size: 30px; }
    .rysunek-nawigacja ul li:nth-child(1) a::after { height: 40px; }
    .rysunek-nawigacja ul li:nth-child(3) a::before { height: 40px; }
}

@media only screen and (max-width: 760px) {
    .key-art-bg .enchantimals > img { max-width: 400px; }
    .key-art-bottom > li:nth-child(2) > img { width: 180px; left: calc(50% - 90px); }
    .key-art-bottom > li:nth-child(2) > img { bottom: 160px; }
    .key-art-bottom > li:nth-child(2) { width: 190px; }
    .postac.postac-01 .wrapper > img { max-height: 340px; }
    .postac.postac-02 .wrapper > img { max-height: 346px; }
    .postac.postac-01 .wrapper { right: 40px; }
    .postac.postac-02 .wrapper { left: 40px; }
    .key-art-bg { height: 66vh; }
    .main-menu > li.start > a { width: 140px; }
    .main-menu > li.galeria > a { width: 140px; }
    .main-menu > li.graj > a { width: 120px; }
    .main-menu { max-width: 450px; }

    .sekcja-zasady h2,
    .sekcja-nagrody h2, .sekcja-regulamin h2 { font-size: 50px; }
    .sekcja-nagrody .opis h3 { font-size: 36px; }
    html { background-color: #440099; }
    .sekcja-aplikacja.rysunek .enchantimals img { max-width: 300px; }
    .rysunek-label::after { width: 150px; height: 150px; top: -75px; right: -75px; }
}

@media only screen and (max-width: 640px) {
    .prace-wrapper > ul > li.item .label { width: 90%; }
    .prace-wrapper > ul > li.item > a .zoom {
        width: 160px; height: 160px;
        top: calc(50% - 80px); left: calc(50% - 80px);
    }
    .rysunek-label { text-align: left; }
    .rysunek-label::after { right: -35px; }

    body.rysunek .key-art-bg { height: 36vh; }
    body.rysunek .sekcja-aplikacja { margin-top: -30vh; }
}

@media only screen and (max-width: 580px) {
    .sekcja-nagrody .img > a { width: 100px; }
    .key-art-bottom > li:nth-child(2) { width: 160px; }

    .sekcja-nagrody .nagroda-4 {
        height: 40vh; margin-bottom: 10px;
    }
    .sekcja-regulamin .container {
        padding-bottom: 0;
    }

}

@media only screen and (max-width: 575px) {
    .prace-wrapper > ul > li.item .label { max-width: 470px; }
}

@media only screen and (max-width: 500px) {
    .main-menu > li.start > a { width: 120px; height: 140px; }
    .main-menu > li.galeria > a { width: 120px; height: 140px; }
    .main-menu > li.graj > a { width: 105px; height: 120px; }
    .main-menu { max-width: 370px; }
    .key-art-bottom > li:nth-child(2) > img {
        max-width: none;
    }
    .key-art-bottom > li:nth-child(2) { width: 60px; }
    .sekcja-nagrody .nagroda-2 { margin-top: 5px; }
    .sekcja-nagrody .nagroda-3 { margin-top: 5px; }
    .sekcja-nagrody .nagroda-1 { margin-top: -5vh; }
    .prace-wrapper > ul > li.item .label { max-width: 400px; }
    .prace-wrapper { margin-top: -20px; }

    .sekcja-aplikacja { margin-top: -50vh; }
    .sekcja-aplikacja + div { display: none; }

    .rysunek-label::after { width: 100px; height: 100px; top: -55px; right: -25px; }


}

@media only screen and (max-width: 460px) {
    .rysunek-nawigacja ul li > a { font-size: 20px; line-height: 1em; color: transparent; }
    .sekcja-aplikacja.rysunek .enchantimals img { max-width: 240px; }
}

@media only screen and (max-width: 450px) {
    .key-art-bg .enchantimals > img { max-width: 300px; }
    .key-art-bg { height: 62vh; }

    .sekcja-zasady h2,
    .sekcja-nagrody h2, .sekcja-regulamin h2 { font-size: 36px; }
    .sekcja-nagrody .opis h3 { font-size: 22px; }

    .sekcja-aplikacja, .sekcja-nagrody,
    .sekcja-zasady, .sekcja-regulamin { padding-top: 30px; padding-bottom: 30px; }

    .key-art-bottom > li:nth-child(2) { width: 20px; }
    .postac.postac-01 .wrapper > img { max-height: 320px; }
    .postac.postac-02 .wrapper > img { max-height: 324px; }

    .key-art-bottom > li:nth-child(2) { z-index: 10; }
    .key-art-bottom > li:nth-child(3) { z-index: 9; }
    .prace-wrapper > ul > li.item .label { font-size: 30px; }
    .prace-wrapper > ul > li.item .label { max-width: 360px; }
    .prace-wrapper > ul > li.item > a .zoom {
        width: 140px; height: 140px;
        top: calc(50% - 70px); left: calc(50% - 70px);
        background-size: 50px;
    }
    .sekcja-aplikacja {
        margin-top: -40vh;
    }

    body.rysunek .key-art-bottom { display: none; }
}

@media only screen and (max-width: 420px) {
    .prace-wrapper > ul > li.item .label { max-width: 340px; }
    .prace-wrapper > ul > li.item .label > span::after { transform: scale(0.5); }
    .prace-wrapper { margin-top: 10px; }
}

@media only screen and (max-width: 400px) {
    .main-menu { max-width: 330px; margin-top: 1em; }
    .main-menu > li.start > a { width: 110px; height: 120px; }
    .main-menu > li.galeria > a { width: 110px; height: 120px; }
    .main-menu > li.graj > a { width: 90px; height: 95px; }
    .key-art-bg { height: 58vh; }
    .postac.postac-01 .wrapper > img { max-height: 310px; }
    .postac.postac-02 .wrapper > img { max-height: 312px; }
}

@media only screen and (max-width: 380px) {
    .key-art-bottom > li:nth-child(2) > img {
        width: 160px; left: calc(50% - 80px);
    }
    .sekcja-aplikacja.rysunek .enchantimals img { max-width: 200px; }
}

@media only screen and (max-width: 360px) {
    .key-art-bottom > li:nth-child(2) { width: 1px; }
    .key-art-bg .enchantimals > img { max-width: 280px; }
    .key-art-bg { height: 56vh; }

    .prace-wrapper > ul > li.item .label { font-size: 24px; max-width: 280px; }
    .prace-wrapper > ul > li.item .label > span { font-size: 16px; }

    .prace-wrapper > ul > li.item > a .zoom {
        width: 120px; height: 120px;
        top: calc(50% - 60px); left: calc(50% - 60px);
        background-size: 45px;
    }

    .sekcja-aplikacja.rysunek .enchantimals { margin-bottom: -20px; }


}

@media only screen and (max-width: 340px) {
    .main-menu > li.start > a { width: 95px; }
    .main-menu > li.galeria > a { width: 95px; }
    .main-menu > li.graj > a { width: 88px; }
    .main-menu { max-width: 290px; }
    .postac.postac-01 .wrapper { right: 20px; }
    .postac.postac-02 .wrapper { left: 20px; }

    .postac.postac-01 .wrapper > img { max-height: 290px; }
    .postac.postac-02 .wrapper > img { max-height: 293px; }

    .sekcja-zasady + div { margin-top: -3px !important; }
    .sekcja-nagrody + div { margin-top: -3px !important; }
    .key-art-bg { height: 54vh; }
    .prace-wrapper > ul > li.item .label { max-width: 260px; }
}

@media only screen and (max-width: 320px) {
    .prace-wrapper > ul > li.item .label { max-width: 250px; }
}

.tmp { border: solid 1px #00FF00; box-sizing: border-box; }