*, .checkbox__text {
    -webkit-box-sizing: border-box
}

.wrap, body {
    position: relative
}

.fullpage, .select__top, html.js-lock {
    overflow: hidden
}

.phone, a {
    text-decoration: none
}

@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria.woff2) format("woff2"), url(../fonts/Geometria.woff) format("woff")
}

@font-face {
    font-family: Geometria-Bold;
    src: url(../fonts/Geometria-Bold.woff2) format("woff2"), url(../fonts/Geometria-Bold.woff) format("woff")
}

@font-face {
    font-family: Geometria-Medium;
    src: url(../fonts/Geometria-Medium.woff2) format("woff2"), url(../fonts/Geometria-Medium.woff) format("woff")
}

@font-face {
    font-family: Geometria-MediumItalic;
    src: url(../fonts/Geometria-MediumItalic.woff2) format("woff2"), url(../fonts/Geometria-MediumItalic.woff) format("woff")
}

@font-face {
    font-family: Geometria-Italic;
    src: url(../fonts/Geometria-Italic.woff2) format("woff2"), url(../fonts/Geometria-Italic.woff) format("woff")
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box
}

.wrap {
    padding: 0 32px;
    max-width: 1400px;
    z-index: 15;
    margin: auto
}

.wrap_small {
    max-width: 1234px
}

.wrap_full {
    max-width: 100%
}

@media only screen and (min-height: 1100px) {
    .wrap_full, .wrap_small {
        max-width: 1400px
    }
}

@media only screen and (max-width: 1440px) {
    .wrap {
        max-width: 1200px
    }
}

.instruction__box, .quiz__ol, .quiz__row, img, svg {
    max-width: 100%
}

body, html {
    font-size: 62.5%
}

@media only screen and (max-width: 1440px) {
    body, html {
        font-size: 58%
    }
}

@media only screen and (max-width: 1024px) {
    .wrap {
        padding: 0 15px
    }

    body, html {
        font-size: 52%
    }
}

@media only screen and (max-width: 580px) {
    .wrap {
        padding: 0 10px
    }

    body, html {
        font-size: 46%
    }
}

@media only screen and (max-width: 420px) {
    body, html {
        font-size: 62.5%
    }
}

body {
    font-family: Geometria;
    color: #0E0E0E
}

body.js-lock {
    overflow-x: hidden;
    overflow-y: scroll
}

input {
    -webkit-appearance: none
}

main {
    display: block
}

a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.inline {
    font-size: 0
}

.inline > * {
    display: inline-block;
    vertical-align: middle
}

.clear:after, a:not([class]):before {
    content: '';
    display: block
}

.quiz__slider-item, .row > *, img, svg {
    vertical-align: top
}

.clear:after {
    clear: both
}

.clear__left {
    float: left
}

.clear__right {
    float: right
}

.flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.css-text-left {
    text-align: left
}

.css-text-center {
    text-align: center
}

.css-text-right, .manager__info {
    text-align: right
}

.row {
    display: table;
    width: 100%
}

.row_fixed {
    table-layout: fixed
}

.row > * {
    display: table-cell
}

.fit-by-content {
    white-space: nowrap;
    width: 1%
}

.object-fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.css-scrollbar {
    scrollbar-color: #FF0400 rgba(186, 193, 201, .5);
    scrollbar-width: thin
}

.css-scrollbar::-webkit-scrollbar {
    width: 3px;
    border-radius: 1px
}

.css-scrollbar::-webkit-scrollbar-track {
    border-radius: 1px;
    background: rgba(186, 193, 201, .5)
}

.css-scrollbar::-webkit-scrollbar-thumb {
    background: #FF0400
}

.is-gray {
    color: rgba(0, 0, 0, .36)
}

.is-red {
    color: #FF0400
}

.is-black {
    color: #000
}

.is-regular {
    font-family: Geometria !important
}

a:not([class]) {
    color: #FF0400;
    position: relative;
    display: inline-block
}

a:not([class]):before {
    position: absolute;
    left: 0;
    bottom: -5px;
    pointer-events: none;
    width: 100%;
    height: 1px;
    background-color: #FF0400;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.btn, .checkbox__text {
    height: 6.6rem;
    -webkit-box-align: center
}

.btn, .btn__icon {
    -webkit-transition: ease .2s
}

a:not([class]):hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.content li, .content p, .li, .p {
    font-size: 1.6rem;
    line-height: 2.2rem
}

.b, .content b {
    font-family: Geometria-Bold !important
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 100
}

.content h1, .h1 {
    font-size: 4.6rem;
    line-height: 5rem;
    font-family: Geometria-Medium
}

.content h2, .h2 {
    font-size: 3.6rem;
    line-height: 5rem
}

.content h3, .h3 {
    font-family: Geometria-Bold;
    font-size: 3rem;
    line-height: 3.6rem
}

.btn, .input__item {
    font-family: Geometria-Medium
}

.content h5, .h5 {
    font-size: 2.2rem;
    line-height: 2.8rem
}

.content h6, .h6 {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.medium {
    font-size: 1.8rem;
    line-height: 2.4rem
}

.small {
    font-size: 1.4rem;
    line-height: 1.8rem
}

@media only screen and (max-width: 768px) {
    .content h1, .h1 {
        font-size: 4rem
    }
}

@media only screen and (max-width: 420px) {
    .content h1, .content h2, .h1, .h2 {
        font-size: 2.2rem;
        line-height: 2.6rem
    }

    .content h5, .h5 {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .content h3, .h3 {
        font-size: 1.8rem;
        line-height: 2.6rem
    }

    .content li, .content p, .li, .p {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .medium {
        font-size: 1.4rem;
        line-height: 1.6rem
    }

    .small {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
}

.btn, .list__item {
    line-height: 2rem
}

@-webkit-keyframes circleScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes circleScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.btn {
    background: #FF0400;
    border-radius: 5px;
    padding: 0 3.9rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 1.8rem;
    position: relative;
    color: #fff;
    -o-transition: ease .2s;
    transition: ease .2s
}

.btn:hover {
    background: #000
}

.btn_icon {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 5rem;
    padding-right: 8rem
}

.btn_white {
    background: #FFF;
    border: 1px solid #BAC1C9;
    color: #C4C4C4
}

.btn_white:hover {
    border-color: rgba(0, 0, 0, .5);
    background: #fff
}

.btn_white:hover .btn__icon {
    stroke: rgba(0, 0, 0, .5)
}

.btn_nopadding {
    padding: 0
}

.btn__icon {
    -o-transition: ease .2s;
    transition: ease .2s;
    display: block
}

.btn__icon_arrow {
    width: 28.32%;
    stroke: #C4C4C4;
    stroke-width: 2
}

.btn__icon_download {
    position: absolute;
    right: 5rem;
    width: 2.8rem;
    top: 50%;
    margin-top: -1.5rem
}

.btn__icon svg {
    display: block;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .btn_icon {
        padding-left: 2.5rem;
        padding-right: 4.5rem
    }

    .btn__icon_download {
        width: 2rem;
        right: 2.5rem
    }
}

@media only screen and (max-width: 580px) {
    .btn__icon_download {
        width: 22px;
        margin-top: -13px
    }

    .checkbox__text {
        font-size: 14px
    }
}

@media only screen and (max-width: 420px) {
    .btn {
        padding: 0 1rem
    }

    .btn_icon {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn__icon_arrow {
        width: 20px
    }

    .btn__icon_download {
        position: static;
        margin-top: 0;
        margin-left: 19px
    }
}

.checkbox__text, .radio__text {
    padding-right: 2.3rem;
    -o-transition: ease .2s
}

.checkbox {
    display: block;
    cursor: pointer
}

.checkbox.is-error .checkbox__text {
    color: #FF0400
}

.input__label-text, .manager__text, .select__list-item {
    color: rgba(14, 14, 14, .5)
}

.checkbox__input {
    display: none
}

.checkbox__input:checked + .checkbox__text {
    border-color: #FF0400 !important
}

.checkbox__input:checked + .checkbox__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.checkbox__text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
    border: 1px solid #BAC1C9;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 6.8rem;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

.assessment__inner-wrap, .fullpage, .quiz__inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column
}

.checkbox__text:after, .checkbox__text:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    left: 2.4rem;
    content: ''
}

.assessment__gift:before, .checkbox__text:before, .ol__item:before, .radio__text {
    -webkit-box-sizing: border-box
}

.checkbox__text:after {
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
    -webkit-transition: ease .15s;
    -o-transition: ease .15s;
    transition: ease .15s
}

.input__item, .radio__text, .select__arrow {
    -webkit-transition: ease .2s
}

.checkbox__text:before {
    border-radius: 2px;
    border: 1px solid #BAC1C9;
    box-sizing: border-box
}

.circles, .circles__item {
    position: absolute;
    width: 100%;
    top: 0
}

.checkbox:hover .checkbox__text, .input__label.is-error .input__item, .input__parent.error .input__item {
    border-color: #FF0400
}

@media only screen and (max-width: 420px) {
    .checkbox__text {
        height: 66px
    }
}

.circles {
    left: 0;
    height: 100%
}

.circles__item {
    left: 0;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, .64)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%);
    -webkit-animation: circleScale 3s infinite linear;
    animation: circleScale 3s infinite linear
}

.circles__item:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.circles__item:nth-child(3) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.fullpage {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    position: relative
}

@media only screen and (min-width: 580px) {
    .fullpage_mobile {
        background: 0 0 !important
    }
}

.fullpage__part_static {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.fullpage__part_fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.input, .input__item, .input__label, .input__label-text, .input__parent, .list__item:before, .manager__info:before, .ol__item {
    display: block
}

.fullpage__part_footer {
    background-color: #fff
}

@media only screen and (orientation: portrait) and (min-height: 1024px) {
    .fullpage.is-vertical-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fullpage.is-vertical-center .fullpage__part {
        width: 100%
    }

    .fullpage.is-vertical-center .fullpage__part_fluid {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media only screen and (orientation: landscape) and (min-height: 1100px) {
    .fullpage {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fullpage__part {
        width: 100%
    }

    .fullpage__part_head {
        margin-bottom: 4rem
    }

    .fullpage__part_fluid {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media only screen and (orientation: portrait) and (min-height: 1100px) {
    .fullpage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.input__label {
    cursor: pointer
}

.input__label-text {
    padding-bottom: 1.3rem
}

.input__group-cell_left {
    width: 56.55%
}

.input__group-cell_right {
    width: 38.57%;
    margin-left: 4.88%
}

.input__gray-text_totop {
    margin-top: 3.6rem
}

.input__item {
    width: 100%;
    background: #FFF;
    border: 1px solid #BAC1C9;
    border-radius: 5px;
    height: 6.6rem;
    color: #000;
    font-size: 1.8rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    -o-transition: ease .2s;
    transition: ease .2s
}

.input__item:focus, .input__item:hover {
    border-color: rgba(0, 0, 0, .5)
}

.input__item::-webkit-input-placeholder {
    color: rgba(14, 14, 14, .4)
}

.input__item:-moz-placeholder {
    color: rgba(14, 14, 14, .4)
}

.input__item::-moz-placeholder {
    color: rgba(14, 14, 14, .4)
}

.input__item:-ms-input-placeholder {
    color: rgba(14, 14, 14, .4)
}

@media only screen and (max-width: 580px) {
    .input__gray-text_totop {
        margin-top: 26px
    }

    .input__label-text {
        padding-bottom: 16px
    }

    .input__group-cell {
        width: 100%;
        margin: 0
    }

    .input__group-cell_right {
        margin-top: 26px
    }
}

.list__item {
    position: relative;
    padding-left: 4rem;
    margin-top: .9rem;
    margin-bottom: .9rem
}

.list__item_w50 {
    width: 46.51%
}

.list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.9rem;
    height: 1.6rem
}

@media only screen and (max-width: 420px) {
    .fullpage__part_fluid {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list__item {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 17px
    }

    .list__item_w50 {
        width: 100%
    }
}

.manager {
    position: absolute;
    bottom: 0;
    right: 3.2rem;
    width: 54.86%;
    padding-top: 64.83%;
    pointer-events: none
}

.manager__name {
    font-family: Geometria-Bold;
    line-height: 2.4rem;
    margin-bottom: 1rem
}

.faster__bold, .faster__text, .manager__text, .ol__item {
    line-height: 2rem
}

.manager__name img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: .4rem
}

.manager__info {
    position: absolute;
    right: 0;
    margin-right: -6.65%;
    top: 50%;
    margin-top: -17%;
    width: 33.68%;
    background: #FFF;
    border-radius: 10px;
    padding: 5.03% 6.66% 5.18% 4.44%
}

.manager__info:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #FFF;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    margin-left: -9px;
    top: 25px
}

@media only screen and (max-width: 1024px) {
    .manager__info {
        width: 37.68%;
        margin-right: -3%
    }
}

@media only screen and (max-width: 768px) {
    .manager__info {
        margin-top: -3%;
        width: 52.68%;
        margin-right: -7%
    }
}

@media only screen and (max-width: 420px) {
    .manager {
        position: relative;
        right: auto;
        bottom: auto;
        width: 80.33%;
        padding-top: 98.33%;
        margin-left: -6%
    }

    .manager__name {
        line-height: 2rem
    }

    .manager__info {
        width: 68.2%;
        margin-left: -32.8%;
        right: auto;
        left: 100%;
        margin-right: 0
    }
}

.ol {
    counter-reset: ol
}

.ol__item {
    padding-left: 5rem;
    position: relative
}

.ol__item:not(:last-child) {
    margin-bottom: 2.9rem
}

.ol__item:before {
    counter-increment: ol;
    content: counter(ol);
    position: absolute;
    left: 0;
    top: 0;
    color: #C4C4C4;
    font-size: 1.8rem;
    line-height: 1em;
    width: 3rem;
    height: 3rem;
    margin-top: -.5rem;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    box-sizing: border-box;
    font-family: Geometria-Bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ol__item_warning:before {
    background: #FF0400;
    border: none;
    content: '!';
    color: #fff
}

.radio__text, .select__top {
    background: #FFF;
    -webkit-box-align: center
}

.phone {
    font-size: 2.4rem;
    line-height: 2.2rem;
    display: inline-block;
    color: #000
}

.radio.is-error .radio__text, .tel {
    color: #FF0400
}

.phone__icon {
    display: none;
    width: 2.2rem;
    stroke-width: 1;
    stroke: #000;
    fill: transparent
}

@media only screen and (max-width: 420px) {
    .ol__item:not(:last-child) {
        margin-bottom: 2.3rem
    }

    .phone {
        font-size: 0;
        line-height: normal
    }

    .phone__icon {
        display: block
    }
}

.radio {
    display: block;
    cursor: pointer
}

.radio__input {
    display: none
}

.radio__input:checked + .radio__text {
    border-color: #FF0400
}

.radio__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.6rem;
    border: 1px solid #BAC1C9;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 2.3rem;
    transition: ease .2s
}

@media only screen and (max-width: 420px) {
    .radio__text {
        height: 66px
    }
}

.radio:hover .radio__text {
    border-color: rgba(0, 0, 0, .5)
}

.select {
    position: relative;
    /*z-index: 500;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.assessment__girl, .instruction__book {
    -ms-user-select: none;
    -moz-user-select: none
}

.select.is-error .select__top {
    border-color: #FF0400 !important
}

.select__arrow {
    position: absolute;
    right: 3.6rem;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    -o-transition: ease .2s;
    transition: ease .2s
}

.instruction__book-icon, .select__top {
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    cursor: pointer
}

.select__arrow svg {
    width: 100%;
    display: block;
    stroke-width: 2;
    stroke: #FF0400;
    fill: transparent
}

.select__top {
    position: relative;
    border: 1px solid #BAC1C9;
    border-radius: 5px;
    height: 6.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 4.8rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: ease .2s
}

.select__top:hover {
    border-color: rgba(0, 0, 0, .5)
}

.select__list {
    z-index: 700;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #BAC1C9;
    border-top: none;
    padding-top: 2.5rem;
    padding-bottom: 2.15rem;
    padding-right: 4rem
}

.select.is-open .select__list, .tel__icon {
    display: block
}

.assessment__inner, .quiz__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, .64)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%)
}

@-moz-document url-prefix() {
    .select__list {
        padding-right: 3.6rem
    }
}

.select__list-inside {
    max-height: 30.1rem;
    overflow-y: auto
}

.select__list-item {
    line-height: 2.4rem;
    cursor: pointer;
    -webkit-transition: ease .1s;
    -o-transition: ease .1s;
    transition: ease .1s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: .75rem 2.9rem
}

.select__list-item.is-active, .select__list-item:hover {
    color: #0E0E0E
}

.select.is-open .select__top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select.is-open .select__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media only screen and (max-width: 1024px) {
    .select__list-inside {
        max-height: 25.6rem
    }
}

@media only screen and (max-width: 580px) {
    .radio__text {
        font-size: 14px
    }

    .select__arrow {
        right: 2.5rem;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    /*.select__list {*/
    /*    position: ab;*/
    /*    !*display: block;*!*/
    /*    padding-right: 28px*/
    /*}*/

    .select__list-item {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding-left: 25px
    }

    .select__top {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 58px
    }

    .select__top-label {
        font-size: 1.4rem;
        line-height: 2rem
    }

    .tel {
        font-size: 3rem;
        line-height: 5.5rem
    }
}

.sub {
    font-family: Geometria-MediumItalic
}

.quiz__mails-item, .tel, .title {
    font-family: Geometria-Medium
}

.tel {
    display: inline-block;
    padding-left: 4.4rem;
    fill: #FF0400;
    position: relative
}

.assessment__fluid, .assessment__inner, .assessment__inner-wrap, .tel__icon {
    position: absolute;
    left: 0
}

.tel__icon {
    width: 2.6rem;
    top: 50%;
    margin-top: -1.3rem
}

.assessment, .assessment__fluid, .tel__icon svg {
    width: 100%
}

.title {
    font-size: 6rem;
    line-height: 1em
}

.human__name, .quiz__bottom-bold, .quiz__final-cell:before, .quiz__final-name {
    font-family: Geometria-Bold
}

@media only screen and (max-width: 1024px) {
    .title {
        font-size: 4rem
    }
}

@media only screen and (max-width: 420px) {
    .title {
        font-size: 3rem;
        line-height: 3.4rem
    }
}

.assessment__fluid {
    top: 0;
    height: 100%;
    pointer-events: none
}

.assessment__girl {
    -webkit-user-select: none;
    user-select: none
}

.assessment__inner {
    width: 6rem;
    padding-top: 6rem;
    border-radius: 50%;
    top: 0;
    margin-top: 47.59%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%)
}

.assessment__inner-wrap {
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.assessment__inner-text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    width: 65%;
    color: #54626D;
    text-align: center;
    display: none
}

.assessment__gift-icon, .assessment__inner-icon {
    height: 6rem;
    display: -webkit-box;
    -webkit-box-align: center;
    stroke: #FF0400;
    border-radius: 50%;
    background-color: #fff
}

.assessment__inner-icon {
    width: 6rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    fill: transparent
}

.assessment__inner-icon picture {
    display: block;
    width: 100%
}

.assessment__inner-icon img {
    margin: auto;
    display: block;
    width: 41.94%
}

.assessment__btn {
    z-index: 50;
    position: relative
}

.assessment__gift {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -1.7rem;
    margin-right: -6rem;
    width: 38.32%;
    pointer-events: none
}

.assessment__gift:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(207, 216, 224, .7);
    box-sizing: border-box;
    width: 21.4rem;
    height: 21.4rem;
    border-radius: 50%;
    margin-left: -41%;
    margin-top: 8%;
    z-index: -1
}

.assessment__gift-plus {
    width: 1.8rem;
    fill: #98A6B1;
    position: absolute;
    margin-top: 59.17%;
    margin-left: -19%
}

.assessment__gift-icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 47.59%;
    width: 6rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: transparent
}

.assessment__gift-icon picture {
    display: block;
    width: 100%
}

.assessment__gift-icon img {
    margin: auto;
    display: block;
    width: 36%
}

.assessment__gift_small {
    width: 23.8%;
    top: 0;
    margin-top: 3%
}

.assessment__gift_small .quiz__inner {
    width: 85.15%;
    top: auto;
    margin-top: 0;
    bottom: 0;
    margin-bottom: -29%;
    left: 50%;
    margin-left: -59%;
    padding-top: 85.15%
}

.assessment__gift_big {
    top: 0;
    margin-top: -7.5%;
    width: 41.45%;
    margin-right: -23.5%
}

.assessment__gift_big img, .assessment__gift_big picture {
    display: block;
    width: 100%
}

.assessment__wrap_full, .faster__wrap_full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.assessment__gift_big .quiz__inner-wrap {
    padding-top: 0
}

.assessment__gift_big .quiz__inner-icon {
    width: 2.6rem;
    height: 2.6rem
}

.assessment__gift_big .quiz__inner-icon img, .assessment__gift_big .quiz__inner-icon picture {
    width: 100%
}

.assessment__gift_big .quiz__inner {
    margin-top: 53.31%;
    margin-left: -8%;
    width: 31%;
    padding-top: 31%;
    background: #fff
}

.assessment__gift_final {
    margin-right: -34.5%;
    margin-top: -3.5%
}

@media only screen and (orientation: landscape) and (min-height: 1100px) {
    .assessment__manager {
        width: 58.86%;
        padding-top: 74.83%
    }
}

.assessment__wrap_full {
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.assessment__title {
    margin-bottom: 1rem
}

.assessment__bottom {
    position: relative;
    margin-top: 6.5rem
}

.assessment__text {
    margin-bottom: 2rem
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
    .assessment__gift {
        position: relative;
        left: 5rem;
        top: 4rem;
        width: 28.32%;
        right: auto;
        margin-right: 0;
        margin-top: 0
    }

    .assessment__gift-plus {
        margin-top: -4.83%;
        margin-left: 43%
    }

    .assessment__gift:before {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .assessment__gift {
        position: relative;
        left: 5rem;
        top: 4rem;
        width: 28.32%;
        right: auto;
        margin-right: 0;
        margin-top: 0
    }

    .assessment__gift-plus {
        margin-top: -4.83%;
        margin-left: 43%
    }

    .assessment__gift:before {
        display: none
    }
}

@media only screen and (max-width: 580px) {
    .assessment__fluid {
        position: relative;
        width: auto;
        height: auto
    }
}

@media only screen and (max-width: 420px) {
    .assessment__inner-text, .assessment__text .is-gray, .assessment__wrap {
        display: block
    }

    .assessment {
        padding-top: 3.8rem;
        position: static
    }

    .assessment__sub, .assessment__title {
        text-align: center
    }

    .assessment__gift {
        width: 68.67%;
        left: 10px;
        margin: auto auto 7rem;
        top: 3.5rem
    }

    .assessment__gift-plus {
        margin-top: -3.83%
    }

    .assessment__btn {
        width: 100%
    }

    .assessment__inner {
        top: 0;
        width: 68.93%;
        padding-top: 68.93%;
        margin-top: 32.59%;
        margin-left: -23%
    }

    .assessment__text {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }

    .assessment__text .is-gray {
        text-transform: capitalize;
        margin-top: .7rem
    }

    .assessment__bottom {
        margin-top: 2.6rem;
        text-align: center
    }
}

.faster {
    width: 100%;
    padding-top: 10rem
}

@media only screen and (orientation: landscape) and (min-height: 1100px) {
    .faster {
        position: static
    }
}

.faster__fluid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.faster__line {
    margin-bottom: 16.1rem
}

.faster__wrap {
    padding-bottom: 12.3rem
}

.faster__wrap_full {
    padding-bottom: 0;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.faster__icon, .quiz__inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.faster__box {
    width: 50.51%
}

.faster__title {
    margin-bottom: 7.2rem
}

.faster__cell {
    width: 43.73%
}

.faster__row {
    margin-bottom: 6.9rem
}

.faster__bold {
    margin-bottom: 2rem
}

.faster__icon {
    width: 100%;
    height: 3.9rem;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.9rem;
    fill: #0E0E0E
}

.faster__icon svg {
    height: 100%
}

@media only screen and (max-width: 768px) {
    .faster__box {
        width: 100%
    }

    .faster__row {
        width: 50%;
        margin-bottom: 3rem
    }

    .faster__cell {
        width: 100%;
        margin-bottom: 5rem
    }

    .faster__fluid {
        position: relative;
        width: auto;
        height: auto
    }
}

@media only screen and (max-width: 580px) {
    .faster {
        padding-top: 10rem
    }

    .faster__line {
        display: none
    }

    .faster__title {
        font-family: Geometria-Bold;
        font-size: 18px !important
    }
}

@media only screen and (max-width: 420px) {
    .faster {
        padding-top: 4rem
    }

    .faster__wrap {
        padding-bottom: 0
    }

    .faster__row {
        width: 100%;
        margin-bottom: 15px
    }

    .faster__cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .faster__text {
        width: 72.67%
    }

    .faster__bold {
        margin-bottom: 0
    }

    .faster__box {
        margin-bottom: 15px
    }

    .faster__icon {
        width: 27.33%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .faster__title {
        margin-bottom: 4.4rem
    }
}

.header {
    padding: 2rem 0
}

.header__phone {
    margin-bottom: 8px
}

.header__cell_right {
    text-align: right
}

.header__logo {
    width: 14.5rem
}

.header__text {
    color: rgba(0, 0, 0, .5)
}

.human__text, .quiz__final-text {
    color: rgba(14, 14, 14, .5)
}

@media only screen and (max-width: 420px) {
    .header {
        padding: 1.35rem 0
    }

    .header__logo {
        width: 8.6rem
    }

    .header__phone {
        margin-bottom: 0
    }

    .header__text {
        display: none
    }
}

.human {
    text-align: center
}

.human__avatar {
    border-radius: 50%
}

.human__photo {
    position: relative;
    margin-bottom: 2.5rem;
    display: inline-block
}

.human__photo:after {
    content: '';
    display: block;
    position: absolute;
    right: 7.69%;
    bottom: 0;
    margin-bottom: 7.69%;
    width: 11.97%;
    padding-top: 11.97%;
    background: #07E87C;
    border: 3px solid #F4F4F4;
    border-radius: 50%
}

.human__name {
    margin-bottom: 1.3rem
}

.human__arrow {
    display: none
}

.human__arrow.js-active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.human__help {
    margin-top: 4.3rem;
    position: relative;
    text-align: left;
    background: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 20px #E9EBF2;
    box-shadow: 0 4px 20px #E9EBF2;
    color: grey;
    padding: 3.5rem 1.2rem 3.8rem 2rem
}

.human__help:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px;
    border-color: transparent transparent #fff
}

@media only screen and (max-width: 1024px) {
    .human {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .human__top {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .human__photo {
        margin-bottom: 0
    }

    .human__info {
        margin-left: 3rem;
        text-align: left;
        padding-right: 2rem
    }

    .human__help {
        margin-top: 0;
        width: 50%
    }

    .human__help:before {
        bottom: 50%;
        left: auto;
        right: 100%;
        margin-bottom: -3px;
        margin-left: 0;
        margin-right: -2px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media only screen and (max-width: 580px) {
    .human__info {
        margin-left: 2rem;
        padding-right: 1rem
    }
}

@media only screen and (max-width: 420px) {
    .human {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .human__help, .human__top {
        width: 100%
    }

    .human__arrow {
        display: block;
        width: 10px;
        position: absolute;
        right: 0;
        bottom: -7px
    }

    .human__arrow svg {
        stroke-width: 2;
        stroke: #BBB
    }

    .human__photo {
        width: 103px
    }

    .human__photo:after {
        margin-bottom: 5px;
        right: 6px;
        width: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0;
        height: 14px
    }

    .human__info {
        position: relative;
        margin-left: 3rem;
        margin-right: 1rem;
        padding-right: 0
    }

    .human__help {
        padding: 24px 38px;
        margin-top: 32px;
        display: none
    }

    .human__help:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-right: 0;
        bottom: 100%;
        right: auto;
        margin-bottom: 0;
        left: 50%;
        margin-left: -7px
    }

    .human__box-cell_right {
        padding: 2rem 3.2rem
    }
}

.instruction {
    width: 100%;
    padding-top: 20.7rem;
    padding-bottom: 22.5rem
}

@media only screen and (orientation: landscape) and (min-height: 1100px) {
    .instruction {
        padding-top: 10.7rem;
        padding-bottom: 10.5rem
    }
}

.instruction__box {
    width: 33.13%;
    position: relative;
    top: -60px
}

.instruction__book {
    position: absolute;
    right: 0;
    top: 0;
    width: 91.95%;
    margin-right: -18.49%;
    margin-top: -21%;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.instruction__book-circle {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 19.04%;
    margin-top: 16.41%;
    width: 18.16%;
    padding-top: 18.16%;
    border-radius: 50%
}

.instruction__book-icon {
    width: 44.1%;
    padding-top: 44.1%;
    margin-left: -22.05%;
    margin-top: -22.05%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    pointer-events: auto;
    transition: ease .2s
}

.instruction__book-icon:hover, .quiz__progress-done {
    background-color: #FF0400
}

.instruction__book-icon svg {
    position: absolute;
    width: 22.09%;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #FF0400
}

.instruction__book-icon:hover svg {
    fill: #fff
}

.instruction__back {
    position: absolute;
    left: 0;
    margin-left: 13.8%;
    width: 96.58%;
    top: 50%;
    margin-top: -34.25%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.instruction__title {
    margin-bottom: 4rem
}

.instruction__btn {
    width: 100%
}

@media only screen and (max-width: 1280px) {
    .instruction__book-circle {
        margin-left: 20.04%;
        margin-top: 17.41%
    }
}

@media only screen and (max-width: 1024px) {
    .instruction {
        padding-top: 15.7rem;
        padding-bottom: 17.5rem
    }

    .instruction__book {
        width: 82.95%;
        margin-right: -18.49%;
        margin-top: -18%
    }
}

@media only screen and (max-width: 768px) {
    .instruction__box {
        width: 40.13%
    }

    .instruction__book-circle {
        margin-left: 18.04%;
        margin-top: 12.41%;
        width: 25.16%;
        padding-top: 25.16%
    }
}

@media only screen and (max-width: 580px) {
    .instruction {
        padding-top: 3.7rem;
        padding-bottom: 53.38%
    }

    .instruction__back {
        left: 0;
        margin-left: 13.8%;
        width: 96.58%;
        top: 100%;
        margin-top: -5.25%
    }

    .instruction__book {
        width: 82.95%;
        margin-right: 0;
        margin-top: 0;
        right: auto;
        top: 100%;
        left: 50%;
        margin-left: -43%
    }

    .instruction__book-circle {
        margin-left: 12.04%;
        margin-top: 8.41%;
        width: 35.57%;
        padding-top: 35.57%;
        display: none
    }

    .instruction__box {
        top: 0;
        width: 297px;
        margin: auto;
        max-width: 100%;
        text-align: center
    }
}

.quiz__inner, .quiz__inner-wrap, .quiz__iphone {
    position: absolute;
    top: 0
}

@media only screen and (max-width: 420px) {
    .instruction {
        padding-bottom: 84.38%
    }

    .instruction__title {
        margin-bottom: 3.7rem
    }

    .instruction__back {
        width: 125%;
        margin-top: -8.25%;
        margin-left: 3.8%
    }

    .instruction__book {
        width: 121.25%;
        margin-left: -15%;
        left: 0
    }
}

.quiz__email, .quiz__head {
    margin-bottom: 3.8rem
}

.quiz {
    width: 100%;
    padding-bottom: 5.3rem;
    padding-top: 5.7rem
}

.quiz__head p {
    margin-top: 1.3rem
}

.quiz__bold {
    margin-bottom: 2.5rem
}

.quiz__row {
    width: 68.12%;
    margin-left: -.62%
}

.quiz__row:after, .quiz__row:before {
    content: ' ';
    display: table
}

.quiz__row_full {
    width: 100%;
    padding-right: 7.7rem
}

.quiz__info-list {
    padding-right: 19.8rem
}

.quiz__question {
    margin-bottom: 4.7rem;
    width: 68.12%
}

.quiz__question_full {
    width: 100%
}

.quiz__field {
    margin: .91%;
    width: 48.18%
}

.quiz__field_single {
    margin-bottom: 1.82%
}

.quiz__ol {
    width: 66.46%
}

.quiz__inner {
    width: 55.4%;
    padding-top: 55.4%;
    border-radius: 50%;
    left: 0;
    margin-top: 37.31%;
    margin-left: -15%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%)
}

.quiz__inner-wrap {
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20%
}

.quiz__inner-icon, .quiz__mails-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.quiz__inner-text {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 1rem;
    width: 65%;
    color: #54626D;
    text-align: center
}

.quiz__inner-icon {
    width: 6.2rem;
    height: 6.2rem;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    stroke: #FF0400;
    fill: transparent;
    border-radius: 50%;
    background-color: #fff
}

.quiz__inner-icon picture {
    display: block;
    width: 100%
}

.quiz__inner-icon img {
    margin: auto;
    display: block;
    width: 41.94%
}

.quiz__iphone {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0;
    width: 36.76%;
    margin-right: 8%;
    border-bottom: 1px solid rgba(196, 196, 196, .8)
}

.quiz__mails {
    margin-top: 4.2rem;
    padding-bottom: 6.2rem
}

.quiz__mails picture {
    display: block;
    width: 100%;
    text-align: center
}

.quiz__mails-item {
    width: 27%;
    margin-right: 1.56%;
    display: block;
    border: 1px solid #EFF2F5;
    border-radius: 5px;
    color: #FF0400;
    background-color: #fff;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s
}

.quiz__mails-item:hover {
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .08)
}

.quiz__mails-icon {
    max-width: 90%;
    max-height: 90%
}

.quiz__mails-top {
    height: 11.4rem;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E2E6EB
}

.quiz__mails-bottom {
    height: 6.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem
}

.quiz__slider {
    /*z-index: 500;*/
    position: relative
}

.quiz__slider-list {
    white-space: nowrap;
    position: relative
}

.quiz__slider-item {
    white-space: normal;
    width: 100%;
    margin-right: 100%;
    position: relative;
    padding-bottom: 14.2rem
}

.quiz__slider-item:last-child {
    padding-bottom: 1rem
}

.quiz__input {
    width: 71.65%;
    margin: .91%
}

.quiz__select {
    width: 65.09%;
    margin: .91%
}

.quiz__gift {
    position: absolute;
    right: 4.88%;
    top: -3.12%;
    width: 36.55%;
    pointer-events: none
}

.quiz__gift_small {
    width: 23.8%;
    top: 0;
    margin-top: 3%
}

.quiz__gift_small .quiz__inner {
    width: 85.15%;
    top: auto;
    margin-top: 0;
    bottom: 0;
    margin-bottom: -29%;
    left: 50%;
    margin-left: -59%;
    padding-top: 85.15%
}

.quiz__gift_big {
    top: 0;
    margin-top: -7.5%;
    width: 41.45%;
    margin-right: -23.5%
}

.quiz__gift_big img, .quiz__gift_big picture {
    display: block;
    width: 100%
}

.quiz__gift_big .quiz__inner-wrap {
    padding-top: 0
}

.quiz__gift_big .quiz__inner-icon {
    width: 2.6rem;
    height: 2.6rem
}

.quiz__gift_big .quiz__inner-icon img, .quiz__gift_big .quiz__inner-icon picture {
    width: 100%
}

.quiz__gift_big .quiz__inner {
    margin-top: 53.31%;
    margin-left: -8%;
    width: 31%;
    padding-top: 31%;
    background: #fff
}

.quiz__gift_final {
    margin-right: -35.5%;
    margin-top: -1%
}

.quiz__gift_final .quiz__inner {
    margin-top: 47.31%;
    margin-left: -4%
}

.quiz__final {
    background: #F6F7FA;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 8.3rem 9.8rem 4.7rem
}

.quiz__final-heart {
    display: none;
    margin-right: 5px
}

.quiz__box:before, .quiz__final-cell:not(:last-child):after, .quiz__final:before {
    content: '';
    display: block
}

.quiz__final:before {
    position: absolute;
    width: 70.3rem;
    height: 70.3rem;
    background: #EAECF1;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    margin-right: -24rem;
    margin-bottom: -25.6rem;
    pointer-events: none
}

.quiz__final-girl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37.65%;
    padding-top: 46.33%;
    margin-right: 13.7%;
    pointer-events: none
}

.quiz__final-name {
    line-height: 1.6rem;
    margin-bottom: .9rem
}

.quiz__final-about {
    position: absolute;
    bottom: 5.7rem;
    left: 100%;
    z-index: 50;
    width: 18rem;
    margin-left: -9.5rem;
    text-align: right
}

.quiz__final-question {
    margin-bottom: 4rem
}

.quiz__final-bold {
    margin-bottom: 3.2rem;
    line-height: 2rem
}

.quiz__final-bold_small {
    margin-bottom: 2rem
}

.quiz__final-steps {
    counter-reset: steps
}

.quiz__final-cell {
    width: 11.93%;
    margin-right: 2.2%;
    line-height: 2rem;
    position: relative;
    margin-bottom: 6.4rem
}

.quiz__final-cell:not(:last-child):after {
    position: absolute;
    width: 37.5%;
    height: 1px;
    top: 3.5rem;
    margin-left: 15.44%;
    left: 7.1rem;
    background-color: rgba(207, 216, 224, .7)
}

.quiz__final-cell:before {
    counter-increment: steps;
    content: counter(steps);
    width: 7.1rem;
    height: 7.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.1rem;
    background-color: #fff;
    border: 1px solid rgba(196, 196, 196, .3);
    color: #C4C4C4;
    font-size: 1.8rem;
    line-height: 1em;
    border-radius: 50%
}

.quiz__progress {
    position: relative;
    height: 3px;
    background-color: #BAC1C9;
    border-radius: 1px;
    margin-bottom: 1.3rem
}

.quiz__progress-done {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

.quiz__prev {
    width: 23.1%
}

.quiz__next {
    width: 72.51%
}

.quiz__bottom {
    position: absolute;
    left: 0;
    bottom: 5.6rem;
    width: 100%;
    padding-left: 9.3rem;
    padding-right: 7.7rem;
    height: 6.6rem;
    -webkit-transition: visibility ease .3s, opacity ease .3s;
    -o-transition: visibility ease .3s, opacity ease .3s;
    transition: visibility ease .3s, opacity ease .3s
}

.quiz__bottom.is-hidden {
    visibility: hidden;
    opacity: 0
}

.quiz__bottom-light {
    color: #848484
}

.quiz__bottom-bold {
    color: #000
}

.quiz__bottom-cell_left {
    width: 48.31%
}

.quiz__bottom-cell_right {
    z-index: 600;
    position: relative;
    width: 38.6%
}

.quiz__box {
    background: #F6F7FA;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.quiz__box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43.7%;
    padding-top: 43.7%;
    background: #EAECF1;
    border-radius: 50%;
    margin-bottom: -21.01%;
    margin-right: -21.01%;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    opacity: 0;
    visibility: hidden
}

.quiz__box.is-hidden:before {
    opacity: 1;
    visibility: visible
}

.quiz__box.is-hidden .quiz__box-cell_right {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.quiz__box-cell {
    position: relative
}

.quiz__box-cell_left {
    padding-left: 9.3rem;
    padding-top: 7.3rem;
    width: 79.06%
}

.quiz__box-cell_right {
    background: #EFF2F5;
    width: 20.94%;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    padding: 5rem 3.7rem 10.2rem
}

@media only screen and (min-width: 580px) {
    .quiz__slider-list {
        height: auto !important
    }
}

@media only screen and (max-width: 1280px) {
    .quiz__iphone {
        margin-right: 2%;
        top: 4rem
    }

    .quiz__final {
        padding-left: 3rem;
        padding-top: 5rem;
        padding-right: 3rem
    }

    .quiz__final-cell {
        width: 13.93%
    }

    .quiz__final-girl {
        width: 33.65%;
        padding-top: 44.33%;
        margin-right: 9.7%
    }
}

@media only screen and (max-width: 1024px) {
    .quiz__bottom, .quiz__box-cell_left {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .quiz__mails {
        width: 80%;
        padding-bottom: 5rem
    }

    .quiz__question_full {
        width: 75%
    }

    .quiz__gift {
        top: -21.12%
    }

    .quiz__gift_small {
        right: 0;
        top: -15.12%
    }

    .quiz__gift_big {
        top: -.12%;
        margin-top: -6.5%;
        width: 40.45%;
        margin-right: -16.5%
    }

    .quiz__final-about {
        margin-left: -11.5rem
    }

    .quiz__iphone {
        top: -3rem;
        width: 25.76%
    }

    .quiz__slider-item {
        min-height: 380px
    }

    .quiz__content {
        width: 80%
    }

    .quiz__box-cell {
        width: 100%
    }

    .quiz__box-cell_right {
        padding: 3rem;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        visibility: visible !important
    }
}

@media only screen and (max-width: 768px) {
    .quiz__content {
        width: auto
    }

    .quiz__info-list {
        padding-right: 0
    }

    .quiz__gift {
        right: -5.12%;
        top: 10.88%
    }

    .quiz__gift_small {
        right: -2%;
        top: 4.88%
    }

    .quiz__gift_big .quiz__inner, .quiz__gift_final .quiz__inner {
        margin-top: 39.31%;
        margin-left: -13%;
        width: 55%;
        padding-top: 55%
    }

    .quiz__mails {
        width: 100%
    }

    .quiz__final-cell {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 3.4rem
    }

    .quiz__final-cell:after {
        margin-left: 18.1%
    }

    .quiz__final-cell:nth-child(2n):after {
        display: none
    }

    .quiz__final-steps {
        width: 50%
    }
}

@media only screen and (max-width: 580px) {
    .quiz {
        padding-bottom: 0;
        padding-top: 41px
    }

    .quiz__email {
        margin-bottom: 0
    }

    .quiz .js-tobottom {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        top: auto !important;
        visibility: hidden
    }

    .quiz .js-tobottom.is-visible {
        visibility: visible
    }

    .quiz__final {
        background: 0 0;
        padding: 22px 10px 48.9%
    }

    .quiz__final-heart {
        vertical-align: baseline;
        display: inline-block
    }

    .quiz__final-name {
        line-height: 20px
    }

    .quiz__final-question {
        margin-bottom: 1.1rem
    }

    .quiz__final-steps {
        margin-bottom: 26px
    }

    .quiz__final-cell {
        width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 7rem;
        position: relative;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 20px;
        min-height: 5rem
    }

    .quiz__final-cell:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-bottom: 0;
        margin-top: -2.5rem;
        margin-right: 19px;
        width: 5rem;
        height: 5rem
    }

    .quiz__final-bold {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 2.9rem
    }

    .quiz__final:before {
        display: none
    }

    .quiz__bottom.is-hidden, .quiz__final-cell:after {
        display: none !important
    }

    .quiz__final-steps {
        width: 100%
    }

    .quiz__final-about {
        padding: 2rem;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 30px rgba(233, 235, 238, .2);
        box-shadow: 0 4px 30px rgba(233, 235, 238, .2);
        background-color: #fff;
        margin-left: -3.5rem
    }

    .quiz__info-list, .quiz__row_full {
        padding-right: 0
    }

    .quiz__final-about:before {
        content: '';
        position: absolute;
        right: 100%;
        margin-top: 16px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 8px 6px 0;
        border-color: transparent #fff transparent transparent
    }

    .quiz__final-girl {
        right: auto;
        margin-right: 0;
        left: auto
    }

    .quiz__prev {
        width: 30.1%
    }

    .quiz__next {
        width: 65.51%
    }

    .quiz__bottom-cell_right {
        width: 40.6%
    }

    .quiz__iphone {
        position: static;
        width: 81.67%;
        margin: -2rem auto 28px;
        border-bottom: none;
        text-align: center
    }

    .quiz__mails-item {
        width: 31.77%
    }

    .quiz__question {
        width: 100%
    }

    .quiz__input, .quiz__row, .quiz__select {
        width: 100%;
        margin: 0
    }

    .quiz__row_full {
        padding-bottom: 40px
    }

    .quiz__field {
        width: 100%;
        margin: 6px 0
    }

    .quiz__inner {
        margin-top: -59px !important;
        width: 142px !important;
        padding-top: 142px !important;
        left: 50% !important;
        margin-left: -148px !important;
        top: 50% !important;
        bottom: auto !important
    }

    .quiz__inner-icon {
        width: 52px;
        height: 52px
    }

    .quiz__inner-wrap {
        padding-top: 0
    }

    .quiz__inner-text {
        font-size: 12px;
        margin-top: 6px;
        line-height: 14px
    }

    .quiz__gift {
        text-align: center;
        padding-bottom: 0;
        padding-top: 26px;
        width: 206px !important;
        margin: auto auto 40px;
        left: 39px !important
    }

    .quiz__gift_final {
        display: none
    }

    .quiz__gift_big {
        position: relative;
        padding: 0;
        margin-top: -41px
    }

    .quiz__gift_big .quiz__inner {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, .64)));
        background: -o-linear-gradient(top, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .64) 100%)
    }

    .quiz__gift_big .quiz__inner-icon {
        width: 52px;
        height: 52px
    }

    .quiz__gift_big .quiz__inner-icon picture {
        width: 21.95px
    }

    .quiz__gift-image {
        width: 206px
    }

    .quiz__bottom {
        bottom: 40px
    }

    .quiz__head {
        margin-bottom: 15px
    }

    .quiz__head p {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-top: 11px
    }

    .quiz__slider-item {
        min-height: 0;
        padding-bottom: 17.2rem
    }

    .quiz__slider-item:last-child:not(.quiz__slider-item_result) {
        padding-bottom: 0 !important
    }

    .quiz__box {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0
    }

    .quiz__box_transparent {
        background: 0 0
    }

    .quiz__box-cell_left {
        padding-top: 41px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 420px) {
    .quiz__box-cell_right {
        padding-top: 20px;
        padding-bottom: 23px
    }

    .quiz__final {
        padding: 22px 10px 98.9%
    }

    .quiz__final-text {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .quiz__final-bold_small {
        margin-bottom: 0
    }

    .quiz__final-about {
        width: 70.2%;
        margin-left: -34%;
        right: auto;
        left: 100%;
        margin-right: 0;
        padding: 7.78% 6.61%;
        bottom: 2.7rem
    }

    .quiz__final-girl {
        width: 75.31%;
        padding-top: 92.19%;
        margin-left: -6%
    }

    .quiz__question {
        margin-bottom: 18px
    }

    .quiz__ol {
        padding-top: 2rem;
        width: 100%
    }

    .quiz__mails {
        margin-top: 36px
    }

    .quiz__mails-item {
        width: 100%;
        margin-bottom: 10px
    }

    .quiz__mails-bottom {
        font-size: 1.6rem
    }

    .quiz__bold {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 25px
    }

    .quiz__slider-item {
        padding-bottom: 35px
    }

    .quiz__prev {
        width: 26.1%
    }

    .quiz__next {
        width: 71.3%
    }

    .quiz__bottom {
        height: auto;
        padding: 0 10px;
        margin-bottom: 23px
    }

    .quiz__bottom-bold, .quiz__bottom-light {
        font-size: 1.4rem;
        line-height: 2rem
    }

    .quiz__bottom-cell {
        width: 100%
    }

    .quiz__bottom-cell_left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .quiz__bottom-cell_right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px
    }
}

.ws .checkbox__text:after {
    background: url(../images/check.webp) center no-repeat
}

.wn .checkbox__text:after {
    background: url(../images/check.png) center no-repeat
}

.ws .fullpage_light {
    background-image: url(../images/back_light.webp)
}

.wn .fullpage_light {
    background-image: url(../images/back_light.jpg)
}

.ws .fullpage_instr {
    background-image: url(../images/back_instr.webp)
}

.wn .fullpage_instr {
    background-image: url(../images/back_instr.jpg)
}

.ws .fullpage_mobile {
    background-image: url(../images/mbbg.webp)
}

.wn .fullpage_mobile {
    background-image: url(../images/mbbg.jpg)
}

.ws .list__item:before {
    background: url(../images/list.webp) center no-repeat;
    background-size: 100% 100%
}

.wn .list__item:before {
    background: url(../images/list.png) center no-repeat;
    background-size: 100% 100%
}

.popup, .popup__overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.popup__overlay {
    z-index: 1;
    position: fixed;
    background: rgba(0, 0, 0, .6)
}

.popup {
    z-index: 999;
    display: none;
    position: fixed;
    overflow-y: auto
}

.popup__modal {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 95%;
    max-width: 970px;
    background-color: #fff
}

.popup__close {
    right: 50px;
    top: 60px
}

.modal-wrapper {
    padding: 3.125em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.polit__inner {
    padding: 60px 60px 48px 28px
}

.polit__title {
    text-align: left;
    padding-left: 30px
}

.polit__content {
    padding-left: 52px;
    margin-top: 30px;
    height: 473px;
    padding-right: 138px;
    overflow-y: auto;
    text-align: left
}

.polit__content ol, .polit__content ul {
    counter-reset: list
}

.polit__content ol li, .polit__content ul li {
    display: block;
    position: relative;
    line-height: 1.5;
    font-size: 12px
}

.polit__content ol ul {
    margin-top: 20px;
    display: block
}

.polit__content ol > li:before {
    counter-increment: list;
    content: counter(list) ".";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px
}

.suggestions-wrapper {
    font-size: 1.4rem;
}