@charset "utf-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
    url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
    url('../fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* --------------- Style to null --------------- */
*{-moz-box-sizing:border-box;box-sizing:border-box;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,a,footer,header,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;margin:0;padding:0;}a{background:transparent;}table{border-collapse:collapse;border-spacing:0;}td,td img{vertical-align:top;}input,select,button,textarea{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0;}input[type="text"],input[type="password"],textarea,input[type="email"],input[type="phone"],input[type="number"]{font:12px Arial, Helvetica, sans-serif;padding:0;}input[type="checkbox"]{vertical-align:bottom;}input[type="radio"]{vertical-align:text-bottom;}sub{vertical-align:sub;font-size:smaller;}sup{vertical-align:super;font-size:smaller;}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}ul,ol{list-style:none;}html{overflow-y:scroll;overflow-x:auto;}html,body{height:100%;}body{color:#000;text-align:left;z-index:1;position:relative;}input [type='text']{padding:0;}textarea{resize:none;overflow:auto;}label,input[type="button"],input[type="submit"],button{cursor:pointer;}input[type="button"],input[type="reset"],input[type="submit"],button,input[type="text"],input[type="password"],textarea,input[type="email"],input[type="tel"],input[type="phone"],input[type="number"]{-webkit-appearance:none;}a,a:visited,a:hover,a:focus,a:active{text-decoration:none;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}input:invalid{outline:none;-moz-box-shadow:none;border:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* --------------- Style to null --------------- */
* {
    font-family: 'Lato', sans-serif;
}

p {
    text-align: initial;
    font-size: 19px;
    line-height: 1.526;
    color: rgb(73, 87, 98);
    font-weight: 400;
    margin-bottom: 45px;
}
.answered p {
    font-size: 17px;
}
p a {
    font-weight: bold;
    color: inherit;
    cursor: pointer;
}

.img-quote {
    text-align: center;
}

.img-quote img {
    max-width: 100%;
}

.result p {
    font-size: 16px;
    margin-bottom: 35px;
    color: rgb(66, 79, 89);
}

.btn {
    font-size: 14.469px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    background-color: rgb(120, 157, 56);
    padding: 16px 112px;
    transition: all .2s ease-in-out;
    display: block;
    max-width: 355px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgb(120, 157, 56);
}
.btn:hover {
    border: 1px solid rgb(120, 157, 56);
    background-color: transparent;
    color: #434343;
}
.btn_result {
    max-width: 100%;
    width: 420px;
    padding: 16px;
}
.btn_result:hover {
    border: 1px solid #222221;
    color: #434343;
}
.site {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
}
.start {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -37px;
    text-align: center;
}
.site__quiz {
    position: relative;
    width: 100%;
    max-width: 1170px;
    height: auto;
    min-height: 640px;
    margin: 0 auto;
    padding: 21px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
    z-index: 1;
}
.site__quiz_begin {
    padding: 20px;
}
.site__quiz_begin .site__quiz-image {
    width: 50%;
    background-image: url('../img/model.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}
.site__quiz_begin .site__quiz-content {
    padding: 30px;
    width: 50%;
}

.half {
    width: 50%;
    padding: 30px;
}

.text-quote {
    padding-left: 35px;
}

.text-quote p {
    color: rgb(253, 251, 249);
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}

.text-quote p:before {
    content: "";
    left: -30px;
    top: 5px;
    position: absolute;
    display: block;
    width: 19px;
    height: 13px;
    background: url("../img/check.png");
}

.site__quiz_result .site__quiz-image {
    display: none;
}
.site__quiz_result .site__quiz-content {
    width: 100%;
}
.site__quiz-image,
.site__quiz-content {
    width: 50%;
}
.site__quiz-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.site__quiz-content {
    position: relative;
    padding: 0 35px 0 35px;
}

.start h1 {
    font-size: 42px;
    line-height: 1.238;
    color: rgb(73, 87, 98);
    font-weight: bold;
    margin-bottom: 40px;
}

.question h1 {
    font-size: 35px;
    color: rgb(73, 87, 98);
    font-weight: 400;
    line-height: 1.263;
    text-align: center;
    margin-bottom: 123px;
}
ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: rgb(134, 126, 240);
    border: 1px solid rgb(134, 126, 240);
    padding: 16px 50px;
    text-align: center;
    width: 47%;
    min-width: 195px;
    cursor: pointer;
    margin: 0 25px;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
}

.res-block {
    display: flex;
}

.right-button {
    background-color: rgb(125, 161, 239);
}

li[data-answer="false"].clicked {
    background-image: url('../img/False.png');
    border-color: rgb(222, 83, 96) !important;
    color: rgb(222, 83, 96);
}

li[data-answer="true"].clicked {
    background-image: url('../img/true.png');
}
li.clicked,
.step:not(.answered) li:not(.btn_next):hover {
    background-color: #fff;
    color: #434343;
    border: 1px solid rgb(134, 126, 240);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 15px;
}
.btn_next {
    background-color: rgb(147, 138, 179);
    background-image: url('../img/arrow-white.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 45px;
    min-width: 45px;
    display: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.btn_next:hover {
    /*background-color: #fff;*/
    background-image: url('../img/arrow-black.svg');
}
.step {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
}

.step.answered li:not(.btn_next) {
    width: 165px;
    min-width: auto;
    padding: 16px 50px 16px 30px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(121, 157, 56);
    background-color: rgba(67, 67, 67, 0);
}

.step.answered li:not(.clicked):not(.btn_next) {
    background-color: rgb(219, 219, 219);
    border-color: rgb(219, 219, 219);
}
.step.answered li:not(.clicked):not(.btn_next) {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 15px;
}
.step.answered li:not(.clicked):not(.btn_next)[data-answer="false"] {
    background-image: url('../img/false-white.svg');
}
.step.answered li:not(.clicked):not(.btn_next)[data-answer="true"] {
    background-image: url('../img/true-white.svg');
}
.step.answered .btn_next {
    display: block;
    width: 54px;
}
.step,
.answer,
.result {
     display: none;
 }
.progress.hide {
    display: none;
}
.progress {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.progress div {
    width: 41px;
    height: 6px;
    border-radius: 6px;
    background-color: #e9e6e4;
    margin: 0 4px;
}
.progress div.active {
    background-color: rgb(142, 170, 192);
}

.list {
    display: inherit;
    padding-left: 20px;
    font-size: 16px;
    color: rgb(66, 79, 89);
    margin-bottom: 35px;
}

.Здається__у_вашій_голові_все_ще_лунає_голос_із_ {
    font-size: 16px;
    font-family: "Lato";
    color: rgb(66, 79, 89);
    line-height: 1.438;
    text-align: left;
    position: absolute;
    left: 835.812px;
    top: 159.94px;
    width: 487px;
    height: 429px;
    z-index: 55;
}

.list li {
    list-style: initial;
    line-height: 1.438;
}

.block-quote {
    background-image: -moz-linear-gradient( 0deg, rgb(184,112,0) 0%, rgb(197,124,0) 0%, rgb(160,165,207) 0%, rgb(175,181,227) 50%, rgb(160,165,207) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(184,112,0) 0%, rgb(197,124,0) 0%, rgb(160,165,207) 0%, rgb(175,181,227) 50%, rgb(160,165,207) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(184,112,0) 0%, rgb(197,124,0) 0%, rgb(160,165,207) 0%, rgb(175,181,227) 50%, rgb(160,165,207) 100%);
}

.block-quote h1 {
    font-size: 24px;
    color: rgb(253, 251, 249);
    margin-bottom: 20px;
}

.site__quiz_result .site__quiz-content {
    padding: 0;
}

@media (max-width: 1290px) {
    .site {
        padding: 60px 10px;
    }
    .start {
        margin-top: -17px;
    }
    .site__quiz-content {
        padding: 0 0 0 21px;
        width: 60%;
    }
    .site__quiz-image {
        width: 40%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .site__quiz_begin .site__quiz-content {
        padding: 0 30px 0 0;
    }
    ul {
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .site__quiz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site__quiz-image,
    .site__quiz_begin .site__quiz-content,
    .site__quiz_result .site__quiz-image {
        width: 100%;
    }
    .site__quiz-image,
    .site__quiz_begin .site__quiz-image {
        height: 200px;
        width: 100%;
        background-position: center;
        margin-bottom: 20px;
    }
    .site__quiz_begin .site__quiz-content {
        padding: 0 20px 20px;
    }
    .site__quiz-content,
    .site__quiz_result .site__quiz-content {
        padding: 0;
        width: 100%;
    }
    .start {
        top: 0;
        transform: none;
        margin: 0;
    }
    .step {
        top: 0;
        transform: none;
        margin-bottom: 50px;
    }
    .question h1 {
        margin-bottom: 50px;
    }
    ul {
        width: 50%;
        min-width: 475px;
        margin: 0 auto;
    }
    .list {
        min-width: 100%;
    }
    .btn_result {
        margin: 0 auto;
    }

    .site__quiz_begin .site__quiz-image {
        margin-right: 0;
    }

    .site {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .res-block {
        flex-direction: column;
    }

    .half {
        width: 100%;
        padding: 20px 15px;
    }

    .list,
    .result p,
    p {
        margin-bottom: 8px;
    }

    .block-quote h1 {
        font-size: 22px;
    }

}

@media (max-width: 555px) {
    ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        min-width: 100%;
    }
    .button {
        margin-bottom: 15px;
    }
    .step.answered .btn_next {
        height: 56px;
    }
}
@media (max-width: 465px) {
    .start h1 {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .btn {
        padding: 16px;
    }
    .question h1 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    ul {
        width: 100%;
        flex-direction: column;
    }

    .site__quiz_begin {
        padding: 10px;
    }
}
