/* RESET
--------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-appearance: none;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

p {
    margin: 0;
}

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

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

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

button, input[type="submit"] {
    cursor: pointer;
}

img {
    display: block;
    border: none;
}

/* ///////////////////////////////// END RESET ////////////////////////////////// */

/* FONTS
------------------------------------------------------------------------------*/
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* REUSABLE STYLES
------------------------------------------------------------------------------*/
.clear {
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

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

.text-right {
    text-align: right;
}

.hidden {
    display: none !important;
}

/* FOUNDATION
------------------------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    -webkit-text-size-adjust: none;
    color: #2b3036;
    background: #2a2f35 url(../images/global-bg.jpg) no-repeat center top / cover;
}

a {
    color: #4d70e0;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    color: #4d70e0;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1380px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    body {
        background-size: auto;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .regular {
        display: none;
    }

    .retina {
        display: block;
    }
}

/* FOUNDATION
------------------------------------------------------------------------------*/

/* GENERAL
---------------------------------*/
::-webkit-input-placeholder {
    color: #76797d;
}

::-moz-placeholder {
    color: #76797d;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #76797d;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #76797d;
}

/* BUTTONS */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 15px 14px;
    margin: 0;
    border-style: solid;
    text-align: center;
    -webkit-appearance: none;
    position: relative;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
    transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.btn * {
    pointer-events: none;
}

.btn:hover,
.btn:focus {
    outline: none;
}

.btn__normal {
    font-size: 16px;
    line-height: 1.15;
}

.btn__sm {
    font-size: 14px;
    line-height: 1.15;
}

.btn__lg {
}

.btn__primary {
    background: #45db5d;
    color: #ffffff;
}

.btn__primary i path {
    stroke: #ffffff;
}

.btn__primary:hover {
}

.btn__secondary {
    background: transparent;
    color: #45db5d;
}

.btn__secondary i path {
    stroke: #45db5d;
}

.btn__secondary:hover {
}

.btn__icon-left i {
    position: absolute;
    left: 20px;
    top: 16px;
}

.btn__icon-right i {
    position: absolute;
    right: 20px;
    top: 16px;
}

.btn-gender {
    display: inline-block;
    margin: 0 9px 10px;
    vertical-align: top;
}

.btn-gender_inner {
    width: 240px;
    height: 200px;
    border: 1px solid #45db5d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 44px 19px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-gender_inner:hover {
    background: #daf8df;
}

.btn-gender_icon {
    position: absolute;
    top: 0;
    display: block;
    opacity: 0.4;
    will-change: opacity;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.btn-gender_inner:hover .btn-gender_icon {
    opacity: 1;
}

.btn-gender_icon__male {
    left: 0;
}

.btn-gender_icon__female {
    right: 0;
    height: 198px;
}

.gender-btn_name {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #45db5d;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-bottom: 19px;
}

.btn-gender_inner:hover .gender-btn_name {
    color: #2b3036;
}

.gender-btn_check {
    display: none;
}

.btn-gender input:checked + label .btn-gender_inner {
    background: #daf8df;
}

.btn-gender input:checked + label .btn-gender_icon {
    opacity: 1;
}

.btn-gender input:checked + label .gender-btn_name {
    color: #2b3036;
}

.btn-gender input:checked + label .gender-btn_check {
    display: inline-block;
}

.btn-gender input:checked + label .gender-btn_check polyline {
    display: block;
    stroke: #45db5d;
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: btn-done-animation 1s cubic-bezier(0.9, 0, 0.31, 1) forwards;
    animation: btn-done-animation 0.6s cubic-bezier(0.9, 0, 0.31, 1) forwards;
}

@-webkit-keyframes btn-done-animation {
    0% {
        stroke-dashoffset: 18;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes btn-done-animation {
    0% {
        stroke-dashoffset: 18;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 580px) {
    .btn-gender_inner {
        width: 190px;
        height: 145px;
        padding: 37px 13px 19px;
    }

    .btn-gender_icon__male {
        width: 100px;
        height: 143px;
    }

    .btn-gender_icon__female {
        width: 127px;
        height: 143px;
    }

    .gender-btn_name {
        font-size: 20px;
    }
}

@media (max-width: 470px) {
    .btn-gender_inner {
        width: 120px;
        height: 88px;
        padding: 16px 9px 19px;
    }

    .btn-gender__male {
        margin: 0 5px 0 0;
    }

    .btn-gender__female {
        margin: 0 0 0 5px;
    }

    .btn-gender_icon__male {
        width: 60px;
        height: 86px;
    }

    .btn-gender_icon__female {
        right: -20px;
        width: 118px;
        height: 87px;
    }

    .gender-btn_name {
        font-size: 14px;
    }

    .gender-btn_check {
        width: 30px;
        height: 20px;
    }
}

/*button click effect style*/
.ripple-obj {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    fill: #0f8822;
}

.ripple-obj use {
    opacity: 0;
}

/* checkboxes */
.rcb {
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.rcb input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.rcb input[type="checkbox"] ~ label {
    padding: 0 0 0 30px;
    display: block;
    cursor: pointer;
    text-transform: none;
}

.rcb input[type="checkbox"] ~ label:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite-check.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rcb input[type="checkbox"]:focus ~ label:before {
}

.rcb input[type="checkbox"]:checked ~ label:before {
    background-color: #fff;
    border-color: #d7d7d7;
}

.rcb input[type="checkbox"]:checked ~ label:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite-check.png);
    background-position: 0px -80px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}

/* checkboxes end */

/* LAYOUT
------------------------------------------------------------------------------*/
.top-section {
    background-color: #aac4d2;
    background-image: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #9daeae;
    box-sizing: border-box;
}

.top-section .wrapper {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
}

.bottom-section {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 7rem;
}

/* HEADER
------------------------------------------------------------------------------*/
.header-main {
    position: relative;
    height: 234px;
    transition: height 0.4s ease;
}

.page-regular .header-main {
    background: url(../images/page-index/gender-woman/woman-3.png) no-repeat right 322px bottom;
}

.header-top {
    padding: 25px 0;
    transition: padding 0.3s ease;
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.header-top .logo-holder .logo {
    width: 265px;
    height: auto;
    transition: all 0.3s ease;
}

.header-main .gender {
    position: absolute;
}

.signin_link {
    color: #fff;
    font-size: 14px;
}

.header-nav {
    font-size: 0;
    box-sizing: border-box;
}

.header-nav_item {
    display: inline-block;
    margin-left: 50px;
}

.header-nav_item:first-child {
    margin-left: 0;
}

.header-nav_link {
    position: relative;
    display: block;;
    color: #fff;
    font-size: 14px;
    transition: color 0.3s ease;
}

.header-nav_link .icon,
.header-nav_link .text {
    display: inline-block;
    vertical-align: middle;
}

.header-nav_link .icon {
    margin-right: 2px;
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.header-nav_link:hover {
    color: #48dd60;
}

.header-nav_link:hover .icon {
    fill: #48dd60;
}

.header-main .btn-back {
    display: inline-block;
    margin-bottom: 15px;
    color: #2b3036;
    font-size: 14px;
}

.header-main .btn-back i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.header-main .btn-back path {
    stroke: #ffffff;
}

.login_link svg {
    display: inline-block;
    vertical-align: middle;
}

.login_link span {
    max-width: 100px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    vertical-align: middle;
}

.login_link.active .fa-angle-down {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.login_link.active + .sub-menu {
    display: block;
}

.hbr-btn {
    display: none;
}

.header-main_scrolled .header-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(35, 41, 47, 0.85);
}

/**/
.header-main_scrolled .header-top-inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10px;
    align-items: center;
}

.header-main_scrolled .header-top .logo-holder .logo {
    width: 136px;
    height: 58px;
}

@media (max-width: 1380px) {
    .page-regular .header-main {
        background-position: right 80px bottom;
    }
}

@media (max-width: 1200px) {
    .header-top .logo-holder .logo {
        width: 210px;
    }
}

@media (max-width: 1000px) {
    .header-main {
        margin: 0 -10px;
    }

    .header-top {
        padding: 25px 0;
    }

    .header-top-inner {
        align-items: center;
        padding: 0 10px;
    }

    .header-top_active {
        background-color: #23292f;
    }

    .header-nav {
        position: absolute;
        left: 0;
        top: 114px;
        z-index: 5;
        display: none;
        width: 100%;
        padding: 25px 0 20px;
    }

    /**/
    .header-main_scrolled .header-nav {
        top: 88px;
        padding: 12px 0 20px;
    }

    .header-top_active .header-nav {
        display: block;
        background-color: #23292f;
    }

    .header-nav_item {
        display: block;
        margin: 16px 0 0 28px;
    }

    .header-nav_item:first-child {
        display: block;
        margin: 0 0 0 28px;
    }

    .hbr-btn {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        border: none;
        background: none;
    }

    .hbr-btn .lines {
        position: absolute;
        height: 2px;
        width: 23px;
        background: #fff;
        left: 6px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        will-change: transform;
    }

    .hbr-btn .lines:nth-child(1) {
        top: 9px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .hbr-btn .lines:nth-child(2) {
        top: 17px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .hbr-btn .lines:nth-child(3) {
        top: 25px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .header-top_active .hbr-btn .lines:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
        left: 10px;
    }

    .header-top_active .hbr-btn .lines:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .header-top_active .hbr-btn .lines:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 10px;
    }
}

@media (max-width: 670px) {
    .header-main .logo {
        width: 145px;
    }

    .page-regular .header-main {
        height: 80px;
        background-size: auto 114px;
        background-position: right 45px bottom;
    }

    .header-top {
        padding: 15px 0;
    }

    .page-regular .logo-holder .logo {
        width: 112px;
    }

    .header-nav {
        top: 63px;
        padding: 20px 0;
    }
}

@media (max-width: 650px) {
    .header-top .logo-holder .logo {
        width: 112px;
        height: 48px;
    }
}

@media (max-width: 550px) {
    .header-main_scrolled .header-nav {
        top: 78px;
    }

    .header-main_scrolled .header-top .logo-holder .logo {
        width: 112px;
        height: 48px;
    }
}

.page-regular {
    background: url(../images/page-index/page-index-step2.png) no-repeat center top;
}

/* .page-index */
.page-index {
    background-image: url(../images/index-couple.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.page-index:not(.step-1) {
    background: url(../images/page-index/page-index-step2.png) no-repeat center top;
}

.page-index-header {
    height: 390px;
    background-repeat: no-repeat;
}

.page-index-header_compress {
    height: 234px;
}

.step-2.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-2.png);
    background-position: right 314px bottom;
}

.step-3.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-3.png);
    background-position: right 355px bottom;
}

.step-4.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-4.png);
    background-position: right 322px bottom;
}

.step-5.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-5.png);
    background-position: right 162px bottom;
}

.step-6.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-6.png);
    background-position: right 304px bottom;
}

.step-7.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-7.png);
    background-position: right 362px bottom;
}

.step-8.gender-man .page-index-header {
    background-image: url(../images/page-index/gender-man/man-8.png);
    background-position: right 338px bottom;
}

.step-2.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-2.png);
    background-position: right 328px bottom;
}

.step-3.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-3.png);
    background-position: right 322px bottom;
}

.step-4.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-4.png);
    background-position: right 300px bottom;
}

.step-5.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-5.png);
    background-position: right 358px bottom;
}

.step-6.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-6.png);
    background-position: right 366px bottom;
}

.step-7.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-7.png);
    background-position: right 360px bottom;
}

.step-8.gender-woman .page-index-header {
    background-image: url(../images/page-index/gender-woman/woman-8.png);
    background-position: right 345px bottom;
}

.step-1 .page-index-header .logo-holder {
    margin-left: 45px;
}

.step-1 .header-main_scrolled .logo-holder {
    margin-left: 0;
}

.step-1 .page-index-header .logo {
    width: 360px;
}

.index-global-title {
    position: absolute;
    left: 0;
    bottom: 60px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1.7px;
    -webkit-transition: opacity 0.4s 0.6s ease;
    -o-transition: opacity 0.4s 0.6s ease;
    transition: opacity 0.4s ease;
}

.index-global-title_hidden {
    display: none;
}

.index-global-title span {
    position: relative;
    font-size: 28px;
    display: inline-block;
    letter-spacing: -0.3px;
    background-color: rgba(69, 219, 93, 0.85);
    padding: 10px 25px 10px 47px;
    line-height: 1.4;
    margin-right: 53px;
    max-width: 588px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index-global-title span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 98px 53px 0 0;
    border-color: rgba(69, 219, 93, 0.85) transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -53px;
    bottom: 0;
}

.page-index-header .gender {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.page-index-header .gender_current {
    opacity: 1;
    visibility: visible;
}

.page-index-header .gender-couple {
    right: 130px;
}

.page-index-header .gender-man,
.page-index-header .gender-woman {
    right: 100px;
}

@media (max-width: 1380px) {
    .page-index.step-1 {
        background-size: auto 320px;
        background-position: right top;
    }

    .step-1 .page-index-header {
        height: 320px;
    }

    .step-1 .page-index-header .logo-holder {
        margin-left: 0;
    }

    .step-1 .page-index-header .logo {
        width: 270px;
    }

    .index-global-title span {
        max-width: 516px;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 22px;
    }

    .index-global-title span:after {
        border-top-width: 80px;
    }

    .page-index-header .couple {
        right: 30px;
        width: 450px;
        height: auto;
    }

    .page-index-header {
        background-position: right -70px top;
    }

    .step-2.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-3.gender-man .page-index-header {
        background-position: right 80px bottom;
    }

    .step-4.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-5.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-6.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-7.gender-man .page-index-header {
        background-position: right 70px bottom;
    }

    .step-8.gender-man .page-index-header {
        background-position: right 60px bottom;
    }

    .step-2.gender-woman .page-index-header {
        background-position: right 50px bottom;
    }

    .step-3.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }

    .step-4.gender-woman .page-index-header {
        background-position: right 50px bottom;
    }

    .step-5.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }

    .step-6.gender-woman .page-index-header {
        background-position: right 90px bottom;
    }

    .step-7.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }

    .step-8.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }
}

@media (max-width: 1000px) {
    .page-index.step-1 {
        background-size: auto 280px;
    }

    .step-1 .page-index-header {
        height: 280px;
    }

    .step-1 .page-index-header .logo {
        width: 210px;
    }

    .index-global-title {
        bottom: 50px;
        padding-left: 0;
        font-size: 17px;
    }

    .index-global-title span {
        max-width: 382px;
        font-size: 18px;
    }

    .index-global-title span:after {
        border-top-width: 70px;
    }
}

@media (max-width: 650px) {
    .page-index.step-1 {
        background-size: auto 230px;
    }

    .step-1 .page-index-header {
        height: 230px;
    }

    .step-1 .page-index-header .logo {
        width: 120px;
    }

    .page-index-header_compress {
        height: 114px;
    }

    .page-index-header .logo-holder .logo {
        width: 112px;
    }

    .page-index:not(.step-1) .page-index-header {
        background-size: auto 114px;
    }

    .step-2.gender-man .page-index-header {
        background-position: right 35px bottom;
    }

    .step-3.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-4.gender-man .page-index-header {
        background-position: right 35px bottom;
    }

    .step-5.gender-man .page-index-header {
        background-position: right bottom;
    }

    .step-6.gender-man .page-index-header {
        background-position: right 35px bottom;
    }

    .step-7.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-8.gender-man .page-index-header {
        background-position: right 50px bottom;
    }

    .step-2.gender-woman .page-index-header {
        background-position: right 50px bottom;
    }

    .step-3.gender-woman .page-index-header {
        background-position: right 45px bottom;
    }

    .step-4.gender-woman .page-index-header {
        background-position: right 50px bottom;
    }

    .step-5.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }

    .step-6.gender-woman .page-index-header {
        background-position: right 90px bottom;
    }

    .step-7.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }

    .step-8.gender-woman .page-index-header {
        background-position: right 80px bottom;
    }
}

@media (max-width: 480px) {
    .page-index.step-1 {
        background-position: right -60px top;
    }

    .step-1 .page-index-header {
        background-position: right -77px top;
    }

    .header-main.header_compress {
        height: 140px;
    }

    .index .header-bottom {
        margin-top: -40px;
    }

    .index-global-title {
        bottom: 45px;
    }

    .index-global-title span {
        display: block;
        max-width: 100%;
        margin-right: 0;
        padding: 10px 15px;
        font-size: 15px;
    }

    .index-global-title span:after {
        display: none;
    }
}

/* page-calculator-header */
.page-calculator-header {
    height: 410px;
}

.page-calculator-header .our-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-calculator-header .general-title {
    margin-top: 65px;
    margin-right: 22px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    max-width: 470px;
    width: 100%;
}

.page-calculator-header .offer {
    margin-top: 55px;
}

.page-calculator-header .offer-info {
    position: relative;
    margin-top: -160px;
    transform: translateX(-14px);
    width: 298px;
    height: 221px;
    line-height: 0;
    margin-bottom: 12px;
    text-align: center;
    padding: 30px 27px 55px 27px;
    background: url('../images/page-calculator/offer-info-bg.png') no-repeat center;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 24px;
    color: #424436;
    box-sizing: border-box;
}

.page-calculator-header .offer-info .previous-price {
    position: relative;
    font-size: 25px;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 14px;
}

.page-calculator-header .offer-info .previous-price:after,
.result-register__price .previous-price:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: '';
    display: block;
    height: 2px;
    background-color: #ffffff;
    transform: translateY(-50%) rotate(-17deg);
}

.page-calculator-header .offer-info .label-price {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.page-calculator-header .offer-info .current-price {
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    display: inline-block;
    font-size: 40px;
    color: #ff4646;
}

.page-calculator-header .offer-btn {
    display: inline-block;
    width: 270px;
    font-size: 24px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.page-calculator-header .couple-web {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
}

@media (max-width: 1365px) {
    .page-calculator-header .general-title {
        width: 100%;
        max-width: 400px;
        margin-top: 30px;
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    .page-calculator-header {
        height: 350px;
    }

    .page-calculator-header .general-title {
        max-width: 380px;
        font-size: 28px;
    }

    .page-calculator-header .btn-holder {
        text-align: center;
    }

    .page-calculator-header .offer-btn {
        padding: 10px 14px;
        font-size: 20px;
    }
}

@media (max-width: 980px) {
    .page-calculator-header .general-title {
        max-width: 285px;
        margin-top: 40px;
        margin-right: 15px;
        font-size: 24px;
        line-height: 1.2;
    }

    .page-calculator-header .offer {
        margin-top: 20px;
    }

    .page-calculator-header .offer-info {
        background-size: contain;
        width: 200px;
        height: 134px;
        padding: 14px 0 0 0;
        margin-top: -70px;
        transform: translateX(0);
    }

    .page-calculator-header .offer-info .label-price {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .page-calculator-header .offer-info .current-price {
        font-size: 26px;
        line-height: 32px;
        padding: 0 5px;
    }

    .page-calculator-header .offer-btn {
        width: 138px;
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .page-calculator-header {
        height: auto;
        padding-bottom: 30px;
    }

    .page-calculator-header .our-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-calculator-header .general-title {
        max-width: 100%;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-right: 0;
    }

    .page-calculator-header .offer-info {
        margin-top: 0;
    }
}

@media (max-width: 520px) {
    .page-calculator-header .general-title { /* margin-top: 25px; */
        line-height: 1.2;
    }

    .page-calculator-header .offer {
        position: relative;
        z-index: 1;
        margin-top: 22px;
    }
}

/* bonus-items-section */

.bonus-items-section {
    overflow: hidden;
    padding: 35px 0;
}

.bonus-items-section .bonus-box_title {
    font-size: 27px;
    line-height: 40px;
    text-transform: uppercase;
    color: #2b3036;
    text-align: center;
}

.bonus-items-section .bonus-box_title span {
    font-weight: bold;
}

.bonus-items-section .bonus-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 52px;
}

.bonus-items-section .bonus-list-i {
    width: 100%;
    max-width: 315px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.bonus-items-section .bonus-text {
    font-size: 19px;
    line-height: 32px;
    color: #302e31;
}

.bonus-items-section .bonus-img-block {
    margin-bottom: 13px;
}

.bonus-items-section .bonus-list-i .bonus-img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

.bonus-items-section .bonus-price {
    font-size: 18px;
    line-height: 32px;
    color: #302e31;
    position: relative;
}

.bonus-items-section .bonus-price:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: '';
    display: block;
    height: 2px;
    background-color: #302e31;
    transform: translateY(-50%) rotate(-17deg);
}

.bonus-items-section .bonus-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #45db5d;
    font-size: 22px;
    line-height: 32px;
    margin-left: 7px;
}

.bonus-items-section .bonus-items-list .owl-nav .owl-prev,
.bonus-items-section .bonus-items-list .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 55px;
}

.bonus-items-section .bonus-items-list .owl-nav .owl-prev {
    left: 10px;
}

.bonus-items-section .bonus-items-list .owl-nav .owl-next {
    right: 10px;
}

.bonus-items-section .bonus-items-list .owl-nav .owl-prev:before,
.bonus-items-section .bonus-items-list .owl-nav .owl-next:before {
}

.bonus-items-section .bonus-items-list .owl-nav .svg-owl-btn {
    height: 55px;
    color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    .bonus-items-section .bonus-list-i .bonus-img {
        width: 180px;
        -webkit-transform: translateX(15%);
        -ms-transform: translateX(15%);
        transform: translateX(15%);
    }
}

@media (max-width: 922px) {
    .bonus-items-section .bonus-items-list .bonus-list-i:last-child .bonus-label {
        display: block;
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    .bonus-items-section .bonus-items-list {
        margin-top: 40px;
    }

    .bonus-items-section .bonus-list-i {
        margin-right: auto;
        margin-left: auto;
    }

    .bonus-items-section .bonus-list-i .bonus-img {
        width: 150px;
        -webkit-transform: translateX(15%);
        -ms-transform: translateX(15%);
        transform: translateX(15%);
    }

    .bonus-items-section .bonus-text {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .bonus-items-section .bonus-price {
        font-size: 17px;
        line-height: 22px;
    }

    .bonus-items-section .bonus-label {
        font-size: 20px;
        line-height: 22px;
        margin-left: 5px;
    }
}

@media (max-width: 768px) {
    .bonus-items-section .bonus-box_title {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (max-width: 600px) {
    .bonus-items-section .bonus-items-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bonus-items-section .bonus-items-list .bonus-list-i:first-child {
        margin-top: 0;
    }

    .bonus-items-section .bonus-list-i {
        max-width: 100%;
        margin: 40px 0 0;
    }

    .bonus-items-section .bonus-items-list .bonus-list-i:last-child .bonus-label {
        display: inline-block;
        margin-left: 6px;
    }

    .bonus-items-section .bonus-items-list .owl-nav .owl-prev {
        left: 0;
    }

    .bonus-items-section .bonus-items-list .owl-nav .owl-next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .bonus-items-section .bonus-box_title {
        font-size: 18px;
        line-height: 24px;
    }

    .bonus-items-section .bonus-list-i .bonus-img {
        width: 130px;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    .bonus-items-section .bonus-text {
        font-size: 16px;
        line-height: 20px;
    }

    .bonus-items-section .bonus-price {
        font-size: 16px;
        line-height: 20px;
    }

    .bonus-items-section .bonus-label {
        font-size: 17px;
        line-height: 20px;
    }
}

/* /bonus-items-section */

/* HEADER-SIMPLE
------------------------------------------------------------------------------*/
.header-main.header-simple {
    height: auto;
}

/* FOOTER
------------------------------------------------------------------------------*/
.footer {
    width: 100%;
    margin-top: auto;
    padding: 30px 0;
    color: #fff;
}

.footer .general-info {
    float: left;
    font-size: 14px;
}

.footer .copyright {
    margin-top: 10px;
}

.footer-nav {
    float: right;
}

.footer-nav_item {
    display: inline-block;
    margin-left: 18px;
}

.footer-nav_item:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-right: 18px;
}

.footer-nav_item:first-child {
    margin-left: 0;
}

.footer-nav_item:first-child:before {
    display: none;
}

.footer-nav_link {
    font-size: 14px;
    line-height: 1.2;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}

.footer-nav_link:hover {
    text-decoration: underline;
}

@media (max-width: 800px) {
    .footer .address {
        width: 250px;
    }
}

@media (max-width: 700px) {
    .footer {
        padding: 25px 0;
        text-align: center;
    }

    .footer .address {
        width: 100%;
    }

    .footer .general-info,
    .footer-nav {
        float: none;
    }

    .footer-nav {
        margin-top: 15px;
    }

    .footer-nav_item {
        display: block;
        margin: 7px 0 0;
        text-align: center;
    }

    .footer-nav_item:before {
        display: none;
    }
}

/* ------------ LOADER -------------*/
.loader {
    position: fixed;
    top: 100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(69, 219, 93, 0.35);
    pointer-events: none;
}

.loader.animate {
    z-index: 100;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
}

/*--------------------------- QUESTION BLOCK ------------------------------*/
.index {
    background-image: url(../images/global-bg.jpg);
}

.question-block, .main {
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
}

.question-block {
    background: #e0e2e5;
}

.question-block_columns {
    display: flex;
}

.question-block_history {
    flex: 1 1 25%;
    max-width: 314px;
    padding-top: 60px;
}

.doctor-recommend {
    display: none;
    text-align: center;
}

.doctor-recommend_visible {
    display: block;
}

.doctor-recommend .title {
    font-weight: 600;
    text-transform: uppercase;
}

.doctor-recommend .before-after-holder {
    margin-top: 18px;
}

.doctor-recommend .example {
    display: none;
    text-align: center;
}

.doctor-recommend .example_current {
    display: inline-block;
}

.question-block_note {
    flex: 1 1 25%;
    max-width: 314px;
    padding: 65px 35px 0;
    box-sizing: border-box;
}

.question-block_note .doctor-holder {
    display: none;
    text-align: center;
}

.page-index:not(.step-1) .question-block_note .doctor-holder {
    display: block;
}

.page-index.step-completed .question-block_note .doctor-holder {
    display: none;
}

.question-block_note .doctor-pic {
    display: inline-block;
}

.question-block_form {
    flex: 1 1 50%;
    max-width: 730px;
    min-height: 530px;
    background: #ffffff;
    padding: 63px 0 60px;
    box-sizing: border-box;
}

.question-block_form form {
    height: 100%;
}

@media screen and (max-width: 1180px) {
    .question-block_columns {
        flex-direction: column;
    }

    .question-block_history,
    .question-block_form,
    .question-block_note {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .question-block_history {
        padding: 25px 15px;
    }

    .question-block_note {
        padding: 30px 15px;
    }

    .question-block_note .note-header {
        margin-top: 30px;
    }

    .question-block_form {
        min-height: auto;
        padding: 35px 15px;
    }
}

@media screen and (max-width: 480px) {
    .question-block_form {
        padding: 23px 15px;
    }

    .doctor-recommend_visible {
        display: none;
    }

    .page-index:not(.step-1) .question-block_note .doctor-holder {
        display: none;
    }

    .question-block_note .doctor-pic {
        width: 90px;
        height: auto;
    }

    .question-block_note {
        padding: 20px 15px;
    }

    .question-block_history {
        display: none;
    }

    .question-block_note .note-header {
        margin-top: 20px;
    }
}

/* PROGRESS */
.progress {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 3px;
    margin: 0 -1px;
}

.progress_step {
    height: 14px;
    background: #e9eaeb;
    flex: 1 1 100%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: relative;
    box-sizing: border-box;
}

.progress_step:first-child {
    border-left: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.progress_step:first-child:before {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.progress_step_last {
    border-right: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.progress_step_last:before {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.progress_step:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    transition: width 0.6s cubic-bezier(0.9, 0, 0.31, 1);
    will-change: auto;
}

.progress_step:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: 0;
    width: 2px;
    background: #45db5d;
    transition: left 0.6s cubic-bezier(0.9, 0, 0.31, 1);
    opacity: 0;
    will-change: auto;
}

/*progress_step__current*/
.progress_step__current {
}

.progress_step__current:after {
    left: calc(100% - 2px);
    opacity: 1;
}

.progress_step__current:before {
    width: 100%;
    background: #45db5d;
}

/*progress_step__checked*/
.progress_step__checked {
}

.progress_step__checked:after {
    display: none;
}

.progress_step__checked:before {
    width: 100%;
    background: #45db5d;
}

/*progress_completed*/
.progress_completed .progress_step {
    border-right: none;
    border-left: none;
}

.progress_completed .progress_step:after,
.progress_completed .progress-step_tooltip {
    display: none;
}

.progress_completed .progress_step {
    background-color: #45db5d;
}

.progress-step_tooltip,
.progress-step_tooltip-general {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.9, 0, 0.31, 1);
    display: inline-block;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    will-change: opacity;
}

.progress-step_tooltip:before,
.progress-step_tooltip-general:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #a7a7a7 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
}

.progress-step_tooltip:after,
.progress-step_tooltip-general:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -4px;
}

.step-1 [data-progress-step="1"] .progress-step_tooltip {
    opacity: 1;
}

.progress_step__current .progress-step_tooltip,
.progress_completed .progress-step_tooltip-general {
    opacity: 1;
}

@media screen and (max-width: 700px) {
    .progress-step_tooltip, .progress-step_tooltip-general {
        top: -28px;
    }
}

/* HISTORY */
.history-list {
    margin: 25px 0 0 22px;
}

.history-list_item {
}

.history-item {
    opacity: 0.3;
    transition: opacity 0.3s ease;
    margin-bottom: 6px;
}

.history-item span {
    vertical-align: middle;
}

.history-item_number {
    margin-right: 4px;
}

.history-item_check {
    display: none;
    width: 16px;
    margin-right: 4px;
}

.history-item_check polyline {
    display: none;
    will-change: auto;
}

.history-item_name {
    color: #2b3036;
    transition: all 0.6s cubic-bezier(0.9, 0, 0.31, 1);
    letter-spacing: -0.3px;
}

.history-item__current {
    opacity: 1;
}

.history-item__current .history-item_name {
    display: inline-block;
    opacity: 1
}

.history-item__current .history-item_line:before {
    opacity: 0;
    width: 65px;
}

.history-item__current .history-item_line:after {
    opacity: 1;
    width: 65px;
}

.history-item__checked {
    opacity: 1;
}

.history-item__checked .history-item_name {
    color: #45db5d;
    display: inline-block;
    opacity: 1
}

.history-item__checked .history-item_line:before {
    opacity: 0;
}

.history-item__checked .history-item_line:after {
    opacity: 1;
    width: 100%;
}

.history-item__checked .history-item_number {
    display: none;
}

.history-item__checked .history-item_check {
    display: inline-block;
}

.history-item__checked .history-item_check polyline {
    display: block;
    stroke: #45db5d;
    stroke-dasharray: 16;
    stroke-dashoffset: 16;
    -webkit-animation: done-animation 1s cubic-bezier(0.9, 0, 0.31, 1) forwards;
    animation: done-animation 0.6s cubic-bezier(0.9, 0, 0.31, 1) forwards;
}

@-webkit-keyframes done-animation {
    0% {
        stroke-dashoffset: 16;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes done-animation {
    0% {
        stroke-dashoffset: 16;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 1180px) {
    .history-list {
        margin: 20px 0 0;
        text-align: center;
    }

    .history-item {
        display: none;
        margin-bottom: 0;
    }

    .history-item__current {
        display: block;
    }
}

@media (max-width: 480px) {
    .btn__icon-left i,
    .btn__icon-right i {
        display: none;
    }
}

/* NOTE */
.step-1 .note-header {
    margin-top: 20px;
}

.note-header {
    margin-top: 42px;
}

.note-header_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
}

.note-header_title i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #dbcf45;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 7px;
    background-image: url('../images/icon-info.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.note-text {
    position: relative;
}

.step-note {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    letter-spacing: -0.3px;
}

.step-note__current {
    display: block;
    opacity: 1;
}

.step-note_list {
    margin-top: 14px;
    list-style-position: inside;
    list-style-type: disc;
}

.step-note_list-item {
    margin-bottom: 8px;
}

@media (max-width: 1180px) {
    .step-1 .note-header {
        margin-top: 0;
    }
}

/* STEPS */
.step {
    height: 0;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.9, 0, 0.31, 1);
    will-change: opacity;
    overflow: hidden;
}

.step.step__active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 1;
    height: 100%;
}

.step_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 47px;
    width: 100%;
}

.step_answers {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 53px;
}

.step_buttons {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.step_buttons .btn {
    flex: 1 1 50%;
    margin: 10px 10px 0;
}

.step_buttons__gender {
    max-width: 100%;
    display: block;
    margin-top: initial;
}

.answers-list {
}

.answers-list_item label {
    display: block;
    border-radius: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 10px 10px 63px;
    background-image: url('../images/sprite-check.png');
    background-position: 25px 10px;
    background-repeat: no-repeat;
    transition: none
}

.answers-list_item:nth-child(odd) label {
    background-color: #f5f5f5;
}

.answers-list_item input:checked + label {
    background-color: #c7f4ce;
    background-repeat: no-repeat;
    background-position: 25px -70px;
}

.answers-list_item label:hover {
    background-color: #c7f4ce;
}

/*step 1*/

/*step 2*/

/*step 3*/

/*step 4*/

/*step 5*/

/*step 6*/
.step-6 .step_answers {
    margin-bottom: 18px;
}

/*step 7*/

.step-8 .answers-list {
    height: 280px;
    background: #c7f4ce;
    border-radius: 3px;
    padding: 17px 34px 17px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.step-8 .answers-list input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border: 1px solid #c7c7c7;
    border-top-color: #e0e0e0;
    border-radius: 3px;
    outline: none;
    box-shadow: 0px 1px 0 0px #3c393914;
}

.step-8 .answers-list input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #e0f9e4;
    border-radius: 50%;
    background: #44db5d;
    box-shadow: inset 0 0 1px #2e9e41;
    cursor: pointer;
}

.step-8 .answers-list input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: 1px solid #e0f9e4;
    border-radius: 50%;
    background: #44db5d;
    box-shadow: inset 0 0 1px #2e9e41;
    cursor: pointer;
}

.step-8 .input-title {
    margin-bottom: 3px;
    font-weight: bold
}

.step-8 .answers-list_item {
    margin-bottom: 12px;
}

.step-8 .answers-list_item:last-child {
    margin-bottom: 0;
}

.step-8 .answers-list_item .input-holder span {
    display: block;
    font-size: 12px;
    margin-bottom: 3px
}

.imperial-height {
    display: flex;
}

.imperial-height .form-group {
    flex: 0 1 50%;
    margin-left: 5px;
}

.imperial-height .form-group:first-child {
    margin-left: 0;
    margin-right: 5px;
}

/* processing-plan */
.score-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    position: relative;
}

.score-circle .score,
.score-circle canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#score-canvas {
    transform: rotate(-90deg);
}

.score-circle .score-amount {
    font-weight: 600;
}

.score-amount .score-text {
    font-size: 52px;
}

.score-amount .symbol-percent {
    position: relative;
    top: -13px;
    font-size: 32px;
}

.score-circle .score-text.percentage,
.score-circle .score-text .total {
    color: #42c362;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .score-circle {
        height: 130px;
    }

    #score-canvas, #back-canvas {
        width: 130px;
        height: 130px;
    }

    .score-amount .score-text {
        font-size: 34px;
    }

    .score-amount .symbol-percent {
        font-size: 23px;
    }

    .step-6 .step_answers {
        margin-bottom: 8px;
    }
}

.procc-congrats-plan {
    padding-bottom: 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.procc-congrats-plan.visible {
    opacity: 1;
    visibility: visible;
}

.procc-description {
    margin-top: 23px;
}

.procc-description .item {
    display: none;
    text-align: center;
    font-size: 16px;
}

.procc-description .item_current {
    display: block;
}

.processing-plan .accept-terms {
    width: 100%;
    max-width: 300px;
}

.processing-plan .step_buttons {
    justify-content: center;
    margin-top: 23px;
}

.processing-plan .btn_accept_form {
    width: 100%;
    max-width: 240px;
    box-sizing: border-box;
}

.measurments {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
}

.metric,
.imperial {
    display: none;
}

.measurments-system-choose {
    flex: 1 1 195px;
    display: flex;
    flex-wrap: wrap;
}

.btn-choose {
    width: 100%;
}

.btn-choose label {
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.btn-choose label span {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-left: 5px;
    padding-left: 5px;
}

.btn-choose input:checked + label {
    width: 100%;
    height: 100%;
    background: #c7f4ce;
}

.btn-choose input:checked + label span:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 6px;
    width: 16px;
    height: 11px;
    background: url('../images/icon-check.svg');
}

.btn-choose__metric label {
    margin-top: 5px;
    border-top-left-radius: 3px;
}

.btn-choose__metric input:checked + label {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: 0;
}

.btn-choose__imperial label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 3px;
}

.btn-choose__imperial input:checked + label {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.measurments__metric .answers-list {
    border-top-left-radius: 0;
}

.measurments__imperial .answers-list {
    border-bottom-left-radius: 0;
}

.measurments__metric .metric {
    display: block;
}

.measurments__imperial .imperial {
    display: block;
}

.inputs-row {
    display: flex;
    width: 120px;
    margin: 0 auto;
    justify-content: space-between;
}

.inputs-row .input-holder {
    position: relative;
}

.step-8 .answers-list_item .inputs-row input {
    width: 46px;
}

.step-8 .answers-list_item .inputs-row span {
    left: 100%;
}

.accept-terms {
    width: 100%;
    max-width: 500px;
    margin: 25px auto 10px;
}

.accept-terms label {
    position: relative;
    display: block;
    padding-left: 30px;
}

.accept-terms label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/sprite-check.png) 0 0 no-repeat;
}

.accept-terms input:checked + label:before {
    background-position: 0 -80px;
}

@media screen and (max-width: 1180px) {
    .procc-congrats-plan {
        font-size: 24px;
    }

    .step_title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .step-note {
        position: static;
        display: none;
    }

    .step-note__current {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .step_title {
        margin-bottom: 20px;
        font-size: 21px;
    }

    .procc-congrats-plan {
        padding-bottom: 20px;
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .measurments {
        flex-wrap: wrap;
    }

    .measurments .btn-choose {
        width: 50%;
    }

    .btn-choose label {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .answers-list_item label {
        padding-left: 46px;
        font-size: 12px;
        background-position: 12px 8px;
    }

    .answers-list_item input:checked + label {
        background-position: 12px -72px;
    }

    .step_answers {
        margin-bottom: 18px;
    }

    .accept-terms {
        margin-top: 15px;
    }

    .processing-plan .step_buttons {
        margin-top: 15px;
    }

    .step-8 .answers-list {
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .procc-congrats-plan {
        font-size: 18px;
    }

    .step_title {
        font-size: 18px;
    }

    .step-8 .answers-list {
        flex: 1 1 290px;
    }

    .step-8 .answers-list_item input {
        width: 100px;
    }
}

/*--------------------------- Terms BLOCK ------------------------------*/
.main {
    padding: 75px 15px 80px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.main .content {
    width: 100%;
    max-width: 986px;
    margin: 0 auto;
}

.terms .section-title + .terms-article {
    margin-top: 25px;
}

.terms-article {
    margin-top: 60px;
}

.terms-article:first {
    margin-top: 25px;
}

.terms-article-title {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.terms-article p {
    padding: 10px 0;
}

.terms-article ul {
    list-style-position: inside;
}

.terms-article .services-list li {
    position: relative;
    padding-left: 25px;
}

.terms-article .services-list li:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: '●';
}

@media (max-width: 630px) {
    .terms .section-title + .terms-article {
        margin-top: 10px;
    }

    .terms-article {
        margin-top: 30px;
    }

    .terms-article p {
        padding: 10px 15px;
    }
}

/*--------------------------- Contacts ------------------------------*/
.contacts-content {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.field-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
    border-bottom: 1px solid #e0e0e0;
    transition: border-color 0.5s ease;
}

.field-box_invalid {
    border-color: #f45151;
}

form > .field-box:first-child {
    margin-top: 0;
}

.label {
    display: block;
    width: 170px;
    flex: 0 0 auto;
    margin: 0;
    transition: color 0.3s ease;
    color: #2b3036;
}

.field-box_focus .label {
    color: #cacaca;
}

.input-holder {
    position: relative;
    flex: 0 1 100%;
    overflow: hidden;
}

.input-text {
    display: block;
    width: 100%;
    padding: 9px 14px 9px 10px;
    font-size: 13px;
    color: #2b3036;
    background: none;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
}

.input-text::-webkit-input-placeholder {
    color: #2b3036;
}

.input-text::-moz-placeholder {
    color: #2b3036;
}

.input-text:-ms-input-placeholder {
    color: #2b3036;
}

.input-text:-moz-placeholder {
    color: #2b3036;
}

.textarea {
    height: 38px;
    resize: none;
    transition: height 0.6s ease;
}

.acc-settings-form .textarea {
    width: 100%;
    resize: vertical;
    height: 8em;
}

.field-highlight {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: translate3d(0, 100%, 0);
}

.input-text:focus + .field-highlight {
    z-index: -1;
    transform: translate3d(0, 0, 0);
}

.icon-validation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}

.field-box_invalid .icon-validation {
    width: 10px;
    height: 9px;
    background-image: url(../images/icon-validation-invalid.png);
}

.field-box_valid .icon-validation {
    width: 12px;
    height: 8px;
    background-image: url(../images/icon-validation-valid.png);
}

.required {
    color: #818181;
}

.error-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
}

.error-box .error-text {
    font-size: 11px;
    color: #f45151;
}

.textarea-field-box {
    align-items: flex-start;
}

.textarea-field-box .label {
    transform: translateY(9px);
}

.icon-eye-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    width: 20px;
    height: 20px;
    text-align: center;
    transform: translateY(-50%);
    font-size: 13px;
}

.contact-us {
    margin-top: 40px;
}

.contact-us .textarea:focus,
.contact-us .textarea_not-empty {
    height: 78px;
}

.contact-us .submit-required {
    text-align: center;
}

.contact-us .required {
    font-size: 14px;
    color: #2b3036;
}

.contact-us .captcha-submit {
    align-items: flex-end;
    margin-top: 27px;
    border-bottom: none;
}

.contact-us .submit-holder {
    margin-top: 13px;
}

.contact-us .submit-btn {
    width: 240px;
    text-transform: uppercase;
}

@media (max-width: 630px) {
    .main {
        padding: 35px 15px;
    }

    .contact-us {
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .contacts {
        background-size: auto 650px;
    }

    .label {
        font-size: 13px;
    }
}

@media (max-width: 610px) {
    .contact-us .captcha-submit {
        display: block;
    }

    .contact-us .captcha-holder {
        text-align: center;
    }

    .contact-us .captcha-holder img {
        display: inline-block;
        width: 100%;
        max-width: 300px;
    }

    .contact-us .submit-required {
        margin: 15px auto 0;
    }
}

@media (max-width: 480px) {
    .main {
        padding: 25px 15px;
    }
}

@media (max-width: 430px) {
    .contact-us .label,
    .acc-settings-form .label {
        width: 100px;
        font-size: 12px;
    }

    .input-text {
        font-size: 12px;
    }
}

/*--------------------------- result ------------------------------*/
.page-calculator {
    background: url(../images/index-couple.png) center top no-repeat;
    background-size: auto 410px;
}

.page-calculator .progress-step_tooltip-general {
    display: none;
}

.bmi-metabolic {
    display: flex;
    justify-content: space-between;
    padding: 55px 40px;
    background-color: #2b3036;
    color: #777;
}

.bmi-metabolic .article {
    flex: 0 1 600px;
}

.mob-dop-wrapper {
    position: relative;
}

.close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/icon-close-dark.svg) no-repeat 0 0 / 15px 15px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.close-icon:hover {
    opacity: 1;
}

.help-sign {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    display: none;
    width: 28px;
    height: 40px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px 40px;
}

.bmi-metabolic .help-sign {
    background-image: url(../images/help-sign_light.svg);
}

.recommend-box .help-sign {
    background-image: url(../images/help-sign_dark.svg);
}

.help-sign:hover {
    opacity: 1;
}

.overlay-dop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mob-dop-wrapper_active .help-sign {
    display: none;
}

.mob-dop-wrapper_active .close-icon {
    display: block;
}

.mob-dop-wrapper_active .overlay-dop {
    opacity: 1;
    z-index: 2;
}

.bmi-metabolic .section-title {
    color: #fff;
}

.bmi-metabolic .section-title .amount {
    color: #73d783;
}

.bmi-metabolic .content {
    margin-top: 30px;
}

.bmi-metabolic .infography {
    position: relative;
}

.bmi-metabolic .diagram {
    min-height: 198px;
}

.bmi-metabolic .sticker {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 109px;
    height: 114px;
    background: url(../images/results/romb-sticker.svg) 0 0 no-repeat;
    color: #fff;
}

.bmi-metabolic .sticker .amount {
    display: block;
    margin-top: 5px;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.8;
}

.bmi-metabolic .diagram {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #394248;
}

.bmi-metabolic .diagram-pic {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 541px
}

.bmi-metabolic-description {
    margin-top: 40px;
    color: #f4f4f4;
}

.bmi-metabolic-description .item {
    display: none;
}

.bmi-metabolic-description .item_active {
    display: block;
}

.bmi-metabolic-description ul {
    margin-top: 10px;
    list-style-type: disc;
    list-style-position: inside;
}

.bmi-metabolic-description ul li {
    margin-top: 4px;
}

.result-bmi .diagram-list {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    padding: 0 27px;
    font-size: 12px;
}

.result-bmi .diagram-list .item {
    flex: 0 0 78px;
    text-align: center;
}

.result-bmi .diagram-list .item_active {
    color: #73d783;
}

.result-bmi .diagram-list .item-1 {
    position: relative;
    left: -8px;
}

.result-bmi .diagram-list .numbers {
    display: block;
}

.result-bmi .diagram-list .info {
    display: block;
    margin-top: 9px;
    font-weight: 700;
    line-height: 1.3;
}

.result-bmi .diagram-pic .range_active {
    fill: #73d783;
    opacity: 1;
}

.result-metabolic .diagram-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
}

.result-metabolic .diagram-list {
    margin-top: 8px;
    font-size: 12px;
}

.result-metabolic .diagram-list .item {
    flex: 0 0 84px;
}

.result-metabolic .diagram-list .item_active {
    color: #73d783;
}

.result-metabolic .diagram-list .item-4 {
    position: relative;
    left: 18px;
}

.result-metabolic .diagram-title {
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}

.result-metabolic .diagram-pic .range_active {
    fill: #73d783;
}

.result-recommend {
    padding: 140px 40px 160px;
    background: url(../images/results/recommend-top-bg.jpg) center top no-repeat, url(../images/results/recommend-bottom-bg.jpg) center bottom no-repeat;
    background-color: #f4f4f4;
}

.result-recommend .section-title {
    margin-bottom: -8px;
}

.recommend-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recommend-box {
    flex: 0 1 620px;
    margin-top: 40px;
    padding: 35px 38px 25px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-sizing: border-box;
}

.recommend-box .subject-icon-holder {
    float: left;
    width: 130px;
}

.recommend-box .global .content {
    margin-left: 130px;
    padding-top: 3px;
}

.recommend-box .description {
    margin-top: 25px;
}

.recommend-box .subject-title-amounts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 4px;
}

.recommend-box .subject-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    transform: translateY(-3px);
}

.recommend-box .amounts {
    font-size: 16px;
}

.recommend-box .amount-digits {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #45db5d;
}

.recommend-box .amount-digits:nth-child(1) {
    margin: 0 6px 0 3px;
}

.recommend-box .amount-digits:nth-child(2) {
    margin-left: 6px;
}

.recommend-box .global .sub-title {
    margin-top: 14px;
    font-size: 12px;
    color: #9b9c9e;
}

.recommend-scale {
    position: relative;
    width: 100%;
    max-width: 410px;
}

.recommend-scale .scale-amount {
    position: absolute;
    top: 3px;
    width: 66px;
    height: 4px;
    background-color: #45db5d;
}

.recommend-calories .scale-amount {
    left: 112px;
    width: 16%;
}

.recommend-water .scale-amount { /*left: 0; width: 40%;*/
}

.recommend-scale .scale-amount:before,
.recommend-scale .scale-amount:after {
    position: absolute;
    top: -10px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
}

.recommend-scale .scale-amount:before {
    left: -10px
}

.recommend-scale .scale-amount:after {
    right: -10px;
}

.recommend-calories .scale-amount:before,
.recommend-calories .scale-amount:after {
    background: url(../images/results/icon-scale-calories.png) 0 0 no-repeat;
}

.recommend-water .scale-amount:before,
.recommend-water .scale-amount:after {
    background: url(../images/results/icon-scale-water.png) 0 0 no-repeat;
}

.recommend-ideal-weight .scale-amount:before,
.recommend-ideal-weight .scale-amount:after {
    background: url(../images/results/icon-scale-ideal-weight.png) 0 0 no-repeat;
}

.recommend-achievable .global .content {
    position: relative;
    padding-top: 16px;
}

.recommend-achievable .global .amounts {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 109px;
    height: 115px;
    background: url(../images/results/romb-sticker.png) 0 0 no-repeat;
}

.recommend-achievable .global .amount-digits {
    color: #fff;
}

.recommend-achievable .global .sub-title {
    width: 214px;
}

@media (max-width: 1310px) {
    .bmi-metabolic {
        flex-wrap: wrap;
        justify-content: center;
    }

    .result-recommend {
        padding: 140px 15px 160px;
    }

    .recommend-content {
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .page-calculator {
        background-size: auto 350px;
        background-position: right -300px top 0;
    }
}

@media (max-width: 840px) {
}

@media (max-width: 760px) {
    .page-calculator {
        background-position: right 50% top 0;
        background-size: auto 456px;
    }
}

@media (max-width: 670px) {
    .bmi-metabolic {
        padding: 0;
    }

    .bmi-metabolic .article {
        padding: 35px 15px 20px;
    }

    .result-recommend {
        padding: 110px 15px 95px;
    }

    .recommend-box {
        padding: 25px 20px;
    }

    .recommend-box:first-child {
        margin-top: 28px;
    }

    .recommend-box .subject-icon-holder {
        float: none;
        margin: 0 auto;
    }

    .recommend-box .global .content {
        margin-left: 0;
        padding-top: 0;
        margin-top: 25px;
    }

    .recommend-scale {
        margin: 0 auto;
    }

    .recommend-box .subject-title-amounts {
        width: 100%;
        max-width: 410px;
        margin: 8px auto 0;
    }

    .recommend-box .scale-main-line {
        width: 100%;
    }

    .recommend-box .subject-title {
        font-size: 20px;
        line-height: 1.1;
    }

    .recommend-box .amount-digits {
        font-size: 23px;
    }

    .recommend-achievable .global .amounts {
        top: -30px;
    }

    .recommend-achievable .subject-title-amounts {
        text-align: left;
        margin: 0;
    }

    .mob-dop-wrapper .help-sign {
        display: block;
    }

    .mob-dop-wrapper_active .help-sign {
        display: none;
    }

    .mob-dop-wrapper .description {
        position: absolute;
        left: 15px;
        top: 35px;
        right: 15px;
        bottom: 15px;
        z-index: 3;
        display: none;
        margin: 0;
        font-size: 13px;
        color: #fff;
    }

    .mob-dop-wrapper_active .description {
        display: block;
    }
}

@media (max-width: 650px) {
    .page-calculator {
        background: none;
    }
}

@media (max-width: 630px) {
    .section-title {
        font-size: 26px;
    }

    .result-bmi .diagram-list {
        display: block;
        text-align: left;
    }

    .result-bmi .diagram-list .item {
        display: none;
    }

    .result-bmi .diagram-list .item_active {
        display: block;
        text-align: left;
    }

    .result-bmi .diagram-list .info br {
        display: none;
    }

    .result-bmi .diagram-pic {
        height: auto;
    }

    .bmi-metabolic .sticker {
        width: 80px;
        height: 84px;
        background-size: 80px 84px;
    }

    .bmi-metabolic .sticker .title {
        text-align: center;
        font-size: 11px;
    }

    .bmi-metabolic .sticker .amount {
        margin-top: 2px;
        font-size: 24px;
    }
}

@media (max-width: 550px) {
    .page-calculator {
        background-size: auto 370px;
    }
}

@media (max-width: 520px) {
    .page-calculator {
        background: none;
    }
}

@media (max-width: 500px) {
    .section-title {
        font-size: 22px;
    }

    .bmi-metabolic {
        padding-bottom: 15px;
    }

    .result-recommend {
        background-image: none;
    }

    .bmi-metabolic .help-sign {
        top: 90px;
    }

    .bmi-metabolic .content {
        margin-top: 16px;
    }

    .recommend-box {
        margin-top: 20px;
    }

    .result-recommend {
        padding-top: 95px;
        padding-bottom: 30px;
    }

    /**/
    .bmi-metabolic .article {
        padding: 20px 15px 10px;
    }
}

@media (max-width: 445px) {
    .recommend-ideal-weight .amounts {
        min-width: 160px;
    }

    .recommend-achievable .subject-title-amounts {
        display: block;
    }

    .recommend-achievable .subject-title {
        text-align: center;
    }

    .recommend-achievable .global .content {
        position: static;
    }

    .recommend-achievable .global .amounts {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 70px;
        height: 74px;
        margin: 0;
        background-size: 70px 74px;
    }

    .recommend-achievable .global .sub-title {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .result-metabolic .diagram-pic {
        width: 235px;
        height: auto;
    }

    .result-metabolic .diagram-list {
        max-width: 271px;
    }

    .result-metabolic .diagram-list .item {
        flex: 0 0 68px;
    }

    .recommend-box .subject-title-amounts {
        margin-top: 14px;
    }

    .recommend-box .subject-title {
        font-size: 15px;
    }

    .recommend-box .amounts {
        font-size: 13px;
    }

    .recommend-box .amount-digits {
        font-size: 17px;
    }

    .bmi-metabolic .section-title {
        font-size: 22px;
    }

    .bmi-metabolic .help-sign {
        top: 84px;
    }
}

/* Push-message
---------------------------------*/
.push-message {
    display: none;
    position: fixed;
    left: 18px;
    bottom: 10px;
    width: 234px;
    box-sizing: border-box;
    padding: 18px 18px 18px 22px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    background: #336542;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.cookies-shown .push-message {
    bottom: 51px;
}

.push-message .message-close {
    position: absolute;
    top: 11px;
    right: 11px;
    display: block;
    width: 13px;
    height: 13px;
    overflow: hidden;
    cursor: pointer;
}

.push-message .message-close:before,
.push-message .message-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    background: #e1e8e3;
    transform-origin: 0 0;
}

.push-message .message-close:before {
    top: 0px;
    transform: rotateZ(43deg);
}

.push-message .message-close:after {
    bottom: 0px;
    transform: rotateZ(-46deg);
}

@media (max-width: 1400px) {
    .push-message {
        left: 10px
    }
}

@media (max-width: 520px) {
    .cookies-shown .push-message {
        bottom: 72px;
    }

    .push-message {
        width: 200px;
        font-size: 13px;
        line-height: 17px;
        padding: 14px 14px 14px 18px;
    }
}

/* Modal
---------------------------------*/
.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.modal-content {
    padding: 40px 15px 30px;
}

.modal-content .title {
    font-size: 20px;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.modal-close:hover {
    opacity: 1;
}

body.modal-open > :not(.modal) {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .6);
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

/* .modal-thanks */
.modal-simple-popup {
    text-align: center;
}

.modal-simple-popup .modal-dialog {
    max-width: 380px;
}

.modal-simple-popup .btn {
    min-width: 100px;
    margin-top: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .modal-content .title {
        font-size: 18px;
    }

    .modal-simple-popup .modal-dialog {
        max-width: 300px;
    }
}

/* .modal-inquirer */
.modal-inquirer .btn {
    margin-top: 25px;
    max-width: 130px;
    width: 100%;
}

.modal-inquirer .pic-inquirer {
    margin: 0 auto 25px;
}

/* .modal-signin */
.modal-signin:before {
    height: 50%;
}

.modal-signin .forgot {
    text-align: right;
}

.modal-signin .modal-content {
    padding: 35px 50px 50px;
}

.modal-signin .title {
    font-size: 32px;
    text-transform: uppercase;
}

.modal-signin .field-box {
    margin-bottom: 15px;
    overflow: visible;
}

.modal-signin .input-text {
    padding: 9px 0;
}

.modal-signin .input-text::-webkit-input-placeholder {
    color: #cfcfd0;
}

.modal-signin .input-text::-moz-placeholder {
    color: #cfcfd0;
}

.modal-signin .input-text:-ms-input-placeholder {
    color: #cfcfd0;
}

.modal-signin .input-text::-ms-input-placeholder {
    color: #cfcfd0;
}

.modal-signin .input-text::placeholder {
    color: #cfcfd0;
}

.modal-signin .btn {
    padding: 5px 0;
    width: 100%;
}

.modal-signin .forgot-link {
    text-align: right;
}

.modal-signin .forgot-link a {
    font-size: 12px;
    color: #45db5d;
    text-decoration: underline;
}

.modal-signin .btn__icon-left {
    padding: 5px 0;
    width: 100%;
    background-color: #4267b2;
    text-transform: none;
    margin-top: 18px;
}

.modal-signin .btn__icon-left i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    bottom: 0;
    border: 1px solid #6e88bd;
    text-align: center;
}

.modal-signin .btn__icon-left svg {
    width: 10px;
    display: block;
    margin: 5px auto;
}

.modal-signin .other-signin {
    margin-top: 18px;
    border-top: 1px solid #e2e2e2;
}

.modal-signin .field-box_invalid .alert-msg {
    display: block;
}

.modal-signin .alert-msg {
    display: none;
    font-size: 10px;
    color: #f83407;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: 0;
}

/* .modal-signout */
.modal-signout .btn-yes {
    margin-left: 15px;
}

/*--------------------------- register ------------------------------*/
.head-title-register {
    position: fixed;
    left: 0;
    top: 88px;
    z-index: -1;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    color: #fff;
    transition: opacity 0.3s ease;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
}

.head-title-register .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
}

.head-title-register .title {
    display: none;
    margin-right: 10px;
}

.head-title-register .show-register-link {
    float: right;
    width: 100%;
    max-width: 105px;
    padding: 7px 15px;
    white-space: nowrap;
    cursor: pointer;
}

.head-title-register .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffe92f;
    font-size: 16px;
}

.head-title-register .title span {
    color: #ffffff;
    font-size: 23px;
}

.head-title-register .title + span {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.head-title-register_visible {
    opacity: 1;
    z-index: 4;
    visibility: visible;
}

.result-register {
    background-color: #fff;
    padding: 0 27px 60px;
}

.result-register__title-wrap {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 638px;
    max-width: 100%;
    max-height: 270px;
    box-sizing: border-box;
    padding: 44px 20px 35px;
    background: url(../images/bg-title.png) 50% 50% no-repeat;
    -webkit-background-size: 545px 260px;
    background-size: 545px 260px;
    text-align: center;
}

.result-register__title {
    font-size: 30px;
    line-height: 35px;
    color: #424436;
    font-weight: 600;
}

.result-register__title span {
    display: block;
    vertical-align: baseline;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.result-register__title span span {
    font-size: 30px;
    display: inline-block;
}

.result-register__price {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
}

.result-register__price .previous-price {
    position: relative;
}

.result-register__price_new {
    font-size: 55px;
    line-height: 1.2;
    color: #ff4646;
    font-weight: bold;
}

.result-register__price .previous-price:after {
    background-color: #ff4646;
    height: 3px;
}

.result-register .register-box {
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 50px;
}

.register-box .register-box_pre-title {
    margin: 12px 0 20px 35px;
    text-align: left;
    font-size: 24px;
}

.register-box .register-box_pre-title .highlight {
    color: red;
}

.register-box .register-box_title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}

.register-box .register-box_title span {
    font-weight: bold;
}

.register-box .register-box-container {
    display: flex;
    justify-content: space-between;
}

.register-box .register-box_list {
    flex: 0 1 50%;
    margin-right: 70px;
}

.register-box .register-box_list li {
    position: relative;
    padding-left: 38px;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 16px;
}

.register-box .register-box_list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/icon-check.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    width: 22px;
    height: 15px;
}

.register-box .register-box_forms {
    flex: 0 1 50%;
}

.register-box_form .box_form__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
    padding: 12px 62px 5px 0;
}

.form-payment .box_form__title {
    padding-top: 12px;
}

.form-payment .box_form__title:after {
    margin-top: -19px;
    background: url(../images/icon-pay.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    width: 53px;
    height: 38px;
}

.register-box_forms .form-registration {
    margin-bottom: 30px;
    width: 100%;
}

.register-form {
    margin-top: 0;
}

.register-form .submit-box {
    border: none;
    width: 100%;
    display: block;
}

.register-form .submit-holder {
    text-align: center;
}

.register-form .submit-btn {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    transition: .4s;
    box-sizing: border-box;
}

.register-form .submit-btn:hover,
.register-form .submit-btn:active {
    background-color: #55bf65;
}

.register-already-member {
    margin-top: 15px;
}

.form-payment .form-payment_btn {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    background-color: #63df76;
    padding: 12px;
    transition: .4s;
    display: block;
    box-sizing: border-box;
}

.form-payment .form-payment_btn:hover,
.form-payment .form-payment_btn:active {
    background-color: #55bf65;
}

.result-register .additional-info {
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
    color: #989898;
}

@media (max-width: 992px) {
    .register-box .register-box_list {
        margin-right: 40px;
    }
}

@media (max-width: 900px) {
    .register-box .register-box_list li {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .register-box .register-box_title {
        margin-bottom: 35px;
    }

    .result-register__title-wrap {
        margin-bottom: 10px;
        padding-top: 30px;
        padding: 44px 20px 28px;
        background-size: 480px 225px;
        width: 480px;
        box-sizing: border-box;
    }

    .result-register__title {
        font-size: 26px;
    }

    .result-register__title span {
        font-size: 20px;
    }

    .result-register__title span span {
        font-size: 26px;
    }

    .result-register__price {
        font-size: 26px;
    }

    .result-register__price_new {
        font-size: 40px;
    }

    .result-register .register-box {
        padding: 30px;
    }

    .register-box .register-box_pre-title {
        font-size: 21px;
    }

    .register-box .register-box_title {
        text-align: center;
        font-size: 21px;
    }

    .register-box .register-box-container {
        flex-direction: column;
    }

    .register-box .register-box_list {
        order: 2;
        flex-basis: 100%;
        margin-right: 0;
        margin-top: 40px;
    }

    .register-box .register-box_forms {
        flex-basis: 100%;
    }

    .register-box_forms .form-registration {
        margin-bottom: 0;
    }
}

@media (max-width: 550px) {
    .head-title-register {
        top: 78px;
        padding: 10px 0;
    }

    .head-title-register .title {
        font-size: 14px;
        line-height: 1.2;
        display: inline;
    }

    .head-title-register .title span {
        font-size: 16px;
    }

    .head-title-register .title + span {
        font-size: 14px;
    }

    .head-title-register .show-register-link {
        margin-left: 10px;
    }

    .result-register__title-wrap {
        width: 100%;
        background-size: 100% 220px;
        padding: 40px 20px 28px;
    }
}

@media (max-width: 480px) {
    .question-block .result-register {
        padding: 15px;
    }

    .result-register .register-box {
        padding: 15px;
    }

    .result-register__title-wrap {
        margin-bottom: 10px;
        padding: 40px 20px 34px;
        background-size: 100% 170px;
    }

    .register-box .register-box_pre-title,
    .result-register__title {
        font-size: 16px;
        line-height: 1.3;
    }

    .result-register__title span {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .result-register__title span span {
        font-size: 18px;
    }

    .result-register__price {
        font-size: 16px;
    }

    .result-register__price_new {
        font-size: 28px;
    }

    .register-box .register-box_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .register-box .register-box_list li {
        font-size: 16px;
        padding-left: 24px;
    }

    .register-box .register-box_list li:before {
        width: 16px;
    }

    .register-form .submit-btn {
        max-width: 220px;
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .head-title-register .title {
        font-size: 11px;
    }

    .head-title-register .title span {
        font-size: 15px;
        line-height: 1;
    }

    .head-title-register .title + span {
        font-size: 11px;
    }

    .head-title-register .show-register-link {
        max-width: 95px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* PAGE BANNER
---------------------------------*/
.page-banner {
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-banner__img {
    margin: 0 auto;
}

.page-banner__link_desktop {
    display: block;
}

.page-banner__link_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .page-banner {
        margin-top: 60px;
    }

    .page-banner__link_desktop {
        display: none;
    }

    .page-banner__link_mobile {
        display: block;
    }
}

/* DIET PAGE
---------------------------------*/
.diet-page {
}

.diet-page .wrapper {
    overflow: visible;
}

.diet-page_title {
    font-family: 'Comfortaa', cursive;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    margin: 20px 0 80px;
}

.diet-menu {
    background-color: #fff;
    position: relative;
}

.diet-days {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    background-color: #c2c0c0;
    box-sizing: border-box;
    padding: 6px 28px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky; /*position: sticky;*/
    top: 0;
    z-index: 3;
}

/**/
.diet-days.sticky {
    position: sticky;
    top: 88px;
}

.diet-days_item {
    width: 20%;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    padding: 15px 0;
    margin: 0 16px;
    position: relative;
}

.diet-days_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    border-right: 1px solid #d4d3d3;
    height: 100%;
}

.diet-days_item:first-child {
    margin-left: 0;
}

.diet-days_item:last-child {
    margin-right: 0;
}

.diet-days_item:last-child:after {
    display: none;
}

.diet-one-day {
    border-bottom: 2px solid #ccc;
    padding-bottom: 40px;
    margin: 0 28px 40px;
}

.diet-one-day:last-child {
    border: none;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.diet-one-day_title {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}

.diet-one-day_menu {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.diet-one-day_menu__item {
    margin: 0 16px 0;
    width: 20%;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    color: #2b3036;
    transition: none;
}

.diet-one-day_menu__item:first-child {
    margin-left: 0;
}

.diet-one-day_menu__item:last-child {
    margin-right: 0;
}

.dish-title {
    width: 100%;
    padding: 16px;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    color: #2b3036;
    font-weight: bold;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background-color: #fafafa;
    transition: none;
    height: 100%;
}

.dish-title:before {
    content: "";
    width: 100%;
    height: 42px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: -41px;
    background: url(../images/round-white.png) 50% 100% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.diet-one-day_menu__item:before {
    content: "";
    background: rgba(255, 255, 255, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    transition: .4s;
}

.diet-one-day_menu__item:hover:before {
    background: rgba(0, 0, 0, .4);
}

.diet-one-day_menu__item:hover .dish-title,
.diet-one-day_menu__item:active .dish-title {
    background-color: #45db5d;
    color: #fff;
}

.diet-one-day_menu__item:hover .dish-title:before,
.diet-one-day_menu__item:active .dish-title:before {
    background: url(../images/round-green.png) 50% 100% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 900px) {
    .diet-page_title {
        font-size: 40px;
        margin: 10px 0 40px;
    }

    .diet-days {
        padding: 6px 5px;
    }

    .diet-days_item {
        font-size: 18px;
        padding: 5px 0;
        margin: 0 5px;
    }

    .diet-days_item:after {
        right: -5px;
    }

    .diet-one-day {
        margin: 0 5px 20px;
        padding-bottom: 20px;
    }

    .diet-one-day:last-child {
        padding-bottom: 30px;
    }

    .diet-one-day_title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .diet-one-day_menu__item {
        margin: 0 5px 0;
    }

    .dish-title {
        font-size: 14px;
        padding: 10px 3px;
    }
}

@media screen and (max-width: 550px) {
    .diet-days.sticky {
        top: 78px;
    }
}

@media screen and (max-width: 480px) {
    .diet-page_title {
        font-size: 40px;
        margin: 0 0 20px;
    }

    .diet-days_item {
        font-size: 11px;
        padding: 5px 0;
        margin: 0 5px;
    }

    .diet-one-day {
        margin: 0 5px 20px;
        padding-bottom: 20px;
    }

    .diet-one-day_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .diet-one-day_menu__item {
        margin: 0 5px 0;
    }

    .diet-one-day_menu__item:before {
        display: none;
    }

    .dish_img {
        display: block;
        position: relative;
        width: 100%;
        border-radius: 50%;
        overflow: hidden;
    }

    .dish_img:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .dish_img img {
        position: absolute;
        top: 0;
        max-width: 200%;
    }

    .dish-title {
        background: none;
        font-size: 9px;
        padding: 10px 3px;
    }

    .dish-title:before {
        display: none;
    }

    .diet-one-day_menu__item:hover .dish-title, .diet-one-day_menu__item:active .dish-title {
        background: none;
        color: inherit;
    }
}

/* RECIPE PAGE
---------------------------------*/
.recipe-manual-wrap__item > a {
    color: #2b3036;
}

.recipe-page {
    background: #23292f url(../images/dietforweek-bg.jpg) no-repeat left top;
    background-size: cover;
}

.recipe-page .header-main {
    position: relative;
    z-index: 2;
}

.recipe-page .header-main .btn-back {
    color: #ffffff;
    margin-bottom: 0;
}

/**/
/* .recipe-page .header-nav_link {color: #2b3036;}
.recipe-page .btn-back path {stroke: #2b3036;} */
.recipe-page .recipe-page-content {
    background-color: #fff;
    padding: 30px 40px 55px;
    border-radius: 5px;
}

.recipe-page .recipe-page_title {
    font-family: 'Comfortaa', cursive;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 30px;
}

.recipe-page .recipe-name {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.prep-nutritional {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: stretch;
}

.prep-nutritional .recipe-img {
    flex: 0 1 728px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.prep-nutritional .recipe-img > img {
    display: block;
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.prep-nutritional .recipe-item-block {
    flex: 0 1 520px;
    margin-left: 40px;
}

.prep-nutritional .recipe-item-block_container {
    max-height: 475px;
}

.recipe-page .recipe-img .preparation {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 12px 15px 28px;
    background-color: #45db5d;
    border-radius: 90% 0 0 0;
    text-align: right;
}

.recipe-img .preparation .preparation_icon {
    max-width: 52px;
    height: auto;
    display: inline-block;
    margin: 0 7px 10px 0;
}

.recipe-img .preparation .preparation_text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.recipe-img .preparation .preparation_text .dark-text {
    color: #2b3036;
}

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

}

@media screen and (max-width: 1024px) {
    .recipe-page .recipe-page_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .prep-nutritional {
        display: block;
    }

    .prep-nutritional .recipe-img {
        height: 250px;
        margin-bottom: 30px;
    }

    .prep-nutritional .recipe-img > img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .prep-nutritional .recipe-item-block {
        margin-left: 0;
    }

    .prep-nutritional {
        margin-bottom: 30px;
    }

    .recipe-page {
        background-size: 850px auto;
    }
}

@media screen and (max-width: 480px) {
    .recipe-page {
        background-size: 584px auto;
        background-position: -84px 0px;
    }

    .recipe-page .header-top {
        padding-top: 20px; /*padding-bottom: 45px;*/
    }

    /**/
    .recipe-page .recipe-page-content {
        padding: 20px 20px 30px;
    }
}

.recipe-page .recipe-flex-container {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
}

.recipe-page .recipe-flex-child {
    margin-right: 40px;
    flex-grow: 1;
    width: 50%;
}

.recipe-page .recipe-steps {
    flex-grow: 1;
    width: 50%;
}

.recipe-page .recipe-item-block {
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.recipe-page .recipe-item-block_container {
    padding: 20px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .recipe-page .recipe-flex-container {
        display: block;
    }

    .recipe-page .recipe-flex-child {
        width: 100%;
        margin-right: 0;
    }

    .recipe-page .recipe-steps {
        width: 100%;
        margin-top: 30px;
    }

    .recipe-page .recipe-name {
        font-size: 24px;
    }
}

/* Ingredients */
.recipe-ingredients {
    overflow-x: auto;
    box-sizing: border-box;
}

.recipe-ingredients .recipe-ingredients-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}

.recipe-ingredients .recipe-ingredients-title:before {
    content: "";
    display: inline-block;
    background: url(../images/svg/ingredients.svg) 0 0 no-repeat;
    background-size: contain;
    width: 49px;
    height: 48px;
    vertical-align: middle;
    padding-right: 20px;
}

.recipe-ingredients p {
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #e4e4e4;
}

.recipe-ingredients p:last-child {
    border: none;
}

.recipe-ingredients .bold {
    font-weight: bold;
}

/* Nutritional Information */
.recipe-info {
    overflow-x: auto;
    box-sizing: border-box;
}

.recipe-info .recipe-info-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 50px;
}

.recipe-info .recipe-info-title:before {
    content: "";
    display: inline-block;
    background: url(../images/svg/nutritions.svg) 0 0 no-repeat;
    background-size: contain;
    width: 34px;
    height: 49px;
    vertical-align: middle;
    padding-right: 20px;
}

.recipe-info p {
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recipe-info p span {
    width: 50%;
}

.recipe-info p:last-child {
    border: none;
}

.recipe-info .bold {
    font-weight: bold;
}

/* How to Make It */
.recipe-steps {
    max-height: 690px;
    overflow-x: auto;
    box-sizing: border-box;
}

.recipe-steps .recipe-steps-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}

.recipe-steps .recipe-steps-title:before {
    content: "";
    display: inline-block;
    background: url(../images/svg/howtomakeit.svg) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    padding-right: 20px;
}

.recipe-step-block {
    margin-bottom: 30px;
}

.recipe-step-block .step-title {
    font-size: 17px;
    font-weight: bold;
}

@media screen and (max-width: 905px) {
    .recipe-info .recipe-info-title:before {
        float: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .recipe-page .recipe-title {
        text-align: center;
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 1;
    }

    .recipe-page .recipe-title:before {
        text-align: center;
        float: none;
        margin-top: 0;
        display: block;
        margin: 0 auto 10px;
        padding-right: 0;
    }

    .recipe-ingredients,
    .recipe-info,
    .recipe-steps {
        max-height: none;
    }
}

/* Recipe Manual */
.recipe-manual__title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.recipe-manual__subtitle {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.recipe-manual__flex-block {
    display: flex;
    justify-content: space-between;
}

.recipe-manual-wrap__item {
    flex: 0 1 310px;
    text-align: center;
    margin: 0 30px;
}

.recipe-manual__img {
    margin: 0 auto 30px;
}

.recipe-manual__text {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .recipe-manual-wrap__item {
        margin: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .recipe-manual__title {
        font-size: 36px;
    }

    .recipe-manual__subtitle {
        font-size: 28px;
    }

    .recipe-manual__flex-block {
        flex-direction: column;
    }

    .recipe-manual-wrap__item {
        flex: auto;
        text-align: center;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 480px) {
    .recipe-manual__title {
        font-size: 26px;
    }

    .recipe-manual__subtitle {
        font-size: 20px;
    }

    .recipe-manual__img {
        max-width: 60%;
        margin-bottom: 15px;
    }

    .recipe-manual__text {
        font-size: 15px;
    }
}

/* Cookie Statement
---------------------------------*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 15px 0;
    display: none;
    z-index: 1;
}

.cookie-banner .wrapper {
    display: flex;
    justify-content: space-between;
}

.cookie-banner_close {
    padding: 0 5px;
    cursor: pointer;
}

/* Page-404
---------------------------------*/
.page-404 {
    height: 100vh;
    background-image: url(../images/page-404/body-bg.jpg);
    background-repeat: repeat;
}

.page-404 .wrapper {
    display: flex;
    flex-direction: column;
}

.content-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.content-404 .illustration-404 {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.content-404 .title {
    margin-top: 40px;
    font: 26px/1.3 'Comfortaa', sans-serif;
    font-weight: 600;
    text-align: center;
}

.content-404 .btn-holder {
    width: 100%;
    max-width: 440px;
    margin-top: 60px;
}

.content-404 .btn {
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 9px;
}

@media (max-width: 900px), (min-width: 900px) and (max-height: 700px) {
    .content-404 .illustration-404 {
        max-width: 380px;
    }

    .content-404 .title {
        font-size: 22px;
    }

    .content-404 .btn-holder {
        max-width: 380px;
        margin-top: 45px;
    }
}

@media (max-width: 900px) {
    .content-404 .illustration-404 {
        max-width: 330px;
    }

    .content-404 .title {
        margin-top: 35px;
        font-size: 19px;
    }

    .content-404 .btn-holder {
        max-width: 350px;
        margin-top: 35px;
    }

    .content-404 .btn {
        font-size: 21px;
    }
}

@media (max-width: 400px) {
    .content-404 .illustration-404 {
        max-width: 250px;
    }

    .content-404 .title {
        margin-top: 25px;
        font-size: 17px;
    }

    .content-404 .btn-holder {
        max-width: 280px;
        margin-top: 25px;
    }

    .content-404 .btn {
        font-size: 19px;
    }
}

.diet-page .own-recipe-image-desc, .page-dietforweek .own-recipe-image-desc {
    display: block !important;
}

.diet-page .own-recipe-image-mob, .page-dietforweek .own-recipe-image-mob {
    display: none !important;
}

.recipe-page .own-recipe-image-desc {
    display: block !important;
}

.recipe-page .own-recipe-image-mob {
    display: none !important;
}

@media (max-width: 480px) {
    .diet-page .own-recipe-image-desc, .page-dietforweek .own-recipe-image-desc {
        display: none !important;
    }

    .diet-page .own-recipe-image-mob, .page-dietforweek .own-recipe-image-mob {
        display: block !important;
    }

    .recipe-page .own-recipe-image-desc {
        display: none !important;
    }

    .recipe-page .own-recipe-image-mob {
        display: block !important;
    }
}

/* header-sub_menu */

.header-sub_menu {
    position: absolute;
    right: 0;
    top: 65px;
    min-width: 118px;
    padding-top: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.header-sub_menu li {
    background: rgba(118, 118, 118, .8);
}

.header-sub_menu a {
    display: flex;
    align-items: center;
    color: #ffffff;
    fill: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    border-top: 1px solid rgba(186, 186, 186, .1);
}

.header-sub_menu a .icon {
    display: inline-block;
    margin-right: 8px;
}

.header-sub_menu a .text {
    white-space: nowrap;
}

.header-sub_menu li:first-child a {
    border-top: 0;
}

.header-sub_menu a:hover {
    color: #45db5d;
    fill: #45db5d;
}

.header-sub_menu .sub-menu_block-icon {
    width: 21px;
    display: inline-block;
    margin-right: 8px;
}

.header-sub_menu .sub-menu_icon {
    display: block;
}

/* /header-sub_menu */

/* page-dietforweek
---------------------------------*/
.user-nav {
    position: relative;
}

.header-top .signout_btn {
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.header-top .signout_btn .signout-icon {
    width: 29px;
    height: 29px;
    fill: #ffffff;
    margin-right: 10px;
}

.header-top .signout_btn .text {
    max-width: 103px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header-top .signout_btn .arrow {
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    width: 10px;
    height: 6px;
    background: none;
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.header-top .signout_btn .arrow:before {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    webkit-font-smoothing: antialiased;
    moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 14px;
    line-height: 6px;
}

.header-top .signout_btn.active + .header-sub_menu {
    top: 23px;
    opacity: 1;
    z-index: 2;
    visibility: visible;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header-top .signout_btn.active .arrow {
    transform: rotate(-180deg)
}

.page-dietforweek {
    background: #23292f url(../images/dietforweek-bg.jpg) no-repeat left top;
    background-size: contain;
}

.page-dietforweek .wrapper {
    overflow: visible;
}

.page-dietforweek * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* page-dietforweek-header */
.page-dietforweek-header {
    height: auto;
    min-height: auto;
}

.page-dietforweek-header .logo-holder .logo {
    width: 198px;
}

/* /page-dietforweek-header */

/* bonus-items-section  */
.page-dietforweek .bonus-items-section {
    margin-top: 0;
    margin-bottom: 7px;
    padding-top: 20px;
}

/**/
.page-dietforweek .bonus-items-section .bonus-box_title {
    font-family: 'Comfortaa-Light';
    color: #ffffff;
    font-size: 65px;
    line-height: 40px;
    text-transform: none;
}

.page-dietforweek .bonus-items-section .bonus-text {
    color: #ffffff;
    margin-bottom: 11px;
}

.page-dietforweek .bonus-download-btn {
    color: #ffffff;
    padding: 3px;
    display: inline-block;
}

.page-dietforweek .bonus-download-btn:hover .icon-download path {
    transition: fill 0.3s ease;
}

.page-dietforweek .bonus-download-btn:hover .icon-download path {
    fill: #45db5d;
}

/* /bonus-items-section  */

/* diet-week-plan */
.diet-week-plan {
    overflow: hidden;
}

.diet-week-plan .diet-plan-header {
    display: flex;
    justify-content: space-around;
    background: #c2c0c0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #ffffff;
    padding-top: 9px;
    padding-bottom: 6px;
    position: -webkit-sticky;
}

.diet-week-plan .diet-plan-header-i {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    width: 20%;
    padding: 11px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.diet-week-plan .diet-plan-header_i-mob {
    display: none;
    font-size: 17px;
    color: #ffffff;
    line-height: 21px;
    padding: 7px 10px;
    margin-bottom: 20px;
    text-align: center;
    background: #c2c0c0;
}

.diet-week-plan .diet-plan-content {
    background: #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 40px;
    overflow: hidden;
    padding-right: 40px;
    padding-bottom: 60px;
}

.diet-week-plan .diet-plan-row {
    border-bottom: 2px solid rgba(134, 131, 132, .41);
    padding-bottom: 30px;
    margin-top: 25px;
    overflow: hidden;
}

.diet-week-plan .diet-plan-content .diet-plan-row:first-child {
    margin-top: 0;
}

.diet-week-plan .diet-plan-content .diet-plan-row:last-child {
    border-bottom: 0;
}

.diet-week-plan .diet-plan-row .diet-plan-row-header {
    font-size: 28px;
    color: #2b3036;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin: 23px 0 37px;
}

.diet-week-plan .diet-plan-row .diet-plan-list {
    display: flex;
    justify-content: space-between;
}

.diet-week-plan .diet-plan-list .dish-plan-list-i {
    overflow: hidden;
    border-radius: 7px;
    max-width: 228px;
    height: 100%;
    background: #fafafa;
    display: block;
}

.diet-week-plan .diet-plan-list .dish-plan-list-i:hover {
    box-shadow: 0 0 8px rgba(14, 26, 33, .26);
    background: #45db5d;
}

.diet-week-plan .diet-plan-list .dish-plan-list-i:hover .dish-plan-list-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .41)
}

.diet-week-plan .diet-plan-list .dish-plan-list-i:hover .dish-list-desc {
    color: #ffffff;
}

.diet-week-plan .diet-plan-list .dish-plan-list-i:hover .dish-list-desc:before {
    background-image: url('../images/rounding-green.png');
}

.diet-week-plan .diet-plan-list .owl-nav .owl-prev,
.diet-week-plan .diet-plan-list .owl-nav .owl-next {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 55px;
    fill: #77e588;
}

.diet-week-plan .diet-plan-list .owl-nav .owl-prev {
    left: 4px;
}

.diet-week-plan .diet-plan-list .owl-nav .owl-next {
    right: 4px;
}

.diet-week-plan .svg-owl-btn {
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.diet-week-plan .diet-plan-list .dish-plan-list-img {
    position: relative;
}

.diet-week-plan .diet-plan-list .dish-list-desc {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #2b3036;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110px;
}

.diet-week-plan .diet-plan-list .dish-list-desc:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 42px;
    background: url('../images/rounding-gray.png') no-repeat center;
}

@media screen and (max-width: 1400px) {
    .page-dietforweek .bonus-items-section {
        margin-top: 0;
    }

    .page-dietforweek .bonus-items-section .bonus-box_title {
        font-size: 54px;
    }
}

@media screen and (max-width: 1200px) {
    .page-dietforweek-header .header-top .logo-holder .logo {
        width: 210px;
    }
}

@media screen and (max-width: 1100px) {
    .diet-week-plan .diet-plan-list .dish-plan-list-i {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media screen and (max-width: 960px) {
    .page-dietforweek .bonus-items-section .bonus-box_title {
        font-size: 45px;
    }
}

@media screen and (max-width: 800px) {
    .diet-week-plan {
        border-radius: 8px;
    }

    .diet-week-plan .diet-plan-header {
        padding-top: 6px;
    }

    .diet-week-plan .diet-plan-row {
        padding-bottom: 0;
        margin-top: 0;
        border: 0;
        position: relative;
        position: relative;
    }

    .diet-week-plan .diet-plan-row:after {
        content: '';
        position: absolute;
        left: 22px;
        right: 22px;
        bottom: 0;
        height: 1px;
        background: rgba(134, 131, 132, .41);
    }

    .diet-week-plan .diet-plan-content .diet-plan-row:last-child:after {
        display: none;
    }

    .diet-week-plan .diet-plan-row .diet-plan-row-header {
        margin: 0;
        padding: 20px 0;
        line-height: 30px;
        cursor: pointer;
        font-weight: normal;
        font-size: 25px;
    }

    .diet-week-plan .diet-plan-row .diet-plan-list {
        padding-bottom: 20px;
        display: none;
    }

    .diet-week-plan .diet-plan-list .dish-plan-list-i {
        margin-left: auto;
        margin-right: auto;
        width: 228px;
        height: 318px;
    }

    .diet-week-plan .diet-plan-header_i-mob {
        display: block;
    }

    .diet-week-plan .diet-plan-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .page-dietforweek .bonus-items-section .bonus-box_title {
        font-size: 35px;
    }
}

@media screen and (max-width: 650px) {
    .page-dietforweek {
        background-size: 700px auto;
    }

    .page-dietforweek-header .header-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-dietforweek-header .header-top .logo-holder .logo {
        width: 112px;
    }

    .header-top .signout_btn {
        padding-right: 15px;
    }

    .header-top .signout_btn .text {
        display: none;
    }

    .page-dietforweek .bonus-items-section {
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .page-dietforweek {
        background-size: 584px auto;
        background-position: -84px 0px;
    }

    .page-dietforweek .bonus-items-section {
        margin-bottom: 12px;
        display: none;
    }

    .page-dietforweek .bonus-items-section {
        padding-top: 5px;
    }

    .page-dietforweek .bonus-items-section .bonus-box_title {
        font-size: 26px;
    }

    .page-dietforweek .bonus-items-section .bonus-items-list {
        margin-top: 30px;
    }

    .diet-week-plan .diet-plan-row .diet-plan-row-header {
        font-size: 18px;
        margin: 0;
        padding: 14px 0;
        line-height: 22px;
    }
}

/* /diet-week-plan */

/* Account Settings
---------------------------------*/
.acc-settings-form {
    width: 100%;
    max-width: 580px;
    margin: 35px auto 0;
}

.field-settings-name {
    margin-top: 0;
}

.acc-settings-form .submit-holder {
    margin-top: 50px;
    text-align: center;
}

.acc-settings-form .submit-holder .btn {
    width: 240px;
    text-transform: uppercase;
}

.acc-settings-form .submit-holder .submit-btn,
.acc-settings-form .new-passwords-holder {
    display: none;
}

.acc-settings-email .label,
.acc-settings-email .input-text {
    color: #d2d2d2;
}

@media screen and (max-width: 480px) {
    .acc-settings-form {
        margin-top: 20px;
    }

    .acc-settings-form .submit-holder {
        margin-top: 30px;
    }
}

/* page special offers
---------------------------------*/
.page-special-offers .bonus-items-section {
    padding: 0;
}

.page-special-offers .main .content {
    max-width: 100%;
}

.page-special-offers .bonus-text {
    margin-bottom: 11px;
}

/* page page-acc-results
---------------------------------*/
.acc-results-main {
    padding-bottom: 70px;
    border: 2px solid #747474;
    background-color: #fff;
}

.acc-results-main .result-recommend {
    padding-bottom: 0;
    background: #fff url(../images/acc-results/recommend-top-bg.jpg) no-repeat center top;
}

.acc-results-main .main-btn-holder {
    margin-top: 70px;
    text-align: center;
}

.acc-results-main .main-btn-holder .btn {
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (max-width: 500px) {
    .acc-results-main .main-btn-holder .btn {
        width: 80%;
    }

    /**/
}

.measurments__metric .input-holder, .measurments__imperial .input-holder {
    overflow: visible;
}

.js-timer {
    color: red;
    font-weight: bold;
}

#contact-name, #acc-settings-email {
    font-weight: bold;
}

@media (min-width: 1010px) {
    .max-image {
        display: block;
    }

    .middle-image {
        display: none;
    }

    .min-image {
        display: none;
    }
}

@media (min-width: 630px) and (max-width: 1010px) {
    .max-image {
        display: none;
    }

    .middle-image {
        display: block;
    }

    .min-image {
        display: none;
    }
}

@media (max-width: 630px) {
    .max-image {
        display: none;
    }

    .middle-image {
        display: none;
    }

    .min-image {
        display: block;
    }
}
