.slick-slide:focus {
    outline: none
}

.nw {
    white-space: pre !important;
    display: inline-block !important;
    color: inherit !important;
    font-weight: inherit !important;
    margin: auto !important
}

.black {
    color: #000 !important
}

br {
    font-size: 0
}

.prod-color {
    color: #fab876
}

.dib {
    display: inline-block
}

.db {
    display: block
}

.di {
    display: inline
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.lowercase {
    text-transform: lowercase
}

.bold {
    font-weight: 700
}

.black {
    font-weight: 900
}

.white {
    color: #fff
}

.italic {
    font-style: italic
}

.body-right {
    float: right
}

.body-left {
    float: left
}

.body-center {
    float: none
}

.font-size20 {
    font-size: 20px
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both
}

.cyanide {
    color: #35adba
}

.title {
    color: #000;
    font-size: 42px;
    font-weight: 700
}

.sub-title {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

* {
    font-family: Roboto, sans-serif !important
}

.ad-v1023 {
    display: none
}

body, html {
    overflow-x: hidden
}

body {
    color: #444
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5px
}

.title {
    font-size: 44px;
    line-height: normal;
    color: #31363e;
    font-family: Roboto sans-serif;
    font-weight: 800;
    text-align: center
}

.logo__text {
    margin-bottom: -5px
}

.btn {
    outline: none;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 340px;
    height: 71px;
    border-radius: 32px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: #a285e5;
    background: -moz-linear-gradient(left, #a285e5 0%, #f7b3fe 100%);
    background: -webkit-linear-gradient(left, #a285e5 0%,#f7b3fe 100%);
    background: linear-gradient(to right, #a285e5 0%,#f7b3fe 100%);
    border-bottom: 6px solid #a285e5;
    z-index: 2;
}

.btn:after {
    content: "";
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    position: absolute;
    bottom: 0;
    left: 32px
}

.btn:hover {
    background: #f7b3fe;
    background: -moz-linear-gradient(left, #f7b3fe 0%, #a285e5 100%);
    background: -webkit-linear-gradient(left, #f7b3fe 0%,#a285e5 100%);
    background: linear-gradient(to right, #f7b3fe 0%,#a285e5 100%);
}

.yellow {
    position: relative;
    color: #31363e;
    padding: 0 2px
}

.yellow:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fde489;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1
}

.blue {
    position: relative;
    color: #fff;
    padding: 0 2px
}

.blue:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1a355e;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1
}

.intro {
    background: #f7f7f7 url(../images/main-bg.png) no-repeat top
}

.intro .wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 722px
}

.intro-alt {
    position: absolute;
    width: 100%;
    overflow-x: hidden
}

.intro-left {
    min-width: 50%
}

.intro-right {
    max-width: 50%;
    position: relative;
    left: 50%
}

.intro-left .btn {
    width: 270px;
    position: absolute;
    bottom: 85px;
    left: 400px
}

.section1 .wrapper::before{
    display: none;
}

.intro-logo {
    width: 237px;
    margin: 45px 0 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #233d68;
}

.intro-logo img {
    width: 100%
}

.intro-logo__wrap p {
    font-size: 18px;
    font-weight: 500;
    color: #233d68
}

h1 {
    font-size: 54px;
    font-weight: 400;
    color: #31363e;
    width: 650px;
    position: relative;
    margin-top: 22px
}

.intro-allday {
    width: 650px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px
}

.intro-allday li {
    color: #233d68;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    margin-right: 30px;
}

.intro-allday li:last-child{
    margin-right: 0;
}

.intro-allday li:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url("../images/black-checkmark-png-4.png") 50% 50% / 100% no-repeat;
}

.intro-allday li:nth-child(2):before {
    background: url("../images/black-checkmark-png-4.png") 50% 50% / 100% no-repeat;
}

.pack-wrap {
    width: 470px;
    height: 335px;
    position: absolute;
    bottom: -90px;
    left: 5px
}

.pack-wrap img:first-child {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.pack-wrap img:last-child {
    position: absolute;
    z-index: 0;
    left: -130px;
    top: -40px;
    animation: 0.5s rotate linear;
}

.img-girl {
    width: 770px;
    position: relative;
    left: -80px
}

.img-girl img {
    width: 100%;
    display: block
}

.girl-dots {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../images/dot.svg) no-repeat 50%/cover
}

.girl-dots:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background: url(../images/line-dashed.svg) no-repeat 0 0/270px 1px
}

.girl-dots p {
    color: #212121;
    font-weight: 300;
    font-size: 19px;
    position: absolute
}

.girl-dots.chest {
    left: 320px;
    top: 150px;
}

.girl-dots.chest:before {
    right: calc(100% - 10px);
    width: 265px
}

.girl-dots.chest p {
    left: -255px;
    top: -23px
}

.girl-dots.figure {
    left: 275px;
    top: 310px;
}

.girl-dots.figure:before {
    right: calc(100% - 10px);
    width: 215px;
}

.girl-dots.figure p {
    left: -207px;
    top: -23px;
}

.girl-dots.waist {
    left: 540px;
    top: 285px;
}

.girl-dots.waist:before {
    width: 205px;
    left: calc(100% - 10px)
}

.girl-dots.waist p {
    right: -190px;
    top: -23px;
    text-align: right
}

.section3 {
    position: relative
}

.section3 .section3-liefs__wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.section3 .section3-liefs__center {
    position: relative;
    margin: auto;
    width: 1180px;
    height: 100%;
    top: -76px
}

.section3 .section3-liefs__center .list {
    position: absolute
}

.section3 .section3-liefs__center .list1 {
    right: -100px;
    top: -80px
}

.section3 .section3-liefs__center .list2 {
    right: -426px;
    bottom: -22px
}

.section3 .section3-liefs__center .list3 {
    left: -390px;
    bottom: -67px
}

.section8 {
    position: relative
}

.section8 .section8-liefs__wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.section8 .section8-liefs__center {
    position: relative;
    margin: auto;
    width: 1180px;
    height: 100%;
    top: -80px
}

.section8 .section8-liefs__center .list {
    position: absolute
}

.section8 .section8-liefs__center .list1 {
    width: 313px;
    height: 512px;
    background: url(../images/leave_big.png) no-repeat top/contain;
    left: -75px;
    bottom: -40px;
    top: auto
}

.section8 .section8-liefs__center .list2 {
    width: 131px;
    height: 137px;
    background: url(../images/leave_small.png) no-repeat top/contain;
    right: -210px;
    top: -25px
}

.block7 {
    position: relative
}

.block7 .block7-liefs__wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.block7 .block7-liefs__center {
    position: relative;
    margin: auto;
    width: 1180px;
    height: 100%
}

.block7 .block7-liefs__center .list {
    position: absolute
}

.block7 .block7-liefs__center .list1 {
    width: 181px;
    height: 119px;
    background: url(../images/block7-1.png) no-repeat top/contain;
    left: -125px;
    bottom: 225px;
    top: auto
}

.block7 .block7-liefs__center .list2 {
    width: 206px;
    height: 81px;
    background: url(../images/block7-2.png) no-repeat top/contain;
    right: -115px;
    top: 460px
}

.block10 {
    position: relative;
    padding-bottom: 40px;
}

.block10 .block10-liefs__wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.block10 .block10-liefs__center {
    position: relative;
    margin: auto;
    width: 1180px;
    height: 100%
}

.block10 .block10-liefs__center .list {
    position: absolute
}

.block10 .block10-liefs__center .list1 {
    width: 205px;
    height: 72px;
    background: url(../images/block10-1.png) no-repeat top/contain;
    left: auto;
    right: -264px;
    bottom: auto;
    top: -30px
}

.block10 .block10-liefs__center .list2 {
    width: 147px;
    height: 140px;
    background: url(../images/block10-2.png) no-repeat top/contain;
    right: auto;
    left: -250px;
    top: auto;
    bottom: 60px
}

.block10 .block10-liefs__center .list3 {
    width: 310px;
    height: 516px;
    background: url(../images/block10-3.png) no-repeat top/contain;
    right: -495px;
    top: auto;
    bottom: -446px
}

.block10 .title img,
.block11 .title img,
.block13 .title img{
    vertical-align: middle;
    margin-top: -8px;
}

.block13 {
    position: relative;
    z-index: 10;
}

.block13 .block13-liefs__wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.block13 .block13-liefs__center {
    position: relative;
    margin: auto;
    width: 1180px;
    height: 100%
}

.block13 .block13-liefs__center .list {
    position: absolute
}

.block13 .block13-liefs__center .list1 {
    width: 305px;
    height: 520px;
    background: url(../images/leave_big.png) no-repeat top/contain;
    left: -466px;
    right: auto;
    bottom: -233px;
    top: auto
}

.block13 .block13-liefs__center .list2 {
    width: 205px;
    height: 72px;
    background: url(../images/block10-1.png) no-repeat top/contain;
    transform: rotate(180deg);
    left: 42px;
    right: auto;
    bottom: auto;
    top: -30px
}

.block13 .block13-liefs__center .list3 {
    width: 128px;
    height: 175px;
    background: url(../images/block13-3.png) no-repeat top/contain;
    right: -290px;
    top: auto;
    bottom: 30px
}

.doctor {
    padding-top: 70px
}

.doctor .wrapper {
    display: -ms-flexbox;
    display: flex
}

.doctor h3 {
    font-size: 34px;
    font-weight: 700;
    color: #0c2c18
}

.doctor .subt {
    font-size: 17px;
    color: #9d9d9d;
    max-width: 360px;
    margin-top: 10px;
    line-height: normal
}

.doctor .doctor-quote__text {
    color: #31363e;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 35px
}

.doctor .doctor-quote__text:nth-last-child(2) {
    font-style: italic;
    color: #233d68
}

.doctor-adapt {
    display: none
}

.quote-block {
    color: #31363e;
    font-size: 18px;
    padding: 20px;
    background-color: #f7f7f7;
    position: relative;
    margin: 35px 0;
    line-height: 1.5;
    max-width: 550px
}

.quote-block .quote-img {
    position: absolute;
    top: -51px;
    font-size: 114px;
    font-family: PT Sans, sans-serif !important;
    color: #fde489;
    font-weight: 400
}

.sign-img {
    position: absolute;
    right: -75px;
    bottom: -13px
}

.sign-img img {
    display: block;
    width: auto
}

.doctor-left {
    width: 495px;
    margin-right: 45px
}

.doctor-left img {
    width: 100%;
    margin-left: -20px;
    display: block
}
.doctor-left img:nth-child(2){
    margin: 50px auto 0;
}

.block10{
    padding-top: 20px;
}

.doctor-right {
    width: calc(100% - 540px)
}

.ingredients {
    border-top: 3px solid #ededed;
    padding-top: 30px
}

.ingredients h4 {
    color: #31363e;
    font-size: 26px
}

.ingredients h4 img {
    width: 200px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 20px
}

.ingr-wrap {
    margin-top: 25px
}

.ingr-wrap .tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ingr-wrap .tab {
    display: inline-block;
    padding: 5px;
    background-color: #f7f7f7;
    margin-right: 34px;
    font-size: 16px;
    color: silver;
    cursor: pointer
}

.ingr-wrap .tab p {
    border-bottom: 2px dotted silver
}

.ingr-wrap .tab.ingr-active {
    background-color: #fde489;
    color: #000
}

.ingr-wrap .tab.ingr-active p {
    border-bottom: 2px dotted
}

.ingr-wrap__evening, .ingr-wrap__morning {
    width: 520px;
    margin-left: 15px;
    visibility: hidden;
    position: absolute
}

.ingr-wrap__evening.ingr-active, .ingr-wrap__morning.ingr-active {
    visibility: visible
}

.ingr-item {
    width: 130px;
    height: 125px;
    position: relative
}

.ingr-item p {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: normal;
    width: 126px;
    height: 35px;
    top: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 63px)
}

.ingr-img {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    margin: auto
}

.ingr-img img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}

.ingr-img .ingr_m_9 {
    left: -18px
}

.ingr-img .ingr_n_8, .ingr-img .ingr_n_12 {
    top: auto;
    bottom: 0
}

.slick-list {
    padding-top: 35px
}

.slick-prev {
    width: 36px;
    height: 29px;
    left: -35px
}

.slick-prev:before {
    content: "";
    display: block;
    background: url(../images/arrow.svg) no-repeat top/36px 29px;
    width: 36px;
    height: 29px;
    transform: rotate(180deg)
}

.slick-next {
    width: 36px;
    height: 29px;
    right: -35px
}

.slick-next:before {
    content: "";
    display: block;
    background: url(../images/arrow.svg) no-repeat top/36px 29px;
    width: 36px;
    height: 29px
}

footer {
    padding: 106px 0 55px;
    background-color: #f7f7f7
}

footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .wrapper:after {
    display: none
}

.footer-col {
    color: #666
}

.footer-col:first-child {
    width: 215px;
    font-size: 16px;
    line-height: 1.5;
    height: 50px;
    padding-left: 74px;
    background: url(../images/everad.svg) no-repeat 0;
    background-size: 55px 50px
}

.footer-col:nth-child(2) {
    width: 300px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-col:nth-child(2) a {
    color: #666;
    text-decoration: underline
}

.footer-col:nth-child(2) a:hover {
    text-decoration: none
}

.footer-col:last-child {
    width: 165px;
    text-align: right;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 999px) {
    footer {
        padding: 30px 0
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 20px 0
    }

    footer .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-col:first-child {
        margin-bottom: 5px;
        width: 210px;
        background-position: top
    }

    .footer-col:first-child p {
        display: none
    }

    .footer-col:nth-child(2) {
        width: 300px;
        text-align: center;
        font-size: 15px;
        line-height: 1.5
    }

    .footer-col:last-child, .footer-col:nth-child(2) p {
        display: none
    }

}
@media screen and (min-width: 1000px) {
	.ever-popup__inner {
		margin-top: 90px!important;
	}
}





.section1 .wrapper:before{
    content: '';
    width: 356px;
    height: 99px;
    background: url(../images/soti.png);
    position: absolute;
    top: -40px;
    left: -150px;
}

.price{
    padding: 50px 0 0 395px;
    margin-right: -20px;
    text-align: center;
}
.price .old{
    font-size: 18px;
    line-height: 1.1em;
    margin: 5px 0;
}
.price .old span{
    text-decoration: line-through;
}
.price .new{
    font-weight: 700;
    font-size: 21px;
}
.price .new>span{
    color: #a285e5;
    font-size: 27px;
    line-height: 1.1em;
}


.section5 .btn{
    font-size: 24px;
}


.cpu{
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
}
.cpu img{
    display: block;
    margin: 0 auto 10px;
}
.cpu a{
    display: inline-block;
    margin: 0 5px;
    color: #333;
}


.section14 h1{
    font-size: 40px;
}

.section14 .prod{
    max-width: 480px;
    position: absolute;
    top: 360px;
    left: 340px;
    pointer-events: none;
}

.formbox{
    background: #fff;
    border-radius: 20px;
    max-width: 380px;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.1);
    padding: 20px 40px 30px;
    margin-top: 30px;
}
.formbox>img{
    display: block;
    margin: 0 auto;
    max-width: 170px;
}
.formbox .price{
    padding: 0;
    margin: 0 0 20px;
}
.formbox .btn{
    position: static;
    width: 100%;
}


/*form*/
.myform input{
    border: none;
    background: #f1f1f1;
    width: 100%;
    height: 60px;
    border: 1px dotted #e6e6e6;
    font-size: 16px;
    font-family: 'DINRoundPro', sans-serif;
    color: #333;
    border-radius: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.myform ::-webkit-input-placeholder {
    color: #333;
}
.myform ::-moz-placeholder {
    color: #333;
}
.myform :-moz-placeholder {
    color: #333;
}
.myform :-ms-input-placeholder {
    color: #333;
}
.myform :focus::-webkit-input-placeholder {
    color: transparent;
}
.myform :focus::-moz-placeholder {
    color: transparent;
}
.myform :focus:-moz-placeholder {
    color: transparent;
}
.myform :focus:-ms-input-placeholder {
    color: transparent;
}

.section14{
    position: relative;
}
.section14 .intro-right{
    height: 100%;
}
.section14 .intro-alt{
    height: 100%;
}
.section14 .img-girl{
    height: 100%;
}
.section14 .img-girl img{
    height: 100%;
    width: auto;
    margin: 0 auto;
    margin-right: 30px;
}

.section14 .girl-dots.chest{
    left: 370px;
}
.section14 .girl-dots.chest p{
    left: -200px;
}
.section14 .girl-dots.chest::before {
    width: 205px;
}
.section14 .girl-dots.figure p{
    left: -150px;
}
.section14 .girl-dots.figure::before {
    width: 160px;
}
.section14 .girl-dots.waist{
    left: 600px;
    top: 480px;
}


.sample-block{
    height: 100%;
    width: 710px;
    position: absolute;
    top: 0;
    right: -100px;
    overflow: hidden;
}
.twentytwenty-overlay{
    display: none!important;
}

.shtamp{
    position: absolute;
    top: 60px;
    left: 430px;
    pointer-events: none;
    z-index: 0;
    max-width: 230px;
}



@media screen and (max-width: 1179px) {
    .sample-block{
        width: 675px;
    }
    .price{
        padding: 50px 0 0 290px;
    }
    .shtamp{
        top: 50px;
        left: 340px;
        max-width: 200px;
    }
}

@media screen and (max-width: 999px) {
    .shtamp{
        top: 300px;
        left: 60px;
    }
    .bottom .shtamp{
        top: 170px;
        left: 420px;
    }
    .sample-block{
        display: none;
    }
    .price{
        padding: 90px 0 0 360px;
        margin: 0;
    }
    .block10 .wrapper{
        padding-top: 0;
    }
    .section14 .list-dots{
        display: none;
    }
    .section14 .prod{
        top: 240px;
    }
}

@media screen and (max-width: 767px) {
    .shtamp{
        position: static;
        margin: 30px auto -40px;
    }
    .sample-block{
        display: block;
        position: static;
        height: auto;
        width: auto;
        margin-top: 30px;
    }
    .price{
        padding: 10px 0 0;
        margin-bottom: 30px;
    }
    .section14 h1{
        font-size: 26px;
        line-height: 1.3em;
    }
    .section14 .prod{
        position: static;
        display: block;
        margin: 20px auto 0;
    }
    .formbox{
        margin: 30px auto 0;
    }
    .intro-logo {
        width: 237px;
        margin: 45px auto 20px;
        padding-bottom: 15px;
        border-bottom: 3px solid #233d68;
    }
}


@media screen and (max-width: 479px) {
    .section14 .prod{
        width: 100%;
    }
    .section14 h1{
        font-size: 21px;
    }
    .price .old,
    .price .new{
        font-size: 17px;
    }
    .price .new{
        margin-top: 10px;
    }
    .formbox{
        padding: 20px 20px 30px;
    }
}