@import 'fonts.css';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** Basic styles for an animated element */
.scene_element {
    animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;

}

/** An element that fades in */
.scene_element--fadein {
    animation-name: fadeIn;
}

/** An element that fades in and slides up */
.scene_element--fadeinup {
    animation-name: fadeInUp;
}

/** An element that fades in and slides from the right */
.scene_element--fadeinright {
    animation-name: fadeInRight;
}


/* general */
.page-body {
    background-color: #E5E5E5;
}
.page {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.page.hidden {
    display: none;
}
.page-wrap {
    width: 100%;
    position: relative;
    height: auto;
    min-width: 320px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}
.page-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background: url("../img/texture.svg") no-repeat;
    opacity: .4;
    background-size: cover;
}

.page-title {
    font-family: "Dela Gothic One", Arial, serif;
}
.accent {
    color: #ffffff;
}
.accent-text {
    font-weight: 600;
    color: #0F0D0E;
    text-decoration: none;
}

/* page-start */
.page-start {
    z-index: 10;
}
.page-start-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: url("../img/start-bg.svg") no-repeat;
    background-size: cover;
    padding: 75px 150px;
}
.page-start-wrap:before,
.page-start-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.page-start-wrap:before {
    background: url("../img/star-bg.svg") no-repeat;
}

.page-start-img {
    position: relative;
    width: 343px;
    height: auto;
    z-index: 2;
}
.page-start-img img:first-child {
    width: 100%;
    height: auto;
}

.page-start-img-icon {
    position: absolute;
}

.page-start-img-icon.star-icon {
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: 130px;
}
.page-start-img-icon.flash-icon {
    width: 40px;
    height: 70px;
    left: 166px;
    top: -10px;
}
.page-start-img-icon.anime-icon{
    width: 110px;
    height: 80px;
    right: -58px;
    top: 200px;
    transform: rotate(10deg);
}

.page-start-icon {
    position: absolute;
}
.page-start-icon.polygon-icon-bottom {
    width: 16px;
    height: 16px;
    right: 96px;
    bottom: 177px;
}
.page-start-icon.line-top {
    width: 768px;
    height: 589px;
    top: 0;
    right: 0;
}
.page-start-icon.line-bottom {
    width: 463px;
    height: 264px;
    bottom: 0;
    right: 0;
}
.page-start-icon.line-bottom-mob {
    display: none;
}
.page-start-icon.star-black-icon {
    width: 192px;
    height: 140px;
    top: 0;
    right: 29px;
}
.page-start-icon.rainbow-icon {
    width: 112px;
    height: 107px;
    bottom: 237px;
    right: 0;
    z-index: 2;
}
.page-start-icon.star-black-icon-mob {
    display: none;
}
.page-start-text {
    max-width: 630px;
    margin-right: 60px;
    z-index: 2;
}
.page-start-icon.lemon-icon {
    width: 92px;
    height: 159px;
    bottom: 40px;
    right: 0;
}

.page-start-icon.star-icon {
    display: none;
}
.page-start-icon.star-bottom-icon {
    display: none;
}
.page-start-icon.polygon-icon {
    width: 16px;
    height: 16px;
    left: 799px;
    top: 167px;
}
.page-start-icon.flash-empty-icon {
    display: none;
}

.page-start-title {
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    margin-bottom: 40px;
}

.page-start-content {
    font-family: 'ProximaNova Regular', Arial, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
}

.page-start-btn {
    background-color: #0F0D0E;
    color: #ffffff;
    font-family: 'ProximaNova Regular', Arial, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.1em;
    border-radius: 50%;
    padding: 0 75px;
    text-transform: uppercase;
    border-color: transparent;
    z-index: 99;
}

/* page-question */

.page-question {
    z-index: 20;
}
.page-question-wrap {
    background: #ffece5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffece5 0%, #fee6dc 50%, #ffe1d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffece5 0%,#fee6dc 50%,#ffe1d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffece5 0%,#fee6dc 50%,#ffe1d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffece5', endColorstr='#ffe1d6',GradientType=0 ); /* IE6-9 */
    padding-bottom: 0;
}
.page-question-header {
    display: flex;
    border: 2px solid #000000;
    z-index: 2;
}
.page-question-col-number-wrap {
    display: flex;
    align-items: center;
    padding: 50px 40px;
    border-right: 2px solid #000000;
}
.page-question-col-number {
    font-family: 'Neucha Regular', Arial, serif;
    font-size: 30px;
    line-height: 30px;
    color: #0F0D0E;
    padding: 15px 44px 10px;
    border: 2px solid #000000;
    border-radius: 50%;
}
.page-question-answers {
    z-index: 2;
}
.page-question-text-wrap {
    position: relative;
    display: none;
    align-items: center;
    padding: 0 100px 0 55px;
    flex-grow: 1;
}
.page-question-header .page-question-text-wrap {
    display: flex;
}
.progress {
    display: none;
}
.page-question-text {
    font-family: 'Dela Gothic One', Arial, serif;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: .06em;
}
.page-question-text-icon {
    margin-left: 30px;
}
.page-question-text-star-icon {
    position: absolute;
    right: 68px;
    top: 30px;
    width: 25px;
    height: 31px;
}
.page-question-text-poligon-icon {
    position: absolute;
    right: 30px;
    top: 100px;
    width: 16px;
    height: 16px;
}

.page-question-answers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 2;
    border: 2px solid #000000;
    border-top: 0;
}
.page-question-answer {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    padding: 40px 50px;
    box-sizing: border-box;
    background-color: transparent;
    transition: .3s background-color ease;
}
.page-question-answer-progress {
    padding-left: 50px;
}
.page-question-answer-progress .progress {
    display: flex;
}
.page-question-answer.active,
.page-question-answer:hover  {
    background-color: rgba(255, 255, 255, .2);
}
.page-question-answer {
    border-bottom: 2px solid #000000;
}
.page-question-answer:nth-child(odd) {
    border-right: 2px solid #000000;
}
.page-question-answer:last-child,
.page-question-answer:nth-child(7) {
    border-bottom: 0
}
.page-question-answer-label {
    font-family: 'Neucha Regular', Arial, serif;
    font-size: 24px;
    line-height: 26px;
    color: #0F0D0E;
}
.page-question-answer-radio {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}
.page-question-answer-icon-wrap {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    z-index: 2;
}
.page-question-progress {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-question-progress-item {
    width: 16px;
    height: 16px;
    line-height: 14px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}
.page-question-progress-item.checked {
    text-indent: 999px;
    background: url("../img/polygon.svg") no-repeat;
    background-size: 100% 100%;
}
.page-question-progress-item img {
    width: 100%;
    height: 100%;
}
.page-question-controls {
    display: flex;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
}
.page-question-btn {
    position: relative;
    font-size: 20px;
    line-height: 115px;
    font-family: 'ProximaNova-Regular', Arial, serif;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    vertical-align: middle;
}
.page-question-btn-icon {
    display: inline-block;
    width: 77px;
    height: 24px;
    background: url("../img/carbon-arrow-right.svg");
    vertical-align: text-bottom;
}
.page-question-btn.hidden {
    visibility: hidden;
    pointer-events: none;
}
.page-question-btn.active {
    visibility: visible;
    pointer-events: auto;
}
.page-question-btn-prev .page-question-btn-icon {
    margin-right: 30px;
    transform: rotate(-180deg);
}
.page-question-btn-next {
    align-self: flex-end;
}
.page-question-btn-next .page-question-btn-icon {
    margin-left: 30px;
}
.page-question-btn-next.active:before {
    content: '';
    position: absolute;
    width: 282px;
    height: 197px;
    top: -80px;
    right: 23px;
    background: url("../img/active-button.svg") no-repeat;
    z-index: -1;
}

/*page-result*/

.page-result {
    z-index: 30;
}
.page-result-wrap {
    position: relative;
    background: #8892e7 url("../img/result/result-bottom-bg.svg") 0 100% no-repeat;
}
.page-result-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 285px;
    top: 50%;
    right: 0;
    left: 0;
    background: url("../img/result/line-blue.png") no-repeat;
}
.page-result-header {
    position: relative;
    display: flex;
    padding: 120px 85px 120px 150px;
}
.page-result-title {
    position: relative;
    padding: 75px 150px;
    border-radius: 50%;
    background-color: #FE5260;
    text-align: center;
    margin-bottom: 140px;
}
.page-result-title-result {
    font-family: 'ProximaNova-Regular', Arial, serif;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5em;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-result-title-text {
    font-family: 'Dela Gothic One', Arial, serif;
    font-size: 45px;
    line-height: 74px;
    align-self: center;
    text-transform: uppercase;
}
.page-result-header-text {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    align-self: center;
}
.page-result-desc {
    font-family: 'ProximaNova Light', Arial, serif;
    font-size: 18px;
    line-height: 30px;
    padding: 40px;
    background-color: #ffffff;
    font-weight: 300;
}
.page-result-header-text .page-result-desc {
    display: none;
}
.page-result-desc .accent-text {
    font-family: 'ProximaNova Bold', Arial, serif;
}

.page-result-desc p:first-child {
    margin-bottom: 20px;
}
.page-result-img-wrap {
    position: relative;
    min-width: 425px;
    width: 40%;
    height: auto;
    margin-left: 30px;
    margin-bottom: 50px;
}
#page-result-img {
    position: relative;
}
.page-result-img-wrap img {
    width: 100%;
    height: 100%;
}
.page-result-choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.page-result-choice-text {
    font-family: 'ProximaNova-Light', Arial, serif;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}
.page-result-link {
    display: flex;
    width: 204px;
    height: 204px;
    align-items: center;
    background-size: cover;
    text-decoration: none;
    justify-content: center;
    margin-left: 30px;
    background: transparent;
    transition: .3s background ease;
}
.page-result-link.active {
    background: url("../img/result/skater/skater-btn-bg.svg") no-repeat;
    background-size: cover;
}
.page-result-link-text {
    position: relative;
    font-family: 'ProximaNova-Light', Arial, serif;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}
.page-result-link-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0F0D0E;
    bottom: -10px;
    left: 0;
}
.page-result-header-star-icon {
    position: absolute;
    right: 250px;
    bottom: 50px;
    width: 25px;
    height: 31px;
}
.page-result-header-poligon-icon {
    position: absolute;
    right: 200px;
    bottom: 21px;
    width: 16px;
    height: 16px;
}

/*swiper*/
.page-result-slider {
    padding: 0 50px;
}
.page-result-slider .swiper-container {
    padding-bottom: 60px;
}
.page-result-slider .swiper-button-prev,
.page-result-slider .swiper-button-next {
    width: 77px;
    height: 24px;
    bottom: 0;
    top: auto;
    background: url("../img/carbon-arrow-right.svg") no-repeat;
}
.page-result-slider .swiper-button-prev:after,
.page-result-slider .swiper-button-next:after {
    display: none;
}
.page-result-slider .swiper-button-prev {
    transform: rotateY(-180deg);
}
.swiper-pagination {
    display: none;
}
.swiper-slide a {
    display: inline-block;
    width: 380px;
    height: 380px;
}
.swiper-slide img {
    width: 380px;
    height: 380px;
}

/*result skater*/

.skater .page-result-wrap:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 409px;
    top: 200px;
    right: 0;
    left: 0;
    background: url("../img/result/skater/red-line.png") no-repeat;
    background-size: cover;
}
.skater .page-result-title:before {
    content: '';
    position: absolute;
    width: 111px;
    height: 106px;
    top: -25px;
    right: 20px;
    background: url("../img/result/skater/sneackers-icon.svg") no-repeat;
    background-size: cover;
}
.skater .page-result-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 50px;
    background: url("../img/result/skater/small-star-icon.svg") no-repeat;
    background-size: cover;
}
.skater .page-result-header-text:before {
    content: '';
    position: absolute;
    width: 72px;
    height: 88px;
    bottom: 290px;
    right: 0;
    background: url("../img/result/skater/banana-icon.svg") no-repeat;
    background-size: cover;
}
.skater .page-result-img-wrap:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 70px;
    top: 20px;
    right: 80px;
    background: url("../img/result/skater/flash-icon.svg") no-repeat;
    background-size: cover;
}
.skater .page-result-img-wrap:after {
    content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    bottom: 25px;
    right: 30px;
    background: url("../img/result/skater/skateboard-icon.svg") no-repeat;
    background-size: cover;
}

/*tiktoker*/
.tiktoker .page-result-wrap {
    background-color: #e3b7f4;
}
.tiktoker .page-result-title-text {
    color: #FE5260;
}
.tiktoker .page-result-title-text span {
    color: #5BD8FF;
}
.tiktoker .page-result-title {
    background-color: #0F0D0E;
}
.tiktoker .page-result-title-result {
    color: #ffffff;
}
.tiktoker .page-result-title:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 95px;
    top: 0;
    right: 85px;
    background: url("../img/result/tiktoker/flash-red.svg") no-repeat;
    background-size: cover;
}
.tiktoker .page-result-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 50px;
    background: url("../img/result/tiktoker/small-star.svg") no-repeat;
    background-size: cover;
}
.tiktoker .page-result-desc {
    background-color: transparent;
}
.tiktoker .page-result-img-wrap:before {
    content: '';
    position: absolute;
    width: 71px;
    height: 83px;
    top: 0;
    left: 0;
    background: url("../img/result/tiktoker/hashtag-icon.svg") no-repeat;
    background-size: cover;
}
.tiktoker .page-result-img-wrap:after {
    content: '';
    position: absolute;
    width: 79px;
    height: 51px;
    bottom: -25px;
    right: 110px;
    background: url("../img/result/tiktoker/tiktok-icon.svg") no-repeat;
    background-size: cover;
}
.tiktoker .page-result-link.active {
    background: url("../img/result/tiktoker/active-button.svg") no-repeat;
    background-size: cover;
}
.tiktoker .page-result-link.active .page-result-link-text {
    color: #ffffff;
}
.tiktoker .page-result-link.active .page-result-link-text:after {
    background-color: #ffffff;
}

/*gamer*/
.gamer .page-result-title {
    background-color: #71ABFF;
}
.gamer .page-result-title:before {
    content: '';
    position: absolute;
    width: 144px;
    height: 154px;
    bottom: -25px;
    left: -25px;
    background: url("../img/result/gamer/bomb.svg") no-repeat;
    background-size: cover;
    z-index: 2;
}
.gamer .page-result-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 50px;
    background: url("../img/result/gamer/small-star.svg") no-repeat;
    background-size: cover;
}
.gamer .page-result-header-text:before{
    content: '';
    position: absolute;
    width: 107px;
    height: 54px;
    top: 25px;
    right: 25px;
    background: url("../img/result/gamer/console-icon.svg") no-repeat;
    background-size: cover;
    z-index: 2;
}
.gamer .page-result-header:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 397px;
    top: 405px;
    right: 0;
    left: 0;
    background: url("../img/result/gamer/purple-line.svg") no-repeat;
    background-size: cover;
}
.gamer .page-result-header:before {
    content: '';
    position: absolute;
    width: 1321px;
    height: 507px;
    top: 154px;
    right: -245px;
    background: url("../img/result/gamer/line.svg") no-repeat;
}
.gamer .page-result-desc {
    z-index: 2;
}
.gamer .page-result-title {
    margin-bottom: 110px;
}
.gamer .page-result-img-wrap {
    margin-bottom: 135px;
}

.gamer .page-result-img-wrap:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 70px;
    top: 10px;
    right: 110px;
    background: url("../img/result/gamer/flash-icon.svg") no-repeat;
    background-size: cover;
}
.gamer .page-result-img-wrap:after {
    content: '';
    position: absolute;
    width: 115px;
    height: 107px;
    top: 305px;
    left: -120px;
    background: url("../img/result/gamer/pizza.svg") no-repeat;
    background-size: cover;
}
.gamer .page-result-link.active {
    background: url("../img/result/gamer/active-button.svg") no-repeat;
    background-size: cover;
}

/*animeFun*/

.animeFun .page-result-wrap{
    background-color: #FFB8CA;
}
.animeFun .page-result-img-wrap {
     min-width: 450px;
 }
.animeFun .page-result-title {
    padding: 75px 80px;
    background-color: #ffffff;
}
.animeFun .page-result-title:before {
    content: '';
    position: absolute;
    width: 252px;
    height: 252px;
    top: -60px;
    right: 10px;
    background: url("../img/result/animeFun/star.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.animeFun .page-result-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 50px;
    background: url("../img/result/animeFun/small-star.svg") no-repeat;
    background-size: cover;
}
.animeFun .page-result-link.active {
    background: url("../img/result/animeFun/active-button.svg") no-repeat;
    background-size: cover;
}
.animeFun .page-result-header:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 415px;
    top: 160px;
    right: 0;
    left: 0;
    background: url("../img/result/animeFun/line.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.animeFun .page-result-desc {
    background: transparent;
}

/* sportsman */
.sportsman .page-result-wrap {
    background-color: #D2E38C;
}
.sportsman .page-result-title {
    padding: 75px 70px;
    background-color: #ffffff;
}
.sportsman .page-result-title:before {
    content: '';
    position: absolute;
    width: 83px;
    height: 70px;
    top: 5px;
    left: 80px;
    background: url("../img/result/sportsman/sportsman-icon.svg") no-repeat;
    background-size: cover;
}
.sportsman .page-result-title:after {
    content: '';
    position: absolute;
    width: 79px;
    height: 79px;
    top: -10px;
    right: 110px;
    background: url("../img/result/sportsman/broccoli-icon.svg") no-repeat;
    background-size: cover;
}
.sportsman .page-result-link.active {
    background: url("../img/result/sportsman/active-button.svg") no-repeat;
    background-size: cover;
}
.sportsman .page-result-header:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 415px;
    top: 210px;
    right: 0;
    left: 0;
    background: url("../img/result/sportsman/line.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.sportsman .page-result-desc {
    background: transparent;
}

/* student */
.student .page-result-wrap {
    background-color: #DFABF3;
}
.student .page-result-title {
    padding: 75px 90px;
    background-color: #F9E167;
}
.student .page-result-desc {
    background-color: transparent;
}
.student .page-result-title:before {
    content: '';
    position: absolute;
    width: 178px;
    height: 125px;
    top: -25px;
    left: 30px;
    background: url("../img/result/student/planet.svg") no-repeat;
    background-size: cover;
}
.student .page-result-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 50px;
    background: url("../img/result/student/small-star.svg") no-repeat;
    background-size: cover;
}
.student .page-result-img-wrap {
    margin-bottom: 0;
}
.student .page-result-header:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 415px;
    top: 210px;
    right: 0;
    left: 0;
    background: url("../img/result/student/line.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.student.page-result-header:after {
    content: '';
    position: absolute;
    width: 100%;
}
.student .page-result-header-text {
    height: 645px;
}
.student .page-result-header-text:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    top: 270px;
    left: -25px;
    background: url("../img/result/student/science-atoms.svg") no-repeat;
    background-size: cover;
}
.student .page-result-header-text:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 80px;
    top: 315px;
    right: 0;
    background: url("../img/result/student/student-icon.svg") no-repeat;
    background-size: cover;
}
.student .page-result-desc {
    padding-bottom: 0;
    margin-top: auto;
}
.student .page-result-title {
    margin-bottom: 0;
}
.student .page-result-header:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 90px;
    top: 64px;
    right: 508px;
    background: url("../img/result/student/science.svg") no-repeat;
    background-size: cover;
}
.student .page-result-img-wrap {
    background: url("../img/result/student/flash-icon.svg") 95% 290px no-repeat;
    background-size: 40px 70px;
}

.student .page-result-img-wrap:before {
    content: '';
    position: absolute;
    width: 312px;
    height: 312px;
    top: 0;
    right: -10px;
    background: url("../img/result/student/star.svg") no-repeat;
    background-size: cover;
}
.student .page-result-img-wrap:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 115px;
    top: 90px;
    right: -25px;
    background: url("../img/result/student/glasses.svg") no-repeat;
    background-size: cover;
}
.student .page-result-link.active {
    background: url("../img/result/student/active-button.svg") no-repeat;
    background-size: cover;
}

/* photographer */

.photographer .page-result-wrap{
    background-color: #F5EDE9;
}
.photographer .page-result-img-wrap {
    min-width: 450px;
    max-height: 454px;
    margin-bottom: 0;
}
.photographer .page-result-img-wrap:before {
    content: '';
    position: absolute;
    width: 182px;
    height: 182px;
    bottom: -45px;
    left: -95px;
    background: url("../img/result/photographer/image-icon.svg") no-repeat;
    background-size: cover;
    z-index: 1;
}
.photographer .page-result-img-wrap:after {
    content: '';
    position: absolute;
    width: 125px;
    height: 90px;
    bottom: -150px;
    left: 100px;
    background: url("../img/result/photographer/cloud.svg") no-repeat;
    background-size: cover;
}
.photographer .page-result-title {
    padding: 75px 80px;
    background-color: #D89AF0;
}
.photographer .page-result-title:before {
    content: '';
    position: absolute;
    width: 106px;
    height: 82px;
    top: 0;
    right: 70px;
    background: url("../img/result/photographer/photographer-icon.svg") no-repeat;
    background-size: cover;
}
.photographer .page-result-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 50px;
    background: url("../img/result/photographer/star.svg") no-repeat;
    background-size: cover;
}
.photographer .page-result-link.active {
    background: url("../img/result/photographer/active-button.svg") no-repeat;
    background-size: cover;
}
.photographer .page-result-header:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 415px;
    top: 160px;
    right: 0;
    left: 0;
    background: url("../img/result/photographer/line.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.photographer .page-result-desc {
    background: transparent;
    padding-bottom: 65px;
}
.photographer .page-result-header-text:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 270px;
    left: 20px;
    background: url("../img/result/photographer/polygon.svg") no-repeat;
    background-size: cover;
}
.photographer .page-result-header-text:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 294px;
    left: -60px;
    background: url("../img/result/photographer/flower-icon.svg") no-repeat;
    background-size: cover;
}
.photographer .page-result-header:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 31px;
    top: 328px;
    left: 100px;
    background: url("../img/result/photographer/star-small.svg") no-repeat;
    background-size: cover;
}

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

    .page-wrap {
        max-width: 375px;
        flex-direction: column;
        padding: 0;
    }
    /*page-start*/
    .page-start-wrap {
        padding: 50px 16px 100px;
    }
    .page-start-text {
        margin: 0 16px;
    }
    .page-start-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .page-start-content {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .page-start-btn {
        font-size: 16px;
        line-height: 52px;
        padding: 0 42px;
        margin-bottom: 40px;
    }
    .page-start-wrap:before {
        background-position: -107px -150px;
    }
    .page-start-img-icon.star-icon {
        width: 67px;
        height: 67px;
        left: 36px;
        bottom: -30px;
    }
    .page-start-img-icon.flash-icon {
        width: 27px;
        height: 48px;
        left: 85px;
        top: 8px;
    }
    .page-start-img-icon.anime-icon{
        width: 55px;
        height: 44px;
        top: 69px;
        right: 3px;
    }
    .page-start-icon.star-icon {
        left: auto;
        right: 71px;
        top: 319px;
    }
    .page-start-icon.star-bottom-icon {
        display: none;
    }

    .page-start-icon.polygon-icon {
        width: 10px;
        height: 10px;
        left: auto;
        right: 62px;
        top: 371px;
    }
    .page-start-icon.polygon-icon-bottom {
        width: 10px;
        height: 10px;
        right: auto;
        left: 129px;
        bottom: 57px;
    }
    .page-start-icon.line-top {
       display: none;
    }
    .page-start-icon.line-bottom {
       display: none;
    }
    .page-start-icon.line-bottom-mob {
        display: block;
        width: 100%;
        height: auto;
        left: 0;
        bottom: 40px;
        z-index: 2;
    }
    .page-start-icon.star-black-icon {
       display: none;
    }
    .page-start-icon.rainbow-icon {
        width: 77px;
        height: 74px;
        bottom: 69px;
        right: 0;
        z-index: 2;
    }
    .page-start-icon.star-black-icon-mob {
        display: block;
        width: 68px;
        height: 135px;
        top: 215px;
        right: 0;
    }
    .page-start-icon.lemon-icon {
       display: none;
    }
    .page-start-icon.flash-empty-icon {
        display: none;
    }

    /*page-question*/

    .page-question-col-number {
        font-size: 20px;
        line-height: 20px;
    }

    .page-question-wrap {
        padding: 20px 16px 0;
    }
    .page-question-col-number {
        font-size: 20px;
        line-height: 20px;
        padding: 8px 33px 1px;
    }
    .page-question-col-number-wrap {
        padding: 12px 20px;
    }
    .page-question-header .progress {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .page-question-header .page-question-progress-item {
        width: 12px;
        height: 12px;
        margin-right: 12px;
        line-height: 10px;
    }
    .page-question-text {
        font-size: 24px;
        line-height: 30px;
    }
    .page-question-text-wrap {
        display: block;
        padding: 35px 20px;
        border: 2px solid #0F0D0E;
        border-top: 0;
    }
    .page-question-header .page-question-text-wrap {
        display: none;
    }
    .page-question-text-star-icon {
        width: 19px;
        height: 24px;
        top: 8px;
        right: 50px;
    }
    .page-question-text-poligon-icon {
        width: 10px;
        height: 10px;
        right: 15px;
        top: 22px;
    }
    .page-question-answers-list {
        flex-direction: column;
    }
    .page-question-answer {
        width: 100%;
        padding: 28px 20px;
    }
    .page-question-answer-progress {
        display: none;
    }
    .page-question-answer-icon {
        height: 50px;
        width: auto;
    }
    .page-question-answer:nth-child(odd) {
        border-right: 0;
    }
    .page-question-answer-label {
        font-size: 20px;
        line-height: 22px;
    }
    .page-question-answer.progress {
        display: none;
    }
    .page-question-btn-next:hover:before {
        display: none;
    }
    .page-question-btn-prev .page-question-btn-text {
        display: none;
    }
    .page-question-btn-prev .page-question-btn-icon {
        margin: 0;
        width: 60px;
        height: 19px;
        background-size: cover;
    }
    .page-question-btn {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        padding: 0 68px 0 27px;
    }
    .page-question-btn-next .page-question-btn-icon {
        width: 29px;
        height: 19px;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        background: url("../img/arrow-right-white.svg") no-repeat;
    }
    .page-question-btn-next {
        border-radius: 50%;
        background-color: #0F0D0E;
    }
    .page-question-btn-next.active:before {
        display: none;
    }
    .page-question-controls {
        padding: 16px 0 20px;
    }
    .page-question-answer.active .page-question-answer-icon-wrap:before {
        content: '';
        position: absolute;
        width: 94px;
        height: 94px;
        top: -24px;
        left: -20%;
        background: url("../img/active-icon.svg") no-repeat;
        z-index: -1;
    }
    /*page-result*/
    .page-result-wrap {
        background-image: url("../img/result/result-bottom-bg-mob.png");
        padding-bottom: 40px;
    }
    .page-result-header {
        flex-direction: column;
        padding: 60px 16px 40px 16px;
        margin-bottom: 40px;
    }
    .page-result-title {
        padding: 25px 70px 40px;
        margin-bottom: 20px;
    }
    .page-result-title-result {
        font-size: 14px;
        line-height: 17px;
    }
    .page-result-title-text {
        font-size: 32px;
        line-height: 34px;
    }
    .page-result-img-wrap {
        width: 275px;
        min-width: auto;
        margin: 0 auto 10px;
    }
    .page-result-desc {
        font-size: 16px;
        line-height: 20px;
        padding: 20px;
        z-index: 2;
    }
    .page-result-wrap:after {
        display: none;
    }
    .page-result-header-star-icon,
    .page-result-header-poligon-icon {
        display: none;
    }
    .page-result-slider {
        padding: 0;
    }
    .page-result-slider .swiper-button-next {
        right: 16px;
    }
    .page-result-slider .swiper-button-prev {
        left: 16px;
    }
    .page-result-slider .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: url("../img/result/slider-pagination-dash.png") 0 50% no-repeat;
        opacity: 1;
        border-radius: 0;
    }
    .page-result-slider .swiper-pagination-bullet-active {
        background-size: cover;
        background: url("../img/result/slider-pagination-poligon.png") 0 0 no-repeat;
    }
    .page-result-slider .swiper-button-prev,
    .page-result-slider .swiper-button-next {
        width: 60px;
        height: 19px;
        bottom: 10px;
        background: url("../img/result/slider-arrow-right.png") no-repeat;
    }
    .page-result-choice-text {
        font-size: 16px;
        line-height: 20px;
    }
    .page-result-link-text {
        font-size: 16px;
        line-height: 20px;
    }
    .page-result-link {
        width: 120px;
        height: 120px;
        margin-left: 10px;
        background-size: cover;
    }
    .swiper-pagination {
        display: inline-block;
    }
    .swiper-slide a {
        width: 200px;
        height: 200px;
    }
    .swiper-slide img {
        width: 200px;
        height: 200px;
    }
    /*skater*/
    .skater .page-result-wrap:before {
        top: 100px;
        width: 100%;
        height: 195px;
        background: url("../img/result/skater/red-line-mob.svg") no-repeat;
    }
    .skater .page-result-title:before {
        width: 50px;
        height: 48px;
        top: -20px;
    }
    .skater .page-result-title:after {
        width: 32px;
        height: 32px;
        bottom: 0;
    }
    .skater .page-result-img-wrap:before {
        width: 25px;
        height: 43px;
        top: 35px;
        right: 30px;
    }
    .skater .page-result-img-wrap:after {
        width: 40px;
        height: 40px;
        bottom: 135px;
        right: -20px;
        z-index: 3;
        transform: rotate(-90deg);
    }
    .skater .page-result-header-text:before {
        bottom: -100px;
        width: 33px;
        height: 40px;
        right: auto;
        left: 30px;
    }

    /* tiktoker */
    .tiktoker .page-result-title:before {
        width: 25px;
        height: 43px;
        top: -13px;
    }
    .tiktoker  .page-result-title:after {
        width: 32px;
        height: 32px;
        bottom: 0;
    }
    .tiktoker .page-result-img-wrap:before {
        width: 52px;
        height: 60px;
        top: 0;
        left: -30px;
    }
    .tiktoker .page-result-img-wrap:after {
        width: 51px;
        height: 33px;
        bottom: -12px;
        right: 68px;
    }

    /*gamer*/

    .gamer .page-result-title {
        margin-bottom: 20px;
    }
    .gamer .page-result-title:before {
        width: 75px;
        height: 80px;
        bottom: -25px;
        left: 0;
    }
    .gamer .page-result-title:after {
        width: 32px;
        height: 32px;
        bottom: 0;
    }
    .gamer .page-result-header-text:before{
        width: 65px;
        height: 32px;
        top: 0;
        right: 15px;
    }
    .gamer .page-result-header:after{
        width: 100%;
        height: 195px;
        top: 70px;
        right: 0;
        left: 0;
        background: url("../img/result/gamer/purple-line-mob.svg") no-repeat;
    }
    .gamer .page-result-header:before {
        width: 830px;
        height: 412px;
        top: 25px;
        right: -283px;
    }
    .gamer .page-result-img-wrap {
        width: 220px;
        margin-right: 30px;
        z-index: 2;
    }
    .gamer .page-result-img-wrap:before {
        width: 25px;
        height: 43px;
        top: 5px;
        right: 45px;
    }
    .gamer .page-result-img-wrap:after {
        width: 60px;
        height: 56px;
        top: 160px;
        left: auto;
        right: -25px;
    }
    .gamer .page-result-img-wrap {
        margin-bottom: 0;
    }
    .gamer .page-result-desc {
        margin-top: -50px;
    }
/* animeFun */
    .animeFun .page-result-img-wrap {
        min-width: auto;
    }
    .animeFun .page-result-title {
        padding: 25px 45px 40px;
    }
    .animeFun .page-result-title:before {
        width: 126px;
        height: 126px;
        top: -25px;
    }
    .animeFun .page-result-title:after {
        width: 30px;
        height: 30px;
        bottom: 0;
    }
    .animeFun .page-result-header:after {
        background: url("../img/result/animeFun/line-mob.svg") no-repeat;
    }

    /* sportsman */
    .sportsman .page-result-title {
        padding: 25px 45px 40px;
    }
    .sportsman .page-result-title:before {
        width: 50px;
        height: 44px;
        top: -24px;
        left: 50px;
    }
    .sportsman .page-result-title:after {
        width: 41px;
        height: 41px;
        top: -8px;
        right: 40px;
    }
    .sportsman .page-result-header:after {
        top: 325px;
        background: url("../img/result/sportsman/line-mob.svg") no-repeat;
    }
    .sportsman .page-result-desc {
        background: #ffffff;
        margin-top: -100px;
    }

    /* student */
    .student .page-result-img-wrap {
        width: 225px;
        background-position: 95% 30px;
        background-size: 25px 43px;
    }
    .student .page-result-title {
        padding: 25px 45px 40px;
    }
    .student .page-result-title:before {
        width: 82px;
        height: 57px;
        top: -25px;
        left: 20px;
    }
    .student .page-result-title:after {
      display: none;
    }
    .student .page-result-header:after {
        top: 75px;
        background: url("../img/result/student/line-mob.svg") no-repeat;
    }
    .student .page-result-header-text {
        height: auto;
    }
    .student .page-result-img-wrap:before {
        width: 136px;
        height: 136px;
        top: 95px;
        right: -20px;
    }
    .student .page-result-img-wrap:after {
        width: 85px;
        height: 50px;
        top: 145px;
        right: -35px;
    }
    .student .page-result-header-text:before {
        width: 60px;
        height: 90px;
        top: 315px;
        left: 10px;
    }
    .student .page-result-header-text:after {
        display: none;
    }
    .student .page-result-desc {
        position: relative;
        padding-bottom: 20px;
        background-color: #ffffff;
        margin-top: -10px;
    }
    .student .page-result-header:before {
        width: 33px;
        height: 43px;
        top: 55px;
        right: 50px;
        z-index: 1;
    }
    .student .page-result-desc:before {
        content: '';
        position: absolute;
        width: 70px;
        height: 50px;
        top: -35px;
        right: 0;
        background: url("../img/result/student/student-icon.svg") no-repeat;
        background-size: cover;
    }

    /* photographer */
    .photographer .page-result-img-wrap {
        min-width: auto;
        margin: 0 auto 40px 57px;
    }
    .photographer .page-result-title {
        padding: 25px 52px 40px;
    }
    .photographer .page-result-title:before {
        width: 68px;
        height: 50px;
        right: 25px;
        top: -10px;
    }
    .photographer .page-result-title:after {
        width: 30px;
        height: 30px;
        bottom: 0;
    }
    .photographer .page-result-header:after {
        top: 240px;
        background: url("../img/result/photographer/line-mob.svg") no-repeat;
    }
    .photographer .page-result-img-wrap:before {
        width: 108px;
        height: 108px;
        left: -60px;
        bottom: -25px;
    }
    .photographer .page-result-img-wrap:after {
        width: 73px;
        height: 51px;
        right: 70px;
        left: auto;
        bottom: -25px;
    }
    .photographer .page-result-header-text:before {
        width: 10px;
        height: 10px;
        top: 210px;
        left: 35px;
    }
    .photographer .page-result-header-text:after {
        width: 29px;
        height: 29px;
        left: 20px;
        top: 280px;
    }
    .photographer .page-result-header:before {
        width: 19px;
        height: 24px;
        top: 188px;
        left: 30px;
    }
    .photographer .page-result-header {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1440px) {
    .page-wrap {
        width: 1440px;
        overflow: hidden;
        padding: 15px 44px 0;
    }
    .page-start-wrap {
       padding: 75px 150px;
    }
    .page-result-wrap {
        padding: 0 0 120px 0;
    }
    .page-start-icon.star-icon {
        width: 25px;
        height: 31px;
        left: 720px;
        top: 118px;
    }
    .page-start-icon.star-bottom-icon {
        width: 25px;
        height: 31px;
        left: 661px;
        bottom: 172px;
    }
    .page-start-icon.polygon-icon {
        width: 16px;
        height: 16px;
        left: 799px;
        top: 167px;
    }
    .page-start-icon.flash-empty-icon {
        width: 95px;
        height: 95px;
        bottom: 59px;
        left: 700px;
    }

    /*page-result*/
    .page-result-title-result {
        font-size: 26px;
    }
    .page-result-title-text {
        font-size: 72px;
    }
    .page-result-desc {
        font-size: 24px;
    }

    .page-question-text {
        font-size: 34px;
    }

    .swiper-slide img {
        width: 360px;
    }
    .page-result-slider {
        padding: 0 150px;
    }
}
@media screen and (min-width: 1200px) {
    .page-result-desc {
        display: none;
    }
    .page-result-header-text .page-result-desc {
        display: block;
    }
    .photographer .page-result-desc {
        padding: 40px 90px 40px 40px;
    }
    .page-question-wrap {
        padding: 75px 75px 0;
    }
    .page-question-text {
        font-size: 38px;
    }
    .page-start-img {
        min-width: 400px;
        width: 100%;
    }
    .swiper-slide:hover:after {
        content: '';
        width: 320px;
        height: 130px;
        position: absolute;
        left: 18px;
        right: 0;
        bottom: -18px;
        background: url("../img/result/elips.svg") no-repeat;
        z-index: -1;
    }
}
