@charset "UTF-8";
body {
    direction: ltr
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Regular.eot) format("embedded-opentype"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato/Lato-Regular.woff) format("woff"), url(../fonts/Lato/Lato-Regular.ttf) format("truetype"), url(../fonts/Lato/Lato-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Light.eot) format("embedded-opentype"), url(../fonts/Lato-Light.woff2) format("woff2"), url(../fonts/Lato/Lato-Light.woff) format("woff"), url(../fonts/Lato/Lato-Light.ttf) format("truetype"), url(../fonts/Lato/Lato-Light.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

input::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

input:-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

body,
html {
    margin: 0
}

body {
    display: block;
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width:767px) {
    body {
        font-size: 15px
    }
}

@media (max-width:479px) {
    body {
        font-size: 14px
    }
}

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

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

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

.wrapper {
    display: block;
    position: relative;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px
}

.step-2-wrapper {
    display: none;
    -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;
    min-height: 100vh
}

.step-2-wrapper .header {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.step-2-wrapper .main {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.step-2-wrapper footer.container {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -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;
    padding: 10px 0 10px
}

@media (max-width:1024px) {
    .header {
        padding: 10px 0 0
    }
}

.logo {
    display: block;
    position: relative
}

.logo__link {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px
}

.nav {
    display: block;
    position: relative
}

.nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.nav ul li {
    position: relative
}

.nav ul li+li {
    margin-left: 40px
}

.nav ul li+li:before {
    content: '|';
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    top: 0;
    left: -20px
}

.nav ul li a {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none
}

.main__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%
}

.main__title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

@media (max-width:479px) {
    .main__title {
        font-size: 24px
    }
}

.ready-plan-text {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

@media (max-width:479px) {
    .ready-plan-text {
        font-size: 24px
    }
}

.main__content {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 16px 0 rgba(188, 188, 188, .53);
    box-shadow: 4px 4px 16px 0 rgba(188, 188, 188, .53)
}

@media (max-width:767px) {
    .main__content br {
        display: none
    }
}

.main__footer {
    margin-top: 15vh;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: .9;
    max-width: 1010px;
    margin: 0 auto 0;
    padding-top: 20px;
    padding-bottom: 30px
}

.main__footer br+p {
    margin-top: 0
}

.main__footer.large {
    font-size: 16px
}

.main__footer a {
    color: #cc9ff7
}

input[type=date],
input[type=email],
input[type=number],
input[type=tel],
input[type=text] {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 1.2;
    padding: 0 15px;
    background-color: transparent;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #000;
    border: 1px solid #999;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    outline: 0;
    border-color: #ad6acc
}

@media (max-width:479px) {
    input[type=date],
    input[type=email],
    input[type=number],
    input[type=tel],
    input[type=text] {
        height: 47px;
        line-height: 47px;
        -webkit-border-radius: 16px;
        border-radius: 16px
    }
}

input[disabled=disabled] {
    background-color: rgba(166, 167, 178, .7)
}



@media (max-width:479px) {

}

input[type=checkbox] {
    width: 19px;
    height: 19px;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 3px 0 0
}

.button {
    display: block;
    width: 100%;
    height: 58px;
    background-color: #00d477;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:479px) {
    .button {
        height: 40px;
        line-height: 40px
    }
}

.policy {
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin: 30px 0 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

@media (max-width:479px) {
    .policy {
        margin: 20px 0;
        font-size: 14px
    }
}

.policy a {
    color: #cc9ff7;
    margin: 0 5px
}

.step {
    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
}

@media (max-width:767px) {
    .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.step__title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 35px
}

@media (max-width:959px) {
    .step__title {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .step__title {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .step__title {
        font-size: 20px
    }
}

.step__plus {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin: 25px 0
}

@media (max-width:959px) {
    .step__plus {
        font-size: 30px;
        margin: 20px 0
    }
}

@media (max-width:479px) {
    .step__plus {
        margin: 10px 0
    }
}

.step__img {
    margin-top: 25px;
    margin-bottom: 30px
}

@media (max-width:959px) {
    .step__img {
        margin: 20px 0
    }
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.price__current {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-left: 10px
}

.step__left {
    width: 50%;
    padding: 20px;
    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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:767px) {
    .step__left {
        width: 100%
    }
}

@media (max-width:479px) {
    .step__left {
        padding: 15px
    }
}

.step__right {
    width: 50%;
    padding: 30px;
    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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:767px) {
    .step__right {
        width: 100%
    }
}

@media (max-width:479px) {
    .step__right {
        padding: 15px
    }
}

.main__step-1 {
    padding: 70px 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1010px;
    margin: 0 auto
}

.main__step-1>p {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 35px
}

@media (max-width:1024px) {
    .main__step-1 {
        padding: 50px
    }
    .main__step-1>p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .main__step-1 {
        padding: 30px
    }
    .main__step-1>p {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media (max-width:479px) {
    .main__step-1 {
        padding: 15px
    }
    .main__step-1>p {
        font-size: 14px
    }
}

.main__step-2 {
    max-width: 1190px;
    margin: 0 auto
}

.main__step-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.step3__left {
    width: 39%
}

@media (max-width:767px) {
    .step3__left {
        width: 100%
    }
}

.step3__right {
    width: 61%
}

@media (max-width:767px) {
    .step3__right {
        width: 100%
    }
}

.main__step-4 {
    max-width: 840px;
    margin: 0 auto
}

@media (max-width:767px) {
    .main__step-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.step4__left {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    padding-top: 74px
}

.step4__left .timer-wrap {
    top: 0;
    left: 0;
    right: 0
}

@media (min-width:640px) {
    .step4__left {
        padding: 30px 50px 20px
    }
}

@media (max-width:767px) {
    .step4__left {
        width: 100%
    }
}

.step4__right {
    width: 100%;
    display: none
}

.step4__right .button {
    height: 60px
}

@media (max-width:767px) {
    .step4__right {
        width: 100%
    }
}

.step4__right .billing-address__title {
    text-align: center
}

.step4__left,
.step4__right {
    display: none
}

.step4__left.active,
.step4__right.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.credit-card__control {
    display: block;
    width: 100%
}

.credit-card__control label {
    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;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400
}

.credit-card__number {
    margin-bottom: 20px
}

.credit-card__number input {
    background-image: url("");
    background-position: left 95% top 50%;
    background-repeat: no-repeat
}

.credit-card__text {
    display: block;
    margin: 10px 0 10px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3
}

@media (min-width:480px) {
    .credit-card__text {
        margin-top: 7px
    }
}

.credit-card__text.terms-text {
    margin-top: -11px
}

.credit-card__text.terms-text+.credit-card__text {
    margin: 10px 0 10px
}

@media (max-width:479px) {
    .credit-card__text.terms-text {
        margin-top: -1px
    }
}

.credit-card__text a {
    color: rgba(204, 159, 247, .8)
}

.credit-card__grid {
    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;
    margin-bottom: 10px
}

@media (max-width:479px) {
    .credit-card__grid {
        display: block;
        margin-bottom: 16px
    }
}

.credit-card__grid>.credit-card__control:first-child {
    width: 200%;
    margin-right: 20px
}

@media (max-width:479px) {
    .credit-card__grid>.credit-card__control:first-child {
        width: 100%
    }
}

.credit-card__selects .select-wrap {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
}

@media (max-width:479px) {
    .credit-card__selects .select-wrap {
        width: 100%;
        margin-bottom: 16px
    }
}

.credit-card__icons {
    display: block;
    margin: 5vh auto 0
}

@media (max-width:479px) {
    .credit-card__icons {
        display: block;
        margin: 20px auto
    }
}

.billing-address {
    display: block;
    position: relative
}

.billing-address__title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px
}

.billing-address__field-title {
    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;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400
}

.billing-address__checkbox {
    display: block;
    margin-bottom: 20px
}

.billing-address__checkbox label {
    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
}

.billing-address__grid {
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.step4__right .billing-address__grid .billing-address__item:last-child {
    margin: 0 auto;
    width: 100%;
    max-width: 100%
}

.billing-address__item {
    display: block;
    width: 100%;
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative
}

.billing-address__item.state select {
    display: none
}

/*.billing-address__item.state select:first-child {
    display: block
}
*/
@media (max-width:479px) {
    .billing-address__item {
        max-width: 100%;
        margin-bottom: 16px
    }
}

.billing-address__item a {
    display: block;
    text-align: center;
    color: #9a9cbe;
    text-decoration: none;
    margin-top: 10px
}

.total-price {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 20px
}

.total-price .button {
    margin: 10px auto 15px;
    width: 360px;
    width: 100%;
    max-width: 100%;
    height: 60px
}

.total-price a {
    display: block;
    text-align: center;
    color: #9a9cbe;
    text-decoration: none
}

.total-price__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 17px
}

.total-price__subtitle {
    color: #999;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3
}

.total-price__list {
    display: block;
    position: relative;
    padding-left: 0;
    margin: 32px 0 0 0;
    list-style-type: none
}

.total-price__list li {
    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;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

@media (max-width:479px) {
    .total-price__list li {
        font-size: 14px;
        padding: 15px 0
    }
}

.total-price__list li span {
    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
}

.total-price__list li span:first-child {
    text-align: left
}

.total-price__list li span.product {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.total-price__list li img {
    margin-left: 10px
}

.total-price__list .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media (max-width:1180px) {
    .total-price__list .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: right
    }
}

.total-price__list .price .old {
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
    color: #ff0064
}

@media (max-width:1180px) {
    .total-price__list .price .old {
        margin-right: 0
    }
}

.total-price__list .price .current {
    font-size: 20px;
    font-weight: 400;
    color: #000
}

.total-price__all {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2
}

.finish {
    text-align: center;
    margin-top: 20vh
}

.finish__title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

.finish__numb-order {
    color: #00d477;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 80px
}

.finish__desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3
}

.finish__desc span {
    display: block;
    text-transform: uppercase;
    margin: 4px 0
}

.form .form-row {
    position: relative
}

.form .error,
.form .error:focus {
    border: 1px solid #ff0064
}

.form .tooltip {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

.form .tooltip:after {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -webkit-calc(50% - 3px);
    left: calc(50% - 3px);
    display: block;
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .8)
}

.form .submitBtn {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.form .submitBtn[disabled] {
    background-color: #bababa
}

.credit-card__number input.credit-card-amex,
.credit-card__number input.credit-card-discover,
.credit-card__number input.credit-card-mastercard,
.credit-card__number input.credit-card-visa {
    background-image: url("");
    background-position: 95% center;
    background-repeat: no-repeat
}

.credit-card__number input.credit-card-mastercard {
    background-image: url("")
}

.credit-card__number input.credit-card-discover {
    background-image: url("")
}

.credit-card__number input.credit-card-amex {
    background-image: url("")
}

.loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    display: none
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.dot1 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.step__desctitle {
    color: #fff;
    font: 400 48px/1 Caveat;
    padding: 0 20px
}

.step__desctitle span {
    display: block;
    margin-top: 40px
}

.step3__left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 93px
}

@media (max-width:767px) {
    .step3__left {
        padding: 30px 30px 45px
    }
}

.step3__right {
    padding: 93px 30px
}

@media (max-width:767px) {
    .step3__right {
        padding: 30px
    }
}

.wrap-404 {
    height: -webkit-calc(100vh - 126px - 70px);
    height: calc(100vh - 126px - 70px);
    min-height: 500px
}

@media (max-width:355px) {
    .wrap-404 {
        min-height: 570px;
        padding-bottom: 30px
    }
}

.error-404 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.error-404__title {
    font-size: 140px;
    letter-spacing: 11px;
    font-style: italic;
    margin: 0 0 30px;
    color: #0174c7
}

.error-404__desc {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #000
}

.error-404__link {
    font-size: 26px;
    font-weight: 400;
    color: #0174c7;
    text-decoration: none;
    border-bottom: 1px solid #0174c7;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media (max-width:355px) {
    .error-404__link {
        text-align: center
    }
}

.error-404__link:hover {
    border-color: transparent
}

.main__datas_bmi {
    width: -webkit-calc(33.3% - 1.823vw);
    width: calc(33.3% - 1.823vw)
}

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

.female .main__datas_title {
    color: #f0a
}

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

.main__datas_content {
    position: relative;
    margin-bottom: 3.646vw;
    max-width: 19.010vw;
    max-height: 14vw;
    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
}

#achievable.main__datas_content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    width: auto
}

.main__datas_subtitle span {
    font-style: normal;
    font-weight: 300;
    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: #18c5bc
}

.bmi_block.male .linear_end {
    stop-color: #0071bc
}

.bmi_block.female .linear_start {
    stop-color: #ed1e79
}

.bmi_block.female .linear_end {
    stop-color: #8c19ff
}

.bmi_text {
    position: absolute;
    top: 4.6vw;
    left: 1.8vw;
    text-align: center
}

.bmi_text p {
    font-size: 1.25vw;
    color: #6bb3dd;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.female .bmi_text p {
    color: #f0a
}

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

.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.female,
.achievable.male {
    margin: 28px 0
}

.achievable.male p {
    color: #6bb3dd;
    margin: 0
}

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

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

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

.achievable.female p {
    color: #ce69a2;
    margin: 0
}

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

.step2-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.step2-wrap .main__datas_content:first-child {
    margin-right: 124px
}

.step2-wrap+.main__datas_title {
    text-align: center;
    margin-bottom: 30px;
    text-transform: none
}

.step2~.carousel {
    max-width: 1190px;
    margin: 40px auto 0
}

.step4~.carousel {
    max-width: 840px;
    margin: 30px auto 0
}

.carousel {
    margin-bottom: 30px
}

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

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

.step-1 .get-it .button {
    margin-top: 26px;
    -webkit-border-radius: 35px;
    border-radius: 35px
}

@media (max-width:340px) {
    .step-1 .get-it .button {
        font-size: 19px
    }
}

.step-1 .get-it {
    padding: 20px
}

@media (max-width:413px) {
    .step-1 .get-it {
        padding: 20px 10px
    }
}

.step-1 .get-it p {
    color: #000;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    font-size: 30px;
    text-align: center
}

.step-1 .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:hover,
.step-1 .get-it a:active {
    background: #31d27c
}

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

@media screen and (max-width:1025px) {
    .main__datas_content {
        position: relative;
        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 {
        font-size: 1em;
        font-weight: 700;
        display: inline
    }
    .bmi_block svg {
        width: 9.4em;
        left: -.7vw
    }
    .bmi_text {
        top: 5.8em;
        left: 3.4em
    }
    .bmi_text p {
        font-size: 1.5em
    }
    .bmi_text span {
        font-size: 1em
    }
    .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)
    }
    .step2-wrap .main__datas_content:first-child {
        margin-right: 90px
    }
}

@media screen and (max-width:700px) {
    .step2-wrap .main__datas_content:first-child {
        margin-right: 40px
    }
}

@media screen and (max-width:576px) {
    .step2-wrap .main__datas_content:first-child {
        margin-right: 0
    }
    .step2-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .step2-wrap .main__datas_content {
        width: 100%;
        max-width: 100%
    }
    .bmi_text {
        top: 5.1em;
        left: 3.4em
    }
}

.step2__left {
    padding: 60px 30px 30px;
    -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;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left
}

@media (max-width:460px) {
    .step2__left {
        padding: 60px 20px
    }
}

.step2__title {
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #c4bab3;
    line-height: 1;
    padding-bottom: 27px;
    margin-bottom: 40px
}

.step2__subtitle {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    position: relative
}

.step2__subtitle>span {
    position: relative;
    display: block !important
}

.step2__subtitle>span span {
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: calc(100% + 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 11px;
    color: #999;
    line-height: 1;
    width: 100%
}

@media (min-width:372px) {
    .step2__subtitle>span {
        display: inline
    }
    .step2__subtitle>span span {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.step2__price {
    color: #000;
    font-weight: 700;
    line-height: 30px;
    line-height: 1;
    font-weight: 700;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 130px;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3px
}

.step2__price span {
    font-weight: 600;
    text-decoration: line-through;
    color: #ff0064;
    white-space: nowrap;
    text-align: right;
    min-width: 55px
}

.step2__price strong {
    white-space: nowrap;
    margin-left: 10px;
    font-size: 26px
}

.step2__goods {
    width: 100%;
    margin-top: 30px;
    background-color: rgba(103, 207, 214, .1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 25px 50px
}

.step2__goods--small {
    padding: 20px 50px
}

.step2__goods--small .step2__goods-item {
    font-size: 15px;
    line-height: 20px
}

.step2__goods--small .step2__goods-item:after {
    top: -3px
}

.step2__goods-item {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    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
}

.step2__goods-item img {
    height: 89px;
    margin-top: 15px;
    margin-right: 2px
}

.step2__goods-item p {
    margin: 0
}

.step2__goods-item:after {
    content: '+';
    display: block;
    font-size: 30px;
    line-height: 26px;
    font-weight: 400;
    color: #2e2e2e;
    opacity: .7;
    position: absolute;
    left: -30px;
    top: 1px
}

.step2__goods-item+.step2__goods-item {
    margin-top: 10px
}

.step2__goods-item+.step2__goods-item:after {
    top: 24px
}

.step2__left-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.step2__total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    border-top: 1px solid #c4bab3;
    padding-top: 35px;
    margin-top: 30px;
    width: 100%
}

.step2__total-title {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.step2__total-price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-width:1140px) {
    .step2__subtitle {
        font-size: 30px;
        line-height: 34px;
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px)
    }
}

@media screen and (max-width:991px) {
    .step2__subtitle {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .step2__price {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .step2__subtitle {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
        text-align: left;
        margin-bottom: 0
    }
    .step2__price {
        width: auto;
        text-align: left;
        width: 150px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:565px) {
    .step2__subtitle {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .step2__price {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.step-1 form .main__title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 35px
}

.credit__button .button {
    height: 64px;
    line-height: 64px
}

@media (max-width:479px) {
    .credit__button .button {
        height: 60px;
        line-height: 60px
    }
}

.step2-title a {
    color: inherit
}

.step2-title a:hover {
    text-decoration: none
}

.step2-title span {
    text-transform: none
}

.logo {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.timer {
    border-bottom: 3px solid #fff;
    padding-bottom: 2px;
    font-size: 25px
}

@media (max-width:640px) {
    .timer {
        font-size: 17px
    }
}

.timer-wrap {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    padding: 0 30px;
    font-size: 25px;
    background-color: #ff0064
}

@media (max-width:410px) {
    .timer-wrap {
        font-size: 21px
    }
}

@media (max-width:370px) {
    .timer-wrap {
        font-size: 19px
    }
}

@media (max-width:334px) {
    .timer-wrap {
        font-size: 18px
    }
}

.step2__left {
    padding-top: 104px
}

.step2__right {
    position: relative
}

@media (min-width:768px) {
    .step2__right .credit-card__icons {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.timer-wrap {
    position: absolute;
    top: -104px;
    left: -30px;
    right: -30px
}

.copyright {
    color: #999;
    font-size: 17px
}

footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0
}

.footer-text {
    font-size: 15px;
    text-align: center;
    width: 100%
}

@media (max-width:1245px) {
    footer {
        height: 100px
    }
}

footer:before {
    position: absolute;
    content: '';
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: #999;
    opacity: .6
}

footer .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer .nav a {
    color: #999;
    display: inline-block;
    font-size: 17px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    text-decoration: none
}

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

footer .nav a:last-child:after {
    display: none
}

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

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

@media (max-width:1025px) {
    footer .nav a {
        display: block;
        font-size: 16px
    }
    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;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 115px
    }
    .footer-text {
        margin-top: 6px;
        font-size: 14px
    }
    .copyright {
        margin-bottom: 13px;
        text-align: center;
        font-size: 16px
    }
}

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

@media (max-width:600px) {
    footer {
        height: 9em
    }
}

@media (max-width:576px) {
    footer .nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .nav a {
        width: 50%;
        text-align: center;
        margin-bottom: 8px
    }
    footer .nav a:nth-child(3),
    footer .nav a:nth-child(4) {
        margin-bottom: 0
    }
    footer .nav a:after {
        display: none
    }
    footer {
        height: 11em
    }
}

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

@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:388px) {
    footer {
        height: 166px
    }
}

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

@media (max-width:356px) {
    footer {
        height: 176px
    }
}

.input-wrap,
.select-wrap {
    position: relative
}

.step2 .input-wrap .tooltip,
.step2 .select-wrap .tooltip {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0 !important;
    text-align: center
}

.step2 .tooltip {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0 !important;
    text-align: center;
    white-space: nowrap
}

@media (min-width:480px) and (max-width:654px) {
    .step2 .credit-card__grid .tooltip {
        white-space: normal;
        width: 86%
    }
}

@media (min-width:768px) {
    .step2 .credit-card__grid .tooltip {
        white-space: normal;
        width: 86%
    }
}

.hide {
    display: none
}

.step4~.carousel {
    margin-top: 30px
}

.step2 form input::-webkit-input-placeholder,
.step4 form input::-webkit-input-placeholder {
    color: #999
}

.step2 form input:-moz-placeholder,
.step4 form input:-moz-placeholder {
    color: #999
}

.step2 form input::-moz-placeholder,
.step4 form input::-moz-placeholder {
    color: #999
}

.step2 form input:-ms-input-placeholder,
.step4 form input:-ms-input-placeholder {
    color: #999
}

.bonus-books {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(103, 207, 214, .1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 35px 30px;
    color: #2e2e2e
}

.bonus-books__title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px
}

.bonus-book {
    width: 50%;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bonus-book img {
    width: 110px;
    height: 146px;
    margin-bottom: 20px
}

.bonus-book__name {
    font-size: 18px;
    text-align: center
}

@media (min-width:768px) and (max-width:890px) {
    .bonus-books {
        padding: 25px 15px
    }
    .step2__goods {
        padding-right: 15px
    }
}

@media (max-width:576px) {
    .bonus-books {
        padding: 25px 15px
    }
    .step2__goods {
        padding-right: 15px
    }
}

@media (max-width:479px) {
    .bonus-book__name {
        display: none
    }
}

@media (max-width:349px) {
    .bonus-books__title {
        font-size: 22px
    }
    .bonus-book img {
        width: 94px;
        height: 125px
    }
}

@media (max-width:319px) {
    .bonus-book {
        width: 100%
    }
    .bonus-book+.bonus-book {
        margin-top: 15px
    }
    .bonus-book img {
        max-width: 100%;
        height: auto
    }
}

.product-pic {
    display: none
}

.product-pic {
    width: 164px;
    margin-left: 0
}

body.male .product-pic.male {
    display: block
}

body.female .product-pic.female {
    display: block
}

.fb-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    max-width: 980px;
    margin: 40px auto 0;
    padding: 30px 15px
}

@media (max-width:620px) {
    .fb-comments {
        padding: 25px 15px
    }
}

.comments {
    margin: 0 auto;
    max-width: 580px;
    font-family: inherit, sans-serif;
    width: 100%
}

.comments-nav {
    color: #3b5998;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.comments-nav span {
    display: block;
    font-weight: 700
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    -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;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
    background-color: rgba(233, 235, 238, .24);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.comment__head {
    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;
    margin-bottom: 5px
}

.comment__name {
    font-weight: 600;
    color: #385898;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.comment__date {
    color: #606770;
    font-size: 12px
}

.comment__pic {
    width: 38px;
    height: 38px;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px
}

.comment__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 26px
}

.comment__message {
    word-wrap: break-word;
    padding: 9px 0 7px;
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-right: auto;
    display: inline-block;
    color: #000;
    position: relative
}

.comment__message span {
    font-weight: 600;
    color: #385898
}

.comment__message>span {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.comment__reactions {
    position: absolute;
    right: 0;
    bottom: -20px;
    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-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    color: #8d949e;
    font-size: 11px;
    padding: 2px 3px 2px 2px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.comment__reactions img {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-right: 2px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 5
}

.comment__reactions img:nth-of-type(2) {
    z-index: 4
}

.comment__reactions img:nth-of-type(3) {
    z-index: 3
}

.comment__reactions img:nth-of-type(4) {
    z-index: 2
}

.comment__reactions img:nth-of-type(5) {
    z-index: 1
}

.comment__reactions img+img {
    margin-left: -4px
}

.comment__reactions span {
    font-size: 11px;
    color: #8d949e;
    font-weight: 400;
    padding-top: 2px;
    margin-left: 3px
}

.comment__nav {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #bcbec2;
    border-bottom: 1px solid #bcbec2
}

.comment__nav-link {
    color: #606770;
    font: 600 18px/1 inherit;
    position: relative;
    width: 50%;
    text-align: center
}

.comment__nav-link+.comment__nav-link {
    padding-left: 12px
}

.comment__nav-link+.comment__nav-link:before {
    content: '·';
    display: block;
    position: absolute;
    color: #90949c;
    left: 4px
}

.comment__time {
    padding-left: 12px;
    position: relative;
    color: #606770;
    font-size: 12px
}

.comment__time:before {
    content: '·';
    display: block;
    position: absolute;
    color: #90949c;
    left: 5px
}

.comment+.comment {
    margin-top: 20px
}

.step2-desc-terms {
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
    color: #999
}

@media (min-width:768px) {
    .step2-desc-terms {
        padding-bottom: 10px
    }
}

@media (max-width:640px) {
    .get-it .button.submitBtn {
        height: auto;
        line-height: 1;
        padding: 12px 25px
    }
}

.fitness-visible {
    display: none
}

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

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

.plan-creator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vh 0;
    color: #000
}

.plan-creator-chart {
    width: 100%;
    max-width: 340px;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.plan-creator-chart.hidden {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.plan-creator-chart-inner {
    width: 100%
}

.plan-creator-chart-inner img {
    width: 100%
}

.plan-creator-chart-inner.hide {
    display: none
}

.plan-creator-chart-current {
    background-color: #d8988a;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 152.18%;
    padding: 9.5px 11.5px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0
}

.plan-creator-chart-inner.js-chart-down .plan-creator-chart-current {
    top: auto;
    bottom: 0
}

.plan-creator-chart-target {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    padding: 11.5px 23px;
    background-color: #499eb9;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px
}

.plan-creator-chart-inner.js-chart-down .plan-creator-chart-target {
    top: 1px;
    bottom: auto
}

.plan-creator-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 10px;
    text-align: center
}

.plan-creator-desc {
    margin-bottom: 70px;
    text-align: center;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400
}

.plan-progress {
    padding: 4px;
    width: 100%;
    max-width: 766px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #499eb9;
    position: relative;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #499eb9
}

.plan-progress__line {
    height: 100%;
    background-color: #499eb9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 1
}

.plan-progress__nums {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #499eb9;
    mix-blend-mode: multiply
}

.plan-progress-text {
    margin-top: 40px;
    position: relative;
    height: 24px;
    width: 100%;
    text-align: center;
    color: #499eb9;
    font-size: 16px
}

.plan-progress-text span {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.plan-progress-text span.active {
    opacity: 1
}

@media (max-width:1200px) {
    .plan-creator-title {
        font-size: 46px;
        line-height: 60px
    }
    .plan-creator-desc {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 60px
    }
}

@media (max-width:889px) {
    .plan-creator-title {
        font-size: 40px;
        line-height: 50px
    }
    .plan-creator-desc {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 50px
    }
    .plan-progress-text {
        margin-top: 30px
    }
    .plan-progress {
        height: 60px
    }
}

@media (max-width:479px) {
    .plan-creator-title {
        font-size: 35px;
        line-height: 42px
    }
    .plan-creator-desc {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 40px
    }
    .plan-progress-text {
        margin-top: 25px
    }
    .plan-progress {
        height: 52px
    }
}