@charset "UTF-8";@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ptsans-bold-webfont.woff2) format('woff2'),url(../fonts/ptsans-bold-webfont.woff) format('woff')
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ptsans-regular-webfont.woff2) format('woff2'),url(../fonts/ptsans-regular-webfont.woff) format('woff')
}

a,b,blockquote,body,caption,center,code,dd,del,div,dl,dt,embed,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,img,label,legend,li,nav,object,ol,output,p,pre,q,s,section,span,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img,footer,header,nav,section {
    display: block
}

body,br {
    line-height: 1
}

body {
    min-width: 320px;
    min-height: 100vh;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    color: #242424
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    font-size: 0;
    line-height: 1
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus,button,button:focus,input,input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,a:active,a:focus,a:hover,a:visited {
    outline: 0!important
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 25px
}

@media screen and (max-width: 1219px) {
    .container {
        width:1000px
    }
}

@media screen and (max-width: 1023px) {
    .container {
        width:768px;
        padding: 0 15px
    }
}

@media screen and (max-width: 767px) {
    .container {
        width:640px
    }
}

@media screen and (max-width: 639px) {
    .container {
        width:480px
    }
}

@media screen and (max-width: 479px) {
    .container {
        width:100%
    }
}

.title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1
}

@media screen and (max-width: 1219px) {
    .title {
        font-size:40px!important
    }
}

@media screen and (max-width: 1023px) {
    .title {
        font-size:38px!important
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size:34px!important
    }
}

@media screen and (max-width: 639px) {
    .title {
        font-size:30px!important
    }
}

@media screen and (max-width: 479px) {
    .title {
        font-size:28px!important
    }
}

.text-nowrap {
    white-space: nowrap
}

.btn {
    width: 381px;
    height: 140px;
    background: url(../img/btn-bg.png) no-repeat;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 60px;
    color: #a81809;
    line-height: 135px;
    text-shadow: #000 1px 1px 1px;
    cursor: pointer
}

button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,option::-moz-focus-inner {
    border: 0
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dots,.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide {
    outline: 0
}

.promo {
    padding-top: 35px;
    position: relative
}

.webp .promo {
    background: url(../img/promo-bg.webp) no-repeat center;
    background-size: cover;
    background-position: 25% 50%
}

.no-webp .promo {
    background: url(../img/promo-bg.png) no-repeat center;
    background-size: cover;
    background-position: 25% 50%
}

@media (min-width: 1024px) {
    .promo {
        padding-bottom:50px
    }
}

.promo-container {
    position: relative
}

.promo-container::after {
    content: '';
    display: block;
    position: absolute;
    top: -56px;
    right: -200px;
    width: 561px;
    height: 678px;
    z-index: 0
}

.webp .promo-container::after {
    background: url(../img/girl.webp) center bottom no-repeat;
    background-size: 100%
}

.no-webp .promo-container::after {
    background: url(../img/girl.png) center bottom no-repeat;
    background-size: 100%
}

@media (min-width: 1024px) {
    .promo-container::after {
        width:601px;
        height: 737px
    }
}

.promo::before {
    content: '';
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 70px;
    border-bottom-width: 0;
    border-right: 3000px solid #f3f3f3;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 12
}

@media (max-width: 1219px) {
    .promo::before {
        bottom:-30px
    }
}

.promo__title {
    width: 555px;
    font-size: 28px;
    line-height: 38px;
    color: #3d4e68;
    text-align: center;
    margin: 0 auto
}

.promo__title-wrap {
    background: rgba(255,255,255,.36);
    text-transform: uppercase;
    text-align: right;
    width: 675px;
    padding: 0 8px;
    margin-bottom: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.promo__title-wrap::after,.promo__title-wrap::before {
    content: '';
    display: block;
    height: 1px;
    width: 440px;
    background: #4a8768
}

.promo__title-wrap::before {
    top: -5px;
    right: 9px;
    position: absolute
}

.promo__title-wrap::after {
    top: 5px;
    position: relative
}

.promo__title b {
    font-size: 50px;
    font-weight: 700;
    line-height: 40px
}

.promo-content {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 12
}

.promo-prod img {
    width: 230px;
    margin: 0 auto
}

.promo-timer__title {
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    color: #1d5237;
    margin-bottom: 10px
}

.promo-list,.promo-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-list {
    font-size: 29px;
    font-weight: 700;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #1d5237;
    border-radius: 50px;
    padding: 19px 17px;
    position: relative;
    color: #1d5237
}

.promo-list__item::after {
    content: ':';
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.action-list__item.seconds::after,.promo-list__item.seconds::after {
    content: none
}

.promo-list__item-wrap {
    text-align: center
}

.promo-list__item-desc {
    margin-top: 18px;
    color: #1d5237;
    font-size: 18px;
    font-weight: 400
}

.promo-right {
    max-width: 350px
}

.promo-advantage {
    text-align: right;
    margin-bottom: 32px
}

.promo-advantage__title {
    font-size: 30px;
    color: #4a5759;
    margin-bottom: 20px
}

.promo-advantage__desc {
    font-size: 24px;
    color: #242424;
    margin: 0 62px 15px 0;
    position: relative
}

.promo-advantage__desc::before {
    content: url(../img/promo-leaf.png);
    display: inline-block;
    height: 45px;
    width: 35px;
    position: absolute;
    top: -10px;
    right: -60px
}

.promo-sale {
    width: 280px;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 25px;
    margin-bottom: 25px;
    margin-left: auto
}

.webp .promo-sale {
    background: url(../img/sale-bg.webp);
    background-repeat: repeat-y
}

.no-webp .promo-sale {
    background: url(../img/sale-bg.png);
    background-repeat: repeat-y
}

.promo-sale span {
    color: #b42112
}

.promo-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px
}

.promo-price,.promo-price__new-wrap,.promo-price__old-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-price .x_currency,.promo-price__new {
    color: #b42112;
    font-size: 50px;
    text-transform: uppercase
}

.promo-price__new-wrap {
    margin-left: 15px
}

.promo-price__old {
    color: #393939;
    font-size: 24px
}

.promo-price__old-wrap {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 15px;
    margin-bottom: 5px;
    position: relative
}

.promo-price__old-wrap::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 55%;
    left: 52%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.promo-price .x_currency {
    font-size: 24px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.promo-price .x_currency-new {
    margin-bottom: 3px
}

.promo-price .old_currency {
    color: #393939;
    font-size: 24px;
    text-transform: none
}

.promo__btn {
    margin-top: 20px
}

.promo__btn.btn {
    line-height: 80px;
    padding-bottom: 21px
}

@media screen and (max-width: 1219px) {
    .promo {
        height:737px
    }

    .promo__title {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .promo__title-wrap {
        width: 90%;
        margin: 0 auto 28px;
        background: rgba(255,255,255,.79)
    }

    .promo-content {
        max-width: 670px;
        margin: 0 auto
    }

    .promo-timer__title {
        font-size: 19px
    }

    .promo-list__item::after {
        right: -15px
    }

    .promo-container::after {
        right: -330px
    }

    .promo-prod img {
        width: 250px
    }

    .promo::before {
        border-top-width: 97px
    }

    .promo-list__item {
        padding: 14px 12px
    }
}

@media screen and (max-width: 1023px) {
    .promo-container::after,.promo::before {
        content:none
    }

    .no-webp .promo-container::after,.webp .promo-container::after {
        background: 0 0
    }

    .promo {
        height: auto;
        margin-bottom: 0
    }

    .no-webp .promo,.webp .promo {
        background: #b0dcbb
    }

    .promo__title b {
        font-size: 44px
    }

    .promo.block {
        padding-bottom: 20px!important
    }
}

@media screen and (max-width: 767px) {
    .promo {
        height:auto
    }

    .no-webp .promo,.webp .promo {
        background: #b0dcbb
    }

    .promo__title {
        font-size: 28px;
        line-height: 34px;
        padding: 5px
    }

    .promo__title-wrap {
        width: 100%
    }

    .promo-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo-list {
        width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .promo-list__item {
        padding: 22px 20px
    }

    .promo-list__item::after {
        right: -20px
    }

    .promo-list__item-desc {
        margin-top: 10px
    }

    .promo-advantage__desc {
        text-align: right
    }

    .promo-timer {
        width: 320px;
        background: rgba(255,255,255,.57);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
        padding: 10px 0
    }

    .promo-timer__title {
        margin-top: 0
    }

    .promo-prod img {
        width: 270px;
        margin-bottom: 25px
    }

    .promo-advantage {
        text-align: center;
        margin-bottom: 15px
    }

    .promo-advantage__title {
        margin-bottom: 20px
    }

    .promo-advantage__desc {
        text-align: right;
        margin: 0 0 20px
    }

    .promo-advantage__desc::before {
        right: -45px
    }

    .promo-right {
        max-width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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
    }

    .promo-sale {
        width: 100%;
        margin-bottom: 20px
    }

    .no-webp .promo-sale,.webp .promo-sale {
        background: rgba(148,148,148,.57)
    }

    .promo-price {
        margin-left: -10px
    }

    .promo-price__new-wrap {
        margin-right: 25px
    }

    .promo-price__old-wrap {
        margin-left: 25px
    }

    .promo.block {
        padding-bottom: 10px!important
    }

    .promo__title-wrap {
        margin-bottom: 16px
    }

    .promo__title b {
        line-height: 28px
    }

    .promo__btn {
        line-height: 123px
    }
}

@media screen and (max-width: 639px) {
    .promo {
        height:auto
    }

    .promo__title {
        line-height: 30px
    }

    .promo__title b {
        font-size: 28px
    }

    .promo-sale {
        text-align: center
    }

    .promo__btn {
        line-height: 120px;
        margin-top: 15px
    }

    .promo__btn.btn {
        padding-bottom: 15px
    }
}

@media screen and (max-width: 479px) {
    .promo {
        height:auto
    }

    .promo__title-wrap {
        padding: 0
    }

    .promo__title-wrap::after,.promo__title-wrap::before {
        width: 70%
    }

    .promo__title b {
        line-height: 32px
    }

    .promo-timer {
        width: 290px
    }

    .promo-list {
        width: 260px
    }

    .promo-list__item::after {
        right: -13px
    }

    .promo__btn {
        width: 280px!important;
        height: 100px!important;
        font-size: 50px;
        line-height: 94px;
        background-size: contain;
        padding-bottom: 13px;
        line-height: 85px
    }

    .promo-advantage {
        width: 290px
    }

    .promo-advantage__desc {
        margin-right: 85px
    }

    .promo-advantage__desc::before {
        right: 30px
    }

    .promo-advantage__desc::before {
        right: -50px
    }

    .promo__btn {
        margin-top: 10px
    }

    .promo__btn.btn {
        padding-bottom: 14px
    }

    .promo-advantage__desc {
        font-size: 18px
    }

    .promo-list__item {
        padding: 14px 12px
    }

    .promo-list__item::after {
        right: -17px
    }

    .promo-timer {
        margin-bottom: 20px
    }
}

body,html {
    overflow-x: hidden
}

.disease {
    background-color: #f3f3f3;
    padding: 50px 0
}

.disease-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.disease-desc {
    max-width: 550px;
    width: 100%;
    margin-right: 55px
}

.disease-desc__title {
    margin-bottom: 29px;
    color: #40775b;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-gradient(linear,left top,right top,from(#b4cec0),to(#fff));
    background: linear-gradient(to right,#b4cec0,#fff);
    padding: 5px;
    border-left: 1px solid #4a8768
}

.disease-desc__upper {
    font-size: 24px;
    color: #40765b;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
    line-height: 28px
}

.disease-desc__text {
    font-size: 18px;
    color: #2c2c2c;
    text-indent: 35px;
    margin-bottom: 30px;
    line-height: 24px
}

.disease-infection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.disease-infection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px
}

.title-lower {
    margin: 0 0 30px 0
}

.disease-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.disease-list__item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.disease-list__item-desc {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 15px
}

@media screen and (max-width: 1023px) {
    .disease.container {
        max-width:90%!important
    }

    .disease-desc__title {
        text-align: center
    }

    .disease-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .disease-infection {
        margin-top: 0;
        margin-bottom: 30px
    }

    .disease-desc {
        max-width: 100%;
        margin-right: 0
    }

    .disease-desc__text {
        text-indent: 0
    }

    .disease-list {
        flex-wrap: wrap
    }

    .disease-list__item {
        width: 50%
    }

    .disease-list__item:nth-child(1),.disease-list__item:nth-child(2) {
        margin-bottom: 20px
    }

    .disease-br {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    .disease-desc__title {
        font-size:35px
    }
}

@media screen and (max-width: 639px) {
    .disease-desc__text {
        margin-bottom:20px
    }

    .disease-infection img {
        width: 300px
    }

    .disease-list__item-img {
        width: 200px
    }
}

@media screen and (max-width: 479px) {
    .disease-desc__title {
        margin-bottom:20px
    }

    .disease-infection {
        margin-bottom: 20px
    }

    .disease-infection img {
        width: 250px
    }

    .disease-list__item {
        width: 100%;
        margin-bottom: 20px
    }

    .disease-list__item:last-child {
        margin-bottom: 0
    }

    .disease-list__item-desc {
        margin-top: 15px
    }
}

.composition {
    padding: 10px 0
}

.composition__title {
    color: #54b885;
    text-align: center;
    line-height: 38px
}

.composition__title span {
    color: #234b37
}

.composition__subtitle {
    text-transform: none;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 -15px 0;
    text-align: center
}

.composition-content,.composition-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

.composition-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.composition-left {
    display: block;
    margin-left: 20px;
}

.composition__product img {
    width: 320px
}

.composition-item {
    width: 265px;
    line-height: 20px
}

.composition-item.first,.composition-item.second {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right
}

.composition-item.fourth,.composition-item.third {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

.composition-item__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #234b37;
    letter-spacing: 1px
}

.composition-item__desc {
    font-size: 16px;
    color: #2e2e2e;
    padding: 0;
    margin: 5px 0;
    font-weight: 500;
    line-height: 16px
}

.composition-item__desc p {
    letter-spacing: -.5px
}

@media screen and (min-width: 1024px) {
    .composition__title {
        font-size:35px;
        margin-top: 30px
    }
}

@media screen and (max-width: 1219px) {
    .composition__title {
        line-height:42px
    }
}

.composition-item__img {
    display: none
}

.composition-item.mob {
    display: none
}

.composition-item.first,.composition-item.second,.composition-item.third {
    background: 0 0;
    padding: 0;
    text-align: left;
    align-items: flex-start
}

.composition-item {
    display: flex;
    width: 340px;
    margin-bottom: 30px
}

.composition-item.desk {
    display: none
}

.composition-item.mob {
    display: flex;
    margin-bottom: 0!important
}

.composition__subtitle {
    margin-bottom: 40px
}

.composition-item__img {
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
    width: 70px;
    height: 73px
}

.composition__product {
    width: 275px;
    margin-top: 0
}

.composition-item__img img {
    width: 70px;
    height: 73px;
    flex-shrink: 0;
    border-radius: 50%;
}

.composition-br {
    display: none
}

.composition-br-other {
    display: block
}

@media screen and (max-width: 767px) {
    .composition__title {
        line-height:30px
    }

    .composition__subtitle {
        margin-bottom: 15px
    }

    .composition-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .composition-center {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px
    }

    .composition__product {
        width: 300px;
        margin: 0 auto;
        order: 2
    }

    .composition-left {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .composition-item {
        width: 100%;
        margin-bottom: 20px
    }

    .composition-item.mob {
        margin-bottom: 30px
    }

    .composition-right {
        margin-left: 10px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .composition-item__title {
        font-size: 20px
    }
}

.composition-br-mob {
    display: none
}

@media screen and (max-width: 479px) {
    .composition {
        padding-bottom:25px!important
    }

    .composition__title {
        font-size: 26px!important;
        line-height: 28px
    }

    .composition-br-mob {
        display: block
    }

    .composition__subtitle {
        font-size: 18px;
        margin-bottom: 10px
    }

    .composition__product {
        width: 250px
    }
}

.course {
    padding: 98px 0
}

.webp .course {
    background: url(../img/course-bg.webp) no-repeat center;
    background-size: cover
}

.no-webp .course {
    background: url(../img/course-bg.png) no-repeat center;
    background-size: cover
}

.course__title {
    color: #234b37;
    text-transform: uppercase;
    width: 737px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 25px;
    border-left: 1px solid #fff;
    padding: 5px;
    background: -webkit-gradient(linear,left top,right top,from(#bcdccc),to(transparent));
    background: linear-gradient(to right,#bcdccc,transparent)
}

.course-item,.course-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.course-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.course-item {
    width: 212px;
    -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
}

.course-item__img {
    margin-bottom: 10px
}

.course-item__desc {
    color: #fff;
    font-size: 21px;
    text-align: center
}

@media screen and (min-width: 2000px) {
    .course {
        padding:200px 0;
        margin-top: -50px
    }
}

@media screen and (min-width: 1024px) {
    .course__title {
        font-size:30px
    }

    .course {
        margin-top: -40px
    }
}

@media screen and (max-width: 1219px) {
    .course__title {
        line-height:48px
    }
}

@media screen and (max-width: 1023px) {
    .no-webp .course,.webp .course {
        background:#56bb9e
    }

    .course__title {
        width: 100%;
        text-align: center;
        line-height: 46px
    }

    .course-item {
        width: 165px
    }

    .course-item__desc {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .course__title {
        text-align:center;
        line-height: 40px
    }

    .course-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .course-item {
        width: 35%
    }

    .course-item:nth-child(1),.course-item:nth-child(2) {
        margin-bottom: 20px
    }

    .course-item__desc {
        width: 205px;
        font-size: 20px
    }
}

@media screen and (max-width: 639px) {
    .course__title {
        line-height:38px
    }
}

@media screen and (max-width: 479px) {
    .course__title {
        line-height:32px
    }

    .course-item {
        margin-bottom: 20px;
        width: 100%
    }

    .course-item:last-child {
        margin-bottom: 0
    }

    .course-item__desc {
        width: 100%
    }
}

.action {
    padding: 10px 0 0
}

.action-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.action-price {
    text-align: center;
    margin-left: 20px;
}

@media (min-width: 1024px) {
    .action-order,.action-price {
        margin-top:50px
    }
}

.action-price__title {
    text-align: center;
    color: #1d5237;
    font-size: 24px;
    font-weight: 600
}

.action-price__new,.action-price__old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.action-price__old {
    color: #3a3d40;
    font-size: 30px;
    text-decoration: line-through;
    margin-top: 20px;
    text-align: center
}

.action-price__new {
    font-size: 72px;
    color: #3d4e68;
    background: url(../img/arrow.png) no-repeat;
    background-position: bottom right;
    padding-bottom: 120px
}

.action-timer__title {
    font-size: 22px;
    text-align: center;
    color: #1d5237;
    margin-bottom: 10px
}

.action-list,.action-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.action-list {
    width: 250px;
    font-size: 29px;
    font-weight: 700;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.action-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #1d5237;
    border-radius: 50px;
    padding: 19px 17px;
    position: relative;
    color: #1d5237
}

.action-list__item::after {
    content: ':';
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.action-list__item-wrap {
    text-align: center
}

.action-list__item-desc {
    margin-top: 10px;
    color: #1d5237;
    font-size: 18px;
    font-weight: 400
}

.action__btn {
    margin: 10px auto 0
}

.action__btn.btn {
    line-height: 120px!important;
    padding-bottom: 17px
}

@media screen and (max-width: 1023px) {
    .action-price__new {
        font-size:64px
    }

    .action-prod {
        margin-left: -15px
    }

    .action-prod img {
        width: 320px
    }
}

@media screen and (max-width: 767px) {
    .action {
        margin-bottom:-10px
    }

    .action-content {
        -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
    }

    .action-list {
        width: 290px
    }

    .action-list__item::after {
        right: -19px
    }

    .action-price {
        order: 1
    }

    .action-prod {
        margin-left: 0;
        margin-bottom: 20px;
        order: 2
    }

    .action-order {
        order: 3
    }

    .action-price__new {
        background: 0 0;
        padding-bottom: 10px
    }

    .action-price__title {
        font-size: 34px
    }
}

@media screen and (max-width: 479px) {
    .action__btn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 50px;
        height: 100px;
        width: 100%;
        line-height: 93px;
        background-size: contain;
        background-position: center center;
        margin-top: 15px
    }

    .action-price__title {
        margin-top: 5px
    }

    .action-price__new {
        font-size: 44px;
        padding-bottom: 5px
    }

    .action-prod img {
        width: 250px
    }
}

.result {
    padding: 100px 0
}

.webp .result {
    background: url(../img/result-bg.webp) no-repeat;
    background-position: center
}

.no-webp .result {
    background: url(../img/result-bg.png) no-repeat;
    background-position: center
}

@media (min-width: 1330px) {
    .result {
        min-height:990px;
        padding: 220px 0;
        margin-top: -120px
    }
}

.result__title {
    color: #236651;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    top: -25px
}

.result-list {
    max-width: 622px;
    list-style-type: none;
    color: #313131;
    font-size: 22px;
    padding: 0;
    margin: 140px 0 0 65px
}

.result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative
}

.result-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.result-item__text {
    margin-left: 15px
}

.result-item span {
    color: #ba142b
}

@media screen and (min-width: 1024px) {
    .result__title {
        font-size:36px
    }
}

@media screen and (max-width: 1023px) {
    .no-webp .result,.webp .result {
        background:#ebf3f0
    }

    .result__title {
        padding-top: 0;
        position: static
    }

    .result-list {
        max-width: 100%;
        margin: 25px auto 0
    }

    .result-item {
        margin-bottom: 20px
    }

    .result-item:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .result-item__text {
        font-size:20px;
        line-height: 24px
    }

    .result-item__text span {
        font-weight: 900
    }
}

@media screen and (max-width: 479px) {
    .result-item__text {
        font-size:18px;
        line-height: 20px
    }
}

.advantage__title {
    text-transform: uppercase;
    color: #236651;
    font-size: 30px;
    max-width: 760px;
    background: -webkit-gradient(linear,left top,right top,from(#dae1dd),to(transparent));
    background: linear-gradient(to right,#dae1dd,transparent);
    padding: 5px;
    border-left: 1px solid #236651;
    line-height: 38px;
    margin-bottom: 35px
}

.advantage__title span {
    color: #2ba678
}

.advantage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantage-prod__mob {
    display: none
}

.advantage-prod__desk {
    width: 450px;
    margin-left: -20px;
}

.advantage-list {
    padding-top: 10px
}

.advantage-item {
    max-width: 595px;
    position: relative
}

.advantage-item:last-child {
    margin-bottom: 0
}

.advantage-item.first {
    left: -50px;
    top: 45px
}

.advantage-item.second {
    left: -5px;
    top: 65px
}

.advantage-item.third {
    left: 20px;
    top: 84px
}

.advantage-item.fourth {
    left: 15px;
    top: 105px
}

.advantage-item.fifth {
    left: -10px;
    top: 141px
}

.advantage-item__title {
    text-transform: uppercase;
    font-size: 20px;
    color: #61b78a;
    font-weight: 700;
    margin-bottom: 5px
}

.advantage-item__desc {
    font-size: 16px;
    line-height: 20px;
    color: #272727
}

@media screen and (min-width: 1024px) {
    .advantage__title {
        font-size:30px
    }

    .advantage {
        margin-bottom: -120px
    }
}

@media (min-width: 1330px) and (max-width:2001px) {
    .advantage {
        margin-top:-120px!important
    }
}

@media screen and (max-width: 1023px) {
    .advantage-item__title {
        font-size:16px
    }

    .advantage-item.first {
        left: -50px;
        top: 30px
    }

    .advantage-item.second {
        left: -10px;
        top: 45px
    }

    .advantage-item.third {
        left: 10px;
        top: 60px
    }

    .advantage-item.fourth {
        left: 15px;
        top: 80px
    }

    .advantage-item.fifth {
        left: -15px;
        top: 100px
    }
}

@media screen and (max-width: 767px) {
    .advantage-prod {
        margin-left:-40px
    }

    .advantage-prod__desk {
        display: none
    }

    .advantage-prod__mob {
        display: block;
        width: 250px;
        margin-left: 0;
        margin-right: 30px;
    }

    .advantage-item {
        position: static;
        margin-bottom: 15px
    }

    .advantage-item__title {
        font-size: 18px
    }

    .advantage__title {
        text-align: center!important;
        margin-bottom: 30px;
        line-height: 30px
    }

    .advantage-content {
        align-items: center
    }

    .advantage-list {
        padding-top: 0
    }
}

@media screen and (max-width: 639px) {
    .advantage__title {
        margin-bottom:10px
    }

    .advantage-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advantage-prod {
        margin: 0 auto 15px
    }

    .advantage-prod__mob {
        margin-left: 0
    }
}

@media screen and (max-width: 479px) {
    .advantage__title {
        line-height:30px
    }
}

.expert {
    height: 710px
}

.webp .expert {
    background: url(../img/expert-bg.webp) no-repeat center
}

.no-webp .expert {
    background: url(../img/expert-bg.png) no-repeat center
}

.expert__title {
    color: #205e79;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 150px;
    text-align: left;
    padding: 0 10px
}

.expert-text {
    padding-left: 30px;
    width: 575px;
    text-align: justify;
    padding-top: 235px
}

.expert__desc {
    color: #363636;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-indent: 37px;
    line-height: 20px;
    text-transform: none
}

.expert__desc b {
    color: #1e485d;
    text-transform: uppercase;
    font-weight: 700
}

.expert__desc-accent {
    text-transform: none!important;
    color: #205e79
}

.expert-med {
    margin-top: 10px
}

.expert-med__signature {
    display: none
}

.expert__name {
    color: #3a3a3a;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.expert__working {
    font-size: 18px;
    color: #3a3a3a;
    text-transform: none
}

@media screen and (max-width: 1219px) {
    .no-webp .expert,.webp .expert {
        background-position:-500px
    }

    .expert__title {
        top: 170px
    }

    .expert-text {
        padding-left: 25px;
        width: 570px;
        text-align: justify;
        padding-top: 255px
    }

    .expert__desc {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .expert__title {
        font-size:60px
    }
}

@media screen and (min-width: 1024px) and (max-width:1219px) {
    .expert .container {
        width:100%!important
    }
}

@media screen and (max-width: 1023px) {
    .expert {
        height:auto;
        margin-top: -50px
    }

    .no-webp .expert,.webp .expert {
        background-position: 0;
        background: #f3f3f3
    }

    .expert__title {
        text-align: center;
        position: static
    }

    .expert-text {
        padding-top: 25px;
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .expert__desc {
        text-indent: 0;
        margin-bottom: 10px
    }

    .expert-med {
        margin-top: 25px;
        position: relative
    }

    .expert-med__signature {
        width: 85px;
        display: block;
        position: absolute;
        top: -5px;
        left: 235px
    }
}

@media screen and (max-width: 767px) {
    .expert {
        margin-top:0
    }
}

@media screen and (max-width: 479px) {
    .expert-med__signature {
        width:65px;
        top: 0;
        left: 225px
    }
}

.use {
    padding: 40px 0
}

.use__title {
    text-transform: uppercase;
    color: #41b07d;
    text-align: center;
    font-weight: 700;
    margin: 30px 0;
    line-height: 44px
}

.use__title b {
    color: #266045
}

.use-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.use-item {
    border: 1px dashed #7abba1;
    margin-bottom: 42px;
    padding: 15px 15px 15px 255px;
    text-align: right;
    position: relative
}

.use-item:nth-child(2),.use-item:nth-child(4) {
    text-align: left;
    padding-right: 255px;
    padding-left: 15px
}

.use-item:nth-child(4) {
    margin-bottom: 0
}

.use-item__img {
    position: absolute;
    top: 50%;
    left: -65px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.use-item__img.fourth,.use-item__img.second {
    left: auto;
    right: -70px
}

.use-item__desc {
    text-align: left;
    margin-bottom: 20px;
    color: #266045;
    font-size: 22px;
    font-style: italic
}

.use-item__desc.second {
    text-align: right
}

.use-item__desc.third {
    text-align: left
}

.use-item__desc.fourth {
    text-align: right
}

.use-item__bio {
    font-size: 24px;
    color: #304448;
    font-style: italic;
    font-weight: 700
}

.use-item__bio.second {
    text-align: left
}

.use-item__bio,.use-item__bio.third {
    text-align: right
}

.use-item__bio.fourth {
    text-align: left
}

@media screen and (min-width: 1024px) {
    .use__title {
        font-size:36px
    }
}

@media screen and (max-width: 1219px) {
    .use-item__img {
        left:-15px
    }

    .use-item__img img {
        width: 250px
    }

    .use-item__img.fourth,.use-item__img.second {
        right: -15px
    }
}

@media screen and (max-width: 1023px) {
    .use__title {
        margin-top:0
    }

    .use-item {
        padding: 15px 255px 15px 15px!important
    }

    .use-item,.use-item__desc {
        text-align: left!important
    }

    .use-item__img {
        left: auto;
        right: 0!important
    }
}

@media screen and (max-width: 767px) {
    .use__title {
        line-height:38px
    }

    .use-item {
        padding: 200px 15px 15px!important
    }

    .use-item__img {
        top: 10px!important;
        left: 50%!important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .use-item__img img {
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .use-item {
        padding-right:280px!important
    }

    .use-item__img {
        right: 15px!important
    }
}

@media screen and (max-width: 639px) {
    .use__title {
        line-height:34px
    }

    .use-item__img {
        top: 20px!important
    }
}

@media screen and (max-width: 479px) {
    .use-item {
        margin-bottom:20px
    }

    .use-item__img,.use-item__img img {
        min-width: 230px
    }

    .use-item__desc {
        font-size: 20px
    }

    .use__title {
        line-height: 28px
    }
}

.order {
    background: url(../img/order-bg.png) no-repeat top center;
    padding: 60px 0;
    background-size: cover
}

.order__title {
    color: #3b6353;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.order-item,.order-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.order-item {
    width: 200px;
    -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;
    position: relative
}

.order-item.bottom::after,.order-item::after {
    width: 90px;
    height: 45px;
    position: absolute;
    right: -45px
}

.order-item::after {
    content: '';
    background: url(../img/order-arrow.png);
    top: 50px
}

.order-item.bottom {
    margin-top: 60px;
    position: relative
}

.order-item.bottom::after {
    background: url(../img/buttom-arrow.png);
    top: 20px
}

.order-item.last {
    margin-top: 60px
}

.order-item.last::after {
    content: none
}

.order-item__img {
    margin-bottom: 20px
}

.order-item__desc {
    font-size: 18px;
    line-height: 20px;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .order__title {
        font-size:36px
    }
}

.order-br-mob {
    display: none
}

@media screen and (max-width: 1023px) {
    .order {
        background:#ecf1f3
    }

    .order-item {
        width: 158px
    }

    .order-item__desc {
        font-size: 16px;
        line-height: 18px
    }

    .order-item.bottom::after,.order-item::after {
        right: -40px
    }
}

@media screen and (max-width: 767px) {
    .order-item {
        width:145px
    }

    .order-item.bottom,.order-item.last {
        margin-top: 0
    }

    .order-item.bottom::after,.order-item::after {
        content: none
    }
}

@media screen and (max-width: 639px) {
    .order-list {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .order-item {
        width: 50%
    }

    .order-item:nth-child(1),.order-item:nth-child(2) {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 479px) {
    .order-br-mob {
        display:block
    }

    .order-item {
        width: 100%;
        margin-bottom: 20px
    }

    .order-item__img {
        margin-bottom: 10px
    }

    .order-item.last {
        margin-bottom: 0
    }

    .order-br {
        display: none
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .order-item__desc {
        width: 200px
    }

    .course-item__desc {
        width: 220px
    }

    .action-list__item::after {
        right: -15px!important
    }

    .action-list,.buy-list {
        width: 280px!important
    }
}

.buy {
    padding: 20px 0 100px 0
}

.webp .buy {
    background: url(../img/buy-bg.webp) no-repeat center;
    background-size: cover
}

.no-webp .buy {
    background: url(../img/buy-bg.png) no-repeat center;
    background-size: cover
}

@media screen and (min-width: 1024px) {
    .buy {
        margin-top:-40px
    }
}

.buy__title {
    font-weight: 700;
    color: #3d4e68;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-top: 40px;
    background: rgba(255,255,255,.57);
    line-height: 44px;
    padding: 0 7px 7px 7px
}

.buy__title::after,.buy__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 58px;
    bottom: 27px;
    background: #3d4e68
}

.buy__title::before {
    margin-right: 7px;
    left: 0
}

.buy__title::after {
    right: 0
}

.buy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    align-items: center
}

.buy-action {
    width: 330px;
    margin-right: 60px
}

.buy-action__title {
    font-size: 24px;
    color: #1d5237;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.buy-price {
    width: 330px;
    text-align: center
}

.buy-price__new,.buy-price__old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buy-price__old {
    color: #3a3d40;
    font-size: 30px;
    text-decoration: line-through;
    margin-top: 20px;
    text-align: center
}

.buy-price__new {
    font-size: 72px;
    color: #3d4e68
}

.buy-timer__title {
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    color: #1d5237;
    margin-bottom: 10px
}

.buy-list,.buy-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.buy-list {
    width: 260px;
    font-size: 29px;
    font-weight: 700;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.buy-list::after {
    content: '';
    width: 158px;
    height: 65px;
    background: url(../img/arrow.png);
    position: absolute;
    right: -40px;
    text-align: right;
    top: 105px
}

.buy-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #1d5237;
    border-radius: 50px;
    padding: 19px 17px;
    color: #1d5237
}

.buy-list__item::after {
    content: ':';
    position: absolute;
    top: 50%;
    right: -12.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buy-list__item.seconds::after {
    content: none
}

.buy-list__item-wrap,.kmacb-form form {
    text-align: center
}

.buy-list__item-desc {
    margin-top: 10px;
    color: #1d5237;
    font-size: 18px;
    font-weight: 400
}

.buy-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.buy-form-wrap {
    width: 280px;
    height: 330px;
    background: rgba(226,17,17,.8);
    padding: 15px 0;
    border-radius: 10px;
    margin-right: 5px;
}

.buy-label {
    padding-bottom: 5px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700
}

.buy-form__input {
    display: block;
    width: 258px;
    height: 55px;
    margin: 0 auto 10px;
    font-size: 18px;
    text-indent: 13px;
    border: 1px solid #3d4e68;
    border-radius: 5px;
    font-family: 'PT Sans'
}

.buy__btn {
    width: 350px;
    height: 128px;
    background-size: cover;
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    color: #a81809;
    line-height: 112px;
    text-shadow: #000 1px 1px 1px;
    border: 0;
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 20px
}

.buy__btn .btn {
    padding-bottom: 18px
}

@media screen and (min-width: 1024px) {
    .buy__title {
        font-size:45px
    }
}

@media screen and (max-width: 1023px) {
    .buy {
        padding-bottom:85px!important
    }

    .no-webp .buy,.webp .buy {
        background: #b0dcbb
    }

    .buy__title {
        line-height: 44px;
        margin-top: 0
    }

    .buy__title::after,.buy__title::before {
        content: none
    }

    .buy-list::after {
        content: none
    }

    .buy-prod {
        position: absolute;
        left: 49%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .buy-prod {
        width: 150px
    }

    .buy-action {
        margin-right: 0;
        margin-left: -35px
    }

    .buy__btn {
        width: 330px;
        height: 125px;
        line-height: 115px!important;
        background-size: contain
    }
}

@media screen and (max-width: 767px) {
    .buy-list::after,.buy__title::after,.buy__title::before {
        content:none
    }

    .buy-prod {
        width: 300px;
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-left: 0;
        margin-bottom: 20px
    }

    .buy-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .buy-action {
        margin-left: 0;
        order: 1
    }

    .buy-price {
        order: 2
    }

    .buy-form-wrap {
        margin: 25px auto 0;
        order: 3
    }

    .buy__title {
        line-height: 34px
    }

    .buy-content {
        padding-top: 15px;
        flex-direction: column;
        align-items: center
    }

    .buy {
        padding-bottom: 75px!important
    }
}

@media screen and (max-width: 639px) {
    .buy__title {
        font-size:26px!important;
        line-height: 28px
    }
}

@media screen and (max-width: 479px) {
    .buy {
        padding-bottom:70px!important
    }

    .buy__title {
        font-size: 26px;
        line-height: 28px
    }

    .buy-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 5px
    }

    .buy-prod {
        width: 290px;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .buy-prod img {
        width: 250px;
        margin: 0 auto 15px auto
    }

    .buy-action {
        width: 100%;
        margin: 0
    }

    .buy-price {
        width: 100%
    }

    .buy-list {
        width: 290px
    }

    .buy-list__item::after {
        right: -19px
    }

    .buy-form-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.ever-popup__inner {
    padding-top: 0!important
}

.ever-popup__close:after,.ever-popup__close:before {
    right: 9px!important;
    top: 18px!important;
    width: 23px!important;
    height: 3px!important;
    background: #fff!important
}

.cbh-ph-img-circle1 {
    background-size: cover;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important
}

.bluePhone .cbh-ph-circle {
    left: -2px!important;
    top: -2px!important;
    width: 200px!important;
    height: 200px!important
}

.padding {
    padding: 10px
}

.modal-block {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.35);
    box-shadow: 2px 2px 10px rgba(0,0,0,.35);
    border: 1px solid #3a87ad
}

.modal-block .title {
    background: #4d83c0;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 0 #3a87ad;
    border-bottom: 1px solid #3a87ad;
    padding: 0 100px;
    font-size: 18px;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0!important;
    letter-spacing: 0
}

.modal p {
    font-weight: 400;
    width: auto
}

.popup__btn {
    font-family: Arial;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 36px;
    width: 180px;
    height: 51px;
    line-height: 51px;
    background: #e74c3c;
    border-bottom: 2px solid #c0392b;
    border-radius: 3px;
    color: #fff
}

.popup__title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 30px
}

.popup__title b {
    color: #e74c3c;
    font-weight: 500
}

.modal-block {
    background-color: #56bb9e
}

.modal .content {
    width: 560px;
    overflow: hidden;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px
}

.popup-content-wrap {
    display: flex;
    flex-direction: column
}

.kmacb-form .modal-block {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Arial;
    border-radius: 10px;
    color: #222;
    line-height: 1.5!important
}

.kmacb-form .modal-block .title {
    background: 0 0;
    text-shadow: none;
    color: #222;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 0;
    text-transform: none
}

.kmacb-form .modal-block .padding {
    padding: 20px 40px 40px
}

.kmacb-form .modal-block p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5
}

.kmacb-form form {
    margin: 10px 0;
    width: 280px;
    height: auto;
    background: 0;
    position: static;
    padding: 0;
    border: 0
}

.kmacb-form form input[type=tel],.kmacb-form form input[type=text] {
    display: inline-block;
    text-indent: 0;
    border-radius: 3px;
    margin: 0 0 10px;
    color: #222!important
}

.kmacb-form form input[type=tel],.kmacb-form form input[type=text] {
    color: #222!important;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    font-family: 'PT Sans'!important
}

.kmacb-form form::-webkit-input-placeholder {
    color: #222!important
}

.kmacb-form form:-moz-placeholder,.kmacb-form form::-moz-placeholder {
    color: #222!important
}

.kmacb-form form:-ms-input-placeholder {
    color: #222!important
}

.kmacb-form form input {
    float: none
}

.kmacb-form form input[name=name] {
    padding-right: 10px
}

input::-webkit-input-placeholder {
    color: #222!important
}

input:-moz-placeholder {
    color: #222!important
}

input::-moz-placeholder {
    color: #222!important
}

input:-ms-input-placeholder {
    color: #222!important
}

.kmacb-form form input[type=submit] {
    position: static;
    cursor: pointer;
    border: 0;
    background: #c4191c;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0;
    display: inline-block;
    text-indent: 0;
    text-align: center!important;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 1
}

.kmacb-form form input[type=submit]:hover {
    background: #dd070b;
    text-decoration: none
}

.kmacb-form2 .modal-block {
    width: 560px;
    border-radius: 10px
}

.kmacb-form2 .modal-block .title {
    padding: 0;
    text-align: center;
    line-height: 100px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background: #1c70d8;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.kmacb-form2 .modal-block .padding {
    padding: 30px;
    width: 400px
}

.kmacb-form2 .modal-block p {
    color: rgba(0,0,0,.75);
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.kmacb-form2 form {
    margin: 0 0 20px 0
}

.kmacb-form2 form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.kmacb-form form input[type=tel],.kmacb-form form input[type=text] {
    border: 1px solid #3d4e68;
    height: 55px;
    line-height: 56px;
    width: 100%;
    padding: 0 15px;
    font-size: 18px
}

.kmacb-form form input[type=submit] {
    width: 100%;
    background: #f13650;
    height: 65px;
    line-height: 68px;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'PT Sans'!important
}

.footer-content {
    padding: 20px 0;
    background-color: #fff
}

@media screen and (max-width: 1023px) {
    .footer {
        padding:10px 0
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding:0
    }

    .footer-content {
        padding: 5px 0
    }
}

@media screen and (max-width: 1023px) {
    .block {
        padding:40px 0
    }
}

@media screen and (max-width: 767px) {
    .block {
        padding:30px 0
    }
}

@media screen and (max-width: 639px) {
    .block {
        padding:30px 0
    }
}

@media screen and (max-width: 479px) {
    .block {
        padding:25px 0
    }

    .action__btn.btn {
        line-height: 90px!important
    }
}

.padding {
    width: 430px
}

.popup__prod {
    width: 220px
}

.popup-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-price,.popup-price__new-wrap,.popup-price__old-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around
}

.popup-price .x_currency,.popup-price__new {
    color: #b42112;
    font-size: 30px;
    text-transform: uppercase
}

.popup-price__new-wrap {
    margin-left: 30px
}

.popup-price__old {
    color: #393939;
    font-size: 24px
}

.popup-price__old-wrap {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 5px;
    position: relative
}

.popup-price__old-wrap::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 55%;
    left: 52%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.popup-price .x_currency {
    font-size: 24px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.popup-price .x_currency-new {
    margin-bottom: 3px
}

.popup-price .old_currency {
    color: #393939;
    font-size: 24px;
    text-transform: none
}

.popup-content__desc {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: #fff
}

@media screen and (max-width: 639px) {
    .popup__prod {
        display:none
    }

    .kmacb-form2 .modal-block {
        width: 300px
    }

    .ever-popup__body {
        width: 300px
    }

    .ever-popup__inner {
        width: 300px!important
    }

    .kmacb-form2 .modal-block p {
        font-size: 16px
    }

    .kmacb-form2 .modal-block p {
        font-size: 14px!important
    }

    .kmacb-form2 .modal-block .padding {
        padding: 15px
    }

    .kmacb-form form input[type=tel],.kmacb-form form input[type=text] {
        font-size: 16px
    }
}

@media screen and (max-width: 999px) {
    .ever-popup__inner {
        margin:53px auto 20px!important
    }
}

.ever-popup__close {
    top: -34px!important;
    right: -10px!important
}

@media screen and (max-width: 999px) {
    .popup__prod {
        display:none
    }

    .modal .content {
        width: 100%;
        justify-content: center
    }

    .kmacb-form2 .modal-block {
        width: 300px;
        margin: 0 auto
    }

    .popup__title {
        font-size: 20px;
        line-height: 22px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .disease-list__item-desc {
        width: 237px
    }

    .action-prod,.buy-prod {
        width: 300px
    }

    .course__title {
        border: none
    }
}

@media screen and (min-width: 2001px) {
    .expert {
        margin-top:-90px;
        min-height: 840px;
        padding-top: 60px
    }

    .no-webp .expert,.webp .expert {
        background-size: cover;
        background-position: 50% 90%
    }

    .result {
        margin-top: -60px
    }

    .no-webp .result,.webp .result {
        background-size: cover
    }

    .result__title {
        top: -105px
    }
}

@media screen and (min-width: 2100px) {
    .expert__title {
        top:90px
    }

    .expert {
        padding-top: 80px
    }
}

@media screen and (min-width: 2200px) {
    .expert {
        margin-top:40px
    }

    .expert-text {
        padding-top: 215px
    }
}

@media screen and (min-width: 2300px) {
    .expert-text {
        padding-top:210px
    }

    .expert {
        margin-top: 60px
    }
}

@media screen and (min-width: 2400px) {
    .expert-text {
        padding-top:190px
    }

    .expert {
        margin-top: 90px
    }

    .no-webp .expert,.webp .expert {
        background-position: 50% 96%
    }
}

@media screen and (min-width: 2500px) {
    .expert {
        margin-top:110px
    }

    .result__title {
        top: -105px
    }
}

@media screen and (min-width: 1024px) {
    .popup-content__desc-new,.popup-content__desc-old {
        font-size:16px
    }
}

@media screen and (max-width: 999px) {
    .phoneBtnContainer {
        display: none;
    }
}
