@import "csswork.css";

@font-face {
    font-family: 'futura_bkbold';
    src: url('fonts/ftrabd-webfont.eot');
    src: url('fonts/ftrabd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ftrabd-webfont.woff') format('woff'), url('fonts/ftrabd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_bkregular';
    src: url('fonts/ftrabk-webfont.eot');
    src: url('fonts/ftrabk-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ftrabk-webfont.woff') format('woff'), url('fonts/ftrabk-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

h1,
h2,
h3,
b,
strong {
    font-weight: normal;
    font-family: 'futura_bkbold';
}

body,
html {
    padding: 0;
    margin: 0;
    background: #009fe1;
    font-size: 14px;
    color: white;
    font-family: 'futura_bkregular';
    height: 100%;
}

html {
    position: relative;
}

body>form {
    height: 100%;
}

button,
input[type=submit] {
    cursor: pointer;
}

.clear {
    height: 1px;
    clear: both;
}

a {
    color: white;
    text-decoration: none;
}

hr {
    margin: 0px 0;
    padding: 0;
    border: 0;
    border-top: 2px solid white;
    background: transparent;
    position: relative;
    top: -5px;
}

.error {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}

.error .why {
    background: white;
    padding: 20px;
    border: 3px solid #009fe1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 320px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 50px;
    font-family: 'futura_bkbold';
    color: black;
    background-clip: padding-box;
}

.error .why div {
    text-align: right;
}

.error .why input {
    background: black;
    font-family: 'futura_bkbold';
    border: 1px solid black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    color: white;
    background-clip: padding-box;
}


label.select {
    background: white;
    border: 1px solid white;
    border-radius: 22px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -10px;
}

label.select .arrow {
    display: block;
    width: 27px;
    height: 27px;
    background: url('images/select-expand.png') no-repeat;
    position: absolute;
    margin-top: -36px;
    margin-left: 174px;
    pointer-events: none;
}

body.legacy label.select .arrow {
    display: none;
}

.mobile label.select {
    background-clip: padding-box;
}

label.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    width: 200px;
    font-size: 18px;
    background: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

table td {
    border: 3px solid white;
}

table td.logo {
    width: 160px;
    background: white;
}

table td.description {
    background: url('images/icon-forward-white.png') no-repeat center right;
    padding: 12px 22px;
}

table td.description a {
    display: block;
    text-decoration: none;
    color: white;
}

@media (min-width: 993px) {
    table td.description a {
        padding-right: 50px;
    }
}

.canvas-top {
    min-height: 100%;
    /*padding-bottom: 120px;*/
    background: url('images/header.png') no-repeat top left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.canvas-top .ml {
    float: right;
    margin: 15px 20px;
}

.canvas-top a.logo {
    position: absolute;
    top: 52px;
    left: 23px;
    color: white;
    font-size: 14px;
    z-index: 10;
}

.canvas-top a.logo b {
    font-size: 28px;
    font-family: 'futura_bkbold';
}

.canvas-people {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('images/pair.png') no-repeat bottom right;
    background-size: auto 80%;
}

ul.menu {
    margin: 0;
    padding: 95px 0 0 375px;
    width: 430px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}




.canvas-top input.menu-box {
    display: none
}

ul.menu li {
    list-style: none;
    display: inline-block;
}


body.legacy ul.menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9902680687415705, M12=0.13917310096006452, M21=-0.13917310096006452, M22=0.9902680687415705, SizingMethod='auto expand')";
    width: 530px;
    padding-top: 30px;
    padding-bottom: 65px;
}

body.legacy ul.menu li {
    float: left
}

ul.menu a {
    display: inline-block;
    font-family: 'futura_bkbold';
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    white-space: nowrap;
}

ul.menu a:hover,
ul.menu a.active {
    text-decoration: underline;
}

ul.menu li:nth-child(3) a {
    margin-right: 0px;
}

.footer {
    /*position: absolute;
    bottom: 0px;
    padding-bottom: 17px;
    left: 0;
    right: 0;
    color: white;
    line-height: 16px;*/
    position: relative;
}

.footer .canvas-bottom {
    background: url('images/footer.png') no-repeat top right;
    height: 315px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.footer p {
    padding: 0;
    position: relative;
    z-index: 2;
}

.footer p.ue {
    text-align: center;
    font-size: 12px;
}

.footer p.pull-left {
    font-size: 12px;
    line-height: 130%;
    /*padding-top: 60px;*/
    position: relative;

}

.footer p.pull-right {
    position: relative;
    z-index: 3;
    font-size: 10px;
    color: #80bfd9;
    /*padding-top: 75px;*/
}

.footer p.pull-right img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.button {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    background: white;
    border: 1px solid white;
    border-radius: 19px;
    padding: 0 35px 0 35px;
    color: black;
    text-transform: uppercase;
    font-family: 'futura_bkbold';
    text-decoration: none;
}

.mobile .button {
    background-clip: padding-box;
}

.button span.zaczynamy {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background: url('images/button-zaczynamy.png') no-repeat;
    position: relative;
    left: 10px;
    top: -1px;
}

.pytanie {
    font-size: 18px;
    font-family: 'futura_bkbold';
}

.back {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 230px;
    font-size: 14px;
    font-family: 'futura_bkbold';
    color: black;
    text-transform: uppercase;
    height: 27px;
    line-height: 27px;
    padding-left: 32px;
    background: url('images/icon-back.png') no-repeat top left;
    text-decoration: none;
    z-index: 4;
}

.forward {
    border: 0;
    cursor: pointer;
    z-index: 2;

    border: 0;
    cursor: pointer;
    display: inline-block;

    font-size: 14px;
    font-family: 'futura_bkbold';
    color: black;
    text-transform: uppercase;

    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    background: #fff700 url('images/button-zaczynamy.png');
    background-position: 90px 5px;
    background-repeat: no-repeat;
    border: 1px solid #fff700;
    border-radius: 19px;
    padding: 0 50px 0 35px;
    text-decoration: none;
}

#play-area {
    width: 890px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 545px;
    padding-top: 70px;
    padding-bottom: 30px;
}

#play-area h2.krok {
    color: white;
    margin: 0;
    padding: 0 0 40px 0;
    font-size: 14px;
    /*line-height: 11px;*/
    line-height: 130%;
    font-weight: normal;
    font-family: 'futura_bkregular';
}

.uczelnie #play-area h2.krok,
.ankieta #play-area h2.krok {
    font-size: 30px;
    line-height: 40px;
    color: black;
    font-family: 'futura_bkbold';
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
}

.uczelnie #play-area h2.krok {
    text-align: left;
    padding-bottom: 0px;
}

#play-area h2.krok span {
    display: inline-block;
    float: left;
    margin-right: 30px;
    font-size: 30px;
    line-height: 40px;
    color: black;
    position: relative;
    top: -5px;
    font-family: 'futura_bkbold';
}

#play-area h2.krok b {
    display: block;
    color: black;
    font-size: 18px;
}

#play-area p {
    padding: 0 0 15px 0;
    margin: 0;
}

.index #play-area {
    padding-top: 160px;
    min-height: 385px;
}

.index #play-area h2 {
    color: black;
    margin: 0;
    padding: 0 0 40px 0;
    font-size: 30px;
    line-height: 30px;
    max-width: 510px;
}

.index #play-area p {
    max-width: 510px;
}

.question-checkbox {
    display: block;
    float: left;
    width: 25%;
    position: relative;
    font-family: 'futura_bkbold';
    font-size: 14px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.question-checkbox span.text {
    height: 76px;
    text-align: center;
    display: flex;
    position: relative;
    border: 1px solid white;
    background: white;
    line-height: 17px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 10px 5px 0 5px;
}

.question-checkbox span.text span {
    font-size: 14px;
    word-break: break-all;
}

.mobile .question-checkbox span.text {
    background-clip: padding-box;
}

.question-checkbox input {
    position: absolute;
    top: -20px;
    left: -20px;
}

.question-checkbox input:checked+span.text {
    background: black;
    border-color: black;
    color: white;
}

.question-grade {
    padding-bottom: 10px;
}

.question-grade div.column-4 {
    font-size: 18px;
    font-family: 'futura_bkbold';
    padding-bottom: 0;
}

.question-grade div.column-2 {
    text-align: center;
}

.question-grade label {
    display: inline-block;
    width: 58px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.question-grade label:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid white;
    border-radius: 50%;
    background: white;
    z-index: -1;
    top: 5px;
    left: 5px;
    -webkit-transform: translate3d(0, 0, 0);
}

.mobile .question-grade label:before {
    background-clip: padding-box;
}

.question-grade label input {
    position: relative;
    top: -50px;
    left: -20px;
}

.question-grade label input+span {
    display: block;
    width: 56px;
    height: 56px;
    background: #e2007a url('images/checked.png') no-repeat center center;
    border: 1px solid #e2007a;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
}

.question-grade label input:checked+span {
    opacity: 1;
}

.mobile .question-grade label input:checked+span {
    background-clip: padding-box;
}

.question-grade label:nth-child(2) input:checked+span {
    background-color: #e9375e;
    border-color: #e9375e;
}

.question-grade label:nth-child(3) input:checked+span {
    background-color: #f07040;
    border-color: #f07040;
}

.question-grade label:nth-child(4) input:checked+span {
    background-color: #f7a824;
    border-color: #f7a824;
}

.question-grade label:nth-child(5) input:checked+span {
    background-color: #f1e00c;
    border-color: #f1e00c;
}

.question-yes-no {
    padding-bottom: 10px;
}

.question-yes-no div {
    font-family: 'futura_bkbold';
    font-size: 18px;
}

.question-yes-no .answer {
    text-align: right;
}

.question-yes-no .answer label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 35px;
    width: 117px;
}

.question-yes-no .answer label input {
    position: absolute;
    top: -30px;
    left: -20px;
}

.question-yes-no .answer label span {
    position: absolute;
    display: inline-block;
    height: 33px;
    width: 115px;
    background: #ffffff url('images/radio-yes.png') no-repeat 10px 4px;
    border: 1px solid white;
    border-radius: 15px;
    top: 0;
    left: 0;
    color: black;
    line-height: 33px;
    padding-right: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: 'futura_bkbold';
    cursor: pointer;
    text-transform: capitalize;
    text-align: right
}

body.legacy .question-yes-no .answer label span {
    width: 143px;
}

.question-yes-no .answer label span.no {
    background-image: url('images/radio-no.png');
}

.mobile .question-yes-no .answer label span {
    background-clip: padding-box;
}

.question-yes-no .answer label input:checked+span {
    background-color: #009036;
    background-image: url('images/radio-yes-selected.png');
    border-color: #009036;
    color: white;
}

.question-yes-no .answer label input:checked+span.no {
    background-color: #b40015;
    background-image: url('images/radio-no-selected.png');
    border-color: #b40015;
}

.question-slider {
    margin-bottom: 15px;
}

.question-slider .irs {
    height: auto;
    width: 377px;
    margin-left: 16px;
    padding-top: 1px;
}

.question-slider .irs-line {
    background: url('images/slider.png') repeat-y center top;
    height: 6px;
}

.question-slider .irs-line span {
    background: none !important;
}

.question-slider .irs-line {
    top: 5px;
}

.question-slider .irs-slider {
    top: -1px;
    background: white;
    border: 1px solid white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.mobile .question-slider .irs-slider {
    background-clip: padding-box;
}

.question-slider .irs-slider:before {
    display: none;
}

.question-slider .irs-single,
.question-slider .irs-min,
.question-slider .irs-max,
.question-slider .irs-from,
.question-slider .irs-to {
    display: none !important;
}

.question-slider .slider-legend {
    padding-top: 10px;
    padding-right: 10px;
}

.question-slider .slider-legend span {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    float: left;
    cursor: pointer;
}

#question-crop {
    height: 447px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 800px) {
    #question-crop {
        max-width: 788px !important;
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    .text-right {
        max-width: 778px !important;
    }
}

.text-right {
    text-align: right;
    padding-top: 50px;
    padding-bottom: 50px;
}

#question-crop.text {
    max-width: 768px;
    line-height: 24px;
}

#question-crop.ankieta {
    /*overflow: visible;*/
}

#play-area .percent {
    position: absolute;
    top: 285px;
    left: 100%;
    margin-left: 10px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    font-family: 'futura_bkbold';
    white-space: nowrap;
    line-height: 62px;
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    #play-area .percent {
        left: 90%;
    }

}

#play-area .percent b {
    font-size: 72px;
}

#play-area .sidebar {
    /*position: absolute;
    bottom: 68px;
    left: 100%;*/
    position: relative;
    margin-top: 30px;
}

.link {
    display: inline-block;
    border: 2px solid white;
    padding: 15px 0px 12px 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'futura_bkbold';
}

.link img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#play-area img.sidebar {
    margin-left: 15px;
}

#question-canvas {
    height: 447px;
}

#question-canvas .scroller-content {
    /*width: 96%;*/
    width: 94%;
}

#question-canvas.scroller-active .scroller-content {
    padding: 0;
    /*width: 98%;*/
    padding-right: 15px;
}

#question-canvas .scroller-track {
    margin-left: -20px;
}

#question-canvas .scroller-track,
#question-canvas .scroller-bar {
    border: 0;
    background: url('images/scrollbar-bg.png') repeat-y center top;
}

#question-canvas .scroller-bar {
    background: none;
}

#question-canvas .scroller-handle {
    background: white;
    width: 15px;
    border: 1px solid white;
    border-radius: 50%;
    right: 1px;
}

.mobile #question-canvas .scroller-handle {
    background-clip: padding-box;
}

#question-canvas.ankieta .column {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'futura_bkbold';
}

#question-canvas.ankieta .column div {
    padding: 10px 0;
}

#question-canvas.ankieta .column:first-child {
    /*text-align: right;*/
}

#question-canvas.ankieta .button {
    font-size: 19.5px;
    background: black;
    border-color: black;
    color: white;
    height: 62px !important;
    margin-top: 30px;
    border-radius: 31px;
    -webkit-appearance: none;
}

.mobile #question-canvas.ankieta .button {
    background-clip: padding-box;
}

#question-canvas.ankieta .sex label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#question-canvas.ankieta .sex label input {
    position: absolute;
    top: -50px;
}

#question-canvas.ankieta .sex label img {
    opacity: 0.3;
    vertical-align: middle;
}

#question-canvas.ankieta .sex label input:checked+span img {
    opacity: 1;
}

#question-canvas.ankieta .age {
    position: relative;
    top: -10px;
}

#question-canvas.ankieta .age img {
    vertical-align: middle;
}

#question-canvas.ankieta .age span.wiek {
    display: inline-block;
    width: 132px;
    overflow: hidden;
    vertical-align: middle;
}

#question-canvas.ankieta .age span.wiek span.track {
    width: 4400px;
    display: inline-block;
    text-align: left;
    position: relative;
}

#question-canvas.ankieta .age span.wiek span.track span {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid transparent;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-family: 'futura_bkbold';
    color: #005f87;
    vertical-align: middle;
    border-radius: 50%;
}

#question-canvas.ankieta .age span.wiek span.track span.active {
    background: white;
    border: 1px solid white;
    color: black;
}

.mobile #question-canvas.ankieta .age span.wiek span.track span.active {
    background-clip: padding-box;
}

#question-canvas.ankieta input[type=text] {
    background: white;
    border: 1px solid white;
    border-radius: 22px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    position: relative;
    top: -10px;
    font-size: 18px;
    width: 200px;
}

.mobile #question-canvas.ankieta input[type=text] {
    background-clip: padding-box;
}

.collapse-handle img {
    vertical-align: middle;
    margin-right: 10px;
}

#play-area .collapsable {
    border-bottom: 2px solid white;
}

#play-area .zawody {
    font-family: 'futura_bkbold';
    color: black;
    font-size: 18px;
    /*text-transform: uppercase;*/
    padding-top: 15px;
    margin-top: 15px;
    font-weight: bold;
}

#play-area .zawody span {
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .question-slider .irs {
        width: 95%;
    }

    .question-slider .irs .irs-line {
        background-size: 100% 6px;
    }

    .canvas-top .ml {
        position: absolute;
        top: 75px;
        right: 15px;
    }

    .question-grade div.column-4.pull-right {
        text-align: right;
    }

    .canvas-people {
        min-width: 750px;
    }

    ul.menu {
        padding: 95px 0 0 355px;
    }

    #play-area {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .index #play-area {
        padding-top: 90px;
        text-align: center;
    }

    .index #play-area h2,
    .index #play-area p {
        max-width: 60%;
        margin: 0 auto;
    }

    #play-area h2.krok {
        margin-left: 230px;
        line-height: 13px;
    }

    #play-area h2.krok span {
        margin-right: 10px;
    }

    .back {
        top: 210px;
    }

    .forward {
        top: -50px;
    }

    .footer .canvas-bottom {
        height: 290px;
    }

    /*
    .footer p.pull-left {
        padding-top: 30px;
    }
    .footer p.pull-right {
        padding-top: 35px;
    }
    */
    .footer p img {
        max-width: 400px;
        margin-top: 10px;
    }

    #play-area .sidebar {
        display: none;
    }

    #play-area .sidebar.link {
        position: static;
        display: block;
        text-align: center;
    }

    #play-area .percent {
        display: none;
    }

    #question-canvas.scroller-active .scroller-content {
        width: 95%;
    }

    #question-canvas.ankieta .column {
        padding-bottom: 20px;
    }

    #question-canvas.ankieta .column:first-child {
        text-align: center;
    }

    #question-canvas.ankieta .age,
    #question-canvas.ankieta input[type=text],
    #question-canvas.ankieta label.select {
        position: static;
    }
}

@media screen and (max-width: 799px) {
    .canvas-top .ml {
        width: 50px;
        position: static;
        display: none;
    }

    .canvas-top .ml img {
        width: 50px;
    }

    ul.menu {
        display: none;

        padding: 0 10px 10px 10px;
        background: black;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        z-index: 10;
    }

    ul.menu li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid white;
        display: block;
    }

    .canvas-top input.menu-box {
        display: inline;
        position: absolute;
        top: 3px;
        right: 15px;
        z-index: 99;
    }

    .canvas-top input.menu-box:after {
        content: ' ';
        display: block;
        font-size: 21px;
        position: absolute;
        top: -2px;
        left: -7px;
        width: 32px;
        text-align: center;
        height: 28px;
        color: white;
        background: #008cc5 url('images/mobile-menu.png') no-repeat center center;
        border: 1px solid #008cc5;
        border-radius: 5px;
        background-clip: padding-box;
    }

    .canvas-top input.menu-box:checked:after {
        background-color: black;
        border-color: black;
    }

    .canvas-top input.menu-box:checked+ul {
        display: block;
    }


    .back {
        top: 120px;
        position: relative;
    }

    .forward {
        top: -20px;
    }

    #question-crop,
    #question-canvas {
        height: auto;
    }

    #question-canvas.ankieta .column {
        padding-bottom: 20px;
    }

    #question-canvas.ankieta .column:first-child {
        text-align: center;
    }

    #question-canvas.ankieta .age,
    #question-canvas.ankieta input[type=text],
    #question-canvas.ankieta label.select {
        position: static;
    }

    .canvas-people {
        min-width: 100%;
        background: none !important;
    }

    #play-area {
        padding-top: 145px;
    }

    #play-area h2.krok {
        text-align: center;
        line-height: 16px;
        margin-left: 0;
    }

    #play-area h2.krok span {
        float: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    #play-area.index {
        padding-top: 140px;
        padding-bottom: 0;
    }

    #play-area.index h2,
    #play-area.index p {
        max-width: 90%;
        margin: 0 auto;
    }

    .uczelnie #play-area h2.krok,
    .ankieta #play-area h2.krok {
        font-size: 20px;
        line-height: 130%;
    }

    .canvas-top {
        background-position: -80px -80px;
        padding-bottom: 0;
    }

    .canvas-top p.logo {
        font-size: 9px;
        top: 15px;
    }

    .canvas-top p.logo b {
        font-size: 16px;
    }

    .question-yes-no {
        padding-bottom: 30px;
    }

    .question-yes-no div {
        font-size: 15px;
    }

    .question-yes-no .answer {
        padding-top: 10px;
    }

    .question-slider .irs {
        height: auto;
        width: 99.5%;
        margin-left: 0;
    }

    .question-slider .irs-line {
        background-size: 100% 6px;
    }    

    /*

    .question-checkbox {
        display: inline-block;
        width: 110px;
        height: 110px;
    }*/

    /* .question-checkbox span.text {
        height: 90px;
        width: 90px;
        font-size: 8px;
    }*/

    .question-grade div.mobile-column-2 {
        font-size: 12px;
        line-height: 16px;
    }



    .question-grade label {
        width: 48px;
        height: 50px;
    }

    .question-grade label:before {
        width: 36px;
        height: 36px;
    }

    .question-grade label input:checked+span {
        width: 46px;
        height: 46px;
    }




    .footer {
        padding-top: 25px;
        position: relative;
    }

    .footer .canvas-bottom {
        height: 315px;
    }

    .footer p.ue {
        clear: both;
        padding-top: 10px;
    }

    .footer p.ue img {
        max-width: 350px;
    }

    .footer p.pull-left {
        padding-left: 10px;
    }

    .footer p.pull-right {
        padding-right: 5px;
    }

    table td.logo {
        width: 100px;
    }

    table td.logo img {
        width: 100px;
    }

}

@media screen and (min-width: 1680px) {
    #play-area {
        margin: 0 auto 0 280px;
    }
}


@media screen and (max-width: 1440px) {

    #play-area img.sidebar {
        display: none;
    }

    .question-yes-no .answer {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1440px) {

    #play-area a.sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    #play-area a.sidebar img {
        display: none;
    }
}


@media screen and(width: 1024px) {
    #question-canvas.checkbox .scroller-content {
        padding-left: 80px;
    }
}

@media (max-width: 799px) {
    #play-area h2.krok {
        padding-bottom: 0px;
    }

    .pytanie {
        margin-top: 20px;
        padding-top: 20px;
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .question-yes-no .answer {
        padding-right: 0;
    }
}

@media (max-width: 799px) {
    #question-canvas {
        padding-top: 30px;
    }
}

@media (max-width: 400px) {
    .error .why {
        width: 300px;
        margin-left: -174px;
    }
}


.button-form {
    width: 890px;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 70px;
}

.button-form span {
    display: block;
    max-width: 550px;
    text-align: right;
}

.button-form .forward {
    position: relative;
    right: auto;
    top: auto;
}

@media (max-width: 768px) {

    .button-form,
    .button-form span {
        width: 96%;
        max-width: 98%;
    }
}

.footer-logo {
    text-align: center;
    font-size: 12px;
    display: block;
    width: 100%;
    padding-top: 70px !important;
    margin-top: 50px !important;
}

.footer-apla {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.footer-txt {
    display: flex;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.footer-ue {
    max-width: 100% !important;
    height: auto;
}

.footer-txt div {
    flex: 0 0 50%;
    display: flex;
}

.footer-txt div:last-child {
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .footer-txt div {
        flex: 0 0 100%;
        justify-content: center !important;
    }

    .footer-logo {
        width: 90%;
        margin: 0 auto
    }

    .footer-txt div:last-child {
        padding-top: 15px;
    }

    .footer-txt div:last-child a {
        display: block;
    }

    .footer-logo {
        padding-top: 30px !important;
    }
}

.column-2-k2-1 {
    width: 40%;
    font-size: 16px;
    padding-right: 40px;
}

.column-2-k2-2 {
    width: 60%;
}


@media (max-width: 799px) {
    #question-canvass {
        padding-top: 30px;
    }

    .column-2-k2-1 {
        width: 100%;
        font-size: 16px;
        padding-right: 0px;
    }

    .column-2-k2-2 {
        width: 100%;
    }

    .question-yes-no div,
    .question-yes-no .answer {
        text-align: center
    }
}


@media (max-width: 799px) {
    .question-checkbox {
        width: 33.333%;
    }

    .canvas-top input.menu-box:checked+ul {
        display: flex;
        width: 100%;
        height: 100vh;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    ul.menu li {
        width: 200px;
        text-align: center;
    }

    ul.menu li a {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .question-checkbox {
        width: 50%;
    }
}


.step {
    display: flex;
}

.step p{
   line-height: 180%;
   padding-bottom: 0px !important;
}

.step span {
    flex: 0 0 200px;
}

@media (max-width: 799px) {
.step {
    display: block;
}
#question-canvas.ankieta {
    padding-top: 0px !important;
}
}

@media (max-width: 1200px) {
    #play-area .percent {display: none}
}

@media (max-width: 900px) {
        table td.description {
        padding: 5px 70px 5px 15px;
    }
}

@media (max-width: 799px) {
    .question-slider .slider-legend {
        padding-right: 0;
        display: flex;
        padding-top: 20px;
    }

    .question-slider .slider-legend span {
        text-align: center;
        font-size: 11px;
        flex:  0 0 20%;
    }
    .question-slider .slider-legend span:nth-child(1) {        
        flex:  0 0 19%;
        text-align: left;
    }

    .question-slider .slider-legend span:nth-child(5) {
        text-align:  right;
        flex:  0 0 21%;
    }
}

@media screen and (min-width: 768px) and (max-width: 799px) { 
    .question-slider .slider-legend span { font-size: 15px;}
}