._01-cover {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(124deg, #01a2ff, #151C86, #A22B00, #F06F0F);
    background-size: 1600% 1600%;
    -webkit-animation: LotosGradient 80s ease infinite;
    -moz-animation: LotosGradient 80s ease infinite;
    animation: LotosGradient 80s ease infinite;
}

@-webkit-keyframes LotosGradient {
    0% {
        background-position: 0% 14%
    }
    50% {
        background-position: 100% 87%
    }
    100% {
        background-position: 0% 14%
    }
}

@-moz-keyframes LotosGradient {
    0% {
        background-position: 0% 14%
    }
    50% {
        background-position: 100% 87%
    }
    100% {
        background-position: 0% 14%
    }
}

@keyframes LotosGradient {
    0% {
        background-position: 0% 14%
    }
    50% {
        background-position: 100% 87%
    }
    100% {
        background-position: 0% 14%
    }
}


._02-management {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #dfdfdf;
    background-image: -webkit-gradient(linear, left top, right top, from(#d10028), to(#410000));
    background-image: linear-gradient(90deg, #d10028, #410000);
}

._03-results {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

._04-download {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4596ff;
    background-image: url('../img/1_app_big_boxes_background_image_kask.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer {
    position: relative;
    width: 100%;
    background-color: #002f87;
}

.gradient-bg {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01a2ff), to(#002f87));
    background-image: linear-gradient(180deg, #01a2ff, #002f87);
}

.grid-container-horizontal {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-block-horizontal {
    width: 100vw;
    height: 360px;
    margin-top: 0%;
    border-style: solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.15);
}

.grid-container-vertical {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.grid-block-vertical {
    position: absolute;
    width: 20%;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.15);
}

.grid-block-vertical.last-grid-block {
    border-top-style: none;
    border-right-style: solid;
    border-left-style: solid;
}

.naj {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75vw;
    height: 80vh;
    margin-top: 2vh;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.white-line {
    width: 36px;
    height: 1.3px;
    margin-top: 5px;
    background-color: #fff;
    opacity: 0.5;
}

.white-line.long-line {
    width: 90px;
    height: 1px;
    margin-top: 0px;
    margin-left: 50px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.zobacz-film {
    position: static;
    margin-top: 125px;
    margin-left: 3px;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.chapter-link {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform: translate3d(0px, 0px, 71px);
    transform: translate3d(0px, 0px, 71px);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 325ms cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform 325ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 325ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 325ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 325ms cubic-bezier(.77, 0, .175, 1);
    text-decoration: none;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._05 {
    -webkit-transform: translate3d(286px, 281px, 50px);
    transform: translate3d(286px, 281px, 50px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._04 {
    margin-top: -3%;
    margin-left: -2%;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform: translate3d(205px, -233px, 50px) rotate(90deg);
    transform: translate3d(205px, -233px, 50px) rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._02 {
    margin-top: 1%;
    margin-left: -2%;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform: translate3d(-420px, 267px, 50px);
    transform: translate3d(-420px, 267px, 50px);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._01 {
    position: absolute;
    margin-top: -2%;
    margin-left: -3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(-350px, -233px, 50px);
    transform: translate3d(-350px, -233px, 50px);
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._03 {
    z-index: 100;
    margin-top: 2%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform: rotate(90deg) translate3d(71px, 0px, 50px);
    transform: rotate(90deg) translate3d(71px, 0px, 50px);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._06 {
    -webkit-transform: translate3d(490px, -52px, 71px);
    transform: translate3d(490px, -52px, 71px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._07 {
    -webkit-transform: translate3d(350px, -257px, 71px);
    transform: translate3d(350px, -257px, 71px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link._08 {
    margin-left: 2%;
    -webkit-transform: rotate(90deg) translate3d(-95px, -420px, 90px);
    transform: rotate(90deg) translate3d(-95px, -420px, 90px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.konsekwentnie {
    position: absolute;
    margin-top: 2.5%;
    margin-left: -1%;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform: translate3d(-360px, -76px, 140px);
    transform: translate3d(-360px, -76px, 140px);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 400;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.player {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 108px;
    height: 108px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    text-decoration: none;
}

.player.small-player {
    position: static;
    left: auto;
    top: auto;
    right: 6%;
    bottom: 10%;
    width: 100%;
    height: 100%;
    border-style: none;
    border-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.31);
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.play {
    width: 20px;
    height: 20px;
    margin-left: 23%;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent transparent #fff;
}

.play.small-play {
    width: 15px;
    height: 15px;
    min-width: 5px;
    margin-left: 25%;
    border-width: 10px;
    border-left-color: #fff;
}

._3d-container {
    position: relative;
    z-index: 1;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 75vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.naj-image {
    position: absolute;
    width: 80%;
    max-width: 1200px;
    margin-top: 10px;
    margin-left: 20px;
    opacity: 0.36;
}

.player-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 108px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: translate3d(157px, -10px, 60px);
    transform: translate3d(157px, -10px, 60px);
    text-align: center;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.chapter-link-text {
    margin-left: 10px;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.top-line {
    position: absolute;
    left: 0%;
    top: 35px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 28px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.search {
    float: right;
    text-align: left;
    text-decoration: none;
}

.right-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 80px;
    padding-right: 30px;
    padding-left: 31%;
    float: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.logo {
    margin-top: 30px;
    margin-left: 45px;
    float: left;
}

.text-span {
    line-height: 1;
    font-weight: 300;
}

.navigation {
    position: relative;
    z-index: 99999;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 80px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: transparent;
}

.bottom-line {
    position: absolute;
    left: 0%;
    top: 55px;
    right: 0%;
    bottom: auto;
    width: 28px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.text-block-2 {
    font-family: Neris, sans-serif;
}

.text-large {
    margin-left: 20px;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.switches {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.lang-switch {
    margin-left: 20px;
    float: none;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    height: 20px;
    margin-top: 12px;
}

.separator {
    width: 1px;
    height: 18px;
    margin-top: 4px;
    margin-left: 6px;
    background-color: #fff;
}

.contrast-switch {
    width: 28px;
    height: 28px;
    margin-top: 18px;
    border: 1px solid #fff;
    border-radius: 1px;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    display: none;
}

a.contrast-switch:hover,
a.lang-switch:hover {
    color: #fff;
    opacity: .7;
}

.title {
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 34px;
    margin-left: 0%;
    float: right;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.middle-line {
    position: absolute;
    left: 0%;
    top: 45px;
    right: 0%;
    bottom: auto;
    width: 28px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.menubutton {
    position: absolute;
    z-index: 2000;
    display: block;
    width: 28px;
    height: 80px;
    margin-right: 35px;
    padding: 0px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0);
}

.text-small {
    margin-left: 8px;
    padding-left: 0px;
    border-left: 1px none #fff;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.accessibility {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: 6px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-nav {
    display: block;
    width: 50%;
    padding-right: 15px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .left-nav {
        width: 100%;
    }
}

.down {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-down {
    position: relative;
    width: 33px;
    margin-right: auto;
    margin-left: auto;
}

.image {
    width: 100%;
    margin-bottom: 35px;
}

.management-wrapper {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80vh;
    margin-top: 0px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.message {
    position: relative;
    width: 48%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 13px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.message.list-rn {
    position: static;
    margin-top: 2%;
}

.list-link {
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.list-link:hover {
    color: #fff;
}

.list-link.blue {
    color: #002f87;
}

.section-title {
    margin-bottom: -3px;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 400;
}

.section-title.results-title {
    margin-bottom: -5px;
    color: #002f87;
}

.paragraph {
    margin-bottom: 35px;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 300;
}

.message-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.section-title-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12vh;
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.15);
    background-color: transparent;
}

.section-title-wrapper.results {
    position: static;
    z-index: 100;
    clear: none;
    border-bottom-color: #cacaca;
}

.red-accent {
    color: #e7192e;
}

.grid-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid-wrapper.wyniki {
    font-size: 1rem;
}

.grid-block-vertical-2 {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none none solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.15);
}

.grid-block-vertical-2.last-grid-block {
    margin-left: -1px;
    border-style: none solid;
}

.grid-block-vertical-2.grid-grey {
    border-left-color: #cacaca;
}

.grid-block-vertical-2.grid-grey.last-grid-grey {
    border-right-style: solid;
    border-right-color: #cacaca;
}

.footer-tools-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 194px;
    padding: 45px 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #cacaca;
    background-color: #fff;
    text-decoration: none;
}

.tool-link.last-tool-link {
    border-right-style: none;
}

.podsumowanie-image-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    height: auto;
    margin-top: 0%;
    margin-bottom: 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.prezes {
    position: relative;
    width: 100%;
}

.div-block {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #002f87;
}

.prezes-link {
    position: absolute;
    left: auto;
    top: auto;
    right: 6%;
    bottom: 9%;
    z-index: 9999;
    display: inline-block;
    width: 50px;
    height: 50px;
    float: none;
}

.list-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.list-link-wrapper.liczby {
    width: 100%;
}

.prezes-arrow {
    margin-top: 1px;
    margin-left: 30px;
}

.list-ico {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 40px;
    height: 40px;
    float: right;
    opacity: 0.44;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.list-ico:hover {
    opacity: 1;
}

.download-block {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 200px;
    padding: 30px;
    background-color: #002f87;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.download-block:hover {
    background-color: #e7192e;
}

.download-block.last-download-block {
    width: 100%;
    border-left: 1px none #002f87;
}

.downloads-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-link {
    float: left;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Neris, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.download-link:hover {
    opacity: 0.8;
    color: #fff;
}

.download-file {
    font-weight: 100;
}

.download-arrow {
    position: static;
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
}

.download-icon-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
}

.link-top {
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 40px;
    z-index: 100;
}

.white-arrow-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tabs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    margin-top: 1px;
    padding-top: 5%;
    padding-right: 20%;
    padding-left: 20.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.home-tab-link {
    width: 33.2%;
    height: 130px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #cacaca;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: border-color 300ms ease-in-out;
    transition: border-color 300ms ease-in-out;
    font-family: Neris, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-tab-link:hover {
    border-bottom: 2px solid #002f87;
}

.home-tab-link.w--current {
    border-bottom: 2px solid #e7192e;
    background-color: hsla(0, 0%, 100%, 0);
    color: #002f87;
    font-weight: 600;
}

.home-tab-link.tab-1 {
    margin-right: 0px;
    margin-left: 0px;
}

.home-tab-link.tab-3 {
    margin-left: -1px;
}

.home-tabs {
    margin-top: -25px;
    margin-left: -3px;
    padding-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.tab-link-image {
    margin-bottom: 25px;
}

.tab-link-image.tab-1-image {
    position: absolute;
    margin-bottom: 34px;
}

.tab-link-image.tab-1-image.grey {
    position: static;
    display: block;
    clear: none;
}

.tab-link-image.tab-1-image.grey.tab-2 {
    margin-bottom: 26px;
}

.tab-link-image.tab-1-image.grey.tab-1 {
    margin-bottom: 14px;
}

.tab-link-image.tab-1-image.red {
    position: absolute;
    display: none;
}

.tab-link-image.tab-3-image {
    margin-bottom: 24px;
}

.home-tab-pane {
    padding-top: 0%;
}

.stat-block {
    width: 33%;
    margin-right: 2px;
    margin-bottom: 1%;
    padding-bottom: 20px;
    padding-left: 10px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.stat-number {
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    font-family: 'Archivo Black', sans-serif;
    color: #002f87;
    font-size: 4.5rem;
    line-height: 1.2;
}

.stat-number:hover {
    color: #e7192e;
}

.stat-number.smaller {
    margin-top: 23px;
    font-size: 3.6rem;
}

.text-span-2 {
    font-family: Neris, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.text-span-2.smaller-co2 {
    font-family: Neris, sans-serif;
}

.stat-text {
    font-family: Neris, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 300;
}

.home-tabs-content {
    display: block;
    min-height: 35vh;
    margin-bottom: 60px;
    padding-top: 4vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stats-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
}

.video-modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 47, 135, 0.87);
}

.modal {
    position: relative;
    display: block;
    width: 80%;
    float: right;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.close-x-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 35px;
    height: 1px;
    margin-top: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: -4%;
    bottom: auto;
    width: 35px;
    height: 35px;
}

.close-x-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 35px;
    height: 1px;
    margin-top: 10px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section {
    display: block;
}

.section-2 {
    display: none;
}

.section-2._03-results {
    display: block;
}

.section-3 {
    display: block;
}

.section-3._04-download {
    background-attachment: fixed;
}

.video {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    clear: left;
}

.nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.tools-ico {
    width: 35%;
    height: auto;
}

.tools-texts {
    margin-top: 10px;
    font-family: Neris, sans-serif;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-link-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
}

.menu-upper-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 108px;
}

.menu-item {
    margin-bottom: 10px;
    float: left;
    font-family: Neris, sans-serif;
    color: #002f87;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.text-span-3 {
    margin-right: 10px;
    color: #999;
    font-size: 1.875rem;
    font-weight: 300;
    text-align: right;
}

.text-span-3:active {
    color: #01a2ff;
}

.submenu-list-item {
    margin-bottom: 10px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 200ms ease-in-out, color 200ms ease-in-out;
    transition: all 200ms ease-in-out, color 200ms ease-in-out;
    font-family: Neris, sans-serif;
    color: #8a8a8a;
    font-size: 1.126rem;
    line-height: 1.2;
    text-transform: uppercase;
    list-style-type: none;
}

.submenu-list-item:hover {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    color: #002f87;
}

.submenu-list {
    display: inline-block;
    overflow: hidden;
    padding-left: 58px;
}

.menu-links-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.biga-stat-span {
    font-family: Archivo, sans-serif;
    font-size: 54px;
}

.text-span-4 {
    overflow: visible;
    font-family: Archivo, sans-serif;
    font-size: 20px;
    text-indent: 0px;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.icon {
    display: none;
}

.home-slider {
    height: 42vh;
    min-height: 35px;
    background-color: transparent;
}

.home-slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: 0px;
    padding-top: 20px;
    background-color: transparent;
    font-size: 0.9rem;
    line-height: 1.2;
}

.home-slide-mask {
    height: 35vh;
    min-height: 35px;
}

.text-block-3 {
    margin-bottom: auto;
}

.tab-text {
    font-size: 1rem;
    letter-spacing: 1px;
}

.text-span-5 {
    font-family: Archivo, sans-serif;
    font-size: 3rem;
}

.bold-text {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
}

.bold-text-2 {
    font-weight: 400;
}

.bold-text-3 {
    font-weight: 400;
}

.slide {
    overflow: visible;
}

.youtube {
    background-color: #000;
}

.raport-title-small {
    display: none;
}

.heading {
    display: inline-block;
    margin-bottom: 2rem;
    margin-left: 25%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cacaca;
    font-family: Neris, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.last-raport-link {
    display: inline-block;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
    font-family: Neris, sans-serif;
    color: #999;
    font-size: 1rem;
    text-decoration: none;
}

.sections-nav {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    width: 80px;
    height: 90px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
}

.section-link {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 30px;
    height: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    float: right;
    clear: both;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #cacaca;
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    text-align: left;
}

.section-link:hover {
    width: 60px;
}

.section-link.w--current {
    width: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.reveal#YTMODAL {
    padding: 0;
    border: none;
    background-color: #000;
    outline: none;
    overflow: visible;
}

.reveal#YTMODAL .close-button {
    right: -3rem;
    top: -3rem;
}

.uppercase {
    text-transform: uppercase!important;
}

@media (max-width: 991px) {
    ._01-cover {
        position: static;
    }

    ._02-management {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100vh;
    }

    ._03-results {
        position: static;
    }

    ._04-download {
        position: static;
    }

    .footer {
        position: static;
    }

    .grid-container-horizontal {
        display: none;
    }

    .grid-container-vertical {
        display: none;
    }

    .naj {
        width: 100vw;
        height: 100vh;
        margin-top: auto;
        padding-right: 85px;
        padding-left: 85px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .zobacz-film {
        margin-top: 95px;
    }

    .chapter-link {
        display: none;
    }

    .chapter-link._05 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(-124px, 185px, 50px);
        transform: translate3d(-124px, 185px, 50px);
    }

    .chapter-link._04 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(-129px, 157px, 50px);
        transform: translate3d(-129px, 157px, 50px);
    }

    .chapter-link._02 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(-165px, 226px, 50px);
        transform: translate3d(-165px, 226px, 50px);
    }

    .chapter-link._01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(-108px, 302px, 50px);
        transform: translate3d(-108px, 302px, 50px);
    }

    .chapter-link._03 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(-186px, 72px, 50px);
        transform: translate3d(-186px, 72px, 50px);
    }

    .chapter-link._07 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -webkit-transform: translate3d(-174px, -10px, 50px);
        transform: translate3d(-174px, -10px, 50px);
    }

    .chapter-link._08 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(-210px, 40px, 50px);
        transform: translate3d(-210px, 40px, 50px);
    }

    .konsekwentnie {
        position: static;
        margin-top: 0%;
        margin-left: 0%;
        -webkit-transform: translate3d(-43px, -219px, 80px);
        transform: translate3d(-43px, -219px, 80px);
        font-size: 4rem;
        line-height: 1.1;
    }

    .player {
        width: 80px;
        height: 80px;
        margin-left: 14px;
    }

    .play {
        width: 15px;
        height: 15px;
        margin-left: 25%;
        border-width: 15px;
    }

    ._3d-container {
        position: static;
        display: block;
        height: 80vh;
    }

    .naj-image {
        top: 358.984px;
        width: 100%;
        margin-top: -6%;
        margin-left: 0px;
    }

    .player-wrapper {
        position: absolute;
        left: 90%;
        top: 50%;
        display: block;
        margin-left: -55%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-transform: translate3d(-5px, -43px, 20px);
        transform: translate3d(-5px, -43px, 20px);
    }

    .chapter-link-text {
        display: block;
        margin-left: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .right-nav {
        width: 30%;
        padding-left: 5%;
    }

    .logo {
        margin-left: 89px;
    }

    .switches {
        margin-top: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .title {
        left: 33%;
        top: 1px;
        right: auto;
        bottom: auto;
        margin-left: 3%;
    }

    .accessibility,
    .contrast-switch {
        display: none !important;
    }

    .down {
        bottom: -23%;
    }

    .arrow-down {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
    }

    .management-wrapper {
        display: block;
        height: 100%;
        padding-top: 40px;
    }

    .message {
        width: 100%;
        margin-bottom: 80px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .list-link {
        font-size: 14px;
    }

    .section-title {
        margin-bottom: -40px;
        font-size: 2.5rem;
    }

    .section-title.results-title {
        margin-bottom: -40px;
    }

    .paragraph {
        font-size: 1.2rem;
    }

    .message-wrapper {
        display: block;
        height: 100px;
        margin-top: 111px;
        margin-right: -34px;
        margin-left: -34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section-title-wrapper {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 120px;
        padding-top: 0px;
        padding-right: 10%;
        padding-left: 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        border-bottom-color: hsla(0, 0%, 100%, 0.4);
    }

    .grid-wrapper {
        position: relative;
        top: -52%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 700px;
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .grid-wrapper.podsumowanie {
        display: none;
    }

    .grid-wrapper.wyniki {
        display: none;
    }

    .grid-block-vertical-2 {
        width: 26.5%;
        height: 600px;
        border-left-color: hsla(0, 0%, 100%, 0.3);
    }

    .grid-block-vertical-2.last-grid-block {
        border-right-color: hsla(0, 0%, 100%, 0.15);
    }

    .footer-tools-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .tool-link {
        width: 33%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .podsumowanie-image-wrapper {
        width: 100%;
    }

    .list-link-wrapper {
        margin-top: 60px;
    }

    .download-block {
        margin-top: 71px;
    }

    .section-container {
        position: relative;
        width: 100%;
    }

    .link-top {
        display: none;
    }

    .link-top.w--current {
        display: none;
    }

    .white-arrow-top {
        display: none;
    }

    .tabs-wrapper {
        padding-right: 10%;
        padding-left: 10%;
    }

    .home-tabs {
        height: 650px;
        margin-top: 0px;
    }

    .tab-link-image.tab-1-image.grey.tab-2.tab-3 {
        margin-bottom: 6px;
    }

    .home-tab-pane {
        margin-top: 0px;
    }

    .stat-block {
        width: 45%;
        margin-right: 20px;
    }

    .stat-number {
        font-size: 4rem;
    }

    .stat-number.smaller {
        margin-top: 17px;
    }

    .text-span-2.smaller-co2 {
        font-size: 15px;
    }

    .stat-text {
        font-size: 16px;
    }

    .home-tabs-content {
        padding-top: 2vh;
    }

    .section._02-management {
        overflow: hidden;
        height: 1600px;
    }

    .section-2._03-results {
        overflow: hidden;
        height: 1000px;
    }

    .section-3._04-download {
        overflow: hidden;
        height: 600px;
    }

    .home-slider {
        height: 500px;
        min-height: 500px;
    }

    .home-slide-nav {
        padding-top: 0px;
    }

    .home-slide-mask {
        height: 500px;
        min-height: 500px;
    }

    .tab-text {
        font-size: 0.8rem;
    }

    .text-span-5 {
        font-size: 30px;
    }

    .image-4 {
        position: relative;
        bottom: -206px;
    }

    .image-5 {
        position: relative;
        bottom: -482px;
    }

    .sections-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    ._01-cover {
        height: 600px;
    }

    .naj {
        width: 100vw;
        height: 600px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .chapter-link._05 {
        display: none;
    }

    .chapter-link._04 {
        display: none;
    }

    .chapter-link._02 {
        display: none;
    }

    .chapter-link._01 {
        display: none;
    }

    .chapter-link._03 {
        display: none;
    }

    .chapter-link._07 {
        display: none;
    }

    .chapter-link._08 {
        display: none;
    }

    .konsekwentnie {
        margin-top: -110px;
        margin-left: -44px;
        -webkit-transform: translate3d(-14px, -33px, 140px);
        transform: translate3d(-14px, -33px, 140px);
        font-size: 50px;
        line-height: 1.1;
    }

    ._3d-container {
        height: 600px;
    }

    .naj-image {
        top: 105px;
        width: 100%;
        margin-top: -3%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .player-wrapper {
        position: absolute;
        left: auto;
        top: auto;
        display: block;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-transform: translate3d(0px, 200px, 62px);
        transform: translate3d(0px, 200px, 62px);
    }

    .search {
        width: 20px;
        height: 20px;
    }

    .logo {
        width: 120px;
        margin-top: 31px;
        margin-left: 46px;
    }

    .title {
        margin-top: 6px;
        margin-left: 13%;
        text-align: left;
        position: relative;
        width: 100%;
        left: 14px;
    }

    .accessibility {
        display: none;
    }

    .down.w--current {
        display: none;
    }

    .list-link-wrapper {
        margin-top: 0px;
    }

    .download-block {
        padding: 20px;
    }

    .section-container {
        top: 0%;
    }

    .download-link {
        font-size: 14px;
    }

    .tabs-wrapper {
        height: 70vh;
    }

    .home-tab-link.tab-1 {
        width: 32%;
        height: 110px;
        margin-right: 5px;
        padding-left: 0px;
    }

    .home-tabs {
        height: 550px;
    }

    .tab-link-image.tab-1-image.grey.tab-2 {
        width: 42px;
    }

    .tab-link-image.tab-1-image.grey.tab-2.tab-3 {
        width: 48px;
    }

    .tab-link-image.tab-1-image.grey.tab-1 {
        width: 48px;
    }

    .tab-link-image.tab-1-image.red {
        width: 48px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-number.smaller {
        margin-top: 0px;
        font-size: 2.6rem;
    }

    .section-2._03-results {
        height: 800px;
        margin-top: 0px;
    }

    .section-3._04-download {
        position: relative;
    }

    .tab-text {
        position: absolute;
        bottom: 13.01562px;
        width: 95%;
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .text-span-5 {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    ._01-cover {
        overflow: hidden;
        height: 100vh;
    }

    .grid-container-horizontal {
        display: none;
    }

    .grid-container-vertical {
        display: none;
    }

    .naj {
        position: relative;
        display: block;
        width: 100vw;
        height: auto;
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .zobacz-film {
        display: none;
    }

    .chapter-link._05 {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .chapter-link._04 {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .chapter-link._02 {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .chapter-link._01 {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .chapter-link._03 {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .chapter-link._06 {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .chapter-link._07 {
        display: none;
        -webkit-transform: translate(-18px, -152px);
        -ms-transform: translate(-18px, -152px);
        transform: translate(-18px, -152px);
    }

    .chapter-link._08 {
        display: none;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-transform: translate(-20px, 119px);
        -ms-transform: translate(-20px, 119px);
        transform: translate(-20px, 119px);
    }

    .konsekwentnie {
        position: static;
        width: 90%;
        margin: 90px auto 31px 20px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        clear: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 13vw;
    }

    .player {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
    }

    .player:hover {
        background-color: rgba(0, 0, 0, 0.23);
    }

    ._3d-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70vh;
        margin-top: 80px;
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .naj-image {
        position: absolute;
        left: 64px;
        top: 7px;
        right: 0%;
        bottom: 0%;
        width: 110%;
        height: auto;
        margin-top: 100px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .player-wrapper {
        position: absolute;
        left: -125px;
        top: 290px;
        right: auto;
        bottom: 0%;
        display: block;
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
        float: left;
        text-align: center;
    }

    .chapter-link-text {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .search {
        margin-left: -34px;
        padding-right: 0px;
    }

    .right-nav {
        padding-right: 70px;
    }

    .logo {
        position: absolute;
        left: 67.9883px;
        top: 2px;
        margin-left: 0px;
        float: left;
        clear: left;
    }

    .navigation {
        height: 80px;
    }

    .switches {
        width: 30px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .lang-switch {
        position: absolute;
        left: auto;
        top: 4%;
        right: 4%;
        bottom: auto;
        margin-top: 34px;
        margin-right: 20px;
        margin-left: 12px;
    }

    .title {
        left: 0;
        top: 4%;
        right: auto;
        bottom: auto;
        /*display: none;*/
        width: 180px;
        margin-top: 20px;
        margin-left: 0px;
        float: left;
        font-size: 18px;
        line-height: 1.2;
    }

    @media screen and (max-width: 1023px) {
        .title {
            float: left;
        }
    }

    .accessibility {
        display: none;
    }

    .left-nav {
        padding-left: 20px;
    }

    .arrow-down {
        display: none;
    }

    .message {
        margin-bottom: 60px;
    }

    .list-link {
        font-size: 13px;
    }

    .section-title {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 2rem;
    }

    .paragraph {
        margin-bottom: 30px;
        font-size: 1rem;
    }

    .section-title-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .grid-wrapper {
        padding-top: 110px;
        padding-bottom: 110px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .grid-block-vertical-2 {
        position: relative;
        width: 80%;
        height: 20%;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right-style: none;
        border-left-style: none;
    }

    .grid-block-vertical-2.last-grid-block {
        border-right-style: none;
        border-left-style: none;
    }

    .list-link-wrapper {
        position: static;
        left: 30px;
        top: auto;
        right: 0%;
        bottom: -28%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .list-link-wrapper.liczby {
        position: static;
        bottom: -73%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 520px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .prezes-arrow {
        margin-left: 10px;
    }

    .download-block {
        display: block;
        height: 100px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 24px;
        padding-left: 24px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .download-arrow {
        width: 32px;
        padding-right: 0px;
    }

    .download-icon-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tabs-wrapper {
        margin-top: 40px;
    }

    .home-tab-link.tab-1 {
        width: 80%;
    }

    .stat-block {
        width: 80%;
        padding-left: 0px;
    }

    .stat-text {
        width: 100%;
    }

    .section._02-management {
        height: 1300px;
    }

    .section-2._03-results {
        height: 1350px;
    }

    .image-2 {
        width: 24px;
        height: 24px;
    }

    .image-3 {
        width: 120px;
        max-width: 90%;
    }

    .home-slider {
        height: 1000px;
    }

    .home-slide-mask {
        height: 650px;
    }

    .raport-title-small {
        display: block;
        width: 90%;
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 20px;
        font-family: Neris, sans-serif;
        color: #fff;
        font-size: 6vw;
        line-height: 1.2;
        font-weight: 300;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

    .konsekwentnie {
        margin-left: 10%;
        margin-top: 50px;
        font-size: 55px;
    }

    .naj-image {
        width: 100%;
    }

    .chapter-link._01,
    .chapter-link._02 {
        margin-left: 10%;
    }

    .chapter-link._01 {
        margin-top: 5%;
    }

    .chapter-link._02 {
        margin-top: -3%;
    }

    .chapter-link._04 {
        margin-top: 5%;
    }

    .chapter-link._07 {
        margin-left: -10%;
        margin-top: 8%;
    }

    .chapter-link._05 {
        margin-left: -5%;
        margin-top: -4%;
    }

    .chapter-link._08 {
        margin-left: -5%;
        margin-top: -5%;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .paragraph {
        font-size: 1.1rem;
    }

    .list-link {
        font-size: 13px;
    }

    .tab-text {
        font-size: 11px;
    }

    .stat-block {
        margin-right: 0;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-text {
        font-size: .9rem;
    }

    .stat-number.smaller {
        font-size: 28px;
        margin-top: 10px;
    }

    .text-span-2 {
        font-size: 14px;
    }

    .text-span-5 {
        font-size: 28px;
    }
}
