@charset "utf-8";
.pp {
    background:url(img/main-4.png) 15px -17px no-repeat;
    background: url(img/main-4.png) 52px -39px no-repeat;
    position:absolute;
    top:0;
    width:100%;
    height:30000px;
    margin:auto;
    opacity:0.5;
    z-index:1000000;
    /*margin-left: 33px;*/
}
/* Reset */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,/* 1 */
                                                                                                  figcaption,figure,footer,header,main,/* 2 */
                                                                                                  menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,/* 1 */
                                                                                                                                                                                                                                                                       [hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;display:block;}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:auto;}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],/* 1 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:focus{outline:none}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none}:focus{-moz-outline:3px solid #fff!important}input[type="radio"]:focus{-moz-outline-radius:12px!important;-moz-outline-offset:0!important}input[type="checkbox"]:focus{-moz-outline-offset:-1px!important;-moz-outline:1px solid #000!important}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td{margin:0;padding:0}ol,ul{list-style:none}

body {
    position:relative;
    background:#ffffff;
    width:100%;
    height:auto !important;
    min-height:100%;
    margin:auto;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    display: block !important;
    overflow-x: hidden;
    font-size: 20px;
}
div {
    box-sizing: border-box;
}
.wrapper {
    width:100%;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}
.clear {
    display: block;
    clear: both;
}

.page-home {
    background-size: cover !important;
}


.quiz {
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
}
.page-home .quiz {
    height: 100%;
    width: 800px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center;
}
.page-home .quiz h1 {
    color: #ffffff;
    text-shadow: 0 0 24px rgb(0, 0, 0);
}
.page-home .quiz .description {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    font-size: 20px;
    line-height: 2;
}
.page-home .quiz .button {
    width: 100%;
    max-width: 270px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 0;
    background: #ffcc00;
    border-color: #ffcc00;
    text-decoration: none;
    margin: 0 auto;
}


.quiz-block {
    width: 100%;
    max-width: 600px;
    padding: 50px 110px;
    padding-bottom: 60px;
    margin: 50px auto;
    background: #ffcc00;
    text-align: center;
}

.progress {
    position: relative;
    width: 100%;
    height: 30px;
    border: 2px #cccccc solid;
    background: #cccccc;
    border-radius: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}
.progress .on {
    line-height: 30px;
}
.progress .color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: rgba(0,0,0, 0.3);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.progress p {
    position: relative;
    z-index: 10;
}


.screens .screen:not(.active) {
    display: none;
}
/*
.opens {
    display: block !important;
}
*/
textarea {
    display: none !important;
}
.screen h2 {
    font-size: 30px;
    margin-bottom: 20px;
}





.wpcf7-radio {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
}
.wpcf7-radio .wpcf7-list-item {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #000000;
}
.wpcf7-radio .wpcf7-list-item label {
        cursor: pointer;
}
span.radio {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
}
span.radio:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #D5D5D5;
    background-color: #fff;
    left: 0;
    top: 3px;
}
input:checked + span.radio:before {
    background: #000000;
}
input:checked + span.radio:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #ffffff;
    left: 6px;
    top: 9px;
}



span.checkbox {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
}
span.checkbox:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #D5D5D5;
    background-color: #fff;
    left: 0;
    top: 3px;
}
input:checked + span.checkbox:after {
    content: '';
    display: block;
    position: absolute;
    background: none !important;
    border-bottom: 3px solid #000000 !important;
    border-right: 3px solid #000000 !important;
    height: 10px !important;
    width: 5px !important;
    rotate: 45deg;
    left: 6px !important;
    top: 3px !important;
}


input:not([type="checkbox"]) {
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    padding: 0 25px;
    height: 60px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    border: 0;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

input[type="submit"] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: 0;
    padding: 0;
    background: #000000;
    border: 2px solid #000000;
    color: #ffcc00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 8px 13px rgba(1, 1, 1, 0.63);
    -moz-box-shadow: 0 8px 13px rgba(1, 1, 1, 0.63);
    box-shadow: 0 8px 13px rgba(1, 1, 1, 0.63);
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
input[type="submit"]:hover {
    color: #000000;
    background: #ffcc00;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    color: red;
    border: red solid 2px !important;
    margin: 15px 0;
}
.wpcf7-acceptance {
    font-size: 14px;
}


.navi {
    width: 80%;
    margin: 0 auto 56px auto;
}
.quiz .navi .prev {
    float: left;
}
.quiz .navi .next {
    float: right;
}
.quiz .navi span {
    cursor: pointer;
    font-size: 18px;
}
.quiz .navi span.prev:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    background:url(img/right-arrow-icon.webp) center no-repeat;
    background-size: 30px auto;
    transform: rotate(180deg);
}
.quiz .navi span.next:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    background:url(img/right-arrow-icon.webp) center no-repeat;
    background-size: 30px auto;
}







@media screen and (max-width: 760px) {
    .page-home .quiz {
        width: 100%;
        padding: 50px 0px;
    }
    .quiz {
        width: 90vw;
        margin: auto;
    }
    .quiz-block {
        padding: 50px 20px;
    }
    .page-home .quiz h1 {
        font-size: 26px;
    }
    .page-home .quiz .description {
        font-size: 16px;
    }
}