@-webkit-keyframes opacityAfter {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes opacityAfter {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes Height {
    0% {
        height: 0
    }
    100% {
        height: 80%
    }
}

@keyframes Height {
    0% {
        height: 0
    }
    100% {
        height: 80%
    }
}

@-webkit-keyframes Left {
    0% {
        left: 42.9vw
    }
    100% {
        left: 12vw
    }
}

@keyframes Left {
    0% {
        left: 42.9vw
    }
    100% {
        left: 12vw
    }
}

body {
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding-top: 5.8vw;
    overflow-x: hidden;
    font-size: .833vw;
    background: #fff
}

.container {
    width: 100%;
    padding: 0 10.2vw;
    margin: auto
}

header {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 5.6vw;
    top: 0;
    left: 0;
    right: 0
}

header .logo {
    font-size: 1.25vw;
    color: #fff;
    font-weight: 700
}

header .mob__menu,
header .mob__nav {
    display: none
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 4vw
}

footer:before {
    position: absolute;
    content: '';
    width: -webkit-calc(100% - 10.2vw - 10.2vw);
    width: calc(100% - 10.2vw - 10.2vw);
    height: 1px;
    top: 0;
    left: 10.2vw;
    right: 10.2vw;
    background: #999
}

footer .devs {
    font-size: .833vw;
    color: rgba(255, 255, 255, .75)
}

footer .devs br {
    display: none
}

main {
    position: relative;
    width: 100%
}

.question {
    position: relative
}

.question__nav {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0
}

.question__nav>a,
.question__nav>div {
    width: 5.729vw;
    height: 5.65vw;
    background: 0 0;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    color: #e6e6e6;
    position: absolute;
    top: 4.167vw
}

.question__nav>a svg,
.question__nav>div svg {
    width: 2vw;
    height: 2vw;
    fill: #e6e6e6;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin: 1vw 0 .6vw
}

.question__nav.male>a:hover,
.question__nav.male>div:hover {
    font-weight: 700
}

.question__nav.male>a:hover svg,
.question__nav.male>div:hover svg {
    fill: #8f6ccf
}

.question__nav.female>a:hover,
.question__nav.female>div:hover {
    font-weight: 700
}

.question__nav.female>a:hover svg,
.question__nav.female>div:hover svg {
    fill: #8f6ccf
}

.question__back {
    left: 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.question__help {
    width: 5.729vw;
    height: 5.65vw;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 4.167vw;
    right: 0;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 1
}

.question__help svg {
    width: 2vw;
    height: 2vw;
    fill: #e6e6e6;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin: 1vw 0 .6vw
}

.question__help-window {
    position: absolute;
    right: -32.033vw;
    top: 4.1vw;
    width: 32.033vw;
    height: 15.8vw;
    padding: 3.167vw;
    background: #fff;
    border: 1px solid #b3b3b3;
    z-index: 5;
    -webkit-transition: .75s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .75s cubic-bezier(.785, .135, .15, .86);
    transition: .75s cubic-bezier(.785, .135, .15, .86);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:1680px) {
    .question__help-window {
        right: -32.233vw;
        width: 32.233vw
    }
}

.question__help-window.open {
    right: 0
}

.question__help-window .answer {
    color: #000;
    font-size: .833vw;
    line-height: 1.5
}

.question__help-window>svg {
    width: 2vw;
    height: 2vw;
    margin-bottom: 1vw
}

.question__help-window-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    margin: 0;
    width: 2.5vw;
    height: 2.5vw;
    padding: .55vw;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.question__help-window-close svg {
    margin: 0;
    fill: rgba(255, 255, 255, .6);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.question__help-window.male>svg {
    fill: #8f6ccf
}

.question__help-window.male .question__help-window-close:hover {
    color: #8f6ccf
}

.question__help-window.male .question__help-window-close:hover svg {
    fill: #8f6ccf
}

.question__help-window.female>svg {
    fill: #8f6ccf
}

.question__help-window.female .question__help-window-close:hover {
    color: #8f6ccf
}

.question__help-window.female .question__help-window-close:hover svg {
    fill: #8f6ccf
}

.nav a {
    color: #000;
    display: inline-block;
    font-size: .833vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.nav a:last-child::after {
    content: none
}

.nav a::after {
    content: '|';
    display: inline-block;
    padding: 0 .8vw;
    color: #000
}

.nav.male a:hover {
    color: #6bb3dd
}

.nav.female a:hover {
    color: #ce69a2
}

.h1 {
    font-size: 2.5vw;
    font-weight: 300;
    color: #000;
    line-height: 1.13;
    padding-bottom: 1.1vw
}

.h1 b {
    font-weight: 900;
    line-height: 1.2
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 4.167vw
}

.main__header-action {
    color: #000;
    font-size: 1.25vw;
    padding: .633vw 0 1.406vw;
    width: 80%
}

.main__icon {
    fill: #fff
}

.main__icon {
    fill: #00e5f3
}

.female .main__icon {
    fill: #b91bc1
}

.main__gender {
    width: 23%;
    padding-left: 1.54%
}

.main__gender a {
    pointer-events: none
}

fieldset {
    display: none;
    height: 29.479vw;
    border: 1px solid;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    position: relative;
    margin-bottom: .521vw
}

fieldset a,
fieldset div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    pointer-events: none
}

fieldset legend {
    position: absolute;
    bottom: -.677vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    display: none;
    overflow: hidden
}

fieldset.female legend span {
    background: -webkit-gradient(linear, left top, right top, from(#ed1e79), to(#8c19ff));
    background: -o-linear-gradient(left, #ed1e79 0, #8c19ff 100%);
    background: linear-gradient(90deg, #ed1e79 0, #8c19ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

fieldset.male legend span {
    background: -webkit-gradient(linear, left top, right top, from(#18c5bc), to(#0071bc));
    background: -o-linear-gradient(left, #18c5bc 0, #0071bc 100%);
    background: linear-gradient(90deg, #18c5bc 0, #0071bc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

fieldset legend::before {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

fieldset img {
    display: none;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

fieldset.female {
    display: block;
    border: double 1px transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff
}

fieldset.female .female {
    display: block
}

fieldset.female .female::before {
    background: #fff
}

fieldset.female img {
    width: 48.9%
}

fieldset.female::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.14vw;
    opacity: .4;
    background-clip: content-box
}

fieldset.female::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: -webkit-gradient(linear, left top, right top, from(#ed1e79), to(#8c19ff));
    background: -o-linear-gradient(left, #ed1e79 0, #8c19ff 100%);
    background: linear-gradient(90deg, #ed1e79 0, #8c19ff 100%);
    background-clip: content-box
}

@media (max-width:639px) {
    fieldset.female {
        -webkit-border-radius: 25px;
        border-radius: 25px
    }
    fieldset.female::after {
        -webkit-border-radius: 25px;
        border-radius: 25px
    }
}

fieldset.male {
    display: block;
    border-color: transparent;
    background-color: #fff
}

fieldset.male .male {
    display: block
}

fieldset.male .male::before {
    background: #fff
}

fieldset.male::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.14vw;
    opacity: .4;
    background-clip: content-box
}

fieldset.male::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: -webkit-gradient(linear, left top, right top, from(#18c5bc), to(#0071bc));
    background: -o-linear-gradient(left, #18c5bc 0, #0071bc 100%);
    background: linear-gradient(90deg, #18c5bc 0, #0071bc 100%);
    background-clip: content-box
}

@media (max-width:639px) {
    fieldset.male {
        -webkit-border-radius: 25px;
        border-radius: 25px
    }
    fieldset.male::after {
        -webkit-border-radius: 25px;
        border-radius: 25px
    }
}

.first-page .main {
    padding-bottom: 4.663vw
}

.first-page .main__icon {
    width: 7vw
}

.first-page .main__header {
    width: 24.6%
}

.first-page .main__test {
    width: 52%;
    padding: 0 1.9%
}

.first-page .question__back {
    display: none
}

.first-page .choose-gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.first-page .choose-gender>p {
    color: #000;
    font-size: .833vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 30vw
}

.first-page .choose-gender fieldset {
    width: 45%;
    display: block;
    cursor: pointer
}

.first-page .choose-gender fieldset legend {
    display: block
}

.first-page .choose-gender fieldset.female legend::before {
    background: #fff
}

.first-page .choose-gender fieldset.male legend::before {
    background: #fff
}

.first-page .choose-gender fieldset a,
.first-page .choose-gender fieldset div {
    pointer-events: auto;
    position: relative;
    z-index: 2
}

.first-page .choose-gender fieldset:hover img {
    opacity: 1
}

.first-page .choose-gender fieldset:hover::before {
    opacity: .5
}

.first-page .choose-gender fieldset img {
    display: block;
    opacity: .6
}

.btn-gender-img {
    max-width: 230px;
    width: 94%
}

.btn-gender-woman {
    max-width: 130px
}

.steps-page .main__icon {
    width: 7.604vw
}

.steps-page.male .main__icon {
    fill: #00b4dc
}

.steps-page .main__step {
    display: none;
    width: 77%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width:639px) {
    .steps-page .main__step .main__header .h1 br {
        display: none
    }
}

.steps-page .main__step.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.steps-page .main__header {
    width: 32%
}

.steps-page .main__test {
    width: 68%
}

.product-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10
}

.product-modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.product-modal__back {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15
}

.product-modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 20;
    width: 25vw;
    height: 20vw;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 2.8vw 1.7vw 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.product-modal__body svg {
    margin: 0 auto;
    width: 2vw;
    height: 2vw
}

.product-modal__body p {
    color: #000;
    font-size: .9vw;
    line-height: 1.3;
    text-align: center
}

.product-modal__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.product-modal__action div {
    padding: .7vw;
    font-size: 1vw;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: .6vw;
    width: 60%;
    text-align: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: 600
}

.male .product-modal__action div {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

.female .product-modal__action div {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

.product-modal__action div:hover {
    cursor: pointer
}

.one-choose a,
.one-choose p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: 0 0;
    cursor: pointer;
    width: 91%;
    color: #999;
    border: 0;
    font-size: .833vw;
    font-weight: 700;
    height: 3.021vw;
    margin-bottom: 1.042vw;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative
}

.one-choose a:before,
.one-choose p:before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(#b3b3b3));
    background: -o-linear-gradient(left, #b3b3b3 0, #b3b3b3 100%);
    background: linear-gradient(90deg, #b3b3b3 0, #b3b3b3 100%);
    background: linear-gradient(90deg, #b3b3b3 0, #b3b3b3 100%);
    background-clip: content-box;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.multi-choose div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    width: 91%;
    color: #fff;
    font-size: .833vw;
    font-weight: 700;
    height: 3.021vw;
    margin-bottom: 1.042vw;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
    position: relative
}

.ico-female,
.ico-male {
    display: none
}

.female .ico-female {
    display: block
}

.male .ico-male {
    display: block
}

.multi-choose div::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: -webkit-calc(3.021vw - 4px);
    width: calc(3.021vw - 4px);
    height: -webkit-calc(3.021vw - 4px);
    height: calc(3.021vw - 4px)
}

.multi-choose p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: rgba(49, 210, 124, .8);
    cursor: pointer;
    width: 91%;
    color: #fff;
    font-size: .833vw;
    height: 3.021vw;
    margin-top: 1.042vw;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.multi-choose p:active,
.multi-choose p:hover {
    background: #31d27c
}

.female .switch-field input:checked+label {
    border-color: #ce69a2;
    color: #000
}

.female .product-modal__body svg {
    fill: #8f6ccf
}

.female .one-choose a:hover,
.female .one-choose p:hover {
    border-color: #ce69a2;
    color: #000
}

.female .one-choose a,
.female .one-choose p {
    background: #fff;
    color: #000
}

.female .one-choose a:before,
.female .one-choose p:before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.female .one-choose a:hover:before,
.female .one-choose p:hover:before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.female .multi-svg-choose [data-multi-choose=check] {
    border-color: #ce69a2;
    color: #8f6ccf
}

.female .multi-svg-choose [data-multi-choose=check]::after {
    background: url(../img/png/female-check.svg) center/contain no-repeat
}

.female .multi-svg-choose [data-multi-choose=check] svg {
    fill: #b91bc1;
    fill: url(main.css#paint1_linear) #b91bc1
}

.female .multi-svg-choose [data-multi-choose=no-check]::after {
    background: url(../img/png/no-check.svg) center no-repeat
}

.female .multi-choose [data-multi-choose=check] {
    border-color: #ce69a2;
    color: #ce69a2;
    background: -o-linear-gradient(135deg, rgba(255, 57, 154, .4), rgba(134, 45, 192, .1));
    background: linear-gradient(315deg, rgba(255, 57, 154, .4), rgba(134, 45, 192, .1))
}

.female .multi-choose [data-multi-choose=check]::after {
    background: url(../img/png/female-check.svg) center no-repeat
}

.female .multi-choose [data-multi-choose=check] svg {
    fill: #ce69a2
}

.female .multi-choose [data-multi-choose=no-check]::after {
    background: url(../img/png/no-check.svg) center no-repeat
}

.female .multi-choose [data-multi-choose=no-check]:hover {
    background: #ce69a2;
    color: #fff
}

.female .multi-choose [data-multi-choose=no-check]:hover::after {
    content: none
}

.female .multi-choose [data-multi-choose=no-check]:hover svg {
    fill: #fff
}

.female .form-menu form svg {
    fill: #ce69a2
}

.female .form-menu form label span {
    color: #ce69a2
}

.male .switch-field input:checked+label {
    color: #000;
    border-color: #3fd4eb
}

.male .product-modal__body svg {
    fill: #8f6ccf
}

.male .one-choose a:hover,
.male .one-choose p:hover {
    background: #fff;
    color: #000
}

.male .one-choose a,
.male .one-choose p {
    background: #fff;
    color: #000
}

.male .one-choose a:before,
.male .one-choose p:before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.male .one-choose a:hover:before,
.male .one-choose p:hover:before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.male .multi-svg-choose [data-multi-choose=check] {
    background-color: #fff;
    color: #8f6ccf
}

.male .multi-svg-choose [data-multi-choose=check]::after {
    background: url(../img/png/male-check.svg) center/contain no-repeat
}

.male .multi-svg-choose [data-multi-choose=check] svg {
    fill: url(main.css#paint0_linear) #00b4dc
}

.male .multi-svg-choose [data-multi-choose=no-check]::after {
    background: url(../img/png/no-check.svg) center no-repeat
}

.male .multi-svg-choose [data-multi-choose=check]::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%);
    background-clip: content-box
}

.male .multi-svg-choose [data-multi-choose=no-check]::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #b3b3b3;
    background-clip: content-box
}

@media screen and (max-width:1025px) {
    .male .multi-svg-choose [data-multi-choose=check]::before,
    .male .multi-svg-choose [data-multi-choose=no-check]::before {
        -webkit-border-radius: 22px;
        border-radius: 22px
    }
}

@media screen and (max-width:640px) {
    .male .multi-svg-choose [data-multi-choose=check]::before,
    .male .multi-svg-choose [data-multi-choose=no-check]::before {
        -webkit-border-radius: 17px;
        border-radius: 17px
    }
}

.female .multi-svg-choose [data-multi-choose=check]::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%);
    background-clip: content-box
}

.female .multi-svg-choose [data-multi-choose=no-check]::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #b3b3b3;
    background-clip: content-box
}

@media screen and (max-width:1025px) {
    .female .multi-svg-choose [data-multi-choose=check]::before,
    .female .multi-svg-choose [data-multi-choose=no-check]::before {
        -webkit-border-radius: 22px;
        border-radius: 22px
    }
}

@media screen and (max-width:640px) {
    .female .multi-svg-choose [data-multi-choose=check]::before,
    .female .multi-svg-choose [data-multi-choose=no-check]::before {
        -webkit-border-radius: 17px;
        border-radius: 17px
    }
}

.male .multi-svg-choose [data-multi-choose=no-check]:hover svg {
    fill: #b3b3b3
}

.male .multi-choose [data-multi-choose=check] {
    border-color: #6bb3dd;
    color: #6bb3dd;
    background: -o-linear-gradient(135deg, rgba(56, 255, 245, .4), rgba(81, 156, 240, .1));
    background: linear-gradient(315deg, rgba(56, 255, 245, .4), rgba(81, 156, 240, .1))
}

.male .multi-choose [data-multi-choose=check]::after {
    background: url(../img/png/male-check.svg) center no-repeat
}

.male .multi-choose [data-multi-choose=check] svg {
    fill: #6bb3dd
}

.male .multi-choose [data-multi-choose=no-check]::after {
    background: url(../img/png/no-check.svg) center no-repeat
}

.male .multi-choose [data-multi-choose=no-check]:hover {
    background: #6bb3dd;
    color: #fff
}

.male .multi-choose [data-multi-choose=no-check]:hover::after {
    content: none
}

.male .multi-choose [data-multi-choose=no-check]:hover svg {
    fill: #fff
}

.male .form-menu form svg {
    fill: #6bb3dd
}

.male .form-menu form label span {
    color: #999
}

.multi-svg-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.multi-svg-choose div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    width: 12.4vw;
    height: 6.1vw;
    background: 0 0;
    cursor: pointer;
    margin: 0 1.427vw 1.427vw 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #b3b3b3;
    font-weight: 400;
    border: 2px solid transparent;
    position: relative;
    border: 0;
    padding: .8vw;
    background-color: #fff
}

.multi-svg-choose div::after {
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 1vw;
    height: 1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1025px) {
    .multi-svg-choose div::after {
        top: 3px;
        right: 3px
    }
}

.multi-svg-choose div:nth-child(3n) {
    margin: 0 0 1.927vw
}

.multi-svg-choose span {
    font-size: 1.233vw;
    width: -webkit-calc(100% - 3.3vw);
    width: calc(100% - 3.3vw);
    padding-left: .5vw
}

.multi-svg-choose svg {
    fill: #b3b3b3;
    opacity: .7;
    max-height: 3.3vw;
    max-width: 3.3vw
}

.multi-svg-choose p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%);
    cursor: pointer;
    width: 91%;
    color: #fff;
    font-size: 1.233vw;
    font-weight: 700;
    height: 3.021vw;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.female .multi-svg-choose p {
    background-image: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background-image: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background-image: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

.multi-svg-choose p:active,
.multi-svg-choose p:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

.female .multi-svg-choose p:active,
.female .multi-svg-choose p:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background-image: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background-image: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

.form-menu form .inval~[type=submit],
.form-menu form .stop~[type=submit] {
    pointer-events: none;
    background: rgba(158, 158, 158, .65)
}

.form-menu form .inval input {
    border-color: #ff0064
}

.form-menu {
    width: 91%
}

.form-menu form {
    display: none;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-menu form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.form-menu form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1.042vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.form-menu form label.half {
    width: 53.9%
}

.form-menu form label.half+label {
    width: 46.1%;
    padding-left: 2.86%
}

.form-menu form label.half+label .err {
    left: 1.1vw
}

.form-menu form label.half+label input {
    width: 100%
}

.form-menu form label span {
    opacity: 1;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    position: absolute;
    display: block;
    font-size: .725vw;
    right: 1vw;
    top: -webkit-calc(50% - .38vw);
    top: calc(50% - .38vw)
}

.form-menu form label .err {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    left: 4vw;
    bottom: -.9vw;
    font-size: .7vw;
    color: #ff0064;
    opacity: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.form-menu form label.inval span,
.form-menu form label.stop span {
    opacity: 0
}

.form-menu form label.inval .err {
    opacity: 1
}

.form-menu form svg {
    height: 3.021vw;
    width: 3.021vw;
    padding: .5vw
}

.form-menu form input {
    background: 0 0;
    height: 3.021vw;
    width: -webkit-calc(100% - 4vw);
    width: calc(100% - 4vw);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: .5vw;
    color: #000;
    font-size: 1.033vw;
    font-weight: 400;
    text-align: center;
    -moz-appearance: textfield;
    border: 1px solid transparent;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border: 1px solid #ad6acc
}

.form-menu form input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.form-menu form input:focus {
    outline: 0;
    border-color: #ad6acc;
    color: #000
}

.female .form-menu form input {
    outline: 0;
    border-color: #ad6acc;
    color: #000
}

.female .form-menu form input:focus {
    outline: 0;
    border-color: #ce69a2;
    color: #000
}

.form-menu form input:focus::-webkit-input-placeholder {
    color: #999
}

.form-menu form input:focus:-ms-input-placeholder {
    color: #999
}

.form-menu form input:focus::-ms-input-placeholder {
    color: #999
}

.form-menu form input:focus::-moz-placeholder {
    color: #999
}

.form-menu form input:focus::placeholder {
    color: #999
}

.form-menu form input::-webkit-input-placeholder {
    color: #999
}

.form-menu form input:-ms-input-placeholder {
    color: #999
}

.form-menu form input::-ms-input-placeholder {
    color: #999
}

.form-menu form input::-moz-placeholder {
    color: #999
}

.form-menu form input::placeholder {
    color: #999
}

.form-menu form input[type=text] {
    text-transform: capitalize
}

.form-menu form input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: rgba(49, 210, 124, .8);
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: .833vw;
    height: 3.021vw;
    margin-top: 1.042vw;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.form-menu form input[type=submit]:active,
.form-menu form input[type=submit]:hover {
    background: #31d27c
}

.switch-field {
    margin-bottom: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 91%;
    background: 0 0;
    height: 3.021vw;
    padding: 0 .3vw;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.switch-field input {
    -webkit-appearance: none;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.switch-field label {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: -webkit-calc(50% - .5vw);
    width: calc(50% - .5vw);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: 0 0;
    color: #fff;
    font-weight: 700;
    font-size: .938vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border: 1px solid #999;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #999
}

.switch-field label:hover {
    cursor: pointer
}

#processing {
    min-height: -webkit-calc(100vh - 5.8vw - 7.8vw);
    min-height: calc(100vh - 5.8vw - 7.8vw)
}

#processing .count {
    display: block
}

#processing .main__test {
    left: 42.9vw;
    position: relative
}

#processing .main__test fieldset img {
    opacity: .3
}

#processing .main__test fieldset legend {
    font-weight: 400
}

#processing .main__test fieldset legend+span {
    position: absolute;
    bottom: -.677vw;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 400;
    display: block;
    overflow: hidden
}

#processing .main__test .anim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

#processing .main__test .anim::after {
    content: '';
    width: -webkit-calc(100% - 2.28vw);
    width: calc(100% - 2.28vw);
    height: 1px;
    top: 0;
    left: 1.14vw;
    right: 1.14vw;
    display: block;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity .1s linear 7s;
    -o-transition: opacity .1s linear 7s;
    transition: opacity .1s linear 7s
}

#processing .main__test .anim img {
    margin: 0 auto;
    opacity: 1
}

#processing .main__test .male legend::before {
    background: #343872
}

#processing .main__test .male .anim {
    margin: 3.46vw auto
}

#processing .main__test .male .anim::after {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0, #38ffe6 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0, #38ffe6 50%, rgba(255, 255, 255, 0) 100%)
}

#processing .main__test .female legend::before {
    background: #462a6d
}

#processing .main__test .female .anim {
    margin: 3.86vw auto
}

#processing .main__test .female .anim::after {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0, #f0a 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0, #f0a 50%, rgba(255, 255, 255, 0) 100%)
}

#processing.active+.main__gender {
    display: none
}

#processing.active .main__test {
    -webkit-animation: .5s ease-in forwards Left;
    animation: .5s ease-in forwards Left
}

#processing.active .main__test .anim {
    -webkit-animation: 5s ease-in forwards Height;
    animation: 5s ease-in forwards Height
}

#processing.active .main__test .anim::after {
    content: '';
    -webkit-animation: .1s linear 4.8s forwards opacityAfter;
    animation: .1s linear 4.8s forwards opacityAfter
}

.steps {
    margin-top: 3.125vw;
    margin-bottom: 2vw
}

.steps.female .steps_allsteps a.complete {
    background: rgba(173, 106, 204, .8);
    color: #fff;
    pointer-events: auto
}

.steps.female .steps_allsteps a.complete:hover {
    background: rgba(173, 106, 204, .3)
}

.steps.female .steps_allsteps a.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background-image: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background-image: linear-gradient(to right, #ad6acc 0, #3175da 100%);
    color: #fff
}

.steps.female .steps_line__progress {
    background-image: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background-image: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background-image: linear-gradient(90deg, #ad6acc 0, #3175da 100%)
}

.steps.female .steps_line__text {
    color: grey
}

.steps.male .steps_allsteps a.complete {
    background: #ad6acc;
    background: rgba(173, 106, 204, .8);
    color: #fff;
    pointer-events: auto
}

.steps.male .steps_allsteps a.complete:hover {
    background: rgba(173, 106, 204, .3)
}

.steps.male .steps_allsteps a.active {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%);
    color: #fff;
    pointer-events: auto
}

.steps.male .steps_line__progress {
    background-image: -webkit-gradient(linear, left top, right top, from(#0071bc), to(rgba(0, 255, 255, .5)));
    background-image: -o-linear-gradient(left, #0071bc 0, rgba(0, 255, 255, .5) 100%);
    background-image: linear-gradient(90deg, #0071bc 0, rgba(0, 255, 255, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background-image: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background-image: linear-gradient(90deg, #ad6acc 0, #3175da 100%)
}

.steps.male .steps_line__text {
    color: grey
}

.steps_allsteps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-bottom: 5px
}

.steps_allsteps .step {
    width: 8.802vw;
    height: 2.396vw;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    color: #999;
    font-size: .833vw;
    font-weight: 700;
    border-left: 1px solid rgba(0, 0, 0, .4);
    pointer-events: none
}

.steps_allsteps .step:last-child {
    border-right: 0
}

.steps_line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    height: 5px
}

.steps_line__progress {
    position: absolute;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    top: 0;
    left: 0;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.steps_line__text {
    position: absolute;
    font-size: .833vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    top: .5vw
}

#result {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: -webkit-calc(100vh - 5.8vw - 3.8vw);
    min-height: calc(100vh - 5.8vw - 3.8vw)
}

#result .h1 span {
    font-weight: 900;
    text-transform: capitalize
}

#result .main__header {
    position: relative;
    width: auto
}

#result .get-it {
    margin: 6.55vw auto 0;
    padding: .938vw;
    max-width: 17.114vw
}

#result .get-it p {
    font-size: 1.25vw;
    color: #fff;
    font-weight: 900;
    line-height: 1.3
}

#result .get-it.male {
    background: rgba(96, 168, 251, .2)
}

#result .get-it.female {
    background: rgba(206, 105, 162, .2)
}

#result .get-it a {
    background: rgba(49, 210, 124, .8);
    color: #fff;
    font-size: .833vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
    width: 100%;
    height: 2.5vw;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1.042vw
}

#result .get-it a:active,
#result .get-it a:hover {
    background: #31d27c
}

.imgs {
    opacity: .8;
    position: absolute;
    top: .5vw;
    right: 0;
    z-index: -1
}

.imgs img {
    display: none
}

.imgs.male .male {
    display: block;
    width: 9.115vw
}

.imgs.female .female {
    display: block;
    width: 8.385vw
}

.data-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.data-person svg {
    height: 2vw;
    width: 2vw;
    margin-right: .938vw
}

.data-person>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.1vw
}

.data-person-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.data-person-text p {
    font-size: 1.25vw;
    font-weight: 700;
    color: #999
}

.data-person-text span {
    font-size: .833vw;
    font-weight: 400;
    color: #999;
    display: block
}

.data-person-text em {
    font-size: .833vw;
    font-weight: 400;
    color: #b3b3b3;
    font-style: normal
}

.data-person.female svg {
    fill: #ce69a2
}

.data-person.male svg {
    fill: #6bb3dd
}

.main__datas {
    width: 78.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.main__datas_content {
    position: relative;
    width: -webkit-calc(33.3% - 1.823vw);
    width: calc(33.3% - 1.823vw);
    margin-left: 1.823vw;
    padding: 0 0 1vw 1.875vw;
    margin-bottom: 3.646vw;
    max-width: 19.010vw;
    max-height: 14vw;
    border-left: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.main__datas_title {
    color: #8f6ccf;
    text-transform: uppercase;
    font-size: 1.25vw;
    font-weight: 700
}

.female .main__datas_title {
    color: #8f6ccf
}

.main__datas_subtitle span {
    font-style: normal;
    color: #999;
    font-size: .833vw;
    display: block;
    padding-bottom: .2vw
}

.main__datas_subtitle p {
    color: #999;
    font-size: .833vw;
    font-weight: 700;
    display: inline
}

.bmi_block svg {
    width: 8.292vw;
    position: relative;
    left: -.7vw
}

.bmi_block.male .linear_start {
    stop-color: #8f6ccf
}

.bmi_block.male .linear_end {
    stop-color: #3175da
}

.bmi_block.female .linear_start {
    stop-color: #8f6ccf
}

.bmi_block.female .linear_end {
    stop-color: #3175da
}

.bmi_text {
    position: absolute;
    top: 4.4vw;
    left: 3.6vw;
    text-align: center
}

.bmi_text p {
    font-size: 1.25vw;
    color: #8f6ccf;
    font-weight: 600
}

.female .bmi_text p {
    color: #8f6ccf
}

.bmi_text span {
    font-size: .833vw;
    color: #999
}

.metabolic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.metabolic-block.male .metabolic-age.active svg {
    fill: #6bb3dd
}

.metabolic-block.male .metabolic-age.active p {
    color: #8f6ccf
}

.metabolic-block.female .metabolic-age.active svg {
    fill: #ce69a2
}

.metabolic-block.female .metabolic-age.active p {
    color: #8f6ccf
}

.metabolic-age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 15%
}

.metabolic-age.small svg {
    height: 2.904vw
}

.metabolic-age.middle svg,
.metabolic-age.young svg {
    height: 3.452vw
}

.metabolic-age.old svg {
    height: 3.163vw
}

.metabolic-age svg {
    width: 65%;
    fill: #b3b3b3
}

.metabolic-age p {
    padding-top: .92vw;
    color: #999;
    font-size: .833vw
}

#calories .svg-graph-2 {
    width: 100%;
    position: relative
}

#calories .svg-graph-2__maxmin {
    color: rgba(255, 255, 255, .2);
    color: #999;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    top: 90%;
    font-size: .833vw
}

#calories .svg-graph-2__from,
#calories .svg-graph-2__to {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    text-align: center;
    font-size: .833vw
}

#calories svg {
    display: none;
    margin-top: 2.5vw;
    width: 100%
}

#calories.male svg.male {
    display: block
}

#calories.male .svg-graph-2__from {
    left: 30%;
    color: #ad6acc
}

#calories.male .svg-graph-2__to {
    left: 70%;
    color: #3175da
}

#calories.female svg.female {
    display: block
}

#calories.female .svg-graph-2__from {
    left: 30%;
    color: #ad6acc
}

#calories.female .svg-graph-2__to {
    left: 70%;
    color: #3175da
}

.achievable p {
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 1
}

.achievable p>p {
    line-height: normal;
    font-weight: 400;
    font-size: .833vw
}

.achievable.male p {
    color: #8f6ccf
}

.achievable.male p p {
    color: #999
}

.achievable.female p {
    color: #8f6ccf
}

.achievable.female p p {
    color: #fff
}

#water-formula .diapason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: 1.65vw;
    left: 9.6vw;
    color: #999;
    font-size: .833vw;
    height: 7.4vw
}

@media screen and (max-width:1680px) {
    #result .get-it {
        margin: 7.2vw auto 0
    }
    #water-formula .diapason {
        top: 1.85vw;
        left: 10vw;
        height: 7.8vw
    }
}

#water-formula .water__text {
    position: absolute;
    top: 6vw;
    left: 5.9vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:1680px) {
    #water-formula .water__text {
        top: 6.3vw;
        left: 6.2vw
    }
}

#water-formula .water__text p {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 700;
    display: inline-block
}

#water-formula .water__text span {
    color: #fff;
    font-size: .833vw
}

#water-formula svg {
    width: 50%
}

#water-formula .st0 {
    opacity: .25;
    fill: rgba(143, 108, 207, .1);
    enable-background: new
}

#water-formula .st1 {
    opacity: .25;
    fill: none;
    stroke: #999;
    stroke-miterlimit: 10;
    enable-background: new
}

#water-formula .st2 {
    -webkit-clip-path: url(main.css#SVGID_2_);
    clip-path: url(main.css#SVGID_2_);
    fill: #3fa9f5;
    enable-background: new
}

#water-formula .st3 {
    fill: none;
    stroke: #8f6ccf;
    stroke-miterlimit: 10
}

#water-formula .st4 {
    fill: #6bb3dd
}

#water-formula .st5 {
    opacity: .25;
    fill: url(main.css#SVGID_3_);
    enable-background: new
}

#water-formula #SVGID_1_ {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s
}

@media screen and (max-width:1025px) {
    body {
        padding-top: 6.375em;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .container {
        padding: 0 3.375em;
        margin: 0 auto
    }
    .nav {
        display: none
    }
    header {
        height: 6.375em;
        padding-top: 3.375em
    }
    header .logo {
        font-size: 1.125em;
        padding-bottom: .5em
    }
    footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 4.625em
    }
    footer:before {
        width: -webkit-calc(100% - 3.375em - 3.375em);
        width: calc(100% - 3.375em - 3.375em);
        left: 3.375em;
        right: 3.375em
    }
    footer .devs {
        font-size: 1em;
        color: rgba(255, 255, 255, .75)
    }
    main {
        position: relative;
        width: 100%
    }
    .question {
        position: relative
    }
    .question_text {
        display: none
    }
    .question__nav {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0
    }
    .question__nav>a {
        top: -3em;
        right: 7.4em;
        left: auto;
        height: 3em;
        width: 3em;
        background: 0 0;
        padding: .7em;
        color: #e6e6e6;
        border: 1px solid #e6e6e6
    }
    .question__nav>a svg {
        width: 100%;
        height: 100%;
        fill: #e6e6e6;
        margin: 0
    }
    .question__nav.male>a:hover,
    .question__nav.male>div:hover {
        color: #fff;
        font-weight: 700
    }
    .question__nav.male>a:hover svg,
    .question__nav.male>div:hover svg {
        fill: #6bb3dd
    }
    .question__nav.female>a:hover,
    .question__nav.female>div:hover {
        color: #fff;
        font-weight: 700
    }
    .question__nav.female>a:hover svg,
    .question__nav.female>div:hover svg {
        fill: #ce69a2
    }
    .question__back {
        -webkit-border-radius: 5px;
        border-radius: 5px
    }
    .question__help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 3em;
        width: 3em;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: 0 0;
        padding: .7em;
        top: -3em;
        right: 3.375em;
        border: 1px solid #e6e6e6
    }
    .question__help svg {
        width: 100%;
        height: 100%;
        margin: 0;
        fill: #e6e6e6
    }
    .question__help:active {
        background: rgba(0, 0, 0, .5)
    }
    .question__help-window {
        position: fixed;
        right: -62.5%;
        top: 0;
        width: 62.5%;
        height: 100vh;
        padding: 34vh 5vw 20vh
    }
    .question__help-window .answer {
        font-size: 1.1em
    }
    .question__help-window>svg {
        width: 2em;
        height: 3em;
        margin-bottom: 1vw
    }
    .question__help-window-close {
        top: 3.3em;
        right: 3.375em;
        height: 3em;
        width: 3em;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: rgba(0, 0, 0, .2);
        padding: .7em
    }
    .h1 {
        font-size: 2em;
        padding-bottom: 1em
    }
    .first-page .main__header {
        width: 100%;
    }
    .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-top: 5em
    }
    .main__header {
        width: 30%
    }
    .main__header-action {
        color: #000;
        font-size: 1.5em;
        padding: .633vw 0 3.406vw;
        width: 90%
    }
    .main__icon {
        width: 9em
    }
    .main__test {
        width: 67%
    }
    .main__gender {
        display: none;
        width: 23%;
        padding-left: 1.54%
    }
    .main__gender a {
        pointer-events: none
    }
    fieldset {
        height: 24em;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 0
    }
    fieldset legend {
        bottom: -.5em;
        font-size: 1.5em
    }
    fieldset.female img {
        width: 66%
    }
    fieldset.female::before {
        -webkit-border-radius: 24px;
        border-radius: 24px;
        padding: 1.25em
    }
    fieldset.male::before {
        -webkit-border-radius: 24px;
        border-radius: 24px;
        padding: 1.25em
    }
    .first-page .main {
        height: auto;
        padding-bottom: 2.7em
    }
    .first-page .main__icon {
        width: 8em
    }
    .first-page .main__test {
        width: 70%;
        padding: 0;
        margin: 0 auto;
    }
    .first-page .question__back {
        display: none
    }
    .first-page .choose-gender {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .first-page .choose-gender>p {
        display: none
    }
    .first-page .choose-gender fieldset {
        width: 48%
    }
    .first-page .choose-gender fieldset:active img::before {
        opacity: .5
    }
    .first-page .choose-gender fieldset img {
        opacity: .7
    }
}

@media screen and (max-width:768px) {
    body {
        font-size: 13px
    }
}

@media screen and (max-width:1025px) {
    .steps-page .main__icon {
        width: 9em
    }
    .steps-page .main__step {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .steps-page .main__header {
        width: 32%
    }
    .steps-page .main__test {
        width: 64%
    }
    .product-modal__body {
        width: 30em;
        height: 27em;
        padding: 2.8em 1.7em 2em
    }
    .product-modal__body svg {
        width: 2.5em;
        height: 2.5em
    }
    .product-modal__body p {
        font-size: 1.125em
    }
    .product-modal__action div {
        padding: 1em;
        font-size: 1.2em;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        margin-top: .6em
    }
    .one-choose a,
    .one-choose p {
        width: 100%;
        font-size: 1.125em;
        height: 3.38em;
        margin-bottom: 1.042vw
    }
    .multi-choose div {
        font-size: 1em;
        height: 3.38em;
        margin-bottom: 1.125em;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 100%
    }
    .multi-choose div::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: -webkit-calc(3.4em - 4px);
        width: calc(3.4em - 4px);
        height: -webkit-calc(3.4em - 4px);
        height: calc(3.4em - 4px)
    }
    .multi-choose p {
        width: 100%;
        font-size: 1em;
        height: 3.38em;
        margin-top: 1.125em;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    .multi-svg-choose div {
        width: 17.7vw;
        height: 10.5vw;
        margin: 0 1.927vw 1.927vw 0;
        border-width: 1px;
        -webkit-border-radius: 20px;
        border-radius: 20px
    }
}

@media screen and (max-width:1025px) and (max-width:980px) {
    .multi-svg-choose div {
        width: 17.5vw;
        height: 10vw
    }
}

@media screen and (max-width:1025px) and (max-width:905px) {
    .multi-svg-choose div {
        width: 17.3vw;
        height: 11vw
    }
}

@media screen and (max-width:1025px) and (max-width:840px) {
    .multi-svg-choose div {
        width: 17vw;
        height: 10vw
    }
    .multi-svg-choose div svg {
        max-width: 2.6em;
        max-height: 2.6em
    }
    .multi-svg-choose div span {
        width: -webkit-calc(100% - 2.6em);
        width: calc(100% - 2.6em)
    }
}

@media screen and (max-width:1025px) and (max-width:768px) {
    .multi-svg-choose div {
        width: 17.4vw;
        height: 9vw
    }
}

@media screen and (max-width:1025px) {
    .multi-svg-choose div::after {
        content: '';
        width: 1.6vw;
        height: 1.6vw;
        top: 7px;
        right: 7px
    }
    .multi-svg-choose span {
        font-size: .875em;
        padding-left: .3em;
        width: -webkit-calc(100% - 3em);
        width: calc(100% - 3em)
    }
    .multi-svg-choose svg {
        max-height: 3em;
        max-width: 3em
    }
    .multi-svg-choose p {
        width: 100%;
        font-size: 1em;
        height: 3.38em
    }
    .form-menu form .stop~[type=submit] {
        pointer-events: none
    }
    .form-menu {
        width: 100%
    }
    .form-menu form label {
        margin-bottom: 1.042em
    }
    .form-menu form label.half {
        width: 56%
    }
    .form-menu form label.half+label {
        width: 44%;
        padding-left: 2.86%
    }
    .form-menu form label.half+label .err {
        left: 1.1em
    }
    .form-menu form label span {
        font-size: .7em;
        right: 1em;
        top: -webkit-calc(50% - .38em);
        top: calc(50% - .38em)
    }
    .form-menu form label .err {
        left: 6.7em;
        bottom: -1.2em;
        font-size: .6em
    }
    .form-menu form svg {
        height: 3.5em;
        width: 3.5em;
        padding: .5em
    }
    .form-menu form input {
        height: 3.38em;
        width: -webkit-calc(100% - 4em);
        width: calc(100% - 4em);
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: .5em;
        font-size: 1em
    }
    .form-menu form input[type=submit] {
        font-size: 1em;
        height: 3.38em;
        margin-top: 1.042em;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    .switch-field {
        margin-bottom: 1em;
        width: 100%;
        height: 3.38em;
        padding: 0 .3em;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    .switch-field label {
        -webkit-border-radius: 25px;
        border-radius: 25px;
        font-size: 1.125em
    }
    #processing {
        min-height: -webkit-calc(100vh - 20em);
        min-height: calc(100vh - 20em)
    }
    #processing .main__test {
        padding-left: 5.8em;
        position: static
    }
    #processing .main__test fieldset {
        max-width: 20.5em;
        height: 35.375em
    }
    #processing .main__test fieldset legend {
        font-weight: 400;
        padding-right: 1em
    }
    #processing .main__test fieldset legend+span {
        bottom: -.5em;
        left: 57%;
        font-size: 1.5em
    }
    #processing .main__test .anim {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    #processing .main__test .anim::after {
        width: -webkit-calc(100% - 3em);
        width: calc(100% - 3em);
        left: 1.5em;
        right: 1.5em
    }
    #processing .main__test .male img {
        width: 55%;
        position: absolute;
        left: 23%
    }
    #processing .main__test .male legend::before {
        background: #343872
    }
    #processing .main__test .male .anim {
        margin: 0 auto 3.6em
    }
    #processing .main__test .female img {
        width: 54%;
        position: absolute;
        left: 23%
    }
    #processing .main__test .female .anim {
        margin: 0 auto 3.28em
    }
    #processing.active+.main__gender {
        display: none
    }
    #processing.active .main__test {
        -webkit-animation: .5s ease-in forwards Left;
        animation: .5s ease-in forwards Left
    }
    @-webkit-keyframes Height {
        0% {
            height: 0
        }
        100% {
            height: 83%
        }
    }
    @keyframes Height {
        0% {
            height: 0
        }
        100% {
            height: 83%
        }
    }
    #processing.active .main__test .anim {
        -webkit-animation: 5s ease-in forwards Height;
        animation: 5s ease-in forwards Height
    }
    #processing.active .main__test .anim::after {
        content: '';
        -webkit-animation: .1s linear 4.8s forwards opacityAfter;
        animation: .1s linear 4.8s forwards opacityAfter
    }
    .steps {
        overflow: scroll;
        margin: 2.3em 3.375em 1em;
        width: -webkit-calc(100% - 6.7em);
        width: calc(100% - 6.7em);
        padding: 0 0 2em
    }
    .steps_allsteps {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }
    .steps_allsteps .step {
        width: 10.5em;
        height: 2.875em;
        font-size: 1em;
        font-weight: 700;
        border-left: 1px solid rgba(0, 0, 0, .4);
        pointer-events: none
    }
    .steps_allsteps .step:last-child {
        border-right: 1px solid rgba(0, 0, 0, .4)
    }
}

@media screen and (max-width:1025px) {
    .steps_line__text {
        font-size: 1em;
        top: 1em
    }
    #result .get-it {
        margin: 6.6em auto 0;
        padding: 1em;
        max-width: 12.3em
    }
    #result .get-it p {
        font-size: 1.3em
    }
    #result .get-it a {
        height: 3em;
        font-size: 1em;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-top: 1.042vw
    }
    .imgs {
        top: .5em
    }
    .imgs.male .male {
        width: 9.5em
    }
    .imgs.female .female {
        width: 11em
    }
    .data-person svg {
        height: 2.2em;
        width: 2.4em;
        margin-right: 1em
    }
    .data-person>div {
        margin-bottom: 1.25em
    }
    .data-person-text p {
        font-size: 1.5em
    }
    .data-person-text p em,
    .data-person-text p span {
        font-size: -webkit-calc(1em / 24 * 16);
        font-size: calc(1em / 24 * 16)
    }
    .data-person-text span {
        font-size: 1em
    }
    .main__datas {
        width: 78.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .main__datas_content {
        position: relative;
        width: -webkit-calc(50% - 1.25em);
        width: calc(50% - 1.25em);
        margin-left: 1.25em;
        padding: 0 0 1em 1.25em;
        margin-bottom: 2.375em;
        max-width: 50%;
        max-height: 16em
    }
    .main__datas_title {
        font-size: 1.5em
    }
    .main__datas_subtitle {
        padding-top: 1em
    }
    .main__datas_subtitle span {
        font-size: 1em;
        padding-bottom: .2vw
    }
    .main__datas_subtitle p {
        color: #999;
        font-size: 1em;
        font-weight: 700;
        display: inline
    }
    .bmi_block svg {
        width: 9.4em;
        left: -.7vw
    }
    .bmi_text {
        top: 5em;
        left: 3.4em
    }
    .bmi_text p {
        font-size: 1.5em
    }
    .bmi_text span {
        font-size: 1em
    }
    .metabolic-age {
        width: 22%
    }
    .metabolic-age.small svg {
        height: 3em
    }
    .metabolic-age.middle svg,
    .metabolic-age.young svg {
        height: 3.7em
    }
    .metabolic-age.old svg {
        height: 3.4em
    }
    .metabolic-age p {
        padding-top: .6em;
        font-size: 1em
    }
    #calories .svg-graph-2 {
        margin-top: 1.2em;
        margin-bottom: 1.7em
    }
    #calories .svg-graph-2__from,
    #calories .svg-graph-2__maxmin,
    #calories .svg-graph-2__to {
        font-size: 1em
    }
    #calories svg {
        margin-top: 2.7em
    }
    .achievable p {
        font-size: 4.5em
    }
    .achievable p>p {
        font-size: 1em
    }
    .achievable.female p p,
    .achievable.male p p {
        font-size: -webkit-calc(1em / 72 * 16);
        font-size: calc(1em / 72 * 16)
    }
    #water-formula .diapason {
        top: 2em;
        left: 9.1em;
        font-size: 1em;
        height: 7.9em
    }
    #water-formula .water__text {
        position: absolute;
        top: 6.3em;
        left: 5.3em
    }
    #water-formula .water__text p {
        font-size: 1.5em
    }
    #water-formula .water__text span {
        font-size: 1em
    }
    #water-formula svg {
        width: 8em
    }
}

@media screen and (max-width:640px) {
    body {
        padding-top: 4.125em;
        font-size: 16px
    }
    .container {
        padding: 0 1.125em;
        margin: 0 auto
    }
    header {
        height: 4.125em;
        padding-top: 3.375em
    }
    header .logo {
        font-size: 1.125em
    }
    header .mob__nav .header {
        padding: 1.125em
    }
    header .mob__nav .list {
        width: -webkit-calc(100% - 1.125em - 1.125em);
        width: calc(100% - 1.125em - 1.125em);
        height: -webkit-calc(100% - 3em);
        height: calc(100% - 3em);
        padding-top: .125em
    }
    header .mob__nav .footer {
        width: -webkit-calc(100% - 1.125em - 1.125em);
        width: calc(100% - 1.125em - 1.125em);
        font-size: 1em;
        margin: 0 3.375em;
        padding: 1.75em 0;
        text-align: center
    }
    header .mob__nav .footer br {
        display: block
    }
    footer {
        height: 4.625em
    }
    footer:before {
        width: -webkit-calc(100% - 1.125em - 1.125em);
        width: calc(100% - 1.125em - 1.125em);
        left: 1.125em;
        right: 1.125em
    }
    footer .devs {
        text-align: center
    }
    footer .devs br {
        display: block
    }
    main {
        position: relative;
        width: 100%
    }
    .question {
        position: relative
    }
    .question_text {
        display: none
    }
    .question__nav {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0
    }
    .question__nav>div {
        display: none
    }
    .question__nav>a {
        right: 5.4em
    }
    .question__back {
        -webkit-border-radius: 5px;
        border-radius: 5px
    }
    .question__help {
        right: 1.125em
    }
    .question__help-window {
        z-index: 30;
        right: -100vw;
        width: 100vw;
        padding: 19vh 2.5em 0
    }
    .question__help-window-close {
        position: absolute;
        right: 1.125em;
        top: 1.125em
    }
    .h1 {
        font-size: 2.25em;
        padding-bottom: .5em
    }
    .h1 b br {
        display: none
    }
    .main {
        padding-top: 3em;
        padding-bottom: 2em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .main__header {
        width: 100%;
        padding-bottom: 2.25em
    }
    .main__header-action {
        display: none
    }
    .main__icon {
        width: 9em
    }
    .main__test {
        width: 100%
    }
    .main__gender {
        display: none
    }
    fieldset {
        display: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 1.125em
    }
    fieldset legend {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        bottom: 50%;
        font-size: 2.1em;
        font-weight: 600;
        line-height: 38px
    }
    fieldset legend span {
        line-height: 38px
    }
    fieldset legend::before {
        content: none
    }
    fieldset.female::before,
    fieldset.male::before {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 1.125em;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: .6;
        background: 0 0
    }
    .first-page .main {
        padding-bottom: 2.7em
    }
    .first-page .main__header {
        width: 100%
    }
    .first-page .main__icon {
        width: 8em
    }
    .first-page .main__test {
        width: 100%;
        padding: 0
    }
    .first-page .question__back {
        display: none
    }
    .first-page .choose-gender {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .first-page .choose-gender>p {
        display: none
    }
    .first-page .choose-gender fieldset {
        width: 70%;
        max-width: 100%;
      /* height: 5em*/
    }
    .first-page .choose-gender fieldset.female {
        margin: 5vh 0 7vh
    }
    .first-page .h1 br {
        display: none
    }
    .first-page .choose-gender fieldset img {
    /*    display: none*/
    }
    .steps-page .main__icon {
        width: 7em
    }
    .steps-page .main__step {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .steps-page .main__header,
    .steps-page .main__test {
        width: 100%;
        margin-top: 20px
    }
    .product-modal__body {
        width: -webkit-calc(100% - 36px);
        width: calc(100% - 36px);
        height: 27em;
        padding: 2.8em 1.7em 2em
    }
    .product-modal__action div {
        width: 100%
    }
    .one-choose a,
    .one-choose p {
        width: 100%;
        font-size: .875em;
        height: 58px;
        margin-bottom: 1.125em;
        text-align: center;
        padding: 0 2em
    }
    .multi-choose div {
        font-size: .875em;
        height: 58px;
        margin-bottom: 1.125em
    }
    .multi-choose div::after {
        width: 1.3em;
        height: 1.3em
    }
    .multi-choose p {
        width: 100%;
        font-size: 1em;
        height: 3.38em;
        margin-top: 2.25em;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    .multi-svg-choose div {
        width: 41.563vw;
        height: 21.063vw;
        margin: 0 1.125em 1.125em 0;
        border-width: 1px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        padding: 1vw
    }
    .multi-svg-choose div::after {
        content: '';
        width: 1em;
        height: 1em;
        top: 5px;
        right: 7px;
        background-color: #fff
    }
    .multi-svg-choose div:nth-child(3n) {
        margin: 0 1.125em 1.125em 0
    }
    .multi-svg-choose div:nth-child(2n) {
        margin: 0 0 1.125em
    }
    .multi-svg-choose span {
        font-size: 1.3em;
        width: -webkit-calc(100% - 12vw);
        width: calc(100% - 12vw)
    }
    .multi-svg-choose svg {
        max-height: 12vw;
        max-width: 12vw
    }
    .multi-svg-choose p {
        width: 100%;
        font-size: 1em;
        height: 3.38em;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        margin-top: 1.125em
    }
    .form-menu {
        width: 100%
    }
    .form-menu form label {
        margin-bottom: 1.25em
    }
    .form-menu form label.half {
        width: 60%
    }
    .form-menu form label.half+label {
        width: 40%;
        padding-left: 2.86%
    }
    .form-menu form label.half+label .err {
        left: 1.1em
    }
    .form-menu form label span {
        font-size: .7em;
        right: 1em;
        top: -webkit-calc(50% - .38em);
        top: calc(50% - .38em)
    }
    .form-menu form label .err {
        left: 6.7em;
        bottom: -1.9em;
        font-size: .6em;
        height: 2em
    }
    .form-menu form input {
        height: 3.38em;
        width: -webkit-calc(100% - 4em);
        width: calc(100% - 4em);
        -webkit-border-radius: 16px;
        border-radius: 16px;
        padding: .5em;
        font-size: 1em
    }
    .form-menu form input[type=submit] {
        font-size: 1em;
        height: 3.38em;
        margin-top: 1.042em;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    .switch-field label {
        -webkit-border-radius: 25px;
        border-radius: 25px;
        font-size: .875em
    }
    #processing {
        min-height: 100vh
    }
    #processing .main__test {
        padding-left: 0;
        position: static
    }
    #processing .main__test fieldset {
        width: 100%;
        max-width: 17.75em;
        height: 35.375em;
        margin: 0 auto
    }
    #processing .main__test fieldset legend {
        font-weight: 400;
        padding-right: 1em;
        bottom: 0
    }
    #processing .main__test fieldset legend::before {
        content: ''
    }
    #processing .main__test fieldset legend+span {
        bottom: -.6em;
        left: 57%;
        font-size: 1.5em
    }
    #processing .main__test .male img {
        width: 64%;
        left: 17%
    }
    #processing .main__test .male legend::before {
        background: #343872
    }
    #processing .main__test .male .anim {
        margin: 0 auto 3.6em
    }
    #processing .main__test .female img {
        width: 62%;
        left: 23%
    }
    #processing .main__test .female .anim {
        margin: 0 auto 3.28em
    }
    #processing.active+.main__gender {
        display: none
    }
    #processing.active .main__test {
        -webkit-animation: .5s ease-in forwards Left;
        animation: .5s ease-in forwards Left
    }
    @-webkit-keyframes Height {
        0% {
            height: 0
        }
        100% {
            height: 83%
        }
    }
    @keyframes Height {
        0% {
            height: 0
        }
        100% {
            height: 83%
        }
    }
    #processing.active .main__test .anim {
        -webkit-animation: 5s ease-in forwards Height;
        animation: 5s ease-in forwards Height
    }
    #processing.active .main__test .anim::after {
        content: '';
        -webkit-animation: .1s linear 4.8s forwards opacityAfter;
        animation: .1s linear 4.8s forwards opacityAfter
    }
    .steps {
        width: 100%;
        margin: 2em 0 0;
        padding: 0 1.125em 3em
    }
    .steps_allsteps {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }
    .steps_allsteps .step {
        width: 10.5em;
        height: 2.875em;
        font-size: 1em;
        font-weight: 700;
        border-left: 1px solid rgba(0, 0, 0, .4);
        pointer-events: none
    }
    .steps_allsteps .step:last-child {
        border-right: 1px solid rgba(0, 0, 0, .4)
    }
    .steps_line__text {
        font-size: 1em;
        top: 1em
    }
    #result .main__header {
        padding-bottom: 0
    }
    #result .get-it {
        margin: 1.5em auto 2.25em;
        padding: 1.125em;
        max-width: 17.7em
    }
    .imgs {
        top: .5em
    }
    .imgs.male .male {
        width: 11.5em
    }
    .imgs.female .female {
        width: 13em
    }
    .data-person svg {
        height: 2.2em;
        width: 2.4em;
        margin-right: 1em
    }
    .data-person>div {
        margin-bottom: 1.25em
    }
    .data-person-text p {
        font-size: 1.5em
    }
    .data-person-text p em,
    .data-person-text p span {
        font-size: -webkit-calc(1em / 24 * 16);
        font-size: calc(1em / 24 * 16)
    }
    .data-person-text span {
        font-size: 1em
    }
    .main__datas {
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .main__datas_content {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding: 0 0 1em 1.125em;
        margin-bottom: 36px;
        max-width: 100%;
        max-height: 16em
    }
    .main__datas_title {
        padding-bottom: 20px
    }
    .main__datas_subtitle {
        padding-top: 20px
    }
    .main__datas_subtitle span {
        font-size: 1em;
        padding-bottom: .2vw
    }
    .main__datas_subtitle p {
        color: #999;
        font-size: 1em;
        font-weight: 700;
        display: inline
    }
    .bmi_block svg {
        width: 9.4em;
        left: -.7vw
    }
    .bmi_text {
        top: 6.5em;
        left: 3.4em
    }
    .bmi_text p {
        font-size: 1.5em
    }
    .bmi_text span {
        font-size: 1em
    }
    .metabolic-age {
        width: 22%
    }
    .metabolic-age.small svg {
        height: 3em
    }
    .metabolic-age.middle svg,
    .metabolic-age.young svg {
        height: 3.7em
    }
    .metabolic-age.old svg {
        height: 3.4em
    }
    .metabolic-age p {
        padding-top: .6em;
        font-size: 1em
    }
    #calories .svg-graph-2 {
        margin-top: 1.2em;
        margin-bottom: 1.7em
    }
    #calories .svg-graph-2__from,
    #calories .svg-graph-2__maxmin,
    #calories .svg-graph-2__to {
        font-size: 1em
    }
    #calories svg {
        margin-top: 2.7em
    }
    .achievable p {
        font-size: 4.5em
    }
    .achievable p>p {
        font-size: 1em
    }
    .achievable.female p p,
    .achievable.male p p {
        font-size: -webkit-calc(1em / 72 * 16);
        font-size: calc(1em / 72 * 16)
    }
    #water-formula .diapason {
        top: 3em;
        left: 9.1em;
        font-size: 1em;
        height: 7.9em
    }
    #water-formula .water__text {
        position: absolute;
        top: 7em;
        left: 5.3em
    }
    #water-formula .water__text p {
        font-size: 1.5em
    }
    #water-formula .water__text span {
        font-size: 1em
    }
    #water-formula svg {
        width: 8em
    }
}

.first-page .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 3.663vw
}

.text-plan {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 50px
}

.text-plan span {
    font-size: 52px;
    text-transform: uppercase;
    margin-top: 12px
}

@media (max-width:1230px) {
    .text-plan {
        font-size: 32px
    }
    .text-plan span {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .text-plan {
        font-size: 31px;
        margin: 40px 0 80px
    }
    .text-plan span {
        font-size: 47px
    }
}

@media (max-width:768px) {
    .text-plan {
        font-size: 28px
    }
    .text-plan span {
        font-size: 44px
    }
}

@media (max-width:640px) {
    .text-plan {
        font-size: 26px;
        line-height: 1.3
    }
    .text-plan span {
        font-size: 42px
    }
}

@media (max-width:480px) {
    .text-plan {
        font-size: 25px
    }
    .text-plan span {
        font-size: 41px
    }
}

.form-menu form input[name=email] {
    text-transform: none
}

a.next-question,
button.next-question {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 54px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0
}

.female button.next-question,
a.next-question {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

button.next-question:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-menu form .inval~a.next-question,
.form-menu form .inval~button.next-question,
.form-menu form .stop~a.next-question,
.form-menu form .stop~button.next-question {
    pointer-events: none;
    background: rgba(158, 158, 158, .65)
}

.finish #result {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.finish #result {
    padding-top: 30px
}

.finish-titles {
    margin-top: 50px
}

@media (min-width:1026px) {
    #characteristics .h1 {
        font-size: 2.2vw
    }
}

@media (min-width:812px) and (max-width:906px) {
    #characteristics .main__header .h1 {
        font-size: 2em;
        padding-top: 4px
    }
}

@media (min-width:769px) and (max-width:811px) {
    #characteristics .main__header .h1 {
        font-size: 1.86em;
        padding-top: 4px
    }
}

@media (min-width:641px) and (max-width:740px) {
    #characteristics .main__header .h1 {
        font-size: 1.9em;
        padding-top: 4px
    }
}

@media (min-width:1200px) {
    .finish #result .main__header {
        width: 22%
    }
}

.result-title {
    margin-bottom: 1.1vw;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.3
}

.result-title-small {
    margin-bottom: 1.1vw;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.3
}

.result-title-small a {
    text-decoration: underline;
    color: #000
}

.result-title-small a:hover {
    text-decoration: none
}

.result-title span {
    display: block;
    margin-top: 8px
}

@media (max-width:540px) {
    .result-title,
    .result-title-small {
        text-align: center
    }
    .result-title span {
        text-align: center
    }
}

.main__test .form-menu form input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.main__test .form-menu form input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.main__test .form-menu form input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.main__test .form-menu form input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.form-menu form svg#Layer_1 {
    height: 3.021vw;
    width: 3.021vw;
    padding: .1vw
}

@media (max-width:1025px) {
    .form-menu form svg#Layer_1 {
        height: 3.5em;
        width: 3.5em;
        padding: .1em
    }
}

.female .form-menu form svg path.cls-1 {
    fill: #ce69a2 !important
}

header {
    height: 110px
}

body {
    padding-top: 80px
}

@media (max-width:1025px) {
    header .logo {
        padding-bottom: 0
    }
}

@media (min-width:769px) and (max-width:803px) {
    body {
        padding-top: 94px
    }
}

@media (min-width:641px) and (max-width:719px) {
    body {
        padding-top: 94px
    }
}

@media (max-width:625px) {
    body {
        padding-top: 94px
    }
}

.carousel {
    margin-top: 30px;
    width: 91%
}

@media screen and (max-width:1025px) {
    .carousel {
        width: 100%
    }
}

.carousel-item {
    height: 134px;
    width: 100%
}

.carousel-item2 {
    height: 220px;
    width: 100%
}

.carousel-item2 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

.carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 134px
}

.carousel-eat {
    width: 100%;
    max-width: 1150px;
    margin: 30px auto
}

.carousel.female,
.carousel.male {
    display: none
}

body.female .carousel.female {
    display: block
}

body.male .carousel.male {
    display: block
}

#characteristics {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.copyright {
    color: #000
}

@media (max-width:1025px) {
    footer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    footer .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    footer .nav a {
        display: block;
        font-size: 16px
    }
}

@media (max-width:1025px) {
    footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 125px
    }
    .copyright {
        margin-bottom: 13px;
        text-align: center;
        font-size: 16px
    }
}

@media (max-width:804px) {
    footer {
        height: 122px
    }
}

@media (max-width:697px) {
    footer {
        height: 140px
    }
}

@media (max-width:660px) {
    footer .nav a {
        margin-right: 10px;
        text-align: center
    }
    footer .nav a:last-child {
        margin-right: 0
    }
    footer .nav a:after {
        display: none
    }
}

@media (max-width:640px) {
    footer {
        height: 9.625em
    }
}

@media (max-width:576px) {
    footer {
        height: 11em
    }
    footer .nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .nav a {
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px
    }
    footer .nav a:nth-child(3),
    footer .nav a:nth-child(4) {
        margin-bottom: 0
    }
}

@media (max-width:503px) {
    footer {
        height: 10.5em
    }
}

@media (max-width:480px) {
    footer {
        height: 10em
    }
    footer .nav a {
        font-size: 14px
    }
    .copyright {
        font-size: 15px
    }
}

@media (max-width:420px) {
    footer .nav a {
        font-size: 13px
    }
}

@media (max-width:400px) {
    footer .nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    footer .nav a {
        font-size: 13px
    }
    .copyright {
        font-size: 14px
    }
}

@media (max-width:377px) {
    footer {
        height: 176px
    }
    footer .nav a {
        text-align: center
    }
    .copyright {
        margin-bottom: 8px
    }
}

@media (max-width:325px) {
    footer {
        height: 186px
    }
}

.steps_allsteps .step {
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

@media screen and (max-width:1025px) {
    .steps_allsteps .step {
        width: 12em
    }
}

@media screen and (max-width:640px) {
    #result .main__header {
        width: 100%
    }
    #result .main__header .imgs {
        right: 0
    }
}

@media (min-width:1026px) {
    main {
        overflow-x: hidden
    }
}

.mob-helper {
    color: #000;
    opacity: .9;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    padding-top: 4px;
    display: none
}

@media screen and (max-width:640px) {
    .main__header {
        padding-bottom: 21px
    }
    .mob-helper {
        display: block
    }
}

@media screen and (max-width:768px) {
    .multi-svg-choose div {
        width: -webkit-calc((100% / 3) - ((1.927vw * 2)/ 3));
        width: calc((100% / 3) - ((1.927vw * 2)/ 3))
    }
}

@media screen and (max-width:640px) {
    .multi-svg-choose div {
        width: -webkit-calc(50% - (1.125em / 2));
        width: calc(50% - (1.125em / 2))
    }
}

a.result-title {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-block
}

a.result-title:hover {
    border-color: transparent
}

@media (max-width:768px) {
    a.result-title {
        margin-top: 10px
    }
}

@media (max-width:430px) {
    a.result-title {
        margin-top: 10px;
        text-align: center
    }
}

#imperial .eac-input-wrap,
#metric .eac-input-wrap {
    width: -webkit-calc(100% - 4vw);
    width: calc(100% - 4vw);
    overflow: hidden
}

#imperial .eac-input-wrap input,
#metric .eac-input-wrap input {
    width: 100%;
    font-size: 1.033vw
}

#imperial .eac-input-wrap,
#metric .eac-input-wrap {
    font-size: 1.033vw !important
}

@media (max-width:1025px) {
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        width: -webkit-calc(100% - 4em);
        width: calc(100% - 4em)
    }
    #imperial .eac-input-wrap input,
    #metric .eac-input-wrap input {
        width: 100%;
        font-size: 1em
    }
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        font-size: 1em !important
    }
}

#imperial .eac-input-wrap span,
#metric .eac-input-wrap span {
    opacity: 1;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto !important;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.eac-sugg {
    color: red
}

@media (max-width:768px) {
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap,
    .form-menu form input {
        font-size: 14px !important
    }
}

.button-download {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.female .button-download {
    background: -webkit-gradient(linear, left top, right top, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(left, #ad6acc 0, #3175da 100%);
    background: linear-gradient(to right, #ad6acc 0, #3175da 100%)
}

.button-download:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:768px) {
    .button-download {
        margin-top: 10px
    }
}

@media (max-width:540px) {
    .button-download {
        margin-bottom: 25px
    }
}

.hide {
    display: none
}

footer.container {
    padding-top: 9px;
    padding-bottom: 6px
}

.footer-text {
    color: #fff;
    width: 100%;
    font-size: .833vw;
    text-align: center
}

@media (max-width:1025px) {
    .footer-text {
        margin-top: 12px;
        font-size: 14px
    }
    footer.container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:480px) {
    .footer-text {
        margin-top: 8px;
        font-size: 13px
    }
}

@media screen and (max-width:1023px) {
    .body-control {
        overflow: hidden
    }
}

.cookie-control-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #41327b;
    padding: 12px 0;
    border-top: 1px solid #6bb3dd;
    color: #fff
}

.cookie-control-wrap .container {
    position: relative
}

@media screen and (max-width:479px) {
    .cookie-control-wrap .container {
        padding: 0 10px
    }
}

.cookie-control-dropdown {
    position: fixed;
    padding: 25px 20px 70px;
    background-color: #41327b;
    bottom: -50px;
    left: 0;
    right: 0;
    max-height: -webkit-calc(100% + 50px);
    max-height: calc(100% + 50px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow-y: auto;
    pointer-events: none;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    z-index: 0
}

.cookie-control-dropdown.active {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

.cookie-control-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px
}

.cookie-control-desc {
    margin-bottom: 11px
}

.cookie-control-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cookie-control-item+.cookie-control-item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #6bb3dd
}

.cookie-control-select-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cookie-control-select-group .cookie-control-select+.cookie-control-select {
    margin-left: 10px
}

.cookie-control-select-text {
    width: -webkit-calc(100% - 23px);
    width: calc(100% - 23px);
    font-size: 16px;
    opacity: .7
}

.cookie-control-select input {
    display: none
}

.cookie-control-select input:checked~.cookie-control-select-text {
    opacity: 1
}

.cookie-control-select input:checked~.cookie-control-select-ico {
    border-color: rgba(49, 210, 124, .8);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.cookie-control-select input:checked~.cookie-control-select-ico:after {
    opacity: 1
}

.cookie-control-select-ico {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #667076;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    position: relative
}

.cookie-control-select-ico:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(49, 210, 124, .8);
    opacity: 0;
    webkit-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

.cookie-control-desc {
    font-size: 14px
}

.cookie-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:375px) {
    .cookie-control {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.cookie-control__text {
    text-align: center;
    width: 100%;
    font-size: 12px
}

@media (min-width:375px) {
    .cookie-control__text {
        max-width: -webkit-calc(100% - 250px);
        max-width: calc(100% - 250px)
    }
}

@media (min-width:450px) {
    .cookie-control__text {
        font-size: 13px
    }
}

@media (min-width:480px) {
    .cookie-control__text {
        font-size: 14px;
        text-align: left
    }
}

@media (min-width:576px) {
    .cookie-control__text {
        font-size: 15px;
        max-width: -webkit-calc(100% - 290px);
        max-width: calc(100% - 290px)
    }
}

.cookie-control__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -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-top: 8px
}

@media (min-width:375px) {
    .cookie-control__nav {
        margin-top: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.cookie-control__btn {
    background-color: #78668b;
    padding: 6px 9px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media (min-width:576px) {
    .cookie-control__btn {
        font-size: 13px;
        padding: 7px 12px
    }
}

.cookie-control__btn:focus {
    outline: 0
}

.cookie-control__btn:hover {
    opacity: .9
}

.cookie-control__btn+.cookie-control__btn {
    margin-left: 6px
}

.cookie-control__btn--agree {
    background-color: rgba(49, 210, 124, .8);
    padding: 7px 12px;
    font-size: 13px
}

@media (min-width:576px) {
    .cookie-control__btn--agree {
        padding: 8px 15px;
        font-size: 14px
    }
    .cookie-control__btn+.cookie-control__btn {
        margin-left: 10px
    }
}

.cookie-control-form-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    max-width: 320px
}

.cookie-control-form-btn {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
    background-color: #78668b;
    padding: 8px 0;
    text-align: center;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.cookie-control-form-btn:hover {
    opacity: .9
}

.cookie-control-form-btn--ready {
    background-color: rgba(49, 210, 124, .8)
}

.multi-svg-choose span {
    text-align: left
}

header {
    height: 85px
}

@media (max-width:479px) {
    .first-page .main {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    body {
        padding-top: 64px
    }
    header {
        height: 64px
    }
    .question__help,
    .question__nav>a {
        top: -52px;
        width: 42px;
        height: 42px
    }
    .question__nav>a {
        right: 4.8em
    }
    .main {
        padding-top: 0
    }
    .h1 {
        font-size: 24px;
        padding-bottom: 0
    }
    #products .h1 {
        font-size: 19px
    }
    .main__header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px
    }
    .steps-page .main__icon {
        width: 40px;
        margin-left: 15px
    }
    .mob-helper {
        text-align: center;
        width: 100%;
        font-size: 18px;
        padding-top: 10px
    }
    .multi-svg-choose div:nth-child(3n) {
        margin: 0 10px 10px 0
    }
    .multi-svg-choose div {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        height: 13.4vh;
        min-height: 70px
    }
    .multi-svg-choose div:nth-child(2n) {
        margin-bottom: 10px;
        margin-right: 0
    }
    .multi-svg-choose [data-multi-choose] svg {
        margin-top: 0;
        width: 42px;
        height: 42px;
        margin-top: 0
    }
    .multi-svg-choose span {
        text-align: left;
        padding-left: 10px;
        padding-top: 0;
        font-size: 1.1em
    }
    .multi-svg-choose p {
        margin-top: 0
    }
    .form-menu form label {
        margin-bottom: 1.1em
    }
}

@media (max-width:479px) and (min-device-height:860px) {
    .multi-svg-choose div {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        height: 13.65vh;
        min-height: 70px
    }
    .multi-svg-choose div:nth-child(2n) {
        margin-bottom: 10px;
        margin-right: 0
    }
    .multi-svg-choose [data-multi-choose] svg {
        margin-top: 0;
        width: 42px;
        height: 42px;
        margin-top: 0
    }
    .multi-svg-choose span {
        text-align: left;
        padding-left: 10px;
        padding-top: 0
    }
    .multi-svg-choose p {
        margin-top: 0
    }
    .switch-field {
        height: 3.38em;
        margin-bottom: 1em
    }
    .form-menu form input {
        height: 3.36em
    }
    button.next-question {
        height: 57px
    }
}

@media (max-width:392px) {
    .text-plan {
        margin: 10px 0 30px
    }
    .first-page .main {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .multi-svg-choose div:nth-child(3n) {
        margin: 0 10px 10px 0
    }
    .multi-svg-choose div {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        height: 12vh;
        min-height: 70px
    }
    .multi-svg-choose div:nth-child(2n) {
        margin-bottom: 10px;
        margin-right: 0
    }
    .multi-svg-choose [data-multi-choose] svg {
        margin-top: 0;
        width: 36px;
        height: 36px;
        margin-top: 0
    }
    .multi-svg-choose span {
        text-align: left;
        padding-left: 10px;
        padding-top: 0;
        font-size: 1em
    }
    .multi-svg-choose p {
        margin-top: 0
    }
    .switch-field {
        height: 3em;
        margin-bottom: .5em
    }
    .form-menu form label {
        margin-bottom: 1.1em
    }
    .form-menu form label .err {
        bottom: -1.8em
    }
    .form-menu form input {
        height: 3em;
        width: -webkit-calc(100% - 3.5em);
        width: calc(100% - 3.5em)
    }
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        width: -webkit-calc(100% - 3.5em);
        width: calc(100% - 3.5em)
    }
    .form-menu form svg,
    .form-menu form svg#Layer_1 {
        width: 3em;
        height: 3em
    }
    button.next-question {
        height: 3em
    }
}

@media (max-width:392px) and (min-device-height:800px) {
    .switch-field {
        height: 3.2em;
        margin-bottom: 1em
    }
    .multi-svg-choose p {
        margin-top: 10px
    }
    .switch-field {
        height: 3.4em;
        margin-bottom: 1em
    }
    .form-menu form label {
        margin-bottom: 1.2em
    }
    .form-menu form input {
        height: 3.4em;
        width: -webkit-calc(100% - 3.8em);
        width: calc(100% - 3.8em)
    }
    .form-menu form label .err {
        bottom: -1.9em
    }
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        width: -webkit-calc(100% - 3.8em);
        width: calc(100% - 3.8em)
    }
    .form-menu form svg,
    .form-menu form svg#Layer_1 {
        width: 3.3em;
        height: 3.3em
    }
    button.next-question {
        height: 3.5em
    }
}

@media (max-width:370px) {
    .text-plan {
        margin: 10px 0 30px
    }
    .steps-page .main__icon {
        width: 32px;
        margin-left: 10px
    }
    .multi-svg-choose div:nth-child(3n) {
        margin: 0 12px 12px 0
    }
    .multi-svg-choose div {
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px);
        margin: 0 12px 12px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        height: 12.2vh
    }
    .multi-svg-choose div:nth-child(2n) {
        margin-bottom: 12px;
        margin-right: 0
    }
    .multi-svg-choose p {
        margin-top: 0;
        height: 3em
    }
    .multi-svg-choose [data-multi-choose] svg {
        margin-top: 0;
        width: 36px;
        height: 36px
    }
    .multi-svg-choose span {
        text-align: left;
        padding-left: 7px;
        padding-top: 0;
        font-size: .84em
    }
    .one-choose p {
        font-size: .84em;
        height: 57px;
        margin-bottom: 12px
    }
    .switch-field {
        height: 3em;
        margin-bottom: .7em
    }
    .form-menu form label {
        margin-bottom: 1.2em
    }
    .form-menu form input {
        height: 3em;
        width: -webkit-calc(100% - 3.5em);
        width: calc(100% - 3.5em)
    }
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        width: -webkit-calc(100% - 3.5em);
        width: calc(100% - 3.5em)
    }
    .form-menu form svg,
    .form-menu form svg#Layer_1 {
        width: 3em;
        height: 3em
    }
    button.next-question {
        height: 3.2em
    }
}

@media (max-width:370px) and (min-height:720px) {
    .multi-svg-choose p {
        margin-top: 0;
        height: 3.38em;
        margin-top: 1.125em
    }
    .form-menu form input {
        height: 3.1em;
        width: -webkit-calc(100% - 3.7em);
        width: calc(100% - 3.7em);
        font-size: 16px
    }
    .form-menu form input::-webkit-input-placeholder {
        font-size: 16px
    }
    .form-menu form input::-moz-placeholder {
        font-size: 16px
    }
    .form-menu form input:-ms-input-placeholder {
        font-size: 16px
    }
    .form-menu form input::-ms-input-placeholder {
        font-size: 16px
    }
    .form-menu form input::placeholder {
        font-size: 16px
    }
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        width: -webkit-calc(100% - 3.7em);
        width: calc(100% - 3.7em)
    }
    .form-menu form svg,
    .form-menu form svg#Layer_1 {
        width: 3.2em;
        height: 3.2em
    }
}

@media (max-width:370px) and (min-height:750px) {
    .multi-svg-choose [data-multi-choose] svg {
        width: 42px;
        height: 42px
    }
    .multi-svg-choose span {
        text-align: left;
        padding-left: 10px;
        padding-top: 0;
        font-size: .875em
    }
    .switch-field {
        margin-bottom: 1.1em
    }
}

@media (max-width:370px) and (min-height:800px) {
    body {
        padding-top: 70px
    }
    .multi-svg-choose div {
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        margin: 0 15px 15px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        height: 15vh
    }
    .multi-svg-choose div:nth-child(2n) {
        margin-bottom: 15px;
        margin-right: 0
    }
    .multi-svg-choose div:nth-child(3n) {
        margin: 0 15px 15px 0
    }
}

@media (max-width:359px) {
    .text-plan {
        margin: 10px 0 10px;
        font-size: 22px
    }
    .text-plan span {
        font-size: 34px
    }
    .first-page .choose-gender fieldset {
      /*  height: 4em*/
    }
    body {
        padding-top: 54px
    }
    header {
        height: 54px
    }
    .question__help,
    .question__nav>a {
        top: -46px;
        width: 38px;
        height: 38px
    }
    .question__nav>a {
        right: 4.2em
    }
    .h1 {
        font-size: 20px;
        text-align: center;
    }
    #products .h1 {
        font-size: 16px
    }
    .steps-page .main__icon {
        width: 32px;
        margin-left: 10px
    }
    .multi-svg-choose div:nth-child(3n) {
        margin: 0 10px 10px 0
    }
    .multi-svg-choose div {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        height: 10.2vh;
        min-height: 60px
    }
    .multi-svg-choose div:nth-child(2n) {
        margin-bottom: 10px;
        margin-right: 0
    }
    .multi-svg-choose p {
        margin-top: 0;
        height: 2.7em
    }
    .multi-svg-choose [data-multi-choose] svg {
        margin-top: 0;
        width: 32px;
        height: 32px
    }
    .multi-svg-choose span {
        text-align: left;
        padding-left: 5px;
        padding-top: 0;
        font-size: .8em
    }
    .one-choose p {
        font-size: .8em;
        height: 50px;
        margin-bottom: 10px
    }
    .switch-field {
        height: 3em;
        margin-bottom: .4em
    }
    .form-menu form label {
        margin-bottom: .6em
    }
    .form-menu form label.half.error,
    .form-menu form label.half.error+label,
    .form-menu form label.half.inval,
    .form-menu form label.half.inval+label {
        margin-bottom: 1.2em
    }
    .form-menu form input {
        height: 2.6em;
        width: -webkit-calc(100% - 3.1em);
        width: calc(100% - 3.1em)
    }
    #imperial .eac-input-wrap,
    #metric .eac-input-wrap {
        width: -webkit-calc(100% - 3.1em);
        width: calc(100% - 3.1em)
    }
    .form-menu form svg,
    .form-menu form svg#Layer_1 {
        width: 2.6em;
        height: 2.6em
    }
    button.next-question {
        height: 2.6em;
        margin-top: .2em
    }
}

.switch-field label {
    border: 0;
    background-color: #fff;
    position: relative
}

.switch-field label::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(#b3b3b3));
    background: -o-linear-gradient(left, #b3b3b3 0, #b3b3b3 100%);
    background: linear-gradient(90deg, #b3b3b3 0, #b3b3b3 100%);
    background-clip: content-box;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.male .switch-field input:checked+label::before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.male .form-menu form svg {
    fill: url(main.css#paint0_linear) #00b4dc
}

.female .switch-field input:checked+label::before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.female .form-menu form svg {
    fill: #ce69a2
}

.data-person.female svg {
    fill: #ce69a2
}

.data-person.male svg {
    fill: #18c5bc
}

.metabolic-block.female .metabolic-age.active svg {
    fill: #ce69a2
}

.achievable.female p span {
    background: -webkit-gradient(linear, left top, left bottom, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(#ad6acc, #3175da);
    background: linear-gradient(#ad6acc, #3175da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.achievable.female p p {
    color: #999
}

.female #water-formula .st0 {
    fill: rgba(143, 108, 207, .1)
}

.female #water-formula .st2 {
    fill: url(main.css#paint1_linear) #ce69a2
}

.female #water-formula .st3 {
    stroke: #8f6ccf
}

.female #water-formula .st4 {
    fill: url(main.css#paint1_linear) #ce69a2
}

.metabolic-block.male .metabolic-age.active svg {
    fill: url(main.css#paint0_linear) #18c5bc
}

.achievable.male p span {
    background: -webkit-gradient(linear, left top, left bottom, from(#ad6acc), to(#3175da));
    background: -o-linear-gradient(#ad6acc, #3175da);
    background: linear-gradient(#ad6acc, #3175da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.male #water-formula .st0 {
    fill: rgba(143, 108, 207, .1)
}

.male #water-formula .st2 {
    fill: url(main.css#paint0_linear) #ce69a2
}

.male #water-formula .st3 {
    stroke: #8f6ccf
}

.male #water-formula .st4 {
    fill: url(main.css#paint0_linear) #ce69a2
}

.mian-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 2213127231
}

.header-button {
    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;
    font-size: 12px;
    color: #000;
    padding: 10px 12px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600
}

.header-button:hover {
    background-color: rgba(0, 0, 0, .02)
}

.header-button-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;
    height: 38px
}

.header-button img {
    width: 12px;
    height: 13px;
    margin-right: 5px
}

@media (min-width:360px) {
    .header-button-wrap {
        height: 50px
    }
    .header-button {
        font-size: 14px
    }
    .header-button img {
        width: 15px;
        height: 16px;
        margin-right: 8px
    }
}

@media (min-width:480px) {
    .header-button-wrap {
        height: 65px
    }
}

.multi-svg-choose .big-card-choose {
    width: 18vw;
    height: 14vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center
}

.multi-svg-choose .big-card-choose .big-card-choose__ico {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    background-color: transparent
}

.multi-svg-choose .big-card-choose[data-multi-choose=check]::after,
.multi-svg-choose .big-card-choose[data-multi-choose=no-check]::after {
    display: none
}

.multi-svg-choose .big-card-choose[data-multi-choose=no-check] {
    color: #8f6ccf
}

.female .multi-svg-choose .big-card-choose[data-multi-choose=no-check] {
    color: #8f6ccf
}

.multi-svg-choose .big-card-choose[data-multi-choose=no-check]:before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.female .multi-svg-choose .big-card-choose[data-multi-choose=no-check]:before {
    background: -webkit-gradient(linear, left top, right top, from(#3175da), to(#ad6acc));
    background: -o-linear-gradient(left, #3175da 0, #ad6acc 100%);
    background: linear-gradient(90deg, #3175da 0, #ad6acc 100%)
}

.multi-svg-choose .big-card-choose .big-card-choose__ico::after,
.multi-svg-choose .big-card-choose .big-card-choose__ico::before {
    display: none
}

.multi-svg-choose .big-card-choose span {
    text-align: center;
    padding: 0
}

.multi-svg-choose .big-card-choose .big-card-choose__ico {
    height: 9.25vw;
    width: 100%
}

.multi-svg-choose .big-card-choose .big-card-choose__ico .meal-ico {
    width: 7.2vw
}

.multi-svg-choose .big-card-choose .big-card-choose__ico .vegeterian-ico {
    width: 4.72vw
}

.multi-svg-choose .big-card-choose .big-card-choose__ico .pescaterian-ico {
    width: 5.65vw
}

@media (max-width:1025px) {
    .multi-svg-choose .big-card-choose {
        width: 26.5vw;
        height: 22vw
    }
    .multi-svg-choose .big-card-choose+.big-card-choose {
        margin-right: 0
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico {
        height: 15.25vw;
        width: 100%
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico .meal-ico {
        width: 11vw
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico .vegeterian-ico {
        width: 9vw
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico .pescaterian-ico {
        width: 9vw
    }
}

@media (max-width:640px) {
    .multi-svg-choose .big-card-choose {
        width: -webkit-calc(50% - (1.125em / 2));
        width: calc(50% - (1.125em / 2));
        height: 30vw
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico {
        height: 20vw;
        width: 100%
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico .meal-ico {
        width: 15vw
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico .vegeterian-ico {
        width: 12vw
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico .pescaterian-ico {
        width: 12vw
    }
}

@media (max-width:479px) {
    .multi-svg-choose .big-card-choose {
        height: 40vw
    }
    .multi-svg-choose .big-card-choose .big-card-choose__ico {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 26vw
    }
}

.fitness-visible {
    display: none
}

body.fitness .fitness-visible {
    display: block
}

body.fitness .meals-visible {
    display: none
}

body.fitness .text-plan {
    display: none
}

body.fitness.first-page main .main.container {
    padding-top: 10vh
}

body.fitness .fitness-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body.fitness.first-page .main__header {
    width: 100%
}

@media (min-width:1026px) {
    body.fitness.first-page .main__header {
        margin-bottom: 30px
    }
}

body.fitness.first-page .main__header .h1 br {
    display: none
}

@media (max-width:640px) {
    .mob-helper.empty {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.step-3,
.steps-page {
    display: none
}

.form__icon {
    width: 100%;
    max-width: 50px
}