@font-face {
    font-family: "MyriadPro";
    src: url(assets/6eddb62beb4b42e6c9b0.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "Montserrat";
    src: url(assets/8b56391ed36ea95337c6.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url(assets/0cdc3c8add5ac1bcac7e.woff2) format("woff2");
    font-weight: 700
}

* {
    margin: 0 auto;
    padding: 0 auto
}

body {
    background-color: #fff;
    font-family: "MyriadPro", "Montserrat", "Arial", sans-serif
}

@media (min-width: 1930px) {
    body {
        margin-left: 10vw;
        margin-right: 10vw
    }
}

.bold {
    font-family: "MyriadPro-Bold"
}

.extra-size {
    font-size: 16px
}

.header {
    background-image: url(assets/4887be78c3b3813dbe5b.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .header {
        background-image: url(assets/0d24294d41892d4013d3.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 500px;
        margin-bottom: 0px;
        padding-bottom: 0
    }
}

.header__title {
    color: #fff;
    font-family: "Arial";
    font-size: 24px;
    line-height: 30px;
    width: 90%;
    padding-top: 30px
}

@media (min-width: 1200px) {
    .header__title {
        font-size: 54px;
        line-height: 74px;
        width: 520px;
        margin-left: 70px
    }
}

.header__title-dif {
    color: #f1953a
}

.header__text {
    color: #fff;
    padding-top: 20px;
    width: 90%;
    font-size: 18px;
    line-height: 20px
}

@media (min-width: 1200px) {
    .header__text {
        font-size: 24px;
        line-height: 35px;
        width: 500px;
        margin-left: 75px
    }
}

.symptoms {
    width: 90%
}

@media (min-width: 1200px) {
    .symptoms {
        margin-left: 70px;
        margin-right: 70px;
        margin-top: 50px
    }
}

.symptoms__text {
    color: #130e72;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .symptoms__text {
        font-size: 20px;
        line-height: 26px
    }
}

.symptoms__title {
    font-family: "MyriadPro-Bold";
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0px 10px 0px
}

@media (min-width: 1200px) {
    .symptoms__title {
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 20px;
        margin-bottom: 0;
        padding: 0
    }
}

.symptoms__list {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .symptoms__list {
        font-size: 20px;
        line-height: 26px
    }
}

.symptoms__list-item {
    color: #f1953a
}

.symptoms__list-item-text {
    color: #130e72
}

.symptoms__sub-title {
    color: #130e72;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .symptoms__sub-title {
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 0px
    }
}

.symptoms__for-vote-wrapper {
    display: flex;
    align-items: flex-start
}

.symptoms__elements {
    display: none
}

@media (min-width: 1200px) {
    .symptoms__elements {
        display: block;
        margin-left: 20px;
        margin-right: 0;
        width: 80px
    }
}

.symptoms__for-title-wrapper {
    background-color: #f1953a;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .symptoms__for-title-wrapper {
        border-radius: 50px
    }
}

.symptoms__wrapper {
    width: 90%
}

.first-symptoms-list {
    width: 90%
}

.symptoms-second-list {
    padding-left: 20px
}

@media (min-width: 1200px) {
    .last-symptoms-text {
        margin-right: 50%
    }
}

.quiz {
    color: #130e72;
    padding-bottom: 30px;
    font-weight: bolder
}

.quiz__question {
    font-family: "MyriadPro-Bold";
    color: #fff
}

@media (min-width: 1200px) {
    .quiz__question {
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-bottom: 0
    }
}

.quiz__answer {
    font-family: "MyriadPro-Bold"
}

@media (min-width: 320px) {
    .quiz__answer {
        font-size: 16px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .quiz__answer {
        font-size: 19px
    }
}

@media (min-width: 1000px) {
    .quiz__answer {
        font-size: 22px
    }
}

.quiz__answer-text {
    font-family: "Montserrat"
}

@media (min-width: 320px) {
    .quiz__answer-text {
        margin: 0px 0px 20px 0px;
        font-size: 15px
    }
}

@media (min-width: 768px) {
    .quiz__answer-text {
        font-size: 18px
    }
}

@media (min-width: 1000px) {
    .quiz__answer-text {
        font-size: 16px
    }
}

.quiz__button {
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #22024b;
    color: #fff
}

@media (min-width: 320px) {
    .quiz__button {
        width: 60%;
        padding: 20px 10px 20px 10px;
        margin-left: 0;
        font-size: 15px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .quiz__button {
        width: 35%;
        font-size: 18px
    }
}

@media (min-width: 1000px) {
    .quiz__button {
        width: 250px;
        font-size: 19px
    }
}

.quiz__number {
    font-family: "MyriadPro-Bold";
    color: #fff;
    background: #03003d;
    background: linear-gradient(45deg, rgb(3, 0, 61) 37%, rgb(121, 9, 28) 100%);
    width: 100%;
    max-width: 35px;
    height: 25px;
    padding-top: 7px;
    text-align: center;
    margin-right: 20px;
    transform: skew(-25deg)
}

.quiz__answer-wrapper {
    cursor: pointer;
    margin: 20px 0px 20px 0px;
    display: flex;
    align-items: center
}

.quiz__for-title-wrapper {
    background-color: #f1953a;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0px 10px 0px;
    padding-left: 5%
}

@media (min-width: 1200px) {
    .quiz__for-title-wrapper {
        border-radius: 50px;
        margin-left: 70px;
        margin-right: 70px;
        padding: 0
    }
}

.quiz__elements {
    display: none
}

@media (min-width: 1200px) {
    .quiz__elements {
        display: block;
        width: 80px;
        margin-left: 20px;
        margin-right: 0
    }
}

.quiz__wrapper {
    background-color: #f2f1fa;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .quiz__wrapper {
        margin-left: 70px;
        margin-right: 70px
    }
}

.quiz__button:active {
    background-color: #240744
}

.quiz__button:hover {
    opacity: .8
}

.correct {
    font-family: "MyriadPro-Bold"
}

.hidden {
    display: none
}

.animation {
    animation: text-appear 1s ease-in-out forwards
}

.disappear {
    animation: text-disappear 1s ease-in-out forwards
}

@keyframes text-appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes text-disappear {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.result {
    width: 95%;
    background-color: #f1953a;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 10px
}

@media (min-width: 1200px) {
    .result {
        width: 100%;
        margin-bottom: 0;
        padding: 0
    }
}

.result__title {
    font-family: "MyriadPro-Bold";
    width: 100%;
    font-size: 18px;
    line-height: 20px
}

@media (min-width: 1200px) {
    .result__title {
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 20px;
        margin-bottom: 0;
        padding-top: 20px
    }
}

.result__text {
    font-size: 16px;
    line-height: 21px;
    margin-right: 20px
}

@media (min-width: 1200px) {
    .result__text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
        margin-left: 70px;
        margin-right: 0;
        padding-bottom: 40px;
        width: 70%
    }
}

.result__title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 20px
}

@media (min-width: 1200px) {
    .result__title-wrapper {
        padding-top: 0;
        margin-left: 70px;
        margin-bottom: 0px
    }
}

.result__vote {
    width: 30px;
    margin-top: -5px
}

@media (min-width: 1200px) {
    .result__vote {
        width: 40px;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-right: 10px
    }
}

.result__pack {
    display: none
}

@media (min-width: 1200px) {
    .result__pack {
        display: block;
        width: 300px;
        position: absolute;
        right: 15%;
        top: -15%
    }
}

.result__second-pack {
    display: none
}

@media (min-width: 1200px) {
    .result__second-pack {
        display: block;
        width: 300px;
        position: absolute;
        right: 5%;
        top: 0%
    }
}

.result__mark {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center
}

@media (min-width: 1200px) {
    .result__mark {
        padding: 0;
        font-size: 18px;
        position: absolute;
        right: 0%;
        top: 51%;
        transform: rotate(270deg)
    }
}

.result__pack-mobile {
    margin-top: 20px;
    width: 80%
}

@media (min-width: 1200px) {
    .result__pack-mobile {
        display: none
    }
}

.second-text {
    font-weight: bolder
}

@media (min-width: 1200px) {
    .second-text {
        width: 60%
    }
}

@media (min-width: 1600px) {
    .second-text {
        width: 65%
    }
}

@media (min-width: 1800px) {
    .second-text {
        width: 70%
    }
}

@media (min-width: 1200px) {
    .second-result {
        height: 200px
    }
}

.footer {
    font-family: "Montserrat";
    font-weight: bolder;
    color: #130e72;
    width: 90%
}

@media (min-width: 1200px) {
    .footer {
        margin-left: 70px;
        margin-right: 70px
    }
}

.footer__text {
    font-size: 12px;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .footer__text {
        font-size: 14px;
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.footer__list {
    list-style-type: none;
    padding-left: 0
}

.footer__list-item {
    font-size: 12px;
    padding-bottom: 5px
}

@media (min-width: 1200px) {
    .footer__list-item {
        font-size: 14px
    }
}

@media (min-width: 320px) {
    .mark__title{
        text-align: center;
        color: #A39F9F;
        font-size: 150%;
    }
}

@media (min-width: 1200px) {
    .mark__title{
        text-align: center;
        color: #A39F9F;
        font-size: 250%;
    }
}

.mark{
    width: 100%;
}

.mark__text{
    color: #130e72;
    text-align: right;
    margin-top: 2%;
    margin-bottom: 3%;
    font-size: 100%;
}

.to-main{
    text-align: center;
}

.to-main__link{
    text-decoration: none;
    color: #fff;
}

.to-main__button{
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #22024b;
    color: #fff;
    font-weight: bolder;
}

@media (min-width: 320px) {
    .to-main__button {
        width: 60%;
        padding: 20px 10px 20px 10px;
        font-size: 15px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

@media (min-width: 768px) {
    .to-main__button {
        font-size: 18px;
        margin-top: 3%;
        margin-bottom: 3%;
        width: 30%;
    }
}

@media (min-width: 1000px) {
    .to-main__button {
        width: 250px;
        font-size: 19px
    }
}

.to-main__button:active {
    background-color: #240744
}

.to-main__button:hover {
    opacity: .8
}